@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=vietnamese";
@import "https://fonts.googleapis.com/css?family=Muli:400,900&subset=vietnamese";
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

.clearfix:after, #header .menu .container:after, .list-item .item .inner-item .txt1 span:after, .mobile #header .menu-mobile:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#header {
  position: relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  z-index: 11;
  margin-top: 2px;
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
#header .top-line {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border-top: 6px solid #264264;
  overflow: hidden;
  position: relative;
}
#header .top-line:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  background: #264264;
  height: 100%;
}
#header .top-line:before {
  content: '';
  position: absolute;
  right: 31px;
  top: 0;
  width: 70%;
  background: #264264;
  height: 100%;
  -webkit-transform: skewx(-45deg);
  -ms-transform: skewx(-45deg);
  transform: skewx(25deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header .top-line .infor-contact {
  width: 70%;
  margin-left: 28%;
  font-size: 0.8rem;
  color: #fff;
  padding-bottom: 0.5em;
  padding-top: 0.3em;
  position: relative;
  z-index: 3;
}
#header .top-line .infor-contact a {
  color: #fff;
}
#header .top-line .infor-contact .phone {
  margin-right: 20px;
}
#header .logo {
  width: 23%;
  float: left;
  position: relative;
  margin-top: -28px;
}
#header .logo a {
  display: block;
}
#header .logo img {
  max-height: 83px;
  max-width: 100%;
}
#header .social {
  position: relative;
  top: -3px;
}
#header .social img {
  max-height: 23px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#header .social a {
  margin-left: 5px;
}
#header .menu {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
#header .menu-right {
  width: 70%;
  float: left;
  text-align: left;
  position: relative;
}
#header .menu-right ul, #header .menu-right li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header .menu-right ul h2, #header .menu-right li h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}
#header .menu-right ul h3, #header .menu-right ul h4, #header .menu-right ul h5, #header .menu-right li h3, #header .menu-right li h4, #header .menu-right li h5 {
  font-size: 1em;
  margin: 0;
}
#header .menu-right ul a, #header .menu-right li a {
  display: inline-block;
  color: #264264;
  text-decoration: none;
}
#header .menu-right ul a:hover, #header .menu-right li a:hover {
  color: #BB3B44;
}
#header .menu-right > ul > li {
  position: relative;
}
#header .menu-right > ul > li > ul {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  left: 0;
  z-index: 6;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
}
#header .menu-right > ul > li > ul li {
  display: block;
  position: relative;
  min-width: 200px;
  box-shadow: 0 -1px 0 0 #ddd;
}
#header .menu-right > ul > li > ul li > a {
  padding: 1em 1em;
  color: #264264;
  display: block;
}
#header .menu-right > ul > li > ul li:hover > a {
  background-color: #264264;
  color: #fff;
}
#header .menu-right > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  z-index: 6;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
}
#header .menu-right > ul > li > ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
}
#header .menu-right > ul > li > a {
  padding: 1.1em 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#header .menu-right > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
}
#header .menu-right .search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  height: 20px;
}
#header .menu-right .search a {
  background-image: url(../images/icon-search.png);
  background-size: 70% auto;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
}
#header.fixed {
  z-index: 9;
  position: relative;
}
#header.fixed .menu-desktop {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
#header.fixed .menu-desktop .top-line {
  height: 0;
  overflow: hidden;
  border-width: 2px;
}
#header.fixed .logo {
  margin-top: 0;
  height: 55px;
  max-height: 55px;
}
#header.fixed .logo img {
  max-height: 55px;
}
#header .search-box {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 5;
  background-color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em 0;
  pointer-events: none;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
