.location-qrcode img {
    width: 150px;
}
.location-qrcode h3 {
    font-family: 'commissioner';
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-top: 6px;
    color: #00052b;
    margin-bottom: 10px;
}
.isotope-img-container img {
    height: 100%;
    width: 100%;
}
.isotope-img-container {
    height: 300px;
}
.pdf-btn a {
    padding: 10px 30px;
    background: #77c23c;
    color: #fff;
    font-family: 'commissioner';
    border-radius: 7px;
}


.top-bar2 {
    background: #00052b;
}
img.entry-logo.img-responsive.header_logo {
    height: auto;
    display: inherit;
    width: auto;
}
.site-logo .logo-header-inner div {
    padding-top: 10px;
    text-align: center;
}
.header-variation2 {
    padding-top: unset;
}
ul.top-info-box {
    padding-top: 48px;
}
.headernav-variation2 .site-navigation-inner {
    bottom: 0;
}
.headernav-variation2 .site-navigation-inner {
    background: #74C138;
}
.headernav-variation2 .site-navigation-inner, .headernav-variation3 {
    background: #74C138;
}
p.info-text.header_title {
    color: #fff;
    font-family: commissioner;
    font-size: 15px;
}
p.info-text.header_contact {
    color: #fff;
    font-size: 15px !important;
    font-family: 'commissioner';
}
p.info-box-title {
    font-family: 'bevietnampro-regular' !important;
    color: #00052b;
}
p.info-box-subtitle {
    font-family: 'commissioner';
    padding-top: 10px;
}
p.para-wel {
    font-family: 'bevietnampro-regular';
    text-align: justify;
    font-size: 16px;
    line-height: 2;
}
.wel-ul li {
    font-family: 'bevietnampro-regular';
    font-size: 16px;
    line-height: 2;
    list-style: none;
    padding-bottom: 6px;
}
h6.heads-wel {
    font-family: 'commissioner';
    font-size: 20px;
    color: #000;
}
.headings-mk h6 {
    font-family: 'bevietnampro-regular';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: unset;
    color: #72bd38;
    font-weight: 700;
}
.headings-mk h2 {
    font-family: 'commissioner';
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-top: 6px;
    color: #00052b;
    margin-bottom: 10px;
}
section.welcome-content {
    padding-top: 70px;
    padding-bottom: 70px;
}


.projects-section {
  position: relative;
  padding: 120px 0;
}
.projects-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: auto;
  top: -520px;
  bottom: 275px;
  background-color: #04223e;
  opacity: 0.94;
  content: "";
}
@media (max-width: 767.98px) {
  .projects-section:before {
    top: -900px;
  }
}
.projects-section .bg {
  height: auto;
  top: -520px;
  bottom: 275px;
}
@media (max-width: 767.98px) {
  .projects-section .bg {
    top: -900px;
  }
}
.projects-section .icon-dots-2 {
  position: absolute;
  bottom: -390px;
  right: 0;
}
.projects-section .carousel-outer {
  padding: 0 20px;
}

.project-block {
      margin: 0 10px;
}
.project-block .inner-box {
  position: relative;
}
.project-block .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 51%;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  z-index: 1;
}
.project-block .inner-box:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}
.project-block:hover.project-block .inner-box:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.project-block{
    position:relative;
}
.project-block:hover.project-block .inner-box:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}

.project-block .inner-box:hover .content-box .title,
.project-block .inner-box:hover .content-box .cat {
  color: #fff;
}
.project-block .inner-box .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  max-width: 329px;
  background-color: #fff;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .project-block .content-box {
    bottom: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
.project-block .content-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color:#00052b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.project-block .content-box:after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 280px;
  height: 8px;
  background-color: #74C138;
  content: "";
}
.project-block .inner .title a {
    color: #fff;
    font-family: 'commissioner';
    font-size: 20px;
    font-weight: 400;
}
.project-block  .shape-3 {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
}
.project-block .inner {
  position: relative;
  padding: 10px 30px 1px;
  background-color: #00052b;
}
@media (max-width: 575.98px) {
  .project-block .inner {
    padding: 20px;
  }
}
.project-block .inner .read-more {
  position: absolute;
  top: -8px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: block;
  color: #fff;
  background-color:#74C138;
  text-align: center;
}
@media (max-width: 991.98px) {
  .project-block .inner .read-more {
    right: 0;
  }
}
.project-block .inner .read-more:hover {
  color: #ddd;
}
.project-block .content-box .title {
  position: relative;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 0;
}
.project-block .content-box .title a:hover {
  color: #ddd;
}
p.pro-para {
    font-family: 'bevietnampro-regular';
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}

