/* khmer */
@font-face {
  font-family: 'Khmer';
  font-style: normal;
  font-weight: 400;
  src: local('Khmer'), url(https://fonts.gstatic.com/s/khmer/v9/EBPGAEwYbo6W1UGhSDiTYg.woff2) format('woff2');
  unicode-range: U+1780-17FF, U+200B-200C, U+25CC;
}
@font-face {
    font-family: 'ZAWGYIONE';
    src: local('ZAWGYIONE'), url('ZAWGYIONE/ZAWGYIONE.ttf') format('woff'), url('ZAWGYIONE/ZAWGYIONE.ttf') format('truetype');
}
@font-face {
    font-family: 'Pyidaungsu';
    src: local('Pyidaungsu'), url('Pyidaungsu/Pyidaungsu.ttf') format('woff'), url('Pyidaungsu/Pyidaungsu.ttf') format('truetype');
}

body{
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Arial', sans-serif;
    line-height: 1.5em;
    font-size: 15px;
    color: #333;
}
html[lang="vi"] body{
    font-family: 'Roboto' ,sans-serif;
}

/*html[lang="mya"] body{
    font-family: 'ZAWGYIONE' ,sans-serif;
}*/
html[lang="mya"] body{
    font-family: 'Pyidaungsu' ,sans-serif;
}
html[lang="mya"] .main-menu li{
    margin-right: 5px;
}
html[lang="mya"] .main-menu li a {
    font-size: 11.5px;
}

html[lang="mya"] .main-menu li .dropdown-menu li a {
    font-size: 15px;
}

html[lang="th"] body{
    font-family: Arial, Helvetica, sans-serif;
}
html[lang="th"] .main-menu li a {
    font-size: 14px;
}

html[lang="zh"] body{
    font-family: Roboto, "宋体", "SimSun", 华文细黑, STXihei, Arial, sans-serif;
}
html[lang="zh-CN"] body{
    font-family: Roboto, "宋体", "SimSun", 华文细黑, STXihei, Arial, sans-serif;
}
html[lang="zh-CN"] .main-menu li {
    margin-right: 30px;
}
html[lang="zh-CN"] .main-menu li a{
    font-weight: 600;
}

html[lang="km"] body{
    font-family: 'Hanuman', serif;
}


/* Typography */
h1 { font-size: 34px; font-weight: 700; }
h2 { font-size: 32px; font-weight: 700; }
h3 { font-size: 30px; font-weight: 700; }
h4 { font-size: 28px; font-weight: 700; }
h5 { font-size: 26px; font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

a, a:visited {
  color: #0067ac;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0067ac;
}
a:focus {
    text-decoration: none;
}
.blue {
  color: #0067ac;
}
.btn-blue {
  background-color: #0067ac;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
}
.btn-blue:hover {
  color: #fff;
  text-decoration: none;
}
.clear {
  clear: both;
}

.owl-carousel {
    z-index: 0 !important;
}


/* Home Start */
header {
  padding: 20px 0;
}
header a.logo {
    display: block;
    width: 150px;
    float: left;
}
header .company-name {
    margin-left: 160px;
    margin-top: 30px;
    color: #0067ac;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}
header .company-name span {
    color: #be1e2d;
}
header .contact-us {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-top: 10px;
}
/*header .contact-us i {
    color: #0067ac;
    font-size: 38px;
    display: block;
    float: left;
    margin-top: 5px;
}*/
header .contact-us i {
    background: url(../images/icon-telephone-9.png) 0 0 no-repeat;
    display: block;
    width: 33px;
    height: 33px;
    float: left;
    margin-top: 5px;
}
/*header .contact-us i {
    float: left;
    margin-top: 7px;
    font-size: 28px;
    color: #0067ac;
}*/
header .contact-us .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #0067ac;
    margin-left: 30px;
}
header .contact-us .description {
    display: block;
    margin-left: 30px;
    font-size: 13px;
    margin-top: -5px;
}
header .description a:hover {
    color: #0067ac;
}

header .description a {
    color: #555;
}
header .email-us {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-top: 10px;
}
/*header .email-us i {
    color: #0067ac;
    font-size: 36px;
    display: block;
    float: left;
    margin-top: 5px;
}*/
/*header .email-us i {
    background: url(../images/icon-email-2.png) 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    float: left;
}*/
header .email-us i {
    float: left;
    color: #0067ac;
    font-size: 28px;
    margin-top: 5px;
}
header .email-us .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #0067ac;
    margin-left: 37px;
}
header .email-us .description {
    display: block;
    margin-left: 37px;
    font-size: 13px;
    margin-top: -5px;
}
header .main-menu-wrapper {
    width: 100%;
    background-color: #fff;
    top: -50px;
}
header.sticky .main-menu-wrapper {
    position:fixed;
    top: 0;
    z-index: 10;
    transition: 1s top cubic-bezier(.3,.73,.3,.74);
    padding-bottom: 20px;
    box-shadow: 1px 1px 2px #eee;
}

header .main-menu {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
header .main-menu li {
    display: inline-block;
    margin-right: 12px;
}
header .main-menu a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
header .main-menu a:hover {
    color: #0067ac;
}
header .main-menu i {
    margin-left: 5px;
}

header .dropdown-menu {
    width: 100%;
    max-width: 1140px;
    margin: 20px 15px 0 15px;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,103,172,0.9);
    padding: 30px;
}

header .dropdown-menu ul {
    display: block;
    margin: 0;
    padding: 0;
}
header .dropdown-menu li.col-md-4 ul li {
    display: block;
}
header .dropdown-menu li.col-md-4 {
    margin: 0;
}
header .dropdown-menu h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

header .dropdown-menu ul.project-category-v2 > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
header .dropdown-menu ul.project-category-v2 > li > ul.children > li > a{
    font-weight: 700;
}
header .dropdown-menu ul.project-category-v2 > li > ul.children > li > ul.children {
    margin-left: 10px;
}

header .dropdown-menu li a {
    color: #fff;
    font-weight: normal;
    margin: 10px 0;
    display: block;
}
header .dropdown-menu li a:hover {
    color: #bbb;
}



header .languages {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0 0;
}
header .languages li {
    display: inline-block;
    margin-left: 7px;
}
header .languages li:first-child {
    margin-left: 0;
}
header .languages li a img {
    display: block;
    width: 100%;
    height: auto;
}
header .languages li: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);
}

