.img-hover {
  overflow: hidden;
}
.img-hover:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.img-hover img {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.width-float {
  width: 100%;
  overflow: hidden;
  float: left;
}
.bg-opa50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.mb-75 {
  margin-bottom: 75px;
}
.bg-cea {
  background-color: #cea679;
}
.title-1 {
  font-family: "UTM Aquarelle";
  font-size: 36px;
  color: #000;
  margin-bottom: 18px;
  margin-top: 5px;
  text-align: center;
}
.title-2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.title-3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.title1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.title2 {
  padding-left: 10px;
  position: relative;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.title2 p {
  clear: both;
  font-family: "UTM SWISS";
  font-size: 24px;
  line-height: 1.3;
}
.title2 p span {
  color: #ed1c24;
}
.title2:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #00529a;
  position: absolute;
  top: 0;
  left: 0;
}
.title3 {
  font-family: "UTM SWISS";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  line-height: 30px;
  margin-bottom: 20px;
}
.title4 {
  font-size: 18px;
  font-family: "UTM SWISS";
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  line-height: 1.4;
}
.title4:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #005099;
  width: 77px;
  left: 0;
}
.title5 {
  font-size: 18px;
  font-family: "UTM SWISS";
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  line-height: 1.4;
}
#wrapper.home {
  padding: 50px 0;
}
#wrapper.inpage {
  padding-bottom: 50px;
}
/* --------- import font  --------- */