#header .search-box.open {
  pointer-events: auto;
  opacity: 1;
  margin-top: 0;
}
#header .search-box .icon-close {
  position: absolute;
  left: 100%;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -13px;
  margin-left: 0px;
  background: url(../images/icon-menu-close.png);
  background-size: 100%;
  display: inline-block;
}
#header .search-box .txtsearch {
  width: 100%;
  padding: 0 1em;
  border: 0;
  border-bottom: solid 1px #ccc;
  outline: none;
  background-color: white;
  color: #BB3B44;
  font-size: 1.3em;
  height: 40px;
  line-height: 40px;
}
#header .search-box .txtsearch:focus {
  border-color: #BB3B44;
}
#header .search-box .btn-c1.btn-1 {
  margin: 0;
  width: 100%;
  box-shadow: none;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#header .search-box .btn-c1.btn-1:hover {
  color: #fff;
  opacity: 0.9;
}

#banner {
  position: relative;
  z-index: 1;
}
#banner img {
  width: 100%;
}
#banner .bx-wrapper {
  padding: 0;
  box-shadow: none;
  border: none;
}
#banner .bxslider li {
  position: relative;
}
#banner .inner-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Muli", sans-serif;
  color: #fff;
  font-size: 2.5rem;
}
#banner .inner-banner .txt1 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  color:#808080;
  text-align:center;
}
#banner .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#banner .bx-wrapper .bx-controls {
  opacity: 0;
}
#banner .bx-wrapper:hover .bx-controls {
  opacity: 0.5;
}
#banner .gridoverlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  z-index: 2;
}

#content .section1 {
  background-color: #264264;
  background-color: #fff;
  position: relative;
}
#content .section1 .bg-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #ccc;
  z-index: 0;
}
#content .section1 .bg-inner.bg-i-left {
  left: 0;
}
#content .section1 .bg-inner.bg-i-right {
  right: 0;
}
#content .section1 .container {
  position: relative;
  z-index: 2;
}
#content .section1 .item .title {
  font-size: 2em;
  padding-top: 0.5em;
  margin-bottom: 0;
}
#content .section1 .item .title a{
    color: #fff;
}
#content .section1 .item .inner {
  padding: 2em;
  text-align: center;
  color: #333;
  color: #fff;
}
#content .section1 .item .inner .icon {
  background-color: #fff;
  border-radius: 1000000px;
  display: inline-block;
  border: 2px solid #E9E9E9;
}
#content .section1 .item .inner .icon img {
  max-width: 80%;
}
#content .section1 .item .inner .icon span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  width: 95px;
}
#content .section1 .item:nth-of-type(1) {
  background-color: #8ACA76;
}
#content .section1 .item:nth-of-type(2) {
  background-color: #D13898;
}
#content .section1 .item:nth-of-type(3) {
  background-color: #FF7C30;
}
#content .section2 {
  min-height: 300px;
  background: url(../images/sec2-bg.jpg);
  background-size: 100% auto;
}
#content .section2 .col-img .inner {
  padding: 2em 0;
}
#content .title {
  font-size: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
  text-transform: uppercase;
}
#content .title.txtline:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #BB3B44;
}
#content .title.txtcenter {
  text-align: center;
}
#content .title.txtcenter:before {
  left: 50%;
  margin-left: -25px;
}
#content .col-text .inner {
  padding: 4vw 0;
  padding-left: 2em;
}
#content .col-text .txt {
  line-height: 190%;
}
#content .section3 {
  background-color: #264264;
  color: #fff;
}
#content .section4, #content .section6 {
  padding: 4vw 0;
  text-align: center;
}
#content .section5 {
  min-height: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#content .section5 img {
  width: 100%;
}
#content .section5 .btn-gr {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-phone,
.icon-email,
.icon-website,
.icon-map {
  background-size: 100%;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 3px;
}

.icon-phone {
  background-image: url(../images/icon-phone.png);
}

.icon-email {
  background-image: url(../images/icon-email.png);
}

.icon-website {
  background-image: url(../images/icon-website.png);
}

.icon-map {
  background-image: url(../images/icon-map.png);
}