/*header .search-icon {
    display: block;
    width: 24px;
    float: right;
    margin: 10px 25px 0 0;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}*/
header .search-btn {
    display: block;
    width: 24px;
    float: right;
    margin: 20px 25px 0 0;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}
header .search-form {
    position: absolute;
    z-index: 2;
    top: 62px;
    display: none;
}
header .search-field {
    border: 0 none;
    font-weight: normal;
    background-color: rgba(0,103,172,0.9);
    color: #fff;
}
header .search-field::placeholder {
    color: #fff;
}
/*#home-banner {
    max-width: 100%;    
    margin: 0 auto;
}*/
.home-banner {
    margin-bottom: 20px;
}
.home-banner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#home-banner .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
}
#home-banner .owl-prev {
    position: absolute;
    left: 20px;
    top: -70px;
    background: transparent;
    color: #aaa;
}
#home-banner .owl-next {
    position: absolute;
    right: 20px;
    top: -70px;
    background: transparent;
    color: #aaa;
}
/*#home-banner .owl-nav i {
    font-size: 70px;
    font-style: normal;
}*/
#home-banner .item {
    position: relative;
}
#home-banner .item img{
    display: block;
    height: auto;    
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
/*#home-banner .item a {
    display: block;
    width: 100%;
    height: 1080px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.home-banner .youtube-wrapper {
    position: absolute;
    top: 30%;
    right: 10%;
}
#home-banner .owl-nav i {
       
}
#home-banner .owl-nav .owl-prev i:before {
    background: url(../images/nav-left.png) center center no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    content: "";
}
#home-banner .owl-nav .owl-prev:hover i:before {
    background: url(../images/nav-left-active.png) center center no-repeat;
}
#home-banner .owl-nav .owl-next i:before {
    background: url(../images/nav-right.png) center center no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    content: "";
} 
#home-banner .owl-nav .owl-next:hover i:before {
    background: url(../images/nav-right-active.png) center center no-repeat;
}
/*#home-banner .owl-prev:hover i, #home-banner .owl-next:hover i {
    color: #0067ac;
}*/
.home-banner .home-banner-video {
    height: 640px; 
    width: 100%;
    margin: 0 auto;
    background-size: contain; 
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center; 
    padding: 0;
    color: #fff;
}

.home-banner .home-banner-video a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/video-overlay-2.png);
}

.home-banner .home-banner-video > a > img {
    display: block;
    width: 100%;
    height: auto;
}
.mbYTP_wrapper iframe {
    max-height: 660px;
    margin-top: -20px !important;
}
.home-who {
    margin-bottom: 50px;
}
.home-who h2 {
    color: #0067ac;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-who h2:hover {
    color: #66aede;
}
.home-who .description {
    margin-bottom: 30px;
    text-align: justify;
}
.home-who .description .read-more:hover {
    color: #be1e2d;
}
.home-who .item {
    border: 1px solid #ccc;
    min-height: 445px;
}

