* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}
ul,
p {
  margin-bottom: 0 !important;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

a {
  text-decoration: none !important;
}

body,
html {
  font-family: "IRANSansWeb";
  font-weight: 400;
  font-size: 13px;
  line-height: 2.2;
  direction: rtl;
  background-color: #f3f3f3;
  scroll-behavior: smooth;
}

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
}
.owl-slider .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.mt-10 {
  margin-top: 10px;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}
.owl-slider .owl-prev span,
.owl-slider .owl-next span {
  display: none !important;
}
.owl-slider .owl-prev {
  background: url("../images/slice.png") no-repeat -6px -8px !important;
  width: 38px;
  height: 20px;
  font-size: 0 !important;
  box-shadow: none !important;
}
.owl-slider .owl-next {
  background: url("../images/slice.png") no-repeat -62px -8px !important;
  width: 38px;
  height: 20px;
  font-size: 0 !important;
  box-shadow: none !important;
}
.owl-prev {
  position: absolute;
  left:0;
  top: 40%;
}
.owl-slider .owl-next {
  right: 3%;
}
.owl-slider .owl-prev {
  left: 3%;
}
.owl-nav span {
  color: #5a5a5a !important;
  line-height: 0.98 !important;
}
.owl-nav span {
  font-size: 55px;
}
.owl-nav {
  margin: 0 !important;
  direction: ltr;
}
.owl-next:hover,.owl-prev:hover {
  background-color: transparent !important;
}
.copy {
  font-size: 12px;
color: #706f6f;
background-color: #111;
padding-top: 10px;
padding-bottom: 10px
}
.copy .color {
  color: #fff;
  font-weight: 600;
}
.row.copy.align-items-center {
  margin-top: 8px;
}
.c-right a {
  color: #fbfbfb;
  font-weight: 600;
}
.footer {
  background-color:#1b1b1b;
  padding-top: 6rem;
padding-bottom: 30px;
color: #b7b7b7;
min-height: 300px;
position: relative;
}
.footer::after{
  position: absolute;
  left: 0;
  right: 0;
  top: -39px;
  margin: auto;
  background: url('../images/bg-footer.png') no-repeat;
  z-index: 1;
  content: '';
  width: 292px;
  height: 39px;
}
.back-to-top {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  width: 40px;
  z-index: 2;
  color: #8f8f8f;
  font-size: 27px;
  cursor: pointer;
  text-align: center;
}
.back-to-top:hover{
  color: #8f8f8f;
}
.footer-info li {
  list-style: none;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 6px;
  color: #5b5b5b;
}
.footer-info li span.color {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
}
.lnk-footers li {
  line-height: 2.2;
  list-style: none !important;
  position: relative;
  padding-right: 10px;
}
.lnk-footers li::before {
  position: absolute;
  content: '';
  right: -3px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #b8b8b8;
}
.lnk-footers li a {
  color: #b8b8b8;
  font-size: 12px;
}
.title-footer.un-link span {
  position: relative;
  font-size: 14px;
  color: #c59732;
  font-weight: 600;
}
.text-news {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 600;
}

.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
.panel-menu ul li {
  width: 100%;
  line-height: 50px;
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.btn-menu img {
  width: 100px;
}
.btn-menu {

  width: 100%;
  line-height: 40px;
  padding: 5px;
  cursor: pointer;
}
.btn-menu a {
  width: 100%;
  display: inline-block !important;
  line-height: 2;
  text-align: center !important;
  color: #222 !important;
  font-size: 14px;
}
.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.main-menu a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}
.openSubPanel {
  position: relative;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}
.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.subPanel {
  z-index: 20;
}
.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}
.border-none {
  border: none !important;
}
.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}
.arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  line-height: 28px;
  float: left;
  position: absolute;
  left: -36px;
}
.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}
.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.tel {
  direction: ltr;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;;
}
.lnk-footers a:hover {
  color: #fff;
  transition: all 0.5s linear;
}
.title-footer.lnk-footer.un-link,
.title-footer.un-link {
  font-weight: 600;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
}
.c-navi.js-navi {
  transition: all 0.5s linear;
}
.c-header.js-header.fixed .c-navi.js-navi {
  display: none;
}
.banner-col img {
  width: 100% !important;
  border-radius: 7px;
}
.brand-row {
  width: 100%;
  padding: 20px;
}
.brand-col {
  width: 10%;
  float: right;
}
.brand-col li a {
  color: #616161;
}
.brand-col li a:hover {
  color: #ff6000;
}
.brand-col li {
  list-style: none;
}
.img-brand {
  margin-left: 10px;
}
.line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #767676;
  margin-right: 20px;
}

.row.row-wnd {
  align-items: center;
}

