@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

.img {
  display: block;
  margin: 0 auto;
  margin-top: 1px;
  max-width: 100%;
  max-height: 100%;
}

body {
  min-height: 100vh;
  transition: transform .6s ease;
  overflow: auto;
}

body.translate {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  overflow: hidden;
  overflow-y: auto;
}

body.translate .icon-nav {
  -ms-transform: translateX(-95px) scale(0.9);
  transform: translateX(-95px) scale(0.9);
}

body.translate .icon-line span {
  background-color: transparent;
}

body.translate .icon-line span:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.translate .icon-line span:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.green {
  color: #009933;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
}

.des {
  line-height: 21px;
}

.link-view {
  color: #009933;
  padding: 5px 0;
  display: inline-block;
}

.link-view:hover {
  color: #009933;
  text-decoration: underline;
}

.quote {
  border: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px 10px 37px;
  margin-bottom: 25px;
  color: #333;
  background: url("../images/quote.png") no-repeat;
  background-size: 45px;
  background-position: -10px 0;
}

.fix-bot {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1001;
  display: none;
}

.fix-bot .fa {
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 153, 51, 0.4);
  width: 45px;
  height: 45px;
  border-radius: 0;
  font-size: 14px;
  line-height: 45px;
  color: #ffff33;
}

.block-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin-bottom: 30px;
}

.animat-hv {
  position: relative;
  display: block;
  overflow: hidden;
}

.animat-hv:before,
.animat-hv:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.animat-hv:hover:before,
.animat-hv:hover:after {
  background-color: rgba(255, 255, 155, 0.2);
}

.animat-hv:hover:before {
  left: 50%;
  right: 50%;
}

.animat-hv:hover:after {
  top: 50%;
  bottom: 50%;
}