/*why-choose-us*/
.chooseus-home-6 {
    position: relative;
    padding: 60px 0;
    margin-top: 80px;
}
.chooseus-home-6:before {
    position: absolute;
    content: "";
    background: #ebe8e4;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.94;
    z-index: 1;
}
.chooseus-home-6 .bg-layer .bg-1 {
    left: 0;
}
.chooseus-home-6 .bg-layer .bg-1,
.chooseus-home-6 .bg-layer .bg-2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.chooseus-home-6 .bg-layer .bg-2 {
    right: 0;
    background-attachment: fixed;
}
.chooseus-home-6 .left-column {
    position: relative;
    display: block;
    color: #fff;
    padding: 52px 40px 50px;
    z-index: 1;
    background-color: #06082a;
    text-align: center;
}
.chooseus-home-6 .left-column .author-box {
    position: relative;
    margin-bottom: 32px;
}
.chooseus-home-6 .left-column .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: -2px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.chooseus-home-6 .left-column .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}
.chooseus-home-6 .left-column .author-box h6 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'commissioner';
}
.chooseus-home-6 .left-column .author-box h3 {
    display: block;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}
.chooseus-home-6 .left-column .author-box h3 a {
    display: inline-block;
    color: #fff;
    font-family: 'commissioner';
}
.chooseus-home-6 .left-column .author-box h3 a:hover {
    text-decoration: underline;
}
.chooseus-home-6 .left-column .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.chooseus-home-6 .left-column .text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 14px;
    font-family: 'bevietnampro-regular';
}
.chooseus-home-6 .left-column .text p:last-child {
    margin-bottom: 0;
}
.chooseus-home-6 .left-column .text p a {
    color: #fff;
}
.chooseus-home-6 .left-column .text p a:hover {
    text-decoration: underline;
}
.chooseus-home-6 .left-column .icon-box {
    position: absolute;
    right: 20px;
    bottom: 40px;
}
.chooseus-home-6 .left-column .support-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'bevietnampro-regular';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    background: #77c23c;
    border: 2px solid #77c23c;
    transition: all 0.5s ease;
}
.chooseus-home-6 .left-column .support-box a:hover {
    background: #fff0;
}
.chooseus-home-6 .right-column {
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 2;
}
.chooseus-home-6 .right-column .single-item {
    position: relative;
    padding-left: 170px;
    margin-bottom: 24px;
    min-height: 110px;
}
.chooseus-home-6 .right-column .single-item:last-child {
    margin-bottom: 0;
}
.chooseus-home-6 .right-column .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    background: #fff;
    font-size: 50px;
    transition: all 0.5s ease;
}
.chooseus-home-6 .right-column .single-item:hover .icon-box {
    background: #77c23c;
}
.chooseus-home-6 .right-column .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #232b3e;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-family: 'commissioner';
    text-transform: capitalize;
}
.chooseus-home-6 .right-column .single-item h3:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
.chooseus-home-6 .right-column .single-item p {
    font-size: 16px;
    color: #727580;
    line-height: 30px;
    font-family: 'bevietnampro-regular';
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.static_img {
    background-size: cover;
    background-position: center;
    background-image: url(../../images/images/images/bg/test.png);
}
span.quote-text {
    font-size: 15px !important;
    font-family: 'bevietnampro-regular';
}
.quote-item .quote-text:before {
    color: #71bc36;
}
h3.quote-author {
    color: #71bc36;
    font-family: 'commissioner';
    font-size: 18px;
}

div#tem562_home_client_reviews .border-title.border-center {
    color: #fff;
    font-family: 'commissioner';
}
footer#footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #020818f5;
    z-index: -1;
}
.footer {
    background-size: cover;
    background-position: center;
    background: url(../../images/images/images/bg/foot-bg.jpg);
    position: relative;
    z-index: 1;
}
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #71bc36;
}
.top-bar2 ul.top-info li i {
    color: #74c138;
}
.top-info-box li .info-box span.info-icon {
    color: #74c138 !important;
}
.info-box.last {
    display: none;
}
ul.common-social-buttons.unstyled li i {
    color: #fff;
}
.headernav-variation2 ul.main-menu > li > a{
    font-family: 'commissioner';
    font-weight: 400;
    text-transform: capitalize;
}
.wel-ul li span {
    color: #77c23c;
}
p.para-cont {
    font-family: 'bevietnampro-regular';
    color: #fff;
    line-height: 1.7;
    font-size: 15px;
}
p.para-cont span {
    color: #71bc36;
    font-size: 20px;
    margin-right: 8px;
}
p.para-cont .fa.fa-mobile {
    font-size: 27px;
}
.footer .widget.tansy_latest_news_widget ul li a {
    color: #fff !important;
    font-family: 'bevietnampro-regular';
}
.footer .widget_nav_menu ul.menu.nav > li a {
    color: #fff !important;
    font-family: 'bevietnampro-regular';
}
h3.widget-title.footer-main-title {
    font-family: 'commissioner';
    font-size: 20px;
    font-weight: 600;
}
.footer .widget-title:before{
        background-color: #71bc36;
}
img.footer-logo.img-responsive {
    display: none;
}