.home-who .item a.img-wrapper {
    display: block;
    position: relative;
}
.home-who .item a.img-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #262626;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.home-who .item:hover a.img-wrapper:after {
    visibility: visible;
    opacity: .5;
}
.home-who .item:hover h3 {
    color: #0067ac;
}
.home-who .item:hover .read-more {
  color: #be1e2d;
}
.home-who .item img {
    display: block;
    width: 100%;
    height: auto;
}
.home-who .item h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 20px;
}
/*.home-who .item h3:hover {
    color: #0067ac;
}*/
.home-who .item p {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.home-who .item .read-more {
    display: block;
    padding: 0 20px;
    position: absolute;
    bottom: 20px;
}


.home-numbers {
  background: url('../images/numbres-bg.html') 0 0 no-repeat;
  background-size: cover;
  height: 370px;
  color: #fff;
  margin-bottom: 20px;
}
.home-numbers h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin: 30px 0 20px;
}
.home-numbers .item {
    text-align: center;
}
.home-numbers .item h4 {
    font-size: 40px;
    font-weight: 700;
}
.home-numbers .item h5 {
    font-size: 20px;
    font-weight: 300;
}

.home-projects h2 {
    color: #0067ac;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-projects h2:hover {
    color: #66aede;
}
.home-projects ul {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.home-projects .cats li {
    display: inline-block;
    margin: 0 20px;
}
.home-projects .cats li a {
    color: #333;
}
.home-projects .cats li a:hover {
   color: #ac0404;
}
#projects-list {
    margin-bottom: 30px;
}
#projects-list .item {
    max-height: 350px;
}
#projects-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#projects-list .item a img {
    position: relative;
    height: auto;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;    
}
#projects-list .item:hover a 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);
}

#projects-list .item span {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 5px;
    color: #fff;
}
#projects-list .item:hover span {
    background-color: rgba(0, 103, 172, 0.5);
}

#projects-list .owl-theme .owl-nav {
    position: relative;
    top: -190px;
    margin: 0;
}
#projects-list .owl-prev {
    position: absolute;
    left: 0;
    top: 45px;
    background: transparent;
    color: #aaa;
    padding: 0;
}
#projects-list .owl-next {
    position: absolute;
    right: 0;
    top: 45px;
    background: transparent;
    color: #aaa;
    padding: 0;
}


#projects-list .owl-nav .owl-prev i:before {
    background: url(../images/nav-left.png) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
}
#projects-list .owl-nav .owl-prev:hover i:before {
    background: url(../images/nav-left-active.png) center center no-repeat;
}
#projects-list .owl-nav .owl-next i:before {
    background: url(../images/nav-right.png) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
} 
#projects-list .owl-nav .owl-next:hover i:before {
    background: url(../images/nav-right-active.png) center center no-repeat;
}


/*#projects-list .owl-nav i {
    font-size: 60px;
    font-style: normal;
}
#projects-list .owl-prev:hover i, #projects-list .owl-next:hover i {
    color: #0067ac;
}*/

.home-news {
  margin-bottom: 30px;
}
.home-news h2 {
    color: #0067ac;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0 15px;
}
.home-news h2:hover {
    color: #66aede;
}
.home-news h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin-left: 290px;
    margin-top: -15px;
}

.home-news .item {
  position: relative;
}
.home-news .item h4 {
    color: #333;
    font-size: 16px;
    margin-top: 0;
}
.home-news .featured img {
    display: block;
    width: 100%;
    height: auto;
}
.home-news .featured h4 {
    margin-top: 10px;
}
.home-news .item p {
    text-align: justify;
}
.home-news .item a.img-wrapper {
    display: block;
    position: relative;
}
.home-news .item a.img-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #262626;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.home-news .item:hover a.img-wrapper:after {
    visibility: visible;
    opacity: .5;
}
.home-news .item:hover h4 {
    color: #0067ac;
}
.home-news .item span.date {
    display: block;
    width: 53px;
    height: 53px;
    text-align: center;
    color: #fff;
    background-color: #0067ac;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
}
.home-news .latest {
    margin-bottom: 10px;
}
.home-news .latest .img-wrapper {
    display: block;
    float: left;
    width: 210px;
}
.home-news .latest .img-wrapper img {
    width: 100%;
    height: auto;
    max-width: none;
}
.home-news .latest .description {
    float: right;
    width: 330px;
}
.home-news .view-all {
    display: block;
    width: 100px;
    background-color: #0067ac;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    position: relative;
    float: right;
    font-size: 14px;
}
.home-news .view-all:hover {
    background-color: #66aede;
}
.home-office {
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 472px;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    position: relative;
}
.home-office .map-desktop {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}
.home-office .description {
    /*position: absolute;*/
    top: 0;
}
.home-office h2 {
    color: #0067ac;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 15px;
}
.home-office h2:hover {
    color: #66aede;
}
.home-office p {
    max-width: 600px;
    text-align: justify;
    margin-bottom: 30px;
}
.home-office .view-all {
    display: block;
    width: 100px;
    background-color: #0067ac;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}
.home-office .view-all:hover {
   background-color: #66aede; 
}
.home-clients {
  margin-bottom: 50px;
}
.home-clients h2 {
    color: #0067ac;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    padding: 0 15px;
    margin-top: 0;
}
.home-clients h2:hover {
    color: #66aede;
}
.home-clients ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*position: absolute;*/
    left: -30px;
}
.home-clients .owl-carousel .owl-stage-outer {
    /*max-width: 700px;*/
    margin-left: 22px;
}
.home-clients .item {
    display: block;
    width: 100%;
    height: 50px;    
}
.home-clients .item a {
    display: block;
    width: 100%;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-clients .owl-theme .owl-nav {
    position: relative;
    top: -50px;
    margin: 0;
}
.home-clients .owl-prev {
    position: absolute;
    left: -25px;
    background: transparent !important;
    color: #aaa !important;
}
.home-clients .owl-next {
    position: absolute;
    right: -25px;
    background: transparent !important;
    color: #aaa !important;
}
.home-clients .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    top: 0;
}
.home-clients .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 0;
}
.home-clients .owl-nav .owl-prev i:before {
    background: url(../images/nav-left-small.png) center center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
}
.home-clients .owl-nav .owl-prev:hover i:before {
    background: url(../images/nav-left-small-active.png) center center no-repeat;
}
.home-clients .owl-nav .owl-next i:before {
    background: url(../images/nav-right-small.png) center center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
} 
.home-clients .owl-nav .owl-next:hover i:before {
    background: url(../images/nav-right-small-active.png) center center no-repeat;
}