.list-item {
  padding: 3em 0 1em 0;
}
.list-item a {
  text-decoration: none;
  color: #264264;
}
.list-item .item {
  font-size: 1.3rem;
}
.list-item .item img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.list-item .item .inner-item {
  padding: 2em 0;
}
.list-item .item .inner-item .txt1 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.list-item .item .inner-item .txt1 .txt12 {
  font-weight: bold;
}
.list-item .item .inner-item .img img {
  max-width: 50%;
}
.list-item .item .inner-item .txt-item {
  margin-top: 1em;
}
.list-item .item .inner-item .txt-item .name {
  font-size: 1.1em;
  text-transform: uppercase;
}
.list-item .item .inner-item .txt-item .desc {
  color: #555;
  font-size: 0.9em;
  white-space: pre-line;
}
.list-item .item:nth-of-type(2) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.list-item .item:nth-of-type(3) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.list-item .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.list-item .item.iflex {
  width: 100%;
  font-size: 1rem;
}
.list-item .item.iflex .inner-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-item .item.iflex .inner-item a .img {
  max-width: 120px;
}
.list-item .item.iflex .inner-item a .img img {
  max-width: 90%;
}
.list-item .item.iflex .inner-item a .txt-item {
  text-align: left;
  padding-left: 1em;
}
.list-item .item.iflex .txt1 {
  display: none;
}

.btn-c1 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 1em 1em;
  display: inline-block;
  margin: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-color: #BB3B44;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.btn-c1 .txt-btn {
  position: relative;
  z-index: 2;
}
.btn-c1.btn-l {
  min-width: 220px;
}
.btn-c1 .ect {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-c1.btn-1 {
  border: 1px solid #A52C34;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.btn-c1.btn-1:hover {
  color: #000;
}
.btn-c1.btn-1:hover .ect {
  height: 300%;
  opacity: 1;
}

.list-news {
  margin-top: 2em;
}
.list-news .item {
  text-align: left;
  font-size: 1rem;
}
.list-news .item a {
  color: #333;
  text-decoration: none;
}
.list-news .item .inner-item {
  border: 1px solid #ddd;
  margin: 1em 0.5em;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.list-news .item .inner-item:hover {
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.1);
}
.list-news .item .inner-item .img img {
  width: 100%;
}
.list-news .item .inner-item .txt-item {
  padding: 0.8em;
}
.list-news .item .inner-item .txt-item .infos {
  font-size: 0.8rem;
  margin-bottom: 1em;
}
.list-news .item .inner-item .txt-item .title-news {
  font-size: 1em;
  font-weight: bold;
}
.list-news .item .inner-item .txt-item .desc {
  font-size: 0.9em;
  color: #555;
}
.list-news.project .item .inner-item {
  position: relative;
}
.list-news.project .item .inner-item .img {
  display: block !important;
}
.list-news.project .item .inner-item .txt-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  text-align: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  opacity: 0;
}
.list-news.project .item .inner-item:hover .txt-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 1;
}
.list-news.project .item .inner-item:hover .txt-item .title-news {
  color: #fff;
  margin-top: 3em;
  text-transform: uppercase;
}
.list-news.services {
  display: block;
}
.list-news.services .item {
  width: 100%;
  max-width: none;
}
.list-news.services .item .inner-item {
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-news.services .item .inner-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
  z-index: 0;
}
.list-news.services .item .inner-item .img {
  width: 29%;
  min-width: 29%;
  border: 1px solid #ccc;
  padding: 2px;
  z-index: 1;
}
.list-news.services .item .inner-item .txt-item {
  padding: 0;
  padding-left: 2em;
  z-index: 1;
}
.list-news.services .item:hover .inner-item {
  border: solid 1px #bbb;
}
.list-news.services .item:hover .inner-item:before {
  width: 100%;
  background: #f6f6f6;
}

.btn-gr {
  margin-top: 1em;
}
.btn-gr .btn {
  background-color: #8ACA76;
  color: #fff !important;
  padding: 0.4rem 1.7rem;
}
.btn-gr .btn:hover {
  opacity: 0.8;
}

