

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

.reviews {
  background: rgb(227, 226, 235) !important;
}

.imports-body {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.exports-body {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.article-body {
  margin-top: 15rem !important;
  margin-bottom: 5rem !important;
}

#detail .body-detail {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background: rgb(227, 226, 235);
}

.article-img {
  /* box-shadow : 0 20px 10px rgba(119, 119, 119, 0.7) !important; */
  padding-bottom: 2rem;
  max-width: 100% !important;
  max-height: 100% !important;
}

.article .article-title {
  padding: 2rem;
}

.article-snippet {
  font-size: 2rem;
  padding: 2rem;
}

.article-details li {
  text-decoration: none;
  display: inline-block;
  padding-left: 2rem;
}

.article-txt {
  max-width: 100%;
  margin-top: 2rem;
  min-height: 305px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgb(190, 190, 190);
  border-radius: 3px;
}

.article-txt p {
  font-size: 1.5rem;
}

.article-readmore {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.articles-wrapper .row {
  min-height: 300px;
}

.detail-img {
  max-height: 300px;
  overflow: hidden;
}

.detail-txt {
  padding: 2rem;
}

.detail-body {
  margin-top: 2rem;
  padding: 2rem;
}

.placeholder {
  height: 20px !important;
}

.custom-img {
  padding-top: 4rem !important;
  padding-right: 1rem !important;
}

.blog-item {
  margin-top: 5rem !important;
}

.custom_p {
  padding-top: 1.5rem !important;
}

.retail-qns {
  padding-top: 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  list-style: none;
}
.retail-p {
  padding-left: 1.2rem;
  padding-top: 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
}

.factsheet {
  padding: 0;
  margin: 0;
}

.factsheet button {
  background: #23479B none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  font-family: OpenSansBold;
  font-size: 16px;
  height: 44px;
  padding: 0 22px;
  margin-top: 20px;
  border: 3px solid #23479B;
}
.factsheet button:hover {
  border: 3px solid #0074BB;
  background: #ffffff;
  color: #0074BB;
}

.ivend-logo{
  padding-left: 2.5rem;
}

.retail-ul {
  padding-top: 1rem !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  list-style: none;
  display: flex;
}

.retail-ul li {
  padding-left: 1.2rem;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#seoCompanyKhm hr {
  border: 2px solid #7bb5ec !important;
  display: inline-block;
  width: 100px !important;
  margin: 10px 0 !important;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 100px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}