/*.home-clients .owl-nav i {
    font-size: 30px;
    font-style: normal;
}
.home-clients .owl-prev:hover i, .home-clients .owl-next:hover i {
    color: #0067ac;
}*/

footer {
  background: url('../images/footer-bg.png') 0 0 no-repeat;
  background-size: cover;
  min-height: 333px;
  color: #fff;
  padding: 40px 0 20px;
}
footer a {
  color: #fff !important;
}
footer a:hover {
    color: #0067ac !important;
}
footer .address p {
    margin: 20px 0 0 0;
}
footer .address i {
    margin-right: 10px;
}
footer h5 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
  margin-top: 10px;
}
footer ul li a:before {
    content: "\003e";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
footer .dnv {
  margin-bottom: 30px;
  margin-top: 10px;
}
footer .dnv img {
    display: block;
    width: 78px;
    float: left;
}
footer .dnv span {
    display: block;
    margin-left: 85px;
}
footer .leed img {
    display: block;
    width: 78px;
    float: left;
}
footer .leed span {
    display: block;
    margin-left: 85px;
    padding-top: 10px;
}
footer .line {
    height: 1px;
    border-top: 1px solid #fff;
    margin: 30px 0;
}
footer ul.social {
    float: right;
}
footer ul.social li {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0;
}
footer ul.social li a:before {
    content: "";
}
footer ul.social i {
    font-size: 22px;
}

/* Home End */

/* Right Sidebar Start */
.right-sidebar h5 {
    font-size: 16px;
    color: #0067ac;
    margin: 30px 0;
}
.right-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-sidebar ul li {
    display: block;
}
.right-sidebar .right-menu ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 5px;
    color: #333;
}
.right-sidebar .right-menu ul li a:hover, .right-sidebar .right-menu ul li a.active {
    background-color: #66aede;
    border-color: #66aede;
    color: #fff;    
}
.right-sidebar .right-menu ul li i {
    display: block;
    float: right;
    margin-top: 5px;
}

.right-sidebar .download-brochure ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 5px;
    color: #333;
}
.right-sidebar .download-brochure ul li a:hover {
    background-color: #66aede;
    border-color: #66aede;
    color: #fff;
}
.right-sidebar .download-brochure ul li i {
    margin-top: 5px;
    margin-right: 5px;
}
.right-sidebar .latest-news a {
    display: block;
    margin-bottom: 10px;
    color: #333;
}
.right-sidebar .latest-news a img {
    display: block;
    float: left;
    max-width: 80px;
}
.right-sidebar .latest-news a span {
    display: block;
    margin-left: 90px;
    text-align: justify;
}
.right-sidebar .latest-news a:hover span {
    color: #0067ac; 
}
.right-sidebar .latest-news a i {
    display: block;
    margin-left: 90px;
    margin-top: 5px;
    color: #aaa;
    font-style: normal;
    font-size: 14px;
}
.right-sidebar .right-menu ul li ul.sub-menu {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: -6px;
    border-top: 0 none;
}
.right-sidebar .right-menu ul li ul.sub-menu a {
    border: 0 none;
}
.right-sidebar .right-menu ul li ul.sub-menu a:hover {
    background: transparent;
    color: #66aede;
}
.right-sidebar .right-menu ul li ul.sub-menu a i {
    display: none;
}
/* Right Sidebar End */

/* General Page Start */
.page-banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.page-breadcrumb {
    border-bottom: 1px solid #ccc;
}
.page-breadcrumb ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}
.page-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
}
.page-breadcrumb ul li a {
    color: #bbb;
}
.page-breadcrumb ul li a:hover {
    color: #0067ac;
}
/* General Page End*/