#content .content-page {
  padding-top: 3em;
  padding-bottom: 3em;
}
#content .content-page img {
  max-width: 100%;
}
#content .content-page .list-item {
  padding-top: 0;
  text-align: center;
}
#content .content-page .list-item .item {
  font-size: 1.1em;
}
#content .form-ct {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}
#content .form-ct label {
  display: none;
}
#content .form-ct .form-control {
  font-size: 1em;
  padding: 0.7rem 0.75rem;
}
#content .form-ct .btn-c1 {
  box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.5em 1em;
  margin-left: 1em;
}
#content .form-ct.form-inline label {
  width: 130px;
  text-align: left;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#content .form-ct.form-inline .form-group {
  margin-bottom: 1em;
}

.pagination {
  text-align: center;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  padding: 0.3em 0.8em;
  display: block;
  background-color: #E9E9E9;
  text-decoration: none;
  color: #333;
}
.pagination a:hover, .pagination a.active {
  background-color: #BB3B44;
  color: #fff;
}

.subpage #banner .inner-banner {
  font-size: 1.8em;
}

.fa-calendar {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/calendar-128.png);
  background-size: 100% auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#footer {
  background-color: #111B24;
  color: #8e8d8d;
  font-size: 13px;
  position: relative;
  z-index: 10;
}
#footer .row1 {
  padding: 1.5rem 0 2.5em 0;
}
#footer .h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #c5c5c5;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
#footer .link-gr p {
  margin-bottom: 0.3em;
}
#footer .link-gr a {
  color: #8e8d8d;
}
#footer .row2 {
  background-color: #090F15;
}
#footer .row2 .container {
  padding: 1rem 0;
}

.button_scroll2top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  border-right: 0;
  background: #8ACA76 url(../images/totop.png) center center no-repeat;
}
.button_scroll2top:hover {
  background-color: #BB3B44;
}

.desktop .only-show-mobile {
  display: none;
}

.mobile .hide-on-mobile {
  display: none;
}

.only-show-mobile {
  display: none;
}