.about-desc p {
    color: #fff;
    font-family: 'bevietnampro-regular';
    line-height: 1.8;
}
.footer-social ul li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #010a1d;
    background: #71bc36;
}
.copyright-info {
    text-align: center;
    font-family: 'commissioner';
}
.copyright-info a {
    color: #010a1d;
}
.isotope-img-container {
    padding: 10px;
    margin: 10px;
}
img.yus-img {
    position: relative;
    top: 5px;
}
div#tem562_home_gallery_block .border-title.border-center {
    color: #06082a;
}
.isotope-nav {
    display: none;
}
.border-title:before{
        background-color: #77c23b;
}
ul.about-ul li {
    font-family: 'bevietnampro-regular';
    line-height: 2;
    list-style: none;
}
ul.about-ul li span {
    color: #77c23c;
}
h6.head-abt {
    font-family: 'commissioner';
    font-size: 20px;
    color: #00052b;
    font-weight: 700;
}
p.para-about {
    font-family: 'bevietnampro-regular';
    line-height: 2;
}
p.para-about span {
    color: #77c23c;
    font-weight: 600;
}
img.image-about {
    border: 2px solid #00052b;
}
.banner-area {
    background-size: cover;
    background-position: center;
    background: url(../../images/images/images/bg/bread1.png);
}
h1.border-title.border-left {
    font-family: 'commissioner';
}
.banner-heading .breadcrumb a {
    color: #71bc37;
}
.breadcrumb {
    font-family: 'bevietnampro-regular';
    font-size: 18px;
}
div#tem562_contact_page .border-title.border-center {
    font-family: 'commissioner' !important;
    text-transform: capitalize;
    font-size: 33px !important;
}
h3.head-con {
    font-family: 'commissioner';
    font-weight: 600;
}
p.para-con {
    font-family: 'bevietnampro-regular';
    line-height: 2;
}
h3.head-con span {
    font-size: 25px;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(45deg, #00052b 45%, #74c138 107%);
}
h3.head-con .fa.fa-mobile {
    font-size: 32px;
}
.testimonial-slide.owl-theme .owl-dots .owl-dot.active span {
    background-color: #71bc36;
}
#back-to-top .btn.btn-primary {
    background: rgb(113 188 54);
}
#back-to-top .btn.btn-primary{
        color: #00052b;
}
.qc-slider-nav.owl-nav {
    text-align: center;
}
button.owl-prev i {
    padding: 12px 20px;
    font-size: 20px;
    border: 2px solid #00052b;
    font-weight: 800;
    margin: 10px;
    color: #77c23c;
}
button.owl-next i {
    padding: 12px 20px;
    font-size: 20px;
    border: 2px solid #00052b;
    font-weight: 800;
    color: #77c23c;
}
.head-cer {
    text-align: center;
    font-size: 30px;
    font-family: 'commissioner';
    padding-top: 30px;
    padding-bottom: 30px;
}
.gal-certificate .isotope-img-container {
    border: 1px solid;
}