/* Contact Us Start */
.contactus-headquarter {
    margin-top: 20px;
}
.contactus-offices {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactus-office {
    min-height: 200px;
}
.contactus-office h2 {
    font-size: 19px;
    color: #0067ac;
    margin: 10px 0;
    text-transform: uppercase;
}
.contactus-office img {
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
}
.contactus-office div {
    margin: 5px 0;
    text-align: justify;
}
/*.contactus-office .map-wrapper iframe{
    pointer-events: none;
}*/
.contactus-office .left {
    width: 45%;
    float: left;
}
.contactus-office .right {
    float: right;
    width: 53%;
}
.contactus-form {
    margin-top: 15px;
}
.contactus-form .left {
    float: left;
    width: 49%;
}
.contactus-form .right {
    float: right;
    width: 49%;
}
.contactus-form .frm-line {
    margin: 10px 0;
}
.contactus-form input[type="text"], .contactus-form input[type="tel"], .contactus-form input[type="email"], .contactus-form textarea, .contactus-form select {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%
}
.contactus-form input[type="file"] {
    border: 0 none;
}
.contactus-form input[type="submit"] {
    margin-top: 20px;
    background: 0 none;
    background-color: #0067ac;
    border: 0 none;
    float: right;
    text-transform: uppercase;
}
.contactus-form .wpcf7-validation-errors {
    border: 1px solid red;
    margin: 0;
    padding: 10px;
    position: relative;
    bottom: 0;
}
.contactus-form .wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    margin: 0;
    padding: 10px;
}

.wpcf7-mail-sent-ok {
    border: 0 none !important;
    background-color: #398f14 !important;
    color: #fff !important;
    padding: 10px  !important;
}
/* Contact Us End */