.linear-gradient {
  width: 95px;
  height: 9px;
  background-image: repeating-linear-gradient(45deg, #e5e5e5, #fff 3px, transparent 2px, transparent 5px);
  display: inline-block;
  vertical-align: middle;
}

.paginav {
  margin-bottom: 50px;
}

.paginav li {
  display: inline-block;
}

.paginav li:hover .pagi-item,
.paginav li:focus .pagi-item,
.paginav li.active .pagi-item {
  background-color: #009933;
  color: #fff;
}

.paginav .pagi-item {
  color: #666;
  background-color: #e1e1e1;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  transition: background-color 0.2s linear;
}

.ipt {
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  color: #aaa;
  padding: 6px 15px;
  width: 100%;
}

.ipt:focus {
  outline: none;
}

.btn-common {
  border: 1px solid transparent;
  padding: 10px 15px;
  text-align: center;
  transition: all .4s linear;
}

.btn-send {
  margin: 10px 0 30px;
  background-color: #009933;
  color: #fff;
  text-transform: uppercase;
  min-width: 200px;
}

.btn-send:hover,
.btn-send:focus {
  outline: none;
  background-color: transparent;
  color: #009933;
  border-color: #009933;
}

.ipt-title {
  display: block;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 7px;
  color: #333;
}

label.error {
  padding: 8px 15px;
  color: red;
}

.title-comment {
  display: none;
  text-transform: uppercase;
  font-family: 'Open Sans bold', sans-serif;
}

.title-comment .des-title {
  font-weight: bold;
}

.avatar {
  display: inline-block;
  margin-right: -15px;
}

.avatar .img-avt {
  max-width: 100%;
}

.info-comment {
  margin-bottom: 10px;
}

.info-comment .name-com {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 5px;
  font-family: 'Open Sans bold', sans-serif;
}

.info-comment .name-com a {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}

.info-comment .txt-date {
  display: block;
  font-style: italic;
  font-size: 0.95em;
  margin: 5px 0;
  font-family: 'Open Sans', sans-serif;
}

.info-comment .des {
  color: #727272;
  margin-bottom: 3px;
}

.info-comment .sub-info-comment {
  margin: 15px 0 5px;
}

.comment {
  margin-bottom: 30px;
}

.comment .link-rep,
.comment .link-show {
  color: #009933;
  line-height: 20px;
}

.comment .link-rep:hover,
.comment .link-show:hover,
.comment .link-rep:focus,
.comment .link-show:focus {
  color: #aaa;
}

.comment .btn-send {
  min-width: 120px;
  border-radius: 5px;
}

.comment .show-more {
  margin: 15px 0 20px;
}

.comment .comment-write {
  margin-bottom: 20px;
}

.header-top {
  padding: 10px 80px;
  height: 155px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.header .icon-line {
  width: 20px;
  height: 4px;
  display: block;
  margin: 0 auto;
}

.header .icon-line span {
  background-color: #009933;
  position: relative;
  border-radius: 5px;
  display: block;
  transition: transform .3s;
  height: 4px;
}

.header .icon-line span:before,
.header .icon-line span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #009933;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.header .icon-line span:before {
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.header .icon-line span:after {
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.header .icon-nav {
  position: absolute;
  padding: 15px 10px;
  display: block;
  text-align: center;
  left: 15px;
  top: 55px;
  z-index: 1;
  transition: transform .4s;
}

.header .icon-search {
  display: block;
  position: absolute;
  padding: 10px;
  font-size: 1.15em;
  top: 55px;
  right: 18px;
  color: #009933;
}

.header .header-content {
  padding: 154px 35px 40px;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  position: absolute;
  width: 300px;
  top: 0;
  right: 100%;
  height: 100vh;
  background-image: url("../images/bg-hoavan.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.header .nav-item {
  text-transform: uppercase;
  display: block;
  padding: 12px 45px;
  color: #333;
  letter-spacing: -0.5px;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 20px 3px 20px 3px;
  line-height: 20px;
}

.header .nav-list li:hover .nav-item,
.header .nav-list li:focus .nav-item,
.header .nav-list li:active .nav-item {
  background-color: #009933;
  color: #ffff33;
}

.active_menu {
  background-color: #009933;
  color: #ffff33 !important;
}

.header .sub-item {
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  padding-left: 60px;
  color: #333;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.header .sub-item:hover,
.header .sub-item:focus {
  color: #009933;
}

.header .sub-menu li {
  border-top: 1px solid #eaeaea;
}

.header .wrap-nav {
  border-top: 1px solid #eaeaea;
  margin: 0 -35px;
}

.header .nav-list>li {
  border-bottom: 1px solid #eaeaea;
}

.nav-social {
  margin-top: 45px;
  padding-left: 15px;
}

.nav-social li {
  display: inline-block;
  margin-right: 5px;
}

.nav-social li:hover .fa {
  color: #fff;
}

.nav-social li:hover.face .fa {
  background-color: #3b5998;
}

.nav-social li:hover.google-plus .fa,
.nav-social li:hover.youtube .fa {
  background-color: #dd4b39;
}

.nav-social li:hover.skype .fa,
.nav-social li:hover.twitter .fa {
  background-color: #00aced;
}

.nav-social .fa {
  width: 36px;
  height: 36px;
  background-color: #eee;
  color: #666;
  text-align: center;
  line-height: 36px;
  transition: all .3s ease;
}

.langs {
  margin-top: 45px;
  text-align: center;
}

.langs .img {
  display: inline-block;
}

.langs .lang-item {
  display: inline-block;
  padding: 0 5px;
}

.form-search,
.side {
  background-color: rgba(0, 153, 51, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  height: 100% !important;
  transition: transform .7s ease;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.form-search.transform,
.side.transform {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mb-transform {
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 130px 10px 0;
}

.closed-mb {
  background-color: rgba(0, 153, 51, 0.9);
  border: none;
  position: absolute;
  top: 60px;
  left: 15px;
  padding: 5px 10px;
  color: #fff;
  font-size: 2em;
}

.ipt-search,
.btn-search {
  padding: 7px 10px;
  color: #aaa;
}

.ipt-search:focus,
.btn-search:focus {
  outline: none;
}

.ipt-search {
  width: calc(100% - 45px);
  border: none;
  border-bottom: 1px dotted #eee;
  font-style: italic;
}

.btn-search {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1.1em;
}

.btn-search:focus,
.btn-search:hover {
  color: #009933;
}

.wrap-foot {
  position: relative;
}

.foot-top {
  margin-bottom: 30px;
  position: relative;
}

.foot-top:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}

.foot-top .logo,
.foot-top .nav-social {
  float: left;
  padding: 0 15px;
}

.foot-top .logo {
  width: 27%;
  padding-right: 0;
}

.foot-top .nav-social {
  width: 73%;
  margin-top: 30px;
  text-align: right;
}

.foot-top .border {
  /*width: 100%;
  height: 12px;
  background-color: #009933;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1; */
  border-top: 5px solid #009933;
}

.foot-top .border:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffff33;
  top: 0;
  left: 0;
}

.foot-content {
  padding: 0 15px;
}

.block-addr {
  margin-bottom: 20px;
}

.block-addr .addr {
  margin-bottom: 10px;
}

.block-addr .addr .text:first-child {
  font-weight: 600;
  padding-right: 5px;
}

.block-addr .text {
  font-family: 'Open Sans bold', sans-serif;
  line-height: 21px;
  color: #333;
}

.block-addr .green {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.block-map {
  display: none;
}

.block-map iframe {
  border: none;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}

.foot-title {
  font-family: 'Open Sans bold', sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.foot-content .nav-item {
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  color: #333;
  font-family: 'Open Sans bold', sans-serif;
}

.foot-content .nav-item:hover,
.foot-content .nav-item:focus {
  color: #009933;
}

.foot-content .nav-list,
.foot-content .online {
  margin-bottom: 20px;
}

.foot-content .nav-list li {
  display: inline-block;
  width: 49%;
}

.foot-content .onl-ct .des {
  margin-bottom: 5px;
  color: #333;
}

.foot-content .onl-ct .text {
  min-width: 120px;
  display: inline-block;
  padding: 5px 0;
}

.foot-content .num-onl {
  display: inline-block;
  text-align: right;
  min-width: 60px;
  padding: 5px 0;
}

.copy-right {
  background-color: #009933;
  padding: 15px 0;
  color: #eaeaea;
  border-top: 3px solid #ffff33;
  text-align: center;
}

.copy-right .link:first-child {
  color: #ffff33;
  text-transform: uppercase;
}

.copy-right .link:first-child:hover,
.copy-right .link:first-child:focus {
  color: #fff;
}

.copy-right .link:last-child {
  color: #eaeaea;
  text-transform: capitalize;
}

.copy-right .link:last-child:hover,
.copy-right .link:last-child:focus {
  color: #ffff33;
}

.copy-right .des {
  line-height: 23px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  transition: all .5s ease;
  z-index: 10;
  outline: none;
}

.slick-prev {
  left: 7px;
}

.slick-next {
  right: 5px;
}

.hero-slider:hover .slick-arrow:hover,
.hero-slider:hover .slick-arrow:focus {
  outline: none;
}

.hero-slider .item:focus {
  outline: none;
}

.hero-slider .slick-arrow {
  border-color: #fff;
  color: #fff;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  margin: 0 1.5px;
  vertical-align: bottom;
  transition: height .4s ease;
}

.slick-dots li button {
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  transition: height .4s ease;
}

.slick-dots li button:before {
  line-height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 5px;
  content: "";
  background-color: #009933;
  transition: height .4s ease;
}

.slick-dots li.slick-active {
  height: 10px;
}

.slick-dots li.slick-active button {
  height: 10px;
}

.slick-dots li.slick-active button:before {
  background-color: #ffff33;
  height: 10px;
  line-height: 10px;
}

.site-wrap {
  margin-bottom: 50px;
}

.block-about .block-img {
  display: none;
}

.block-about .block-head {
  text-align: center;
  color: #333;
  text-transform: uppercase;
}

.block-about .welc {
  font-family: 'Open Sans Semibold', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.block-about .block-content .des {
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 3px;
}

.block-about .wrap-left,
.block-about .wrap-right {
  margin-bottom: 25px;
}

.block-about .block-title {
  margin-bottom: 30px;
}

.square {
  display: inline-block;
  text-align: center;
  width: 18px;
  height: 18px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.square span {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #eaeaea;
}

.square span:first-child {
  left: 0;
  top: 0;
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

.square span:nth-child(2) {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #009933;
  z-index: 2;
}

.square span:last-child {
  right: 0;
  top: 0;
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.comp-title {
  margin: 30px 0;
  font-family: 'Open Sans bold', sans-serif;
}

.comp-title .text {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.factory {
  background-image: url("../images/banner2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
  margin: 35px 0;
  position: relative;
  overflow-x: hidden;
}

.factory:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 153, 51, 0.7);
}

.factory:after {
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(0, 153, 51, 0.7);
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.factory .slick-arrow {
  border-color: transparent;
  opacity: 0;
}

.factory .slick-arrow .img {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.factory .btn-link {
  border: 1px solid #ffff33;
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 51, 0.9);
  opacity: 0;
  animation-delay: .8s;
  transition: opacity .5s ease;
}

.factory .btn-link:hover,
.factory .btn-link:focus,
.factory .btn-link:visited,
.factory .btn-link:active {
  color: rgba(255, 255, 51, 0.9);
  border: 1px solid #ffff33;
}

.factory .item {
  position: relative;
}

.factory .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 153, 51, 0.4);
  transition: opacity .5s ease;
  opacity: 0;
}

.factory .item:hover:before {
  opacity: 1;
}

.factory .item:hover .btn-link {
  opacity: 1;
}

[id^="show-img"] .close-modal {
  float: right;
  border: transparent;
  background-color: transparent;
  font-size: 1.5em;
  color: #009933;
}

[id^="show-img"] .img {
  width: 90%;
}

[id^="show-img"] .modal-dialog {
  max-width: 500px;
  margin: 30px auto;
}

.block-news {
  margin-bottom: 15px;
}

.block-news .block-pd {
  padding: 0 15px;
  margin-bottom: 30px;
}

.block-news .text-title {
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}

.block-news .des-title {
  line-height: 20px;
  color: #333;
  font-family: 'Open Sans bold', sans-serif;
}

.block-news .block-content {
  padding: 0 15px;
}

.news-item {
  margin-bottom: 30px;
}

.news-item .img {
  width: 100%;
}

.news-item .txt-date {
  color: #727272;
  line-height: 18px;
  margin-bottom: 7px;
  display: block;
}

.news-item .des {
  color: #333;
  font-family: 'Open Sans bold', sans-serif;
}

.news-main .news-info {
  background-color: #f8f8f8;
  padding: 15px;
}

.news-main .news-info h3 {
  margin-bottom: 7px;
}

.news-main .item-title {
  color: #009933;
}

.news-main .item-title:hover,
.news-main .item-title:focus {
  text-decoration: underline;
}

.item-title {
  font-family: 'Open Sans bold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.news-other .news-info {
  padding: 10px;
  background-color: rgba(0, 153, 51, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.news-other .news-info h3 {
  margin-bottom: 0;
}

.news-other .item-title {
  color: #fff;
  height: 42px;
  display: block;
  overflow: hidden;
  font-size: 13px;
}

.news-other .item-title:hover,
.news-other .item-title:focus {
  color: #ffff33;
}

.news-other .news-item {
  position: relative;
}

.backgroom {
  position: relative;
}

.backgroom .hero-img {
  position: relative;
  max-height: 550px;
}

.backgroom .hero-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.backgroom .hero-img .img {
  max-height: 550px;
  width: 100%;
}

.backgroom .hero-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 10;
}

.backgroom .hero-info .img {
  margin-bottom: 15px;
}

.backgroom .hero-title {
  color: #fff;
  text-transform: uppercase;
  line-height: 23px;
}

.backgroom .nav-hero li {
  display: inline-block;
}

.backgroom .nav-hero .fa {
  color: #fff;
}

.backgroom .hero-item {
  color: #fff;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.backgroom .hero-item:hover,
.backgroom .hero-item:focus {
  color: #ffff33;
}

.about-page .block-intro,
.award-page .block-intro,
.contact-page .block-intro {
  padding: 0 15px;
}

.about-page .title,
.award-page .title,
.contact-page .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-page .title .bold,
.award-page .title .bold,
.contact-page .title .bold {
  font-family: 'Open Sans bold', sans-serif;
  display: inline-block;
  font-weight: 600;
  line-height: 38px;
  color: #1a1a1a;
}

.about-page .title .text,
.award-page .title .text,
.contact-page .title .text {
  display: inline-block;
  line-height: 38px;
  color: #333;
  font-weight: 100;
  letter-spacing: 1px;
}

.about-page .des-title,
.award-page .des-title {
  display: block;
  color: #009933;
  margin-bottom: 35px;
  padding-left: 105px;
  position: relative;
}

.about-page .des-title:before,
.award-page .des-title:before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  height: 1px;
  width: 90px;
  background-color: #009933;
}

.about-page .block-intro,
.award-page .block-intro {
  margin-bottom: 30px;
}

.about-page .block-intro .des,
.award-page .block-intro .des {
  margin-bottom: 5px;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  text-align: justify;
}

.block-feature {
  margin-bottom: 50px;
}

.block-feature .thumb-img {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.block-feature .thumb-img:first-child {
  margin-left: 10px;
  margin-right: 40px;
}

.block-feature .thumb-img:last-child {
  margin: -120px 10px 0 45px;
}

.block-feature .img {
  width: 100%;
}

.block-feature .quote-info {
  background-color: #009933;
  padding: 45px 30px;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #eef8f1;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  border: none;
}

.about-page .video {
  margin-bottom: 30px;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
}

.about-page .video .video-item {
  max-width: 100%;
  border: 1px solid #f0f0f0;
}

.about-page .choose-about {
  padding: 0 15px;
  margin-bottom: 30px;
}

.about-page .choose-slider {
  margin: 0 -15px;
}

.about-page .choose-slider .item {
  padding: 0 15px;
}

.about-page .choose-slider .item:focus {
  outline: none;
}

.about-page .choose-slider .img {
  width: 100%;
}

.about-page .choose-slider .fig-img {
  margin-bottom: 15px;
}

.about-page .choose-slider .txt-date {
  color: #009933;
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
}

.about-page .choose-slider .item-title {
  color: #333;
  max-height: 42px;
  overflow: hidden;
  display: block;
}

.about-page .choose-slider .item-title:hover,
.about-page .choose-slider .item-title:focus {
  color: #009933;
}

.about-page .choose-slider .slick-arrow {
  border-radius: 0;
  border-color: #eaeaea;
  top: -45px;
  opacity: 0;
}

.about-page .choose-slider .slick-arrow:focus,
.about-page .choose-slider .slick-arrow:hover {
  color: #009933;
}

.about-page .choose-slider .slick-next {
  right: 15px;
  border-left: transparent;
}

.about-page .choose-slider .slick-prev {
  left: inherit;
  right: 50px;
}

.team-block {
  margin-bottom: 30px;
}

.team-block .team-item {
  padding: 0 15px;
}

.team-block .team-item:focus {
  outline: none;
}

.team-block .team-item:hover .team-info,
.team-block .team-item:focus .team-info {
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.team-block .team-item:hover .nav-social,
.team-block .team-item:focus .nav-social {
  opacity: 1;
}

.team-block .block-title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.team-block .margin {
  margin-bottom: 30px;
}

.team-block .team-img .img {
  width: 100%;
}

.team-block .thumb {
  position: relative;
  display: block;
}

.team-block .thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease;
}

.team-block .thumb:hover:before,
.team-block .thumb:focus:before {
  opacity: 1;
}

.team-block .team-info {
  text-align: center;
  transition: transform .4s linear;
  background-color: #fff;
  z-index: 2;
  padding-top: 15px;
}

.team-block .team-name {
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
}

.team-block .nav-social {
  padding: 0;
  margin-top: 20px;
  opacity: 0;
  transition: opacity .4s linear;
}

.team-block .nav-social .fa {
  background-color: transparent;
  width: 20px;
  height: 20px;
  line-height: 10px;
  font-size: .8em;
  padding: 5px;
}

.news-content {
  margin-bottom: 40px;
}

.news-content .news-info {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
}

.news-content .news-info .des {
  color: #727272;
  height: 63px;
  overflow: hidden;
}

.news-content .news-info:hover .news-link:after,
.news-content .news-info:focus .news-link:after {
  height: 100%;
}

.news-content .news-info:hover .news-title,
.news-content .news-info:focus .news-title {
  color: #ffff33;
}

.news-content .news-info:hover .des,
.news-content .news-info:focus .des {
  color: #fff;
}

.news-content .news-link {
  display: block;
  padding: 20px;
}

.news-content .news-link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: rgba(0, 153, 51, 0.9);
  width: 100%;
  height: 0;
  z-index: -1;
  transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-content .news-title {
  font-family: 'Open Sans semibold', sans-serif;
  color: #009933;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.news-content .bg-txt {
  background-color: #009933;
  padding: 10px 0;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
}

.news-content .bg-txt span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 5px;
  padding: 0 10px;
}

.news-content .bg-txt .month {
  text-transform: uppercase;
}

.news-content .bg-txt .date {
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

.news-content .txts-date {
  position: relative;
}

.news-content .news-item {
  position: relative;
}

.news-content .news-item .linear-gradient {
  width: 50px;
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0;
  background-image: repeating-linear-gradient(45deg, rgba(0, 153, 51, 0.2), rgba(255, 255, 255, 0.3) 3px, transparent 2px, transparent 5px);
}

.view-sidebar {
  display: block;
  padding: 12px 15px;
  text-align: center;
  background-color: #009933;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: background-color 0.5s ease;
}

.view-sidebar:hover,
.view-sidebar:focus {
  background-color: #ffff33;
  color: #009933;
}

.side-wrap {
  margin-bottom: 30px;
}

.side-title {
  margin-bottom: 25px;
}

.side-title .des-title {
  font-family: 'Open Sans bold', sans-serif;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.acc {
  float: left;
  display: inline-block;
  padding: 7px 12px 5px 2px;
}

.side-item {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans bold', sans-serif;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.block-news .side-title,
.nav-pro .side-title {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-news .side-item,
.nav-pro .side-item {
  padding: 5px;
  text-transform: capitalize;
  width: calc(100% - 26px);
}

.block-news .side-item:hover,
.nav-pro .side-item:hover,
.block-news .side-item:focus,
.nav-pro .side-item:focus {
  color: #009933;
}

.side-nav .thumb,
.side-nav .side-info {
  float: left;
  padding: 0 15px;
}

.side-nav .thumb {
  width: 35%;
  padding-right: 0;
}

.side-nav .side-info {
  width: 65%;
  padding-right: 0;
}

.noibat-news .side-item {
  margin: 0 -15px;
  margin-bottom: 15px;
}

.noibat-news .side-item:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.noibat-news .img {
  width: 100%;
  transition: box-shadow 0.4s ease;
}

.noibat-news .img:hover,
.noibat-news .img:focus {
  box-shadow: 0 0 12px #ffff33;
}

.side-bar .news-title {
  font-family: 'Open Sans bold', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
}

.side-bar .news-title:hover,
.side-bar .news-title:focus {
  color: #009933;
}

.side-bar .side-info h3 {
  margin-bottom: 5px;
}

.side-bar .des {
  max-height: 42px;
  overflow: hidden;
}

.weblinks-slider .item {
  padding: 0 20px;
}

.side.transform {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-content {
  padding: 15px;
}

.side-content .linear-gradient {
  width: 50px;
}

.news-detail-page .title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}

.news-detail-page .news-content .des {
  color: #333;
  margin-bottom: 20px;
  line-height: 22px;
}

.news-detail-page .news-content .img {
  margin-bottom: 25px;
  max-height: 300px;
}

.txts {
  font-family: 'Noto Sans', sans-serif;
  color: #999;
  line-height: 21px;
  margin-bottom: 20px;
  font-size: 14px;
}

.txts [class^="txt"]+[class^="txt"] {
  padding-left: 20px;
  position: relative;
}

.txts [class^="txt"]+[class^="txt"]:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  left: 10px;
  top: 4px;
  background-color: #999;
}

.short-intro {
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.share {
  text-align: center;
  height: 45px;
  border-bottom: 1px solid #e0e5e7;
  position: relative;
  margin-bottom: 50px;
}

.share .btn-share {
  position: absolute;
  bottom: 0;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
  background-color: #fff;
  min-width: 155px;
  text-transform: capitalize;
  padding: 15px;
  border-color: #e0e5e7;
}

.share .btn-share:hover,
.share .btn-share:focus {
  color: #fff;
  background-color: #009933;
  border-color: transparent;
}

.plugin {
  margin-bottom: 50px;
  text-align: center;

}

.news-other-slider {
  margin-bottom: 40px;
}

.news-other-slider .slick-arrow {
  top: 0;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  color: #666;
  width: auto;
  text-transform: uppercase;
}

.news-other-slider .slick-arrow:hover,
.news-other-slider .slick-arrow:focus {
  color: #000;
}

.news-other-slider .slick-next {
  right: 0;
}

.news-other-slider .slick-prev {
  left: 0;
}

.news-other-slider .other-item {
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.news-other-slider .other-item h3 {
  margin-bottom: 3px;
  max-height: 66px;
  overflow: hidden;
}

.news-other-slider .other-item .des {
  color: #727272;
  max-height: 63px;
  overflow: hidden;
}

.news-other-slider .other-item .txts {
  display: none;
  padding: 5px 0;
}

.news-other-slider .thumb,
.news-other-slider .other-info {
  float: left;
  width: 50%;
}

.news-other-slider .thumb {
  padding-right: 10px;
  margin-top: 5px;
  display: block;
}

.news-other-slider .thumb .img {
  width: 100%;
}

.news-other-slider .other-title {
  color: #222;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
}

.news-other-slider .other-title:hover,
.news-other-slider .other-title:focus {
  color: #009933;
}

.view {
  text-transform: capitalize;
  font-size: 14px;
  color: #009933;
  display: inline-block;
  line-height: 20px;
}

.view:hover,
.view:focus {
  color: #aaa;
}

.margin {
  margin-bottom: 35px;
}

.award-page .side-bar .des-title {
  margin-bottom: 0;
  position: static;
  padding-left: 0;
}

.award-page .side-bar .des-title:before {
  position: static;
}

.award-page .block-intro {
  box-shadow: 0 0px 48px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
}

.award-page .des-title:before {
  bottom: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.award-page .block-posts {
  background-color: #009933;
  color: #eef8f1;
  padding: 25px 15px;
}

.award-page .block-posts .des {
  line-height: 25px;
}

.sub-side-item {
  display: inline-block;
  padding: 5px;
  color: #000;
  line-height: 20px;
}

.sub-side-item:hover,
.sub-side-item:focus,
.sub-side-item.active {
  color: #009933;
}

.sub-side-nav {
  padding: 0 0 0 35px;
  opacity: 0;
  max-height: 0;
  transition: all .3s linear;
}

.sub-side-nav.show {
  padding: 0 0 5px 35px;
  opacity: 1;
  max-height: 500px;
}

.contact-page .col {
  padding: 0 15px;
}

.contact-page .title {
  background-color: #009933;
  padding: 30px 15px;
  margin-bottom: 30px;
}

.contact-page .title .bold,
.contact-page .title .text {
  color: #fff;
  line-height: 40px;
}

.contact-page .block-addr .text {
  color: #888;
}

.contact-page .block-addr,
.contact-page .nav-social {
  margin-bottom: 30px;
}

.contact-page .nav-social {
  padding-left: 0;
  margin-top: 0;
}

.contact-page .nav-social .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.contact-page .wrap-main {
  margin-bottom: 35px;
}

.contact-page .map-item {
  margin-bottom: 15px;
}

.contact-page .map-item iframe {
  border: none;
  max-width: 100%;
  height: 400px;
  width: 100%;
}

.contact-page .form-contact .form-group {
  padding: 0 15px;
}

.contact-suport {
  background-color: #f6f4f4;
  padding: 80px 35px 30px;
  text-align: center;
  background-image: url("../images/phone.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  margin-bottom: 40px;
}

.contact-suport .box-title {
  color: #7e7b73;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 30px;
}

.contact-suport .box-des {
  display: block;
  line-height: 22px;
  color: #7e7b73;
  margin-bottom: 10px;
}

.contact-suport .addr .text {
  display: block;
  color: #009933;
  font-size: 22px;
  line-height: 30px;
}

.faqs-content,
.recruitment-content {
  margin-bottom: 50px;
}

.faqs-content .des,
.recruitment-content .des {
  line-height: 22px;
  color: #76747b;
}

.faqs-content .head-item,
.recruitment-content .head-item {
  color: #333;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.faqs-content .head-item:after,
.recruitment-content .head-item:after {
  content: "\f067";
  float: right;
  color: #76747b;
  font-family: 'fontawesome';
  font-size: .85em;
}

.faqs-content .head-item.active,
.recruitment-content .head-item.active {
  color: #009933;
}

.faqs-content .head-item.active:after,
.recruitment-content .head-item.active:after {
  content: "\f068";
  color: #009933;
}

.faqs-content .item-ct,
.recruitment-content .item-ct {
  opacity: 0;
  max-height: 0;
  transition: all .3s linear;
}

.faqs-content .item-ct .des,
.recruitment-content .item-ct .des {
  max-height: 0;
}

.faqs-content .item-ct.show,
.recruitment-content .item-ct.show {
  max-height: none;
  opacity: 1;
  padding-bottom: 25px;
}

.faqs-content .item-ct.show .des,
.recruitment-content .item-ct.show .des {
  margin-bottom: 3px;
  max-height: none;
}

.faqs-item,
.recruitment-item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.regis-recruitment {
  margin-bottom: 40px;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 7.5px 15px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background-color: #f8f8f8;
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons.png");
}

.ui-button:hover,
.ui-button:focus {
  outline: none;
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons.png");
}

.ui-widget.ui-widget-content {
  border-color: #eaeaea;
  background-color: #f8f8f8;
  border-top: 1px solid transparent;
}

.ui-menu .ui-menu-item-wrapper {
  border: none;
  background: transparent;
  color: #333;
  padding: 6px 15px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
  color: #009933;
}

.ui-selectmenu-text {
  color: #009933;
}

.upload {
  margin-top: 20px;
}

.upload .ipt-title,
.upload .ipt-upload {
  display: inline-block;
  vertical-align: middle;
}

.upload .ipt-title {
  padding-right: 15px;
}

.upload .ipt-upload:focus {
  outline: none;
}

.recaptcha {
  margin: 25px 0 15px;
  max-width: 100%;
  overflow: hidden;
}

.form-regis .btn-send {
  min-width: 80px;
  text-transform: capitalize;
}

.activitive-page .active-item {
  height: 80px;
  background-color: #f8f8f8;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  position: relative;
  text-align: center;
  transition: background-color 0.4s linear;
}

.activitive-page .active-item .item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  width: 100%;
  padding: 0 15px;
}

.activitive-page .active-item:hover,
.activitive-page .active-item:focus {
  background-color: #009933;
  border-color: transparent;
}

.activitive-page .active-item:hover .item,
.activitive-page .active-item:focus .item {
  color: #eef8f1;
}

.active-content {
  margin: 0 -10px 50px;
}

.active-content:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}

.active-content .col {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.active-content .col:not(:last-child) {
  position: relative;
}

.active-content .col:not(:last-child):after {
  position: absolute;
  content: "\f178";
  font-family: "fontawesome";
  top: 50%;
  right: -13px;
  color: #009933;
  width: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.active-content .col:nth-child(n+3):nth-child(-n+4),
.active-content .col:nth-child(n+7):nth-child(-n+8),
.active-content .col:nth-child(n+11):nth-child(-n+12) {
  float: right !important;
}

.active-content .col:nth-child(n+3):nth-child(-n+4):after,
.active-content .col:nth-child(n+7):nth-child(-n+8):after,
.active-content .col:nth-child(n+11):nth-child(-n+12):after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: inherit;
  left: -13px;
}

.active-content .col:nth-child(2n):nth-child(even):after {
  top: inherit;
  bottom: -20px;
  left: 50%;
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.product-ct {
  margin-bottom: 50px;
}

.product-ct .img {
  width: 100%;
  border-radius: 6px;
}

.product-ct .feature {
  margin-bottom: 12px;
  position: relative;
}

.product-ct .feature .bg-border {
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

.product-ct .pro-item {
  margin-bottom: 30px;
  text-align: center;
}

.product-ct .pro-item:nth-child(3n+1) {
  clear: both;
}

.product-ct .link-pro {
  color: #000;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.product-ct .link-pro:hover,
.product-ct .link-pro:focus {
  color: #009933;
}

.pro-intro .title {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 35px;
}

.pro-intro .pro-img {
  box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.2);
}

.pro-intro .pro-img:first-child {
  margin-right: 45px;
}

.pro-intro .pro-img:last-child {
  margin-left: 30px;
  margin-top: -45px;
}

.pro-intro .wrap-top {
  margin-bottom: 50px;
}

.pro-intro .img {
  width: 100%;
}

.pro-intro .pro-des {
  margin: 0 -15px;
}

.pro-intro .pro-des .bg {
  background-color: #009933;
  color: #eef8f1;
  padding: 30px 15px;
  text-align: justify;
}

.pro-intro .pro-des .title {
  display: none;
}

.pro-intro .pro-des .des {
  line-height: 30px;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.pro-intro .wrap-bt {
  margin-bottom: 50px;
}

.paremeter {
  border: 1px solid #c0c0c0;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.paremeter:after {
  position: absolute;
  content: "";
  left: 60%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
}

.paremeter dl+dl {
  border-top: 1px solid #c0c0c0;
}

.paremeter dt,
.paremeter dd {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  line-height: 20px;
}

.paremeter dt {
  width: 60%;
}

.paremeter dd {
  width: 38%;
}

@media screen and (min-width: 360px) {
  .foot-top .logo {
    width: 30%;
    max-width: 150px;
  }

  .foot-top .nav-social {
    width: 70%;
    margin-top: 45px;
  }

  .block-feature {
    padding: 0 15px;
  }

  .block-feature .thumb-img:first-child {
    margin-left: 0;
  }

  .block-feature .thumb-img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) {
  .comp-title .text {
    font-size: 20px;
    line-height: 28px;
  }

  .block-about .intro .quote {
    font-size: 18px;
    line-height: 30px;
  }

  .block-news .text-title {
    font-size: 24px;
    line-height: 30px;
  }

  .block-nav {
    margin: 0 -15px;
  }

  .block-nav:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .block-nav .block-link,
  .block-nav .online {
    float: left;
    width: 100%;
    padding: 0 15px;
  }

  .award-page .block-intro {
    padding: 30px 35px;
  }

  .award-page .block-posts {
    padding: 30px 25px 45px;
  }

  .contact-page .title {
    padding: 80px 20px 30px;
    font-size: 36px;
  }

  .contact-page .title .bold,
  .contact-page .title .text {
    line-height: 46px;
  }

  .contact-page .form-contact .col-6 {
    float: left;
    width: 50%;
  }

  .news-other-slider .slick-list {
    margin: 0 -15px;
  }

  .news-other-slider .other-item {
    margin: 0 15px;
  }

  .news-other-slider .other-item .txts {
    display: block;
    margin-bottom: 0;
  }

  .news-other-slider .other-item .des {
    margin-bottom: 10px;
  }

  .news-other-slider .thumb {
    width: 40%;
  }

  .news-other-slider .other-info {
    width: 60%;
  }

  .news-other-slider .txts [class^="txt"]+[class^="txt"] {
    position: static;
  }

  .news-other-slider .txts [class^="txt"]+[class^="txt"]:before {
    background-color: transparent;
  }

  .news-other-slider .txt-com {
    float: right;
    margin-right: 20px;
  }

  .block-feature .wrap-img {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    position: relative;
    z-index: 2;
  }

  .block-feature .quote-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(39% + 45px);
    margin-left: -45px;
    padding: 30px 20px 30px 60px;
  }
}

@media screen and (min-width: 600px) {
  .news-other:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .news-other .news-item {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .news-other .news-info {
    left: 15px;
    right: 15px;
  }

  .news-page .news-content {
    margin: 0 -15px;
  }

  .news-page .news-content:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }

  .news-page .news-item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .news-content .bg-txt {
    left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    background-image: url("../images/bg-hoavan.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }

  .header .icon-nav,
  .header .icon-search {
    display: none;
  }

  .header .header-content {
    position: static;
    padding: 0;
    border: none;
    width: auto;
    background: transparent;
    height: auto;
  }

  .header .wrap-nav {
    border: none;
    margin: 0;
    margin-bottom: 10px;
  }

  .header .hvr-sub-menu {
    position: relative;
  }

  .header .sub-menu {
    min-width: 170px;
    box-shadow: 0 0 10px #e2e3e7;
    padding: 10px;
    display: none;
  }

  .header .sub-menu.abs {
    position: absolute;
    top: 100%;
    left: 50%;
    right: 0;
    z-index: 1000;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    display: block;
  }

  .header .sub-menu li {
    border: none;
  }

  .header .sub-item {
    padding: 12px 15px;
    text-align: center;
  }

  .form-search,
  .side {
    position: static;
    background: transparent;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mb-transform {
    position: static;
    padding: 0;
    overflow: visible;
  }

  .form-search {
    float: left;
    min-width: 270px;
    margin-bottom: 20px;
  }

  .form-search .ipt-search {
    border-bottom: none;
    background-color: #fafafa;
    font-style: normal;
  }

  .form-search .form {
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
  }

  .closed-mb {
    display: none;
  }

  .wrap-head {
    position: relative;
  }

  .wrap-head .header-top {
    float: left;
    padding: 15px 0;
    border-bottom: 0;
    height: auto;
    position: static;
  }

  .wrap-head .header-content {
    clear: both;
  }

  .wrap-head .wrap-other {
    position: absolute;
    top: 55px;
    right: 0;
  }

  .wrap-head .langs {
    margin-top: 11px;
    text-align: left;
    float: left;
    margin-right: 10px;
  }

  .wrap-head .nav-social {
    margin: 0;
    padding-left: 0;
    float: right;
    padding-left: 15px;
    text-align: right;
  }

  .wrap-head .nav-social .fa:last-child {
    margin-right: 0;
  }

  .wrap-head .nav-list {
    text-align: center;
  }

  .wrap-head .nav-list>li {
    display: inline-block;
    border: none;
  }

  .wrap-head .nav-item {
    padding: 12px 17px;
  }

  .block-about .wrap-left,
  .block-about .wrap-right {
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .block-about .block-content {
    margin: 0 -15px;
  }

  .block-about .block-content:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .block-about .block-img {
    display: block;
    margin: 0 -6px 40px;
    white-space: nowrap;
  }

  .block-about .block-img .img {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #ffff33;
  }

  .block-about .block-img .thumb {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 6px;
    width: 25%;
  }

  .comp-title .text {
    font-size: 24px;
    line-height: 32px;
  }

  .footer .block-addr,
  .footer .block-map {
    float: left;
    width: 50%;
  }

  .footer .block-addr {
    padding-right: 15px;
  }

  .footer .block-map {
    display: block;
    padding-left: 15px;
  }

  .footer .block-nav {
    clear: both;
  }

  .backgroom .hero-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .backgroom .hero-info .img {
    margin-bottom: 25px;
  }

  .about-page .video,
  .about-page .choose-about {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  .about-page .choose-slider .slick-arrow {
    opacity: 1;
  }

  .about-page .block-intro {
    float: left;
    width: 50%;
  }

  .news-page .news-item {
    width: 100%;
  }

  .view-sidebar {
    display: none;
  }

  .side-content {
    padding: 0;
  }

  .side-content .linear-gradient {
    width: 90px;
  }

  .block-feature {
    float: left;
    width: 50%;
  }

  .block-feature .wrap-img,
  .block-feature .quote-info {
    width: 100%;
  }

  .block-feature .quote-info {
    margin-left: 0;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .block-news .block-content {
    padding: 0;
  }

  .block-news .news-main,
  .block-news .news-other {
    float: left;
  }

  .block-news .news-main {
    width: 40%;
    padding: 0 15px;
  }

  .block-news .news-other {
    width: 60%;
    margin: 0;
  }

  .block-title {
    font-size: 30px;
    line-height: 34px;
  }

  .about-page .block-intro {
    width: 40%;
  }

  .about-page .block-feature {
    width: 60%;
  }

  .news-page .news-item {
    width: 50%;
  }

  .award-page .wrap-ct {
    margin: 0 -15px;
  }

  .award-page .wrap-ct:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }

  .award-page .col-resp {
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .contact-page .col {
    float: left;
    width: 50%;
  }

  .contact-page .map-item iframe {
    height: 950px;
  }

  .form-regis .ipt,
  .form-regis .ui-selectmenu-button.ui-button {
    width: 50%;
  }

  .form-regis textarea.ipt {
    width: 75%;
  }

  .comment .title-comment {
    display: block;
    margin-bottom: 25px;
  }

  .comment .title-comment span {
    display: inline-block;
  }

  .comment .title-comment .des-title {
    min-width: 150px;
  }

  .comment .title-comment .linear-gradient {
    width: calc(100% - 150px);
  }

  .product-ct {
    margin: 0 -15px;
  }

  .product-ct:after {
    display: block;
    visibility: hidden;
    content: "";
    clear: both;
  }

  .product-ct .pro-item {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .pro-intro .wrap-img {
    z-index: 2;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }

  .pro-intro .pro-img:first-child {
    margin-right: 90px;
  }

  .pro-intro .pro-img:last-child {
    margin-left: 90px;
    margin-top: -50px;
  }

  .pro-intro .pro-des {
    margin-left: -94px;
    display: inline-block;
    vertical-align: middle;
    width: calc(40% + 94px);
  }

  .pro-intro .pro-des .bg {
    padding: 30px 22px 30px 110px;
  }

  .pro-intro .pro-des .title {
    display: block;
    margin-left: 60px;
    margin-bottom: 30px;
  }

  .pro-intro .title {
    display: none;
  }

  .block-feature .wrap-img {
    width: 59%;
  }

  .block-feature .quote-info {
    margin-left: -45px;
    padding-left: 60px;
    width: calc(39% + 45px);
  }

  .activitive-page .active-item {
    height: 110px;
  }

  .active-content .col {
    width: 33.33%;
  }

  .active-content .col:nth-child(n+3):nth-child(-n+4),
  .active-content .col:nth-child(n+7):nth-child(-n+8),
  .active-content .col:nth-child(n+11):nth-child(-n+12) {
    float: left !important;
  }

  .active-content .col:nth-child(n+3):nth-child(-n+4):after,
  .active-content .col:nth-child(n+7):nth-child(-n+8):after,
  .active-content .col:nth-child(n+11):nth-child(-n+12):after {
    right: -13px;
    left: inherit;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .active-content .col:nth-child(2n):nth-child(even):after {
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: -13px;
    left: inherit;
    bottom: 50%;
  }

  .active-content .col:nth-child(n+4):nth-child(-n+6),
  .active-content .col:nth-child(n+10):nth-child(-n+12) {
    float: right !important;
  }

  .active-content .col:nth-child(n+4):nth-child(-n+6):after,
  .active-content .col:nth-child(n+10):nth-child(-n+12):after {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: inherit;
    left: -13px;
  }

  .active-content .col:nth-child(3n):nth-child(-n+13):after {
    top: inherit;
    bottom: -20px;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1200px) {
  .wrap-head {
    position: static;
  }

  .wrap-head .header-top {
    padding: 20px 0;
  }

  .wrap-head .header-content {
    float: right;
    clear: none;
    margin-top: 25px;
  }

  .wrap-head .header-content:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .wrap-head:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .header {
    background-image: none;
  }

  .header .wrap-nav {
    margin-bottom: 15px;
  }

  .header .wrap-other {
    float: right;
    position: static;
    margin-right: 15px;
  }

  .site-wrap {
    position: relative;
  }

  .site-wrap .header {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1170px;
  }

  .site-wrap .bg-site-wrap {
    background-image: url("../images/test-51.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .block-about .block-head {
    position: relative;
  }

  .block-about .block-title {
    display: inline-block;
  }

  .block-about .block-img {
    display: -ms-flexbox;
    display: flex;
  }

  .block-about .block-img .thumb {
    position: absolute;
    top: 0;
    width: 180px;
    padding: 0;
  }

  .block-about .block-img .thumb:first-child {
    left: 0;
    padding-right: 15px;
  }

  .block-about .block-img .thumb:nth-child(2) {
    left: 180px;
    padding-right: 15px;
    margin-top: 13px;
  }

  .block-about .block-img .thumb:nth-child(3) {
    right: 180px;
    padding-left: 15px;
    margin-top: 13px;
  }

  .block-about .block-img .thumb:last-child {
    right: 0;
    padding-left: 15px;
  }

  .footer .wrap-foot {
    /* background-image: url("../images/bg-foot.png"); 
    background-repeat: no-repeat;
    background-size: 100% 45%; */
    border-top: 5px solid #009933;
  }

  .footer .block-nav {
    float: left;
    clear: none;
    margin: 0;
  }

  .footer .block-nav .block-link,
  .footer .block-nav .online {
    width: 100%;
    padding: 0;
  }

  .footer .block-addr,
  .footer .block-map,
  .footer .block-nav {
    width: 33.333%;
    padding: 0 15px;
  }

  .footer .foot-content {
    padding: 0;
  }

  .footer .foot-content:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }

  .foot-top .border {
    display: none;
  }

  .foot-top .logo {
    max-width: inherit;
    margin-top: -50px;
  }

  .foot-top .logo .img {
    margin: 0;
  }

  .foot-top .nav-social {
    margin-top: 30px;
  }

  .block-addr .green {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
  }

  .block-addr .green:last-child {
    padding-left: 20px;
    position: relative;
  }

  .block-addr .green:last-child:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 9px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #009933;
    width: 10px;
    height: 2px;
  }

  .foot-content .onl-ct .des {
    margin-bottom: 0;
  }

  .foot-content .onl-ct .text {
    padding: 0;
  }

  .contact-page .map-item iframe {
    height: 850px;
  }

  .contact-page .title .text {
    letter-spacing: -1px;
  }

  .comment {
    margin: 0 -15px 40px;
  }

  .comment:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }

  .comment .com-show,
  .comment .comment-write {
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .product-ct .pro-item {
    width: 33.333%;
  }

  .active-content .col {
    width: 25%;
  }

  .active-content .col:nth-child(n+4):nth-child(-n+6),
  .active-content .col:nth-child(n+10):nth-child(-n+12) {
    float: left !important;
  }

  .active-content .col:nth-child(n+4):nth-child(-n+6):after,
  .active-content .col:nth-child(n+10):nth-child(-n+12):after {
    right: -13px;
    left: inherit;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
    top: 50%;
  }

  .active-content .col:nth-child(3n):nth-child(-n+13):after {
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: inherit;
    right: -13px;
  }

  .active-content .col:nth-child(n+13):nth-child(-n+16),
  .active-content .col:nth-child(n+5):nth-child(-n+8) {
    float: right !important;
  }

  .active-content .col:nth-child(n+13):nth-child(-n+16):after,
  .active-content .col:nth-child(n+5):nth-child(-n+8):after {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: inherit;
    left: -13px;
  }

  .active-content .col:nth-child(4n+4):nth-child(n+3):after {
    top: inherit;
    bottom: -20px;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1300px) {
  .site-wrap .bg-site-wrap {
    background-image: url("../images/test-41.png");
  }

  .factory .slick-arrow {
    opacity: 1;
  }

  .factory .slick-next {
    right: -40px;
  }

  .factory .slick-prev {
    left: -40px;
  }
}

@media screen and (min-width: 1450px) {
  .site-wrap .bg-site-wrap {
    background-image: url("../images/test-21.png");
  }
}

.active_news {
  color: #009933
}

.boxct {
  margin-bottom: 20px;
}

.boxct .leftcontent {
  width: 68%;
  float: left;
  margin-right: 2%;
  text-align: justify;
  line-height: 1.6;
}

.boxct .rightimg {
  width: 30%;
  float: left;
}

.boxct .rightimg img {
  width: 100%;
}

.groupspmoi .items {
  box-shadow: 0px 1px 5px #eaeaea;
  margin-bottom: 15px;
  cursor: pointer;
}

.imgl {
  width: 112px;
  margin-right: 5px;
  float: left;
}

.imgl img {
  max-width: 100%;
  height: auto;
}

.inforight {
  float: left;
  width: 145px;
}

.inforight p {
  margin-bottom: 0;
  line-height: 20px;
}

.inforight p.nameproduct {
  margin-bottom: 5px;
  max-height: 60px;
  overflow-y: hidden;
}

.inforight p.nameproduct a {
  color: #093;
  font-weight: 600;
  font-size: 13px;
}

.inforight p.nameproduct a:hover {
  color: #5f6461;
}

.productItems {
  position: relative;
}

.nameproducts {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(79, 78, 78, 0.75);
  color: white;
  text-align: center;
  padding: 5px 0;
  display: none;
}

.productItems:hover .nameproducts {
  display: block;
}

/*---------------css phần footer 26-3-2025------------------ */
.block-logo_partner {
  width: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #093;
  padding-top: 20px;
  align-items: center;
}

.logo-partner_title {
  color: #093;
  font-size: 32px;
  margin: 0px;
  text-transform: capitalize;
}

.logo-partner a {
  width: 100%;
}

.logo-partner img {
  width: 160px;
}

.active-news_content{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
}

.active-news_content ul{
  list-style: disc;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.active-news_content>p{
  font-size: 14px;
  line-height: 24px;
}

.active-news_content>span{
  font-style: italic;
  font-size: 12px;
}


.active-news_title{
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  line-height: 24px;
  color: #009933;
  text-transform: uppercase;
  font-weight: bold;
}

.active-news_content img{
  border-radius: 10px;
}

@media screen and (max-width:1199px) and (min-width:426px) {
  .block-logo_partner {
    padding: 14px;
  }

  .block-nav {
    display: flex;
  }
  .logo-partner img {
    width: 160px;
  }
  .logo-partner_title {
    font-size: 24px;
  }
  .block-link{
    width: 70%;
  }
}

@media screen and (max-width:425px) {
  .logo-partner img {
    width: 160px;
  }
  .logo-partner_title {
    font-size: 20px;
  }
}