.fax-link .tel {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.time-link .tel {
  color: #ffb820;
  font-size: 16px;
  letter-spacing: -1px;
}
.img-pro-wnd {
  padding: 15px;
}
.c-navi-new-list__categories li i {
  font-size: 9px !important;
  margin-right: 4px;
  vertical-align: middle;
  color: #979797;
}

.c-navi.js-navi {
  padding-left: 30px;
  padding-right: 30px;
}

.owl-dot span {
  background-color: #a3a5a8;
}
.owl-dot {
  background: transparent !important;
}
.social-box span {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.d-block.title-about {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.num a {
  color: #ffffff8c;
  display: inline-block;
  direction: ltr;
  font-size: 15px;
}

.container-fluid.newest {
  padding-top: 5px;
  padding-bottom: 10px;
}
.cat-name {
  color: #494545;
  font-weight: 700;
}

.d-block.img-category {
  text-align: center;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  border-radius: 100%;
  margin: auto;
}
.d-block.img-category img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.search-li {
  width: 80%;
}
.cssmenu ul ul li.has-sub:hover a,
.cssmenu ul li.has-sub ul li.has-sub ul li a:hover {
  background: #c89b3b;
  color: #fff !important;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #head-mobile {
  display: none;
}
.cssmenu > ul > li {
  display: inline-table;
  position: relative;
  margin-left:1.5%;
  position: relative;
}

.cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border-radius: 14px !important;
  background-color: #fff;
  padding-top: 10px;
}
.has-sub ul li i {
  display: none !important;
}
.cssmenu ul ul li {

  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul li:hover {
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu li:hover > ul > li {

}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.cssmenu ul ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #cfd2d6;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #fff;
  background-color: #c89b3b;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 4px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}
.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 7px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu > ul > li > a {
  font-size: 13px;
  text-decoration: none;
  color: #000;
  line-height: 3.4;
  font-weight: 500;
}
#cssmenu1 li i {
  font-size: 10px;
  vertical-align: middle;
  color: #a3a3a3;
  margin-left: 2px;
}
.cssmenu > ul > li > a > span {
  padding: 5px 2px;
}
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 99;
  text-align: right;
}

.page.container-fluid.p-0 {
  overflow-x: hidden;
  height: 100%;
}
.slider {
  background-color: #000;
  position: relative;
}
.add-link {
  font-family: IRANYekanDigits;
  font-weight: 600;
}
.logo-footer {
  position: relative;
  margin-bottom: 15px !important;
}
.close-li {
  background-color: #222  !important;
  color: #fff !important;
}
.row.row-banner img,
.hot-idea img {
  border-radius: 4px;
}


.title-send b {
  font-weight: 800;
  color: #000000;
}
.c-name a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.c-name {
  margin-top: 10px;
}
.c-short-desc {
  color: #9a9a9a;
  margin-bottom: 20px !important;
  display: block;
}
.subPanel.isOpen {
  overflow-y: auto !important;
  max-height: 100vh;
  min-height: 600px;
}
.d-block.img-category img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.d-block.img-category {
  overflow: hidden;
}
.d-block.img-category:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.d-block.text-item {
  color: #222;
  margin-top: 10px;
}
.icon-mark {
  background: url("../images/slice.png") no-repeat -68px -51px;
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.icon-tel {
  background: url("../images/slice.png") no-repeat -105px -44px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.icon-mail {
  background: url("../images/slice.png") no-repeat -155px -51px;
  width: 19px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.text-info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
  color: #c5c5c5 !important;
}

.caption-top {
  display: inline-block;
  width: 80%;
  margin: 10px auto;
  background-color: #000000;
  padding: 12px 10px 10px 10px;
  line-height: 1.5;
  color: #fff;
}
.brand .card {
  border-radius: 0 !important;
  border-color: #eee !important;
}
.brand .card-body {
  padding: 0 !important;
  border-radius: 0 !important;
}
.brand .item:hover .title {
  opacity: 1;
}

.footer-info a {
  color: #c5c5c5 !important;
}
.t-project a {
  color: #010101;
  font-size: 14px;
  font-weight: 500;
}
.c-project {
  color: #010101;
  position: relative;
  padding-right: 70px;
}
.c-project::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 65px;
  right: 0;
  top: 10px;
  background-color: #010101;
}
.box-content::after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.box-content::before,
.box-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.box-content::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}

.box-content {
  color: #fff;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
}
.img-project::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease 0s;
  background: rgba(0, 0, 0, 0.5);
}
.item:hover .box-content::after,
.item:hover .box-content::before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
  z-index: 2;
}
.item:hover .img-project::before {
  opacity: 1;
  z-index: 1;
}
.item:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
  z-index: 2;
}
.box-content .post {
  line-height: 50px;
  font-size: 14px;
  padding: 2px 15px;

  opacity: 0;
  border-radius: 0;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}