/* About Us Start */
.aboutus-items {
    margin: 50px 0;
}
.aboutus-item {
    margin-top: 20px;
}
.aboutus-item img{
    display: block;
    max-width: 100%;
}
.aboutus-item h2 {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
.aboutus-item h2:after {
    content: " ";
    display: block;
    width: 70px;
    border-bottom: 3px solid #0067ac;
    margin: 10px auto 15px;
}
.aboutus-item p {
    text-align: center;
}

.aboutus-parent {
    margin: 30px 0;
}
.aboutus-parent h1 {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 32px;
    color: #0067ac;
}
.aboutus-parent h2 {
    color: #0067ac;
    font-size: 30px;
}
.aboutus-parent h3 {
    color: #0067ac;
    font-size: 29px;
    margin: 20px 0;
}
.aboutus-parent h4 {
    color: #0067ac;
    font-size: 28px;
    margin: 20px 0;
}
.aboutus-parent h5 {
    color: #0067ac;
    font-size: 20px;
    margin: 20px 0;
}
.aboutus-parent p {
    text-align: justify;
}
.aboutus-parent .nav-tabs {
    width: 100%;
    margin: 0 auto;
}
.aboutus-parent .nav-tabs > li:first-child > a, .aboutus-parent .nav-tabs > li.active:first-child > a:hover {
    border-left: 1px solid #0067ac;
}
.aboutus-parent .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    border-right: 1px solid #0067ac;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 3px 10px;
    margin: 20px 0;
}
.aboutus-parent .nav-tabs > li > a:focus, .aboutus-parent .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #66aede;
}
.aboutus-parent .nav-tabs > .active > a, .aboutus-parent .nav-tabs > .active > a:focus, .aboutus-parent .nav-tabs > .active > a:hover {
    border: 0 none;
    border-color: #0067ac;
    border-radius: 0;
    border-right: 1px solid #0067ac;
    color: #66aede;
}
.aboutus-parent .clients-partners {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.aboutus-parent .clients-partners li {
    display: inline-block;
    width: 33%;
    margin: 20px 0;
}
.aboutus-parent .clients-partners li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/* About Us End*/

/* News Start */
.news-item {
    width: 50%;
    float: left;
    padding: 10px;
}
/*.news-item:nth-child(even) {
    padding-right: 10px;
}
.news-item:nth-child(odd) {
    padding-left: 10px;
}*/
.news-item.feature {
    width: 100%;
    float: none;
    padding: 10px;
}
.news-item img {
    max-width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
.news-item.feature img {
    height: auto;
}
.news-item h2 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
    height: 55px;
    overflow: hidden;
    color: #333;
}
.news-item.feature h2 {
    font-size: 22px;
    text-transform: uppercase;
    height: auto;
    color: #0067ac;
}
.news-item .date {
    color: #ccc;
    margin-bottom: 5px;
}
.news-item .description {
    height: 65px;
    text-align: justify;
    overflow: hidden;
}
.news-item a.view-more {
    float: right;
}
.news-item a.view-more i {
    margin-left: 5px;
}
.news-pager {
    margin: 30px 0 0 0;
}
.news-pager ul.page-numbers {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.news-pager ul.page-numbers li {
    display: inline-block;
    margin: 0 10px;
}
.news-pager li a.page-numbers {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0 0 0;
    background-color: #aaa;
    color: #fff;
}
.news-pager li span.current {
    display: block;
    width: 30px;
    height: 30px;
    padding: 4px 0 0 0;
    background-color: #66aede;
    color: #fff;
}
.news-detail h1 {
    margin: 20px 0;
}
.news-detail .date {
    margin: 10px 0;
    color: #ccc;
}
.news-detail .content {
    text-align: justify;
}
.news-detail .content img{
    max-width: 100%;
    height: auto;
}
.other-news h2 {
    margin: 20px 0;
    background-color: #eee;
    padding: 10px 0 10px 30px;
    border-left: 5px solid #0067ac;
    font-size: 20px;
    color: #333;
}
.other-news ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.other-news ul li {
    display: inline-block;
    width: 33%;
}
.other-news ul li .news-item {
    width: 100%;
    float: none;
}
.other-news ul li .news-item h3 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    height: 50px;
    overflow: hidden;
}
.other-news ul li .news-item:nth-child(odd) {
    padding: 0 5px;
}
.other-news ul li .news-item:nth-child(even) {
    padding: 0 5px;
}
.other-news .news-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* News End */

/* Brochure Start */
.publications h2:before {
    content: " ";
    display: block;
    width: 50px;
    border-bottom: 3px solid #0067ac;
    margin-bottom: 20px;
}
.publications h2 {
    font-size: 20px;
    margin: 20px 0;
}
.publications .owl-carousel {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 90%;
    position: relative;
}

.publications .owl-carousel .item {
    width: 170px;
}
.publications .owl-carousel .item a {
    position: relative;
}
.publications .owl-carousel .item img {
    border: 1px solid #ccc;
    /*padding: 2px;*/
    height: 255px;
    
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 5px 9px 0 rgb(0 0 0 / 20%);
}
.publications .owl-stage-outer {
    background-image: url(../../../uploads/2020/09/background-ke-sach-v3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}.publications .owl-stage-outer .item a span {
    color: #fff;
}
.publications .owl-carousel .item:hover img {
    -webkit-transform: rotateY(-25deg);
    transform: rotateY(-25deg);
}
.publications .owl-carousel .item span {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.publications .owl-carousel .item span.edge {
    height: 251px;
    position: absolute;
    top: 0;
    margin: 0;
    right: -163px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: width .45s ease-in-out;
    -moz-transition: width .45s ease-in-out;
    -o-transition: width .45s ease-in-out;
    transition: width .45s ease-in-out;
    width: 9px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.publications .owl-carousel .item:hover span.edge {
    width: 9px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.publications .owl-carousel .item:hover span.edge1 {
    width: 9px;
    background: #fafafa;
    border: 1px double #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
}
.publications .owl-carousel .item span.edge1 {
    height: 249px;
    position: absolute;
    top: 0;
    margin: 0;
    right: -167px;
    overflow: hidden;
    -webkit-transition: width .45s ease-in-out;
    -moz-transition: width .45s ease-in-out;
    -o-transition: width .45s ease-in-out;
    transition: width .45s ease-in-out;
    width: 9px;
    background: #fafafa;
    border: 1px double #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -1;
}
.publications .owl-carousel .item:hover span.edge2 {
    width: 9px;
    background: #fafafa;
    border: 1px double #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -2;
}
.publications .owl-carousel .item span.edge2 {
    height: 248px;
    position: absolute;
    top: 0;
    margin: 0;
    right: -172px;
    overflow: hidden;
    -webkit-transition: width .45s ease-in-out;
    -moz-transition: width .45s ease-in-out;
    -o-transition: width .45s ease-in-out;
    transition: width .45s ease-in-out;
    width: 9px;
    background: #fafafa;
    border: 1px double #ccc;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: -2;
}
.publications .owl-theme .owl-nav {
    position: absolute;
    bottom: 200px;
    width: 100%;
}
.publications .owl-theme .owl-nav i {
    font-size: 35px;
    color: #0067ac;
}
.publications .owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
    background: transparent;
}
.publications .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
    top: 0;
    width: 30px;
    height: 30px;
}
.publications .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -33px;
    top: 0;
    width: 30px;
    height: 30px;
}
.publications .owl-carousel .item {
    display: block;
    margin: 0 auto;
}
.publications .video {
    text-align: center;
}
/* Brochure End*/

/* Project Detail Start */
.project-detail {
    margin: 30px 0;
}
.project-detail h1 {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 32px;
    color: #0067ac;
}
.project-detail .bxslider, .project-detail #bx-pager {
    margin: 0;
    padding: 0;
    list-style: none;
}
.project-detail .bxslider li {
    display: inline-block;
    /*min-width: 1170px !important;*/
}
.project-detail #bx-pager li {
    display: inline-block;
    margin-right: 6px;
}
.project-detail #bx-pager li a {
    position: relative; 
    display: block;
}
/*.project-detail #bx-pager li a img {
    max-height: 150px; 
    width: auto;
}*/
.project-detail #bx-pager li a i {
    left: 40%;
    bottom: 35%;
    font-size: 40px;
    color: #f00;
    display: block;
    position: absolute;
}
.project-detail #bx-pager li a img.thumb-icon {
    display: block;
    position: absolute;
    bottom: 30%;
    left: 31%;
    max-width: 60px;
    height: auto;
}
.project-detail .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    background: transparent;
    /*min-height: 660px !important;*/
}
.project-detail .bx-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.project-detail .bx-wrapper img.youtube {
    height: 150px;
    width: auto;
}
.project-detail .bx-wrapper {
    margin-bottom: 10px;
}
.project-detail .slideshow {
    margin-bottom: 30px;
}
.project-detail .summary {
    margin: 0;
    padding: 0;
}
.project-detail .summary dt {
    display: inline-block;
    float: left;
    width: 200px;
    color: #0067ac;
}
.project-detail .other-projects h3 {
    margin: 20px 0;
    font-size: 16px;
    background-color: #ccc;
    padding: 7px 30px;
    border-left: 5px solid #0067ac;
}
.project-detail .other-projects ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.project-detail .other-projects .item span {
    display: block;
    text-align: center;
    margin: 5px;
    color: #333;
}
.project-detail .other-projects .owl-nav {
    position: absolute;
    top: 42px;
    width: 100%;
    margin: 0 auto;
}
.project-detail .other-projects .owl-prev {
    position: absolute;
    left: 0;
    top: 15px;
}
.project-detail .other-projects .owl-next {
    position: absolute;
    right: 0;
    top: 15px;
}
.project-detail .other-projects .owl-theme .owl-nav [class*=owl-] {
    background: #0067ac;
    border-radius: 0;
    width: 30px;
    height: 32px;
    padding: 0;
}
.project-detail .other-projects .owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
}
/* Project Detail End 

/* Project Category Start */
.projects-category {
    margin: 30px 0;
}
.projects-category h1 {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 32px;
    text-align: center;
    color: #0067ac;
}
.projects-category .item {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.projects-category .item img {
    width: 100%;
    height: auto;
    /*height: 200px;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.projects-category .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.projects-category .item h4 {
    font-size: 15px;
    padding: 10px;
    margin: 0;
    height: 58px;
    overflow: hidden;
}
.projects-category .item h5 {
    font-size: 15px;
    padding: 0 10px 5px;
    margin: 0;
    color: #333;
    font-weight: normal;
    height: 58px;
    overflow: hidden;
    background: url(../images/project-icon-grey.png) 235px 35px no-repeat;
}
.projects-category .item:hover h5 {
    background: url(../images/project-icon-blue.png) 235px 35px no-repeat;
}

.projects-category .wp-paginate {
    margin: 0 auto;
    text-align: center;
}
.projects-category .wp-paginate .page {
    margin-right: 10px;
}
.projects-category .wp-paginate .current {
    background-color: #66aede;
}
.projects-category .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.projects-category .page-numbers li {
    display: inline-block;
    text-align: center;
}
.projects-category .page-numbers li a, .projects-category .page-numbers li span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ccc;
    color: #0067ac;
    padding: 4px 0 0 0;
    margin-right: 10px;
}
.projects-category .page-numbers li span {
    background-color: #66aede;
    color: #fff;
}
.projects-category .sub-categories {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.projects-category .sub-categories li {
    display: inline-block;
    padding: 0 20px;
    border-left: 2px solid #0067ac;
    font-weight: 700;
}
.projects-category .sub-categories li:last-child {
    border-right: 2px solid #0067ac;
}

/* Project Category End */

/* Products Services Start */
.products-services h2:before {
    content: " ";
    display: block;
    width: 50px;
    border-bottom: 3px solid #0067ac;
    margin-bottom: 20px;
}
.products-services h2 {
    font-size: 20px;
    margin: 20px 0;
}
.products-services table td {
    padding: 10px 0;
}
.products-services .wpcf7-form input, .products-services .wpcf7-form textarea {
    border: 1px solid #ccc;
}
.products-services .wpcf7-form textarea {
    height: 100px;
    width: 364px;
}
.products-services .wpcf7-form input[type="submit"] {
    background: #0067ac;
    border: 0 none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.products-services ul.owl-carousel {
    margin: 50px 0;
    padding: 0;
    list-style: none;

}
.products-services ul.owl-carousel li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 400px;
}
.products-services ul.owl-carousel li {
    display: block;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.products-services ul.owl-carousel li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 400px;
}
.products-services .owl-nav {
    position: absolute;
    top: 150px;
    width: 100%;
    margin: 0 auto;
}
.products-services .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border-radius: 0;
    width: 30px;
    height: 32px;
    padding: 0;
}
.products-services .owl-prev {
    position: absolute;
    left: 0;
    top: 15px;
}
.products-services .owl-next {
    position: absolute;
    right: 0;
    top: 15px;
}
.products-services .owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: #0067ac;
}
/* Products Services End */