.mobile .only-show-mobile {
  display: block;
}
.mobile .row {
  display: block;
}
.mobile #header {
  height: auto;
}
.mobile #header .logo {
  width: 50%;
  top: 0;
  margin: 0;
}
.mobile #header .logo img {
  max-height: 50px;
}
.mobile #header .menu-mobile {
  padding: 0.2em 0;
}
.mobile #header .menu-mobile .icon-menu {
  float: right;
  padding: 0;
  margin-right: 5px;
  height: 50px;
  width: 50px;
  background-image: url(../images/icon-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.mobile #header .menu-mobile .icon-menu img {
  max-width: 35px;
  display: none;
}
.mobile #header .menu-mobile .inner-menu {
  position: fixed;
  -webkit-transition: all 1s;
          transition: all 1s;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.mobile #header .menu-mobile .inner-menu h3, .mobile #header .menu-mobile .inner-menu h4, .mobile #header .menu-mobile .inner-menu h5, .mobile #header .menu-mobile .inner-menu h6 {
  font-size: 1em;
}
.mobile #header .menu-mobile .inner-menu ul {
  padding: 0;
  margin: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.mobile #header .menu-mobile .inner-menu ul li {
  list-style: none;
  background-color: #BB3B44;
  padding: 0.8em 2em;
  margin-bottom: 2px;
}
.mobile #header .menu-mobile .inner-menu ul li ul {
  display: none;
}
.mobile #header .menu-mobile .inner-menu ul li a {
  color: #fff;
}
.mobile #header .menu-mobile.active .icon-menu {
  background-image: url(../images/icon-menu-close.png);
  position: fixed;
  top: 0;
  right: 0;
}
.mobile #header .menu-mobile.active .inner-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.mobile .progress_page.close_p {
  z-index: -1;
}
.mobile #banner .inner-banner {
  font-size: 0.9rem;
}
.mobile #content img {
  max-width: 100%;
}
.mobile #content .section1 .row {
  display: block;
}
.mobile #content .section2 .row, .mobile #content .section3 .row {
  display: block;
}
.mobile #content .section2 .col-text, .mobile #content .section2 .col-img, .mobile #content .section3 .col-text, .mobile #content .section3 .col-img {
  width: 100%;
}
.mobile #content .section2 .col-text .inner, .mobile #content .section2 .col-img .inner, .mobile #content .section3 .col-text .inner, .mobile #content .section3 .col-img .inner {
  padding: 1em 0;
}
.mobile #content .section2 .col-img, .mobile #content .section3 .col-img {
  display: none;
}
.mobile .list-item {
  display: block;
}
.mobile .list-item .item {
  width: 100%;
  font-size: 1rem;
}
.mobile .list-item .item .inner-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile .list-item .item .inner-item a .img {
  max-width: 120px;
}
.mobile .list-item .item .inner-item a .txt-item {
  text-align: left;
  padding-left: 1em;
}
.mobile .list-item .item .txt1 {
  display: none;
}
.mobile .list-news {
  display: block;
}
.mobile .list-news .item {
  width: 100%;
  font-size: 0.9rem;
}
.mobile .list-news .item .inner-item {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile .list-news .item .inner-item .img {
  display: none;
}
.mobile .list-news .item .inner-item .txt-item {
  text-align: left;
  padding-left: 1em;
}

.detail-product img {
  max-width: 100%;
}
.detail-product .title-lg {
  margin-bottom: 1em;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.detail-product .img img {
  max-width: 100%;
}
.detail-product .section1-dt {
  padding: 3em;
  background-color: #f9f9f9;
}
.detail-product .section2-dt {
  margin-top: 2.0em;
}
.detail-product .section2-dt .list-item {
  max-width: 350px;
}
.detail-product .section2-dt .list-item .item {
  margin-bottom: 1em;
}
.detail-product .section2-dt .list-item .item .inner-item {
  border: 1px solid #ddd;
  padding: 1em;
  background-color: #f9f9f9;
}

.detail-news .title-lg {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

/*function*/
.function {
  width: 100%;
  clear: both;
  border-bottom: dotted 1px #ccc;
  border-top: dotted 1px #ccc;
  padding: 5px 0;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.function .shareBox {
  float: left;
  margin-left: 5px;
}
.function .toolbarBox {
  float: right;
  margin-right: 5px;
}
.function .toolbarBox a {
  margin-right: 10px;
}
.function .toolbarBox i {
  margin-right: 5px;
}

.otherNews {
  width: 100%;
  clear: both;
  margin-top: 15px;
  font-size: 15px;
}
.otherNews h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.otherNews ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.otherNews ul li {
  margin: 5px 0;
  list-style: none;
}
.otherNews ul li a {
  text-decoration: none;
  color: #333;
}
.otherNews ul li a:before {
  content: '';
  margin-right: 7px;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-dot.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  opacity: 0.4;
}

.img-left .sticky_left {
  max-width: 255px;
}
.img-left img {
  max-width: 100%;
}

.list-project a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.8em;
  border: 2px solid #E9E9E9;
  padding: 5px;
}
.list-project a .project-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  padding: 0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-project a:hover .project-name {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.list-project a img {
  height: 150px;
}

.progress_page {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.progress_page.close_p {
  background: none;
}
.progress_page.close_p .bar {
  background-color: #264264;
}
.progress_page .bar {
  background-color: #BB3B44;
  width: 0%;
  height: 2px;
  border-radius: 0px;
}
.progress_page #bar2 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  float: right;
  margin-top: -2px;
}
.progress_page .percent {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 48%;
}

.phone .section1-dt {
  padding: 0;
}
.phone .section1-dt .col-md-7 {
  background-color: #FFF;
}
.phone .section1-dt .col-md-7 .title-lg {
  font-size: 1.2em;
  padding-top: 1em;
}
.phone #content .content-page {
  padding-top: 1em;
  padding-bottom: 1em;
}
.phone #content .title {
  font-size: 1.5em;
}
.phone .progress_page {
  display: none;
}
.phone .subpage #banner .inner-banner .txt1 {
  font-size: 1em;
}

@media only screen and (max-width: 1200px) {
  #header .menu-right > ul > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 800px) {
  .hide-on-mobile {
    display: none;
  }
}