.box-content:hover .post {
  background-color: #28a497;
  border-color: #28a497 !important;
}
#gallery .item {
  margin-bottom: 30px !important;
}
#filters li a.selected {
  background-color: #28a497;
}
.contact-info {
  background-color: #28a497;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.contact-info.map i {
  background: url("../images/slice.png") no-repeat -164px -94px;
  width: 23px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.t-contact-info {
  color: #949494;
  font-weight: 500;
}
.body-contact-info {
  color: #373737;
  font-weight: 500;
}
.body-contact-info a {
  color: #373737;
  font-weight: 500;
  direction: ltr;
}
.contact-info.phone i {
  background: url("../images/slice.png") no-repeat -112px -93px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.contact-info.mail i {
  background: url("../images/slice.png") no-repeat -69px -96px;
  width: 24px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.contact-info.share i {
  background: url("../images/slice.png") no-repeat -8px -89px;
  width: 21px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.social-contact li {
  display: inline-block;
  width: 23%;
  text-align: center;
  margin: 4px 0;
}
.social-contact {
  width: 47%;
  margin: auto;
  margin-bottom: auto;
}
.form-section {
  margin-top: 40px;
}
.icon-user {
  background: url("../images/slice.png") no-repeat -10px -4px;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.icon-mail {
  background: url("../images/slice.png") no-repeat -115px -140px;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.icon-subject {
  background: url("../images/slice.png") no-repeat -51px -136px;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.icon-message {
  background: url("../images/slice.png") no-repeat -8px -136px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.bg-color {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 10px;
}
.d-flex.align-items-center.bg-color input {
  width: calc(100% - 30px);
  margin-right: 10px;
  height: 32px;
}
#message {
  width: calc(100% - 30px);
  margin-right: 10px;
  height: 100px !important;
  display: block !important;
}
.btn-primary {
  background-color: #28a497;
  border-color: #28a497;
  color: #212121;
}
.icon-send {
  background: url("../images/slice.png") no-repeat -139px -166px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-send {
  font-weight: 500;
  padding: 10px 20px;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 176, 74, 0.48);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #1d1d1d;
  background-color: #e49d34;
  border-color: #e49d34;
}
.btn-primary:hover {
  color: #1d1d1d;
  background-color: #e49d34;
  border-color: #e49d34;
}
.contact-us .c-category::after {
  display: none !important;
}
.text1 {
  color: #606060;
  font-size: 12px;
}
.text-detail {
  text-align: justify;
}
.bg-silvder {
  background-color: #e1e1e1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-us .c-category {
  margin-bottom: 5px !important;
}
.c-category2 {
  color: #222;
  font-size: 20px;
  margin-bottom: 10px !important;
  position: relative;
  font-weight: 500;
}
.c-desc-category2 {
  font-size: 14px;
  color: #9d9d9d;
}
.text-detail.box {
  color: #606060;
  font-size: 12px;
  line-height: 1.7;
  padding: 0 13px;
  text-align: justify;
  min-height: 95px;
}
.c-service {
  color: #262626;
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0 5px 0;
}
.read-more a {
  color: #727272;
  font-weight: 500;
}
.item-services .img-project.position-relative {
  border: 3px solid #fff;
}
.item:hover .img-project.position-relative {
  border: 3px solid #28a497;
}
.item:hover .read-more a {
  color: #28a497;
}
#sync2 .item {
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  position: relative;
}
#sync2 .item img,
#sync1 .item img {
  border-radius: 5px;
}
#sync2 .owl-item.active.current .item {
  border-color: #28a497 !important;
  box-shadow: 0px 0px 4px #7a6b82;
}
.d-block.gap {
  height: 1px;
  background-color: #dedede;
  position: relative;
}
.d-block.gap::after {
  width: 87px;
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #28a497;
}
.opt-project li {
  list-style: none;
  margin-bottom: 12px;
}
.opt-project li .bld {
  font-weight: 500;
  font-size: 14px;
}
.prev-project {
  color: #a1a1a1;
  display: block;
  text-align: center;
  border: 1px solid #a1a1a1;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  font-weight: 500;
}
.next-project {
  color: #000;
  display: block;
  text-align: center;
  border: 1px solid #28a497;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: #28a497;
  font-weight: 500;
}
.prev-icon {
  background: url("../images/slice.png") no-repeat -78px -177px;
  width: 6px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.next-icon {
  background: url("../images/slice.png") no-repeat -31px -179px;
  width: 6px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.cal-me {
  color: #000;
}
.contact-info.work i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
.slider .owl-dots {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute !important;
  left: 0px;
  margin: 0 !important;
  text-align: center;
}
.slider .owl-dot.active span {
  background-color: #ffffff !important;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 7px !important;
  margin: 5px 2px;
  background-color: #4f4f55;
}
.lnk-footers {
  padding-right: 0;
}
#cssmenu1 ul {
  padding-right: 0;
}
.section-news {
  background-color: #f8f8f8;
}
.owl-news .item {
  background-color: #f8f8f8;
  margin-bottom: 12px;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  border: 1px solid #e4e4e4;
border-radius: 15px;
}
.news-short-text {
  color: #8c8a8a;
  padding: 5px 10px;
  text-align: justify;
  font-size: 12px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  line-height: 1.5;
}

.toolbar-mob {
  padding-right: 0 !important;
}
.subPanel li {
  list-style: none;
}
#panel-menu ul {
  padding-right: 0 !important;
}
.project-info {
  background-color: #f4f4f4;
}

.bg-col {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 5px #ccc;
  padding: 13px 10px;
}
.bg-col input {
  background-color: #f8f8f8;
  width: calc(100% - 30px);
}
.c-icon-user {
  background: url("../images/slice.png") no-repeat -163px -51px;
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-code {
  background: url("../images/slice.png") no-repeat -165px -117px;
  width: 24px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.message {
  background-color: #f8f8f8;
  width: 100% !important;
  height: 267px !important;
}
.frm-club input::placeholder,
.message::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.frm-club input::-ms-input-placeholder,
.message::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.frm-club input::-ms-input-placeholder,
.message::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-submit {
  width: 100%;
  text-align: center;
  background-color: #111;
  color: #fff;
  line-height: 2.7;
  font-size: 15px;
}
.cal-info {
  background: url("../images/slice.png") no-repeat -167px -158px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.socil-banner li {
  display: inline-block;
  margin: 0 5px;
}
.bg-info-section.nonep {
  min-height: 109px;
}
.c-title {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.s-title {
  color: #fff;
}
.b-cal-info {
  display: block;
  color: #1b968a;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  text-align: center;
}
.cal {
  color: #1b968a !important;
  font-size: 15px;
  font-weight: 500;
  direction: ltr;
  display: inline-block;
  margin-left: 5px;
}
.p-sub-title-section {
  color: #000000;
  font-weight: 500;
}
.share li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}
.share li i {
  color: #a0a0a0;
  font-size: 19px;
  vertical-align: middle;
}
.p-map {
  background: url("../images/slice.png") no-repeat -102px -49px;
  width: 17px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.p-name {
  background: url("../images/slice.png") no-repeat -100px -84px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.p-metrazh {
  background: url("../images/slice.png") no-repeat -55px -51px;
  width: 19px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.p-cost {
  background: url("../images/slice.png") no-repeat -50px -84px;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.proj-item li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.bld {
  font-weight: 550;
}
.proj-name {
  color: #159f91;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #eeeded;
  margin-bottom: 15px;
}
.lbl {
  background-color: #f27c09;
  color: #fff;
  position: absolute;
  top: 20px;
  right: -22px;
  padding: 0 17px;
  font-weight: 500;
  z-index: 1;
}

.lbl::after {
  background: url("../images/slice.png") no-repeat -89px -130px;
  width: 9px;
  height: 8px;
  position: absolute;
  bottom: -7px;
  content: "";
  right: 0;
}
.text-d-proj {
  text-align: justify;
}
.card.card-info {
  border: none;
  border-radius: 0;
}
.card-info .user {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.card-info .user img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.share__btn {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 8px 16px;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  border: 1px solid #81858b;
  color: #81858b;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.share__title {
  font-size: 13px;
  line-height: 2;
  color: #232933;
  margin-top: 0;
  text-align: right;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 20px;
}
.share.p-0 li i {
  cursor: pointer;
}
.card.card-info-all {
  border: none;
  box-shadow: 0 0 5px 5px #f3f3f3;
  border-radius: 0;
}
.card-body.p-5 {
  padding: 2.2rem !important;
}
.other-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.en-name {
  color: #8a8888;
}
.f-name h1 {
  font-size: 18px;
  font-weight: 550;
}
.title-detail {
  color: #159f91;
  font-weight: 500;
  font-size: 17px;
}
.title-detail2 {
  color: #000;
  font-weight: 500;
  font-size: 17px;
}
.shw-detail li {
  list-style: none;
  line-height: 3.5;
  font-weight: 500;
  color: #000;
  padding: 2px 5px;
}
.shw-detail li:nth-child(odd) {
  background-color: #d2efec;
}
.opt li {
  list-style: none;
  line-height: 2.5;
}
.opt li i {
  color: #159f91;
  vertical-align: middle;
  margin-left: 2px;
}
.vila-section-intro {
  background-color: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.inner-title {
  font-size: 21px;
  font-weight: 600;
}

.text {
  text-align: justify;
}
.inner-service {
  min-height: 200px;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-position: bottom;
}
.card-body.text {
  background-color: #f3f3f3;
  width: 89%;
  margin: auto;
  min-height: 180px;
  padding-top: 23px;
  position: relative;
  padding: 20px;
  font-size: 15px;
}
.card.crd-box {
  background-color: #f3f3f3;
  background-color: transparent;
  border: none;
}
.container-fluid.inner-services {
  background-color: #e1e1e1;
  padding-top: 3rem;
}
.card-body.text::after {
  position: absolute;
  width: 80%;
  content: "";
  background-color: #5db3aa;
  height: 7px;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
}
.history {
  min-height: 200px;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-size: cover;
}
.main-text-age {
  color: #fff;
  font-weight: 500;
}
.sub-text-age {
  color: #e9e9e9;
  text-align: justify;
}
.d-block.txt1 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.d-block.txt2 {
  color: #e9e9e9;
  font-size: 14px;
}
.d-flex.text-center.d-box {
  align-items: center;
}
.container-fluid.inner-info {
  padding-bottom: 3rem;
  background-position: bottom;
}
.sample {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.img-proj {
  height: 259px;
}
.d-block.img-proj img {
  object-fit: fill;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.card.crd-proj {
  border-radius: 0;
}
.loc-pro {
  padding: 10px 0;
  font-size: 15px;
}
.name-p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.l-p {
  color: #423636;
}
.l-p i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
}
.all-more {
  border: 1px solid #000;
  padding: 2px 13px;
  color: #111;
}
.all-more i {
  vertical-align: middle;
  font-size: 9px;
  margin-right: 5px;
}
.all-more:hover {
  color: #3fd395;
  border-color: #3fd395;
}
.img-news a {
  height: 205px;
  overflow: hidden;
}
.img-news  a img {
  object-fit: fill;
  width: 100%;
  height: 100% !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  border-radius: 15px 15px 0 0;
}
.owl-news .item:hover .img-news img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (min-width: 1460px) {
  .c-navi-new-list__category-link {
    padding: 7px 20px 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1230px) {
  .p-0.left-link {
    padding-right: 50px !important;
  }

  .container {
    max-width: 1166px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1359.99px) {
  .c-navi-new-list__category-link {
    padding: 7px 6px 8px;
    font-size: 13px;
  }
}
.d-block.img-user img {
  border-radius: 100% !important;
}
@media screen and (min-width: 992px) and (max-width: 1099.99px) {
  .cssmenu > ul > li > a {
    font-size: 11px !important;
  }
  .c-navi-new-list__category--main,
  .c-navi-new-list__category-link {
    padding: 2px 5px 2px !important;
    font-size: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .js-header.fixed .active-code {
    position: fixed !important;
    left: 0;
    z-index: 2;
  }
  .logo img {
    margin-top: -64px;
  }
  .d-block.img-user img {
    width: 150px !important;
    height: 150px !important;
  }

  .c-header {
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
padding-top: 10px;
  }
  .row.top-header {
    padding-top: 10px;
  }
  .c-header.js-header.fixed .row.top-header {
    padding: 8px 0;
  }
  .section-news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.contact-box {
    background-color: #fff;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    padding-top: 30px;
  }

  .toolbar-desc li {
    margin-left: 58px;
  }
  li.help {
    display: inline-flex !important;
  }
  .logo-carousel .item.d-inline-block img {
    width: auto;
  }
  .menu-desk {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .menu-tbl {
    display: none;
  }
  .owl-wnd .item {
    margin: 12px 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .owl-news .owl-stage {
    padding-right: 0 !important;
  }
  .main-tilte {
    font-size: 16px !important;
  }
  .owl-slide-pro .owl-stage {
    padding-right: 0 !important;
  }
  .d-block.img-user img {
    width: 100px !important;
    height: 100px !important;
  }
  .section-news {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 500px;
  }

  .container.contact-box {
    background-color: #fff;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding-top: 30px;
  }

  .container {
    max-width: 98% !important;
  }
  .col-12.text-center.more a {
    padding: 10px 1px !important;
  }
  .menu-desk {
    display: none !important;
  }

  .toolbar-mob a {
    color: #4f4f4f;
  }
  .menuTrigger {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
  }
  .toolbar-mob li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .col-md-7.col-8.cost.text-right.pr-3 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-main-title-section {
    font-size: 30px;
  }
  .mapping {
    bottom: 27px;
  }
  .mapping ul li {
    display: inline-block;
  }
  .service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-section::after{
    height: 100%;
  }
  .copy-left.p-0 {
    text-align: left;
  }
  .logo-footer img {
    margin-top: -53px;
  }
  .owl-slider .item {
    background-image: none !important;
  }

  .logo-text-mob {
    display: none !important;
  }

  .btn-news-letter {
    border-radius: 5px 0 0 5px;
  }


  .inner-info .c-title {
    font-size: 22px;
  }
  .inner-info .bg-info-section {
    padding-top: 5px !important;
  }
  .en-name {
    text-align: left;
  }
  .customer-info {
    margin-top: -70px;
    z-index: 1;
    position: relative;
  }
  .project-info {
    margin-top: -70px;
    z-index: 1;
    position: relative;
  }
  .c-banner.cal-box {
    text-align: left;
  }
  .bg-info-section {
    padding-top: 37px !important;
  }

  .icon-box {
    margin-bottom: 20px;
  }

  .project-content {
    padding-top: 100px !important;
  }

  .hot-idea {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .hot-ideas-wrap li img {
    display: block;
    height: 100%;
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
  .hot-ideas-wrap li:nth-child(1) > div:nth-child(1)::after {
    padding-bottom: 117.5%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(2) > div:nth-child(1) {
    margin-bottom: 3%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(2) > div:nth-child(1)::after {
    padding-bottom: 57.5%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(2) > div:nth-child(2)::after {
    padding-bottom: 57.5%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(1)::after {
    padding-bottom: 29.8%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(2)::after,
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(3)::after {
    padding-bottom: 60%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(1) {
    margin-bottom: 2%;
    width: 100%;
    float: right;
  }
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(2) {
    width: 49%;
    float: right;
    margin-left: 0.5%;
  }
  .hot-ideas-wrap li:nth-child(3) > div:nth-child(3) {
    width: 49%;
    float: left;
    margin-right: 0.5%;
  }
  .hot-ideas-wrap li:nth-child(1) {
    width: 25%;
    float: right;
    margin-left: 1%;
  }
  .hot-ideas-wrap li:nth-child(2) {
    width: 25%;
    float: right;
    margin-left: 1%;
  }
  .hot-ideas-wrap li:nth-child(3) {
    width: 48%;
    float: left;
  }
  .row.row-banner {
    margin-right: -15px !important;
  }
  .npco {
    margin-right: 10px;
  }
  .more a i {
    color: #959595;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 5px;
  }
  .row-banner-middle {
    margin-right: -10px !important;
    mrgint-right: -10px !important;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .row.mt-3.main-image {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .container-fluid {
    padding-left: 19px;
    padding-right: 19px;
  }
  .container-fluid.footer {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .set > span i {
    display: none;
  }
  .timer .far {
    font-size: 23px;
  }
  .img-pro-wnd,
  .img-pro {
    height: 220px;
  }
  .timer {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .cost-total {
    font-size: 20px;
  }
  .searh-form {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991.99px) {
  .container-fluid.c-header.js-header.fixed {
    border-bottom: 1px solid #eee;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
  }
  .container-fluid.c-header.js-header.fixed  .m-logo,.container-fluid.c-header.js-header.fixed .m-toolbar{
    display: none !important;
  }
  .row.align-items-end.row-top-header {
    align-items: center !important;
  }
  .top-header{
    display: none !important;
  }
  .owl-service .owl-stage {
    padding-right: 0 !important;
  }
  .news-box img {
    width: 100% !important;
  }
  .namad.p-0 {
    width: 200px;
    margin: 30px auto 0 auto;
  }
  .c-header.js-header {
    padding: 10px 20px !important;
  }

  .logo img {
    width: 85px;
  }

  .c-header.js-header {
  background-color: #fff;
    z-index: 10;
  }
  .toolbar-desc {
    text-align: left;
  }
  .search {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  li.help {
    display: none !important;
  }
  .col-md-9.col-12.slider {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .toolbar-mob li {
    margin-left: 16px;
    vertical-align: middle;
  }
  .c-navi.js-navi {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search-li {
    width: 100% !important;
  }
  .c-navi-new-list__category-container-main,
  .col-md-2.basket.ml-auto {
    display: none !important;
  }
  .text-menu-mob {
    font-size: 8px;
    display: block;
    margin-top: -10px;
  }
  .img-sale-mob svg {
    width: 21px;
    vertical-align: middle;
  }
  .owl-carousel.owl-theme.owl-category .item {
    min-width: 150px;
    margin-left: 20px;
  }
  .owl-carousel.owl-theme.owl-category {
    display: flex !important;
    overflow-x: auto;
  }
  .col-12.text-center.more {
    padding: 0 !important;
  }
  .row.mt-3.main-image {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .owl-carousel.owl-theme.owl-wnd .item {
    background-color: #ffff;
    margin: 12px 7px;
  }
  .c-navi-new-list__categories {
    display: none !important;
  }
}
@media screen and (max-width: 767.99px) {
  .container, .container-sm {
    max-width: 98% !important;
  }
  .c-main-title-section {
    font-size: 18px;
  }
  .owl-logo .owl-stage {
    padding-right: 0 !important;
  }
  .mapping {
    bottom: 53px;
  }
  .mapping ul li {
    display: block;
    margin: 5px;
  }
  .p-xs-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-fluid.copy {
    font-size: 11px !important;
  }
  .service-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-title-about {
    margin-top: 20px;
  }
  .about-section {
    text-align: center;
  }
  .about-section::after{
    height: 35%;
  }
  .col-full-banner  .main-tilte {
    font-size: 12px !important;
    padding-right: 10px;
  }
  .col-full-banner{
    height: 200px;
  }
  .col-full-banner img{
    height: 200px;
    object-fit: cover !important;
    object-position: left;
  }

  .slider .main-tilte {
    display: none !important;
  }

  .c-header.js-header.fixed .logo img {
    width: 30px;
  }
  .c-header.js-header.fixed {
    padding: 5px 20px !important;
  }


  .logo-text-mob .text-end {
    text-align: right !important;
  }
  .logo-text-mob {
    display: block;
    text-align: right !important;
  }
  .logo-text-desc {
    display: none !important;
  }
  .row.row-copy-right.align-items-center {
    text-align: center;
  }
  .owl-slide-pro .owl-stage {
    padding-right: 0 !important;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }
  .d-block.img-user img {
    width: 90px !important;
    height: 90px !important;
  }
  .text-center-mob {
    text-align: center;
  }
  .card.crd-box {
    margin-bottom: 20px;
  }
  video {
    height: auto !important;
  }
  .socil-banner li img {
    width: 35px !important;
    height: 35px !important;
  }
  .customer-info {
    padding-top: 20px !important;
  }
  .c-banner {
    margin-bottom: 10px;
  }
  .bg-info-section {
    padding: 20px !important;
    text-align: center;
  }
  .px-mob-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .owl-news .owl-stage,
  .owl-send .owl-stage {
    padding-right: 0 !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .about-right {
    margin-top: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .about-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .footer-info {
    margin-bottom: 20px !important;
  }
  .logo-footer {
    text-align: center;
    margin-top: 0 !important;
  }
  .d-block.img-category {
    width: 150px !important;
    height: 150px !important;
  }
  .row.copy {
    text-align: center;
  }
  .chat li img {
    width: 30px;
  }
  .logo-footer {
    margin-top: 20px !important;
  }
  .social-box {
    text-align: right;
  }
  .row.row-banner img {
    width: 100% !important;
  }
  .row.row-banner .col-12 {
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .slider {
    padding-bottom: 15px;
  }
  .menu-desk {
    display: none !important;
  }

  .owl-slider .item img{

    object-fit: contain !important;
   }

  .more a {
    padding: 9px 18px;
    font-size: 11px;
  }
  .cal-fixed {
    display: none !important;
  }
  .menuTrigger {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
  }
  .menu-tbl {
    display: none;
  }
  .row.mt-4.row-title-brand {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .row.mt-3.mb-3.row-brand {
    background-color: #fff;
  }
  .container-fluid.logo-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-left,
  .c-right {
    text-align: center;
  }
  .c-right > span {
    display: block !important;
  }
  .img-pro-wnd,
  .img-pro {
    height: 223px;
    display: block;
    text-align: center;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
  }
  .banner-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .newest {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .p-0-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .select-city.ml-auto {
    width: 100% !important;
  }
  .toolbar-mob a {
    color: #676767;
  }
  .logo-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolbar-mob li {
    display: inline-block;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 33px;
    border-bottom: 1px solid #c4c5c654;
    margin-bottom: 10px;
  }
  .accordion-container .set > span i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #5b5b5b;
    font-size: 10px;
  }
  .footer-app {
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .footer-app .col-md-5.col-6.pl-0 {
    padding: 0 !important;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .close-box,
  .close-box-2 {
    font-size: 12px;
  }

}

.social-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
  width:40px;
height: 40px;

}
.social-box.p-0 {
  text-align: center;
  margin-top: 20px;
}
.social-footer a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 38px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  margin: auto;

}
.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.social-footer a span {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
}
.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.logo-slider img {
  width: auto !important;
  margin: auto;
}

.icon-user {
  background: url("../images/slice.png") no-repeat -56px -6px;
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.login-empoly a {
  color: #000000;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}
.gap{
  padding: 0 2px;
}
.link-left li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.search-icon {
  background-color: #f6f6f6;
  width: 40px;
  height:40px;
  border-radius: 100%;
  line-height: 38px;
  display: inline-block;
 text-align: center;
 box-shadow: 0px 0px 5px #d1d1d1;
background-color: #f8f8f8;
border: 1px solid #f1f1f1;
}
.search-icon i {
  background: url("../images/slice.png") no-repeat -56px -43px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}
.title-news {
  color: #3e4949;
  padding: 0 10px;
  font-weight: 600;
  margin-top: 15px;
  min-height: 40px;
  line-height: 1.5;
}
.sub-title-section {
  color: #353535;
  font-weight: 500;
  font-size: 15px;
}

.social-box li i {
  font-size: 26px;
  color: #7f7d7e;
  vertical-align: middle;
}
.select2-container {
  width: 100% !important;
  text-align: right;
}

.full-banner {
  background-color: #fff;
}

.owl-news .item:hover {
  box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.title-section {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.title-section::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #c89b3b;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 3px;
  background-color: #b8b8b8;
}
.owl-dot.active span {
  padding: 2px;
  width: 8px !important;
  border: 1px solid #fff;
}


.service-section {
  background-color: #f3f3f3 ;
}

.services {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.services .item {
  text-align: center;
  color: #020202;
}
.main-news-title {
  font-weight: 700;
  font-size: 20px;
}
.logo-footer-col span {
  text-align: center;
  display: block;
}

.d-block.address {
  font-size: 12px;
}
.box-search.SearchOpen,
.video-box.SearchOpen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.box-search,
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease;
  z-index: 99998;
  background: #fff;
}
.search-inner {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 0 40px;
}
.frm {
  text-align: center;
  position: absolute;
  height: 6.75em;
  left: 0;
  right: 0;
  top: 50%;
  margin: -3.375em 20% 0;
}
.input-search {
  outline: none;
  font: inherit;
  line-height: inherit;
  line-height: 1;
  width: 100%;
  display: block;
  background: transparent;
  color: inherit;
  -webkit-appearance: none;
  height: 2.25em;
  border-bottom: 1px solid #999;
}
.btn-serch.icon-theme {
  width: 25px;
  height: 27px;
  border: 0 !important;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
}
.btSearchInnerClose.icon-theme,
.btvideoClose.icon-theme {
  width: 37px;
  height: 41px;
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.search-ico {
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search-ico i {
  font-size: 20px !important;
  vertical-align: middle;
  color: #1c66ad !important;
  font-weight: 500;
  margin-right: 10px;
}
.btSearchInnerClose.icon-theme i {
  font-size: 23px;
  color: #8e8c8c;
}
.search-ico::before {
  background-color: #9f9d9d;
  content: "";
  position: absolute;
  top: 3px;
  right: -6px;
  height: 16px;
  width: 1px;
}
.w-chat {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

.c-sub-title-section {
  color: #000;
  font-size: 12px;
}
.c-main-title-section {
  color: #000;
  font-weight: 600;
  position: relative;
}

.more-news{
  color: #018ec4;
  font-weight: 500;
  text-decoration: underline !important;
}
.footer {
  margin-top: -11px;
}
.icon-map{
  background: url('../images/slice.png') no-repeat -132px -14px;
	width: 12px;
	height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.icon-phone{
  background: url('../images/slice.png') no-repeat -163px -12px;
	width: 17px;
	height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.icon-mail{
  background: url('../images/slice.png') no-repeat -205px -10px;
	width: 17px;
	height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.address-info{
  width: calc(100% - 33px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.mail{
  color: #fff;
}
.mail:hover,.tel:hover{
  color: #c29531;
}
.logo-section {
  background-color: #f4f4f4;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem;
}
.owl-logo .item a {
  height: 100px;
  align-content: center;
  align-items: center;
  display: flex !important;
  background-color: #fff;
  padding: 20px;
}
.owl-logo .item a img {
  object-fit: contain;
  vertical-align: middle;
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
transition: all 0.2s linear;
}
.owl-logo .item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.texts-progress {
  width: calc(100% - 200px);
}
.icon-home{
  background: url('../images/slice.png') no-repeat -7px -9px;
	width: 12px;
	height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.icon-pro{
  background: url('../images/slice.png') no-repeat -6px -29px;
	width: 13px;
	height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.icon-service{
  background: url('../images/slice.png') no-repeat -2px -51px;
	width: 17px;
	height: 17px;
  display: inline-block;
  margin-left: 5px;
}
.icon-blog{
  background: url('../images/slice.png') no-repeat -29px -9px;
	width: 12px;
	height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.icon-contact{
  background: url('../images/slice.png') no-repeat -25px -34px;
	width: 17px;
	height: 17px;
  display: inline-block;
  margin-left: 5px;
}
.icon-active{
  background: url('../images/slice.png') no-repeat -25px -62px;
	width: 22px;
	height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.icon-code{
  background: url('../images/slice.png') no-repeat -89px -8px;
	width: 30px;
	height: 30px;
  display: inline-block;
  margin-right: 5px;
}
#cssmenu1 > ul {
  display: flex;
  align-items: center;
}
.active-code {
  background-color: #d00000;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 25px;
  padding: 5px 14px 4px 2px;
  line-height: 1 !important;
  box-shadow: 0px 2px 6px #d00000;
  display: inline-block;
}
.fa-s-name {
  padding: 0px 14%;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 300;
  color: #ffffffb0;
}
.footer .color{
  color: #c59732;
  display: inline-block;
  font-size: 11px;
}
.mapping ul li {
  border-radius: 7px;
}
.mapping ul li img{
  border-radius: 7px;
  box-shadow: 0px 0px 15px #928e8e;
}
.mapping {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: left;
}
.date-news {
  color: #b0b0b0;
}
.d-block.pro-name {
  color: #000;
  line-height: 1.7;
  min-height: 50px;
  padding: 0 10px;
}
.img-pro {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  height: 171px;
}
.img-pro img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100% !important;
  width: 100%;
}
.show-pro {
  color: #000;
  font-weight: 600;
}
.owl-service .item {
  padding-bottom: 10px;
  margin: 10px 0;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 15px;
  padding-top: 33px;
}
.product-section {
  background-color: #f3f3f3;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.about-section{
  background: #fff url('../images/about-bg.png') no-repeat left bottom;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.about-section::after{
  position: absolute;
  right: 0;
  top:0;
  width: 25%;
  content: '';
  background-color: #c89b3b;
}
.z-index-1{
  z-index: 1;
}
.main-title-about {
  text-shadow: 2px 2px 0 #5e5e5e, 2px -2px 0 #5e5e5e, -2px 2px 0 #5e5e5e, -2px -2px 0 #5e5e5e, 2px 0px 0 #5e5e5e, 0px 2px 0 #5e5e5e, -2px 0px 0 #5e5e5e, 0px -2px 0 #5e5e5e;
  color: #ebebeb;
}
.main-title-about span {
  color: #c89b3b;
  font-size: 7rem;
  line-height: 1;
  text-shadow: none !important;
}
.sub-title-about {
  color: #313131;
  font-weight: 700;
  font-size: 1.5rem;
}
.service-section .card {
  border: none;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  position: relative;
}
.img-service {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  height: 54px;
  margin-top: 20px;
}
.img-service img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-service {
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: -14px;
  z-index: 1;
  right: 0;
  margin: auto;
  background-color: #f5e3bc;
  left: 0;
  font-size: 20px;
  border-radius: 100%;
  color: #c89b3b;
  opacity: 0;
  transition: all .3s  linear;
}
.service-section .card:hover .more-service{
  opacity: 1;
}
.service-section .card:hover {
  background-color: #c89b3b;
  color: #fff !important;
}
.title-service {
  color: #252525;
  font-weight: 600;
  font-size: 14px;
}
.short-text-service {
  color: #252525;
  font-weight: 400;
  font-size: 12px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.service-section .card:hover .title-service ,.service-section .card:hover .short-text-service{
  color: #fff !important;
}
.hover-img {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.service-section .card:hover .hover-img {
  opacity: 1;
  z-index: 1;
}
.owl-service .item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 0px 15px #ccc;
}
.owl-service .item:hover .show-pro{
 color: #c89b3b;
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .cssmenu > ul > li {
    margin-left: 1% !important;
  }
}