/* Careers Start */
.careers .nav-tabs {
    width: 100%;
}
.careers .nav-tabs > li > a {
    font-size: 18px;
}
.careers td {
    border: 0 none;
    padding: 10px 20px 10px 0;
}
.careers h2 {
    font-size: 20px;
    margin: 20px 0;
}
.careers h2:before {
    content: " ";
    display: block;
    width: 50px;
    border-bottom: 3px solid #0067ac;
    margin-bottom: 20px;
}
.careers .job_list {
    margin: 30px 15px;
    padding: 0;
    list-style-type: decimal;
}
.careers .job_list li {
    margin: 10px 0;
    font-weight: 700;
    color: #0067ac;
}
.careers .job_list li a {
    color: #0067ac;
    font-weight: 700;
}

/* Careers End */

/* Search Start */
ul.search_result {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.search_result li {
    margin: 10px 0;
}
ul.search_result li a {
    font-weight: 700;
}
/* Search End */

/* Home Testimonials Start */
.home-testimonials {
    margin-bottom: 30px;
}
.home-testimonials h2 {
    color: #be212a;
}
.home-testimonials h2:after {
    margin-left: 250px;
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: -15px;
}
html[lang="ja"] .home-testimonials h2:after {
    margin-left: 80px;
}
html[lang="zh-CN"] .home-testimonials h2:after {
    margin-left: 300px;
}
html[lang="ja"] .home-testimonials h2:after {
    margin-left: 80px;
}
html[lang="mya"] .home-testimonials h2:after {
    margin-left: 570px;
}
html[lang="th"] .home-testimonials h2:after {
    margin-left: 150px;
}
html[lang="km"] .home-testimonials h2:after {
    margin-left: 200px;
}

.home-testimonials ul {
    margin: 50px 0; 
    padding: 0;
    list-style: none;
}
.home-testimonials ul li img {
    width: 180px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 5px;
}
.home-testimonials .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.home-testimonials .owl-theme .owl-nav {
    /*position: absolute;
    top: 50%;*/
    margin: 0;
    display: block;
}
.home-testimonials .owl-prev {
    position: absolute;
    left: 0px;
    background: transparent !important;
    color: #aaa !important;
}
.home-testimonials .owl-next {
    position: absolute;
    right: 0px;
    background: transparent !important;
    color: #aaa !important;
}
.home-testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
}
.home-testimonials .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
}
.home-testimonials .owl-nav .owl-prev i:before {
    background: url(../images/nav-left-small.png) center center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
}
.home-testimonials .owl-nav .owl-prev:hover i:before {
    background: url(../images/nav-left-small-active.png) center center no-repeat;
}
.home-testimonials .owl-nav .owl-next i:before {
    background: url(../images/nav-right-small.png) center center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
} 
.home-testimonials .owl-nav .owl-next:hover i:before {
    background: url(../images/nav-right-small-active.png) center center no-repeat;
}
#fancybox-close {
    right: -30px !important;
}
button.fancybox-button {
    border-top: 0 none !important;
}
@media screen and (max-width: 768px) {
    .home-testimonials h2 {
        font-size: 22px;
    }
    .home-testimonials h2:after {
        display: none;
    }
    .home-testimonials ul {
        margin: 20px 0 0;
    }
    .home-clients ul.owl-carousel {
        position: relative;
        left: 0;
    }

    #Clients___Partners td, #Testimonials td {
        width: 50% !important;
        margin-top: 10px;
        padding-top: 10px;
        display: inline-block;
        height: 160px !important;
    }

    .home-testimonials .owl-theme .owl-nav {
        top: -145px;
    }
    .home-testimonials .owl-nav .owl-prev {
        left: -25px;
    }
    .home-testimonials .owl-nav .owl-next {
        right: -25px;
    }
    .project-detail .other-projects .owl-prev { 
        /*top: -25px;*/
    }
    .project-detail .other-projects .owl-next { 
        /*top: -25px;*/
    }
}
/* Home Testimonials End */

.aboutus-parent .nav-tabs{
    text-align: center;
}
.aboutus-parent .nav-tabs > li:not(:last-child) > a,
.aboutus-parent .nav-tabs > li:hover:not(:last-child) > a,
.aboutus-parent .nav-tabs > li.active:not(:last-child) > a,
.aboutus-parent .nav-tabs > li.active:first-child > a:hover{
    border-left: unset;
    border-right: 1px solid #ccc;
}
.aboutus-parent .nav-tabs > li:last-child > a,
.aboutus-parent .nav-tabs > li.active:last-child > a{
    border-right: unset;
}

.projects-category .sub-categories li:not(:last-child){
    border-left: unset;
    border-right: 1px solid #ccc;
}
.projects-category .sub-categories li:last-child{
    border-left: unset;
    border-right: unset;
}
ul.sub-categories > li > a:hover {
    color: black;
}

.nav>li{
    display: inline-block;
    float: unset;
}

/* Home Testimonials End */
.home-news .latest .description.km{
    max-height: 145px;
    overflow: hidden;
}

.dropdown-menu.document_atad h4 {
    font-size: 14px;
}