/* --------- start home-page  --------- */
header {
  position: relative;
}
.cover-header {
}
.top-header {
  position: fixed;
  width: 100%;
  padding: 10px 0 8px;
  border-bottom: 1px solid #7f7f7f;
  z-index: 9999;
}
.cover-top-header {
}
.logo {
  width: 90px;
  float: left;
}
.main-menu {
  float: right;
  position: relative;
  padding: 0;
}
.main-menu > ul {
}
.main-menu > ul > li {
  padding: 027px 18px;
  float: left;
  position: relative;
}
.main-menu > ul > li:first-child {
  padding-left: 0;
}
.main-menu > ul > li:last-child {
  padding-right: 0;
}
.main-menu > ul > li > a {
  font-family: "UTM SWISS";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.main-menu > ul > li > ul {
  position: absolute;
  left: auto;
  /*border: 1px solid #ccc;*/
  /*background-color: #fff;*/
  background-color: rgba(0, 0, 0, 0.5);
  /* border-top: 3px solid #01519a; */
  top: 120%;
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  max-width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu > ul > li > ul > li {
  position: relative;
  /*padding: 10px;*/
  /*border-left: 1px solid #ccc;*/
  /*border-right: 1px solid #ccc;*/
}
.main-menu > ul > li > ul > li > a {
  font-family: "Roboto Condensed";
  font-size: 15px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.main-menu > ul > li > ul > li + li {
  border-top: 1px solid #ccc;
}
.main-menu > ul > li > ul > li > a:hover {
  color: #01519a;
  background-color: rgba(255, 255, 255, 0.4);
}
.main-menu > ul > li:hover > .menu1 {
  opacity: 1;
  top: 100%;
  background-color: #01519a;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu > ul > li > ul > li:hover {
  /*background-color: #01519a;*/
  /*background-color: rgba(255,255,255,.4);*/
}
.main-menu > ul > li > ul > li:hover a {
  color: #fff;
}

.main-menu > ul > li > .menu1 > li:hover > .menu2 {
  opacity: 1;
  top: 0%;
  background-color: #01519a;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu2 li + li {
  position: relative;
  border-top: 1px solid #ccc;
}

.menu2 li a {
  font-family: "Roboto Condensed";
  font-size: 15px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.menu2 {
  position: absolute;
  left: auto;
  /*border: 1px solid #ccc;*/
  /*background-color: #fff;*/
  background-color: rgba(0, 0, 0, 0.5);
  /* border-top: 3px solid #01519a; */
  top: 120%;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  max-width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-services {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
}
.list-services .title1 {
  font-family: "Roboto Condensed";
}
.owl-services {
  margin-top: 40px;
}
.item-services-home img {
  width: 100%;
}
.item-services-home {
  position: relative;
}
.item-services-home a {
  position: relative;
  width: 100%;
  float: left;
}
.item-services-home a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.item-services-home a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #fff;
}
.item-services-home .img-services {
}
.item-services-home .caption-services {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.item-services-home .caption-services h3 {
  font-weight: 500;
  margin: 0;
  font-family: "Roboto Condensed";
}
.product-img-main {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-img-main .product-img-small {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-img-main .product-img-small img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* width: 100%;
  height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
}
.product-img-item ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: scroll;
}
.product-img-item ul::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}
.product-img-item ul li {
  min-width: 40px;
  max-width: 40px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-img-item ul li .product-img-small {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-img-item ul li .product-img-small img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* width: 100%;
  height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
}
.news-home {
  margin-top: 50px;
}
.content-news-home {
  margin-top: 35px;
}
.main-news-home .img-news {
  border-bottom: 3px solid #00529a;
}
.main-news-home .date-news {
  background-color: #00529a;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -15px;
  padding: 7px 11px;
  margin-left: 15px;
}
.caption-news > h4 {
  font-weight: normal;
}
.caption-news > h4 > a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "UTM SWISS";
  line-height: 24px;
}
.caption-news .desc {
  line-height: 22px;
  margin-top: 7px;
}
.caption-news .desc p {
  line-height: 22px;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.caption-news > a.view-detail {
  color: #184b06;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.sub-news-home {
  clear: both;
  margin-bottom: 27px;
  float: left;
  width: 100%;
}
.sub-news-home:last-child {
  margin-bottom: 0;
}
.sub-news-home .img-news {
  float: left;
  width: 165px;
}
.sub-news-home .caption-news {
  margin-left: 178px;
}
.sub-news-home .caption-news > a {
  line-height: 24px;
  font-family: "Roboto Condensed";
  font-size: 16px;
}
.sub-news-home .date-news {
  margin-top: 10px;
  font-size: 12px;
  color: #858585;
}
.project-home {
  margin-bottom: 70px;
}
.content-project-home {
  margin-top: 35px;
}
.item-project-big > a {
  position: relative;
  display: block;
}
.item-project-big:hover > a:before,
.item-project-big:hover > a:after,
.item-project-big:hover .caption-project {
  opacity: 1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.item-project-big > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 12px solid #d3d5d6;
  z-index: 2;
  opacity: 0;
}
.item-project-big > a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.project-home .caption-project {
  opacity: 0;
  position: absolute;
  border: 0;
  width: 100%;
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-project-big .caption-project > h3 {
  color: #fff;
  font-family: "UTM SWISS";
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.item-project-big .caption-project p {
  color: #fff;
  margin-bottom: 7px;
  line-height: 2;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.item-project-small > a {
  display: block;
  position: relative;
}
.item-project-small > a:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.item-project-small + .item-project-small {
  margin-top: 30px;
}
.item-project-small .caption-project {
  opacity: 0;
  visibility: hidden;
  padding: 10px;
}
.item-project-small .caption-project > h3 {
  font-size: 14px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.item-project-small:hover .caption-project {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.item-project-small:hover > a:after {
  content: "";
}
.item-flex-1 {
  order: 2;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
}
.item-flex-2 {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}
.item-flex-3 {
  order: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 3;
}
.flex {
  display: -webkit-box; /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box; /* OLD: Firefox (buggy) */
  display: -ms-flexbox; /* MID: IE 10 */
  display: -webkit-flex; /* NEW, Chrome 21?28, Safari 6.1+ */
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.partner {
  margin-top: 50px;
}
.item-partner {
}
.item-partner a {
  display: block;
  text-align: center;
}
.item-partner a img {
  margin: 0 auto;
}
footer {
  background-color: #252525;
  padding-top: 40px;
}
.top-footer {
  border-bottom: 1px solid #0f0f0f;
  float: left;
  width: 100%;
  padding-bottom: 22px;
}
.content-footer {
}
.icon-footer {
  float: left;
}
.info-footer {
  margin-left: 70px;
}
.content-footer > div {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.info-footer > span {
  clear: both;
  color: #fff;
}
.info-footer span:first-child {
  font-family: "Minion";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.info-footer span:last-child {
  display: block;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.content-footer.menu-footer {
}
.content-footer.menu-footer ul {
}
.content-footer.menu-footer ul li {
  margin-bottom: 10px;
}
.content-footer.menu-footer ul li a {
  color: #fff;
  line-height: 1.4;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.social-footer {
  margin-top: 20px;
}
.social-footer ul {
}
.social-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.social-footer ul li + li {
  margin-left: 15px;
}
.social-footer ul li a {
  /*background-color: #ed1c24;*/
  font-size: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
}
.social-footer ul li a i {
}
.second-footer {
  border-top: 1px solid #3f3f3f;
  padding: 20px 0;
  width: 100%;
  float: left;
}
.left-footer {
  float: left;
}
.copyright {
  font-family: "Open sans";
  color: #6c6c6c;
}
.right-footer {
  float: right;
}
.menu-footer2 {
}
.menu-footer2 ul {
}
.menu-footer2 ul li {
  float: left;
  padding: 0 10px;
}
.menu-footer2 ul li a {
  color: #6c6c6c;
  font-family: "Open sans";
}
.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs ul {
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs ul li.separated {
  padding: 0 5px;
  font-weight: 300;
  color: #6c6c6c;
}
.breadcrumbs ul li.separated:last-child {
  display: none;
}
.breadcrumbs ul li a {
  font-weight: 300;
  font-style: italic;
  color: #6c6c6c;
}
.box-sb {
  border: 1px solid #ebebeb;
  padding: 20px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.box-sb .title4 {
  color: red;
}
.box-sb + .box-sb {
  margin-top: 40px;
}
.content-sb {
  margin-top: 20px;
}
.content-sb.menu-sb {
}
.content-sb.menu-sb ul {
}
.content-sb.menu-sb ul li .toggle-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.content-sb.menu-sb ul li {
  position: relative;
  margin-top: 10px;
}
.content-sb.menu-sb li.active a {
  color: #337ab7;
}
.content-sb.menu-sb ul li a {
  text-transform: uppercase;
  padding-right: 25px;
  font-weight: 500;
  display: block;
}
.content-sb.menu-sb ul li ul {
  padding-left: 20px;
  display: none;
}
.content-sb.menu-sb ul li ul li {
}
.content-sb.menu-sb ul li ul li a {
  font-size: 13px;
  text-transform: capitalize;
}
.row-3 {
  margin-left: -3px;
  margin-right: -3px;
}
.content-sb.gallery-sb {
  display: inline-block;
  vertical-align: middle;
}
.content-sb.gallery-sb a {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
  float: left;
  width: 50%;
}
.content-detail {
  line-height: 30px;
  padding: 24px 0;
  font-family: "Open Sans";
}
.content-detail p {
  line-height: 30px;
  margin-bottom: 5px;
}
.content-detail h2,
h3,
h4 {
  margin: 10px 0;
  font-weight: 500;
}
.right-content .title2 {
  font-size: 18px;
  line-height: 1.5;
}
.list-project-page {
  margin-top: 25px;
}
.item-project {
  margin-bottom: 30px;
}
.img-project {
}
.img-project img {
  width: 100%;
}
.caption-project {
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 15px 20px;
}
.caption-project > h3 {
}
.caption-project > h3 > a {
  font-family: "Open sans";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.caption-project .date-project {
  margin: 10px 0;
  font-size: 13px;
  color: #91857a;
  font-family: "Open sans";
}
.caption-project .date-project i {
}
.caption-project .desc {
  color: #888888;
  font-family: "Open sans";
  font-size: 15px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.caption-project a.view-more {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #a88138;
  margin-top: 8px;
  font-family: "Open sans";
}
.paginations {
}
.paginations ul {
}
.paginations ul li {
  display: inline-block;
  padding: 0 1px;
}
.paginations ul li a {
  border: 1px solid #01519a;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  padding: 0 2px;
}
.paginations ul li.first a,
.paginations ul li.last a {
  width: unset;
  font-weight: 400;
  padding: 0 40px;
}
.paginations ul li.active a {
  background-color: #01519a;
  color: #fff;
}
/* gallery 1*/
.list-gallery-page-1 {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item-list-gallery {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.img-item-list-gallery img {
  min-height: 100%;
  max-height: 150%;
  min-width: 100%;
  height: auto;
}
.btn-item-list-gallery {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
}
.btn-item-list-gallery h2 a {
  color: #fff;
  /* font-family: Roboto; */
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-item-list-gallery h2 a:hover {
  color: #f9c593;
}
.img-item-list-gallery {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
.gallery-index {
  float: left;
  width: 100%;
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
  background: #fefcfd;
}
.ctn-gallery-index {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.gallery-img-big,
.gallery-img-small {
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 460px;
}
.gallery-img-big a,
.gallery-img-big a img {
  float: left;
  height: 100%;
  min-width: 100%;
}
.gallery-img-small a {
  float: left;
  width: 100%;
  height: 50%;
}
.gallery-img-small a img {
  height: 100%;
  float: left;
  max-width: initial;
  min-width: 100%;
}
.gallery-img-small a:first-child {
  border-bottom: 15px solid #fff;
}
.gallery-img-small a:last-child {
  border-top: 15px solid #fff;
}
.bg-nail-gallery {
  background-position: left bottom;
  position: absolute;
  left: 0px;
  bottom: -200px;
  width: 1000px;
  height: 570px;
  background-repeat: no-repeat;
  z-index: 99;
}
.gallery-index .container {
  position: relative;
  z-index: 999;
}
/*end gallery1*/
#alert-box {
  z-index: 2000;
  position: fixed;
  top: 30%;
  left: 40%;
}
.alert-box {
  font-family: Tahoma, Geneva, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 60px;
  margin: 10px;
  background: #68b965;
  border-radius: 6px;
}
.alert-box span {
  font-weight: bold;
  text-transform: uppercase;
}
#alert-box .alert-box .yj-closeFlash {
  position: absolute;
  top: 15px;
  right: 23px;
  color: #fff;
}
#alert-box .error {
}
#alert-box .success {
}
#alert-box .warning {
}
#alert-box .notice {
}
.load-gif {
  background: url(../images/loader2.gif) center center;
  width: 50px;
  height: 50px;
  position: fixed;
  background-repeat: no-repeat;
  background-color: rgba(4, 4, 4, 0.6);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block !important;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  border-radius: 50%;
  margin: auto;
}
.load-gif.active {
  transform: scale(1);
}

.ctn-contact-us .item-form-control input {
  color: rgb(0, 0, 0);
  height: 40px;
  line-height: 40px !important;
  float: left;
  width: 100%;
  padding: 0px 12px;
  background: transparent;
  border: 1px solid #ccc;
  font-size: 14px;
}
.ctn-contact-us .item-form-control {
  float: left;
  width: 100%;
  padding: 7px 0px;
}
.ctn-contact-us .item-form-control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 400;
}
.ctn-contact-us .item-form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: 400;
}
.ctn-contact-us .item-form-control :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: 400;
}
.ctn-contact-us .item-form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: 400;
}
.ctn-contact-us .item-form-control textarea {
  background: transparent;
  border: 1px solid #ccc;
  height: 150px;
  color: #000;
}
.ctn-contact-us .order-in-popup {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.capcha {
  position: relative;
  float: left;
  width: 100%;
}
.ctn-contact-us .button-hide-popup {
  display: none;
}
.ctn-contact-us .item-form-control input[type="submit"] {
  width: initial !important;
  padding: 0px 30px !important;
  text-transform: uppercase;
}
.form-infor-user .payment-step1-page .nice-select {
  color: #000;
}
.ctn-contact-us form .form-control {
  margin-bottom: 12px;
}
.cover-slider {
}
.cover-slider img {
  min-height: 200px;
  width: 100%;
}
.img-full {
  overflow: hidden;
}
.img-full img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  height: auto;
}
.content-sb.news-hot {
}
.items-new-sb {
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.items-new-sb .img-news {
  width: 80px;
  float: left;
}
.items-new-sb .caption-news {
  margin-left: 90px;
}
.items-new-sb .caption-news a {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
#___plusone_0 {
  top: 5px;
  position: relative;
}

.job-info-text {
  color: #666;
}

.job-separate {
  padding: 0 10px;
}

.job-position,
.jobs .list-content-body .list-content-title a,
.jobs .list-content-body .list-content-title p {
  font-size: 120%;
}

.td-job-position {
  width: 160px;
}

.jobdetail {
  padding: 0 0 20px 0;
}

.list {
  margin-bottom: 20px;
  padding: 0;
}

.list-item {
  padding: 10px 0;
  border-top: dotted 1px #ccc;
}

.list-item:first-child {
  border-top: none;
}
.list-content {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list-content .list-content-box {
  float: left;
  width: 100%;
}
.list-content .list-content-box:after {
  content: " ";
  display: table;
  clear: both;
}
.list-content .list-content-img {
  border: 1px solid #f7f3f3;
  float: left;
  max-height: 200px;
  width: 200px;
  padding: 2px;
  overflow: hidden;
}
.list-content .list-content-img a {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.list-content .list-content-img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.list-content .list-content-body {
  float: none;
  margin: 0;
  margin-left: 220px;
  width: auto;
}
.list-content-body .list-content-title {
  color: inherit;
  display: block;
  padding-bottom: 10px;
}
.list-content-body .list-content-title a,
.list-content-body .list-content-title p {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.item-product {
  margin-bottom: 20px;
}
.img-product {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
}
.img-product a {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.img-product a img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-product img {
  margin: 0 auto;
}
h1.product-name {
  font-size: 25px;
  font-weight: 400;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-short-desc {
  color: #333333;
  font-size: 14px;
  font-family: Arial;
  line-height: 1.6;
}

.product-price {
  margin-top: 20px;
}
.product-price .current-price,
.product-price .old-price {
  margin-bottom: 10px;
}

.product-price .current-price span,
.product-price .old-price span {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}

.product-price .current-price span:last-child {
  font-size: 24px;
  color: #ff0000;
  font-weight: 400;
  display: inline-block;
  margin-right: 0;
}

.product-price .old-price span:last-child {
  font-size: 18px;
  color: #777;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 0;
}
.product-detail-more {
  margin-top: 40px;
}
.product-detail-more p,
.product-detail-more ul,
.product-detail-more ol,
.product-detail-more table {
  margin-bottom: 6px;
}
.product-detail-more ul,
.product-detail-more ol {
  padding-left: 20px;
}
.product-detail-more ul li {
  list-style: disc;
}
.owl-partner .owl-next {
  position: absolute;
  right: -40px;
  top: 35%;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
}
.owl-partner .owl-prev {
  position: absolute;
  top: 35%;
  left: -40px;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
}
h3.newstitle {
  font-weight: 800;
  margin-top: 0;
}
.small-top {
  top: 0;
  padding: 5px 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.small-top .logo img {
  width: 70%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.small-top .main-menu > ul > li {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-cat-home {
  margin-top: 30px;
}
.cover-product-cat {
}
.cover-product-cat .nav-tabs {
  border: 0;
  text-align: center;
}
.cover-product-cat .nav-tabs li {
  float: none;
  display: inline-block;
}
.cover-product-cat .nav-tabs li a:hover {
  background-color: #fff;
  border: 0;
}
.cover-product-cat .nav-tabs li a:focus {
  border: 0;
}
.cover-product-cat .nav-tabs li.active a {
  color: #ed1c25;
  border-bottom: 2px solid #ed1c25;
}
.cover-product-cat .nav-tabs li a {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cover-product-cat .tab-content {
  margin-top: 20px;
}
.cover-product-cat .tab-content .owl-product-home {
}
.adv-sidebar {
}
.adv-sidebar a {
  margin-bottom: 10px;
}
.item-news-page {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.list-project-page .item-news-page {
  /*border-bottom: 1px solid #ebebeb;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.list-project-page .item-news-page .img-project {
  width: 200px;
  float: left;
}
.list-project-page .item-news-page .caption-project {
  border: 0;
  padding: 0;
  margin-left: 230px;
}
.list-project-page .item-news-page .caption-project h3 {
  margin: 0 0 10px 0;
}
.list-product {
  margin-top: 25px;
}
.item-product {
}
.caption-product {
  padding: 10px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: 0;
  background-color: #ebebeb;
}
.caption-product h3 {
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.caption-product h3 a {
  color: #005099;
  font-size: 14px;
}
a:hover {
  color: #005099;
}
.product-price {
  margin-top: 10px;
  color: #e1544c;
  font-weight: 500;
  font-size: 13px;
}
.folder-link {
  font-weight: 500;
  font-size: 14px;
  color: #005099;
  margin-bottom: 10px;
  display: block;
}
.left-top {
  float: left;
}
.left-top ul {
  display: inline-block;
  vertical-align: top;
}
.left-top ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 500;
}
.left-top ul li a {
}
.left-top ul li.separated {
}
.left-top ul li.separated:last-child {
  display: none;
}
.right-top {
  float: right;
}
.right-top ul {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.right-top ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.right-top ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #01519a;
}
.right-top ul li.separated {
}
.right-top ul li.separated:last-child {
}
/*.first-header{
	padding: 10px 0;
}
*/
.callus {
  background: #333a44;
  position: fixed;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  z-index: 99999;
  opacity: 0.9; /*right: 330px;*/
  right: inherit;
  left: 10px;
  float: right;
  bottom: 0px;
}
.callus i {
  background: #333a44 url(../images/i_phone.png) no-repeat 4px 4px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: block;
  float: left;
}
.callus a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.hotline_text {
  font-size: 15px;
  padding-right: 10px;
  font-weight: normal;
}
.fb-like.fb_iframe_widget span {
  height: 20px !important;
}

.arcontactus-widget {
  position: fixed;
  right: 2%;
  bottom: 102px;
  z-index: 999;
}

.arcontactus-widget .fix {
  width: 40.6px;
  height: 40.6px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