.gal-certificate .owl-prev, button.owl-next {
    border: unset;
}
span.gallery-icon span {
    color: #74bf39;
}
.home-entry-content .border-title.border-center {
    font-family: 'commissioner';
}
ul.main-menu li ul {
    width: 340px;
}
ul.main-menu li ul li a {
    padding: 5px 0;
}
#tem562_pro_page .wpb_column.vc_column_container.vc_col-sm-3 {
    display: none;
}
#tem562_pro_page .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 100% !important;
}
.pro-content {
    display: flex;
    margin: 40px 0;
    box-shadow: 0 0 10px #00000073;

}

img.img-product {
    border: 1px solid;
    margin: 10px;
    width: 300px;
    padding: 10px;
}
h4.pro-heads {
    font-family: 'commissioner';
    font-size: 27px;
    padding-top: 20px;
    color: #00052b;
}
p.para-pro {
    font-family: 'bevietnampro-regular';
    padding-top: 10px;
}
.para-prod {
    padding-left: 20px;
}
.partner-logo img {
    filter: none;
}
.item.partner-logo .img-responsive {
    border: 2px solid #c8c8c8;
}

.pro-sflex {
    margin: 40px 0;
    box-shadow: 0 0 10px #00000073;
}
.wpb_wrapper figure img {
    width: 250px;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
ul.sub-menu .border-title.border-left {
    font-family: 'commissioner';
}
ul.main-menu li ul li a span {
    margin-left: 4px;
    font-size: 17px;
    color:#00052b;
}
a, ul.main-menu li ul li a:hover{
    color:#00052b;
}
h2.border-title.border-left {
    font-family: 'commissioner';
    color: #00052b;
}
ul.main-menu li ul li a {
    font-size: 14px;
    font-family: commissioner;
    font-weight: 600;
    padding: 10px 0px;
}
ul.main-menu li > ul {
    border-left: 2px solid #74c138;
}
ul.sub-menu li ul li a {
    padding: 7px 0px;
}
button.site-button.pull-right {
    font-family: 'bevietnampro-regular';
    transition: 1s;
    background: #74C138;
}
button.site-button.pull-right:hover {
    background: #00052b;
}
.product_section_content p {
    font-family: 'bevietnampro-regular';
    padding-top: 10px;
    line-height: 2;
}
section.peoduct-section {
    padding-top: 30px;
    padding-bottom: 20px;
}
p.pro-para {
    margin-bottom: 50px;
}










@media(max-width:767px){
 .header_logo {
    width: 230px;
 }
 ul.top-info-box {
    padding-top: 0;
}   
 .menu-main-menu-container ul li {
    font-family: 'commissioner';
}   
.headings-mk h2 {
    font-size: 25px;
}
.headings-mk h6 {
    line-height: 1.7;
}
.project-block .content-box:after {
    top: -8px;
}
.chooseus-home-6 .left-column {
  margin-bottom:30px
 }
 .chooseus-home-6:before {
  width:100%;
 }

 .chooseus-home-6 .right-column .single-item {
  padding-left:0px;
     text-align: center;
 }
 .chooseus-home-6 .right-column .single-item .icon-box{
 display: inline-block;
 position: relative;
}
.chooseus-home-6 .right-column {
    padding-left: 0px; 
}
.chooseus-home-6 .left-column {
    padding: 52px 20px 50px;  
}
.chooseus-home-6 .left-column .author-box {
    margin-bottom: 0;
}
.chooseus-home-6 .left-column .author-box h3 {
    font-size: 20px;
    line-height: 36px;
}
.banner-area {
    height: 170px;
    min-height: 190px;
}
.banner-text {
    left: unset;
}
.banner-heading .border-title.border-left {
    font-size: 24px;
    font-weight: 500;
}
ul.top-info-box li .info-box .info-box-content {
    display: flex;
}
.headings-mk.pros .headings-mk h2 {
    margin-bottom: unset;
}
header.site-header .header-offcanvas {
    top: 60px;
}
.wpb_wrapper figure img {
    width: 100%;
}
img.img-product {
    width: 100%;
    margin: unset;
    border: unset;
}
.pro-content {
    display: block;
}





}