* {
  padding: 0;
  margin: 0;
}

.owl-carousel .owl-item img {
  margin: 0;
}

.ca-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.ca-overlay:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.ca-overlay .icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 15;
  margin: -25px 0 0 -25px;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ca-overlay:hover .icon-circle {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/**================== HEADING TITLE =================**/
h3.heading-title {
  font-size: 35px;
  line-height: 45px;
  padding: 0;
  position: relative;
  text-align: left;
  color: #c69b3c;
}

h3.heading-title.style-white {
  color: #fff;
}

.chunghieng {
  font-style: italic !important;
}

h3.heading-title.align-center {
  text-align: center;
}

h3.heading-title.small-large-title {
  padding: 0;
  color: #121336;
  font-size: 24px;
  font-weight: 400;
  margin-left: 15px;
}

h3.heading-title.small-large-title span {
  display: inline-block;
  position: relative;
  text-align: left;
}

h3.heading-title.small-large-title i {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

h3.heading-title.small-large-title span:before {
  content: "";
  border-left: 4px solid #121336;
  position: absolute;
  left: -15px;
  top: 0;
  width: 3px;
  height: 100%;
}

h3.heading-title.small-large-title.style-white {
  color: #c69b3c;
}

h3.heading-title.small-large-title.style-white span:before {
  border-left-color: #c69b3c;
}

/**=============== SLIDER PAGES ==============**/
.cata-slick-slider.slider-pages .slick-list {
  margin: 0 -15px -15px;
}

.slider-pages ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 0 15px;
}

.slider-pages ul li > div {
  position: relative;
}

.slider-pages ul li h5 {
  position: absolute;
  bottom: 25%;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  z-index: 20;
  background-color: rgb(255 255 255 / 70%);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slider-pages ul li:hover h5 {
  opacity: 1;
  bottom: 20%;
}

.slider-pages ul li a {
  color: #1a1a1a;
}

.slider-pages ul li img {
  border-radius: 7px;
  margin: 0;
  border: 3px solid #c69b3c;
}

.slider-pages.style-list {
  margin: 0 -15px;
  font-size: 0;
}

.slider-pages.style-list li {
  padding: 15px;
  border: 0;
}

.slider-pages.style-list.col5 li {
  width: 20%;
}

.slider-pages.style-list.col4 li {
  width: 25%;
}

.slider-pages.style-list.col3 li {
  width: 33.33%;
}

.slider-pages.style-list.col2 li {
  width: 50%;
}

.slider-pages.style-list ul li h5 {
  bottom: 15px;
  opacity: 1;
  width: 100%;
}

.slider-pages.style-list ul li:hover h5 {
  bottom: 0px;
  opacity: 0;
}

/**================== PROJECTS =================**/
.cata-shortcode.projects ul {
  margin-bottom: -20px;
}

.cata-shortcode.projects .item {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cata-shortcode.projects .item h4 {
  color: #c69b3c;
}

.cata-shortcode.projects .item img {
  margin: 0;
  border-radius: 5px;
}

.cata-shortcode.projects .item .item-image {
  flex-basis: 50%;
}

.cata-shortcode.projects .item .item-detail {
  flex-basis: 46%;
}


/**================== SINGLE IMAGE =================**/
.ca-single-image figure {
  text-align: center;
}

.ca-single-image figure > a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ca-single-image figure img {
  margin: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 5px;
}

.ca-single-image.hover-padding:hover figure > a {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ca-single-image.hover-zoom figure {
  overflow: hidden;
}

.ca-single-image.hover-zoom figure > a:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.ca-single-image.hover-zoom:hover figure > a:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.ca-single-image.hover-zoom:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

/*Shortcode Socials*/
.ca-social-icons {
  display: inline-block;
}

.social-icons-wrap .ca-social-icons li {
  float: left;
  margin: 0 20px 5px 0;
  list-style: none;
  text-align: center;
}

.ca-social-icons li a {
  position: relative;
  text-transform: uppercase;
  transition: 600ms;
}

.ca-social-icons li:last-child {
  border: none;
}

.ca-social-icons li a i.fa {
  width: 20px;
  padding-right: 5px;
  font-size: 15px;
}

.social-icons-wrap.style-iconbox .ca-social-icons li {
  position: relative;
  display: inline-block;
  margin: 0 10px 5px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: #121212;
}

.social-icons-wrap.style-iconbox .ca-social-icons li a i.fa {
  padding: 0;
}

.cols-wrapper.cols-2.post_items_list_inner,
.cols-wrapper.cols-3.post_items_list_inner,
.cols-wrapper.cols-4.post_items_list_inner,
.cols-wrapper.cols-5.post_items_list_inner {
  margin: 0;
}

.cols-wrapper.cols-2.post_items_list_inner .col,
.cols-wrapper.cols-3.post_items_list_inner .col,
.cols-wrapper.cols-4.post_items_list_inner .col,
.cols-wrapper.cols-5.post_items_list_inner .col {
  width: 100%;
  padding: 0;
}

/*Shortcode vc_progress_bar*/
.vc_progress_bar.cata_shortcode.vc_progress-bar-color-bar_orange
  .vc_single_bar
  .vc_label {
  color: #888;
}

.vc_progress_bar.cata_shortcode .vc_single_bar .vc_label {
  padding: 0.2em 0;
  color: #888;
  font-size: 14px;
  text-shadow: none !important;
}

.vc_progress_bar.cata_shortcode .vc_single_bar .vc_label .vc_label_units {
  font-weight: 700;
}

.vc_progress_bar.cata_shortcode .vc_single_bar {
  position: relative;
  margin: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.vc_progress_bar.cata_shortcode .vc_single_bar p {
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.vc_progress_bar.cata_shortcode .vc_single_bar .vc_bar {
  top: 3px;
  left: 3px;
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/**=============== MILESTONE ==============**/
.ca-milestone.cata-shortcode p.number * {
  display: inline-block;
  padding: 0 1px 10px;
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.ca-milestone.cata-shortcode p.number span {
  border-bottom: 4px solid transparent;
}

.ca-milestone.cata-shortcode p.number span:hover {
  border-bottom-color: inherit;
}

.ca-milestone.cata-shortcode .subject {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
}

.ca-milestone.cata-shortcode.has-icon .icon {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ca-milestone.cata-shortcode.has-icon.icon-top {
  padding: 30px;
  background: rgba(245, 245, 245, 0.6);
}

.ca-milestone.cata-shortcode.has-icon.icon-top .wrap-milestone {
  display: block;
  margin-top: 20px;
}

.ca-milestone.cata-shortcode.has-icon.icon-top .number {
  padding-top: 10px;
  padding-bottom: 0;
}

.ca-milestone.cata-shortcode.color-white .number,
.ca-milestone.cata-shortcode.color-white .subject {
  color: #fff;
}

.ca-milestone.cata-shortcode.color-white p {
  color: #898989;
}

/**=============== ICONBOX ==============**/
.ca-iconbox.cata-shortcode {
  position: relative;
  padding: 40px 30px;
  text-align: center;
}

.vc_row.vc_row-o-equal-height .ca-iconbox.cata-shortcode {
  height: 100%;
}

.ca-iconbox.cata-shortcode p {
  margin-bottom: 0;
  text-align: justify;
}

.ca-iconbox.cata-shortcode .icon {
  font-size: 24px;
}

.ca-iconbox.cata-shortcode .wrap-top h6 {
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.ca-iconbox.cata-shortcode.color-light,
.ca-iconbox.cata-shortcode.color-light .wrap-top h6 {
  color: #fff;
}

.ca-iconbox.cata-shortcode.style-rounded .wrap-top {
  position: absolute;
  top: -35px;
  left: -5px;
  width: 100%;
}

.ca-iconbox.cata-shortcode.style-rounded .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #703030;
  position: absolute;
  top: -20px;
  left: -20px;
}

.ca-iconbox.cata-shortcode.style-normal .icon {
  margin-bottom: 25px;
}

/** ============= SERVICE BLOCK ===========**/
.ca_service_block .cols-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
}

.ca_service_block .cols-wrapper:after {
  content: "";
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.ca_service_block.left .cols-wrapper:after {
  left: 0;
}

.ca_service_block.right .cols-wrapper:after {
  right: 0;
}

.ca_service_block .cols-wrapper {
  margin: 0;
}

.ca_service_block .cols-wrapper .col {
  min-height: 400px;
  max-height: 560px;
  margin-bottom: 0;
  padding: 0;
}

.ca_service_block .cols-wrapper .col.image {
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 14px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 10px 10px 14px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 10px 10px 14px 4px rgba(0, 0, 0, 0.8);
}

.ctent-service .ca_service_wrapper {
  min-height: 480px;
  position: relative;
}

.ctent-service .ca_service_wrapper > div {
  padding-left: 70px;
}

.ctent-service .ca_service_wrapper > div p {
  text-align: justify;
}

.ctent-service .ca_service_wrapper > div {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  color: #f3f3f3;
}

.ctent-service .ca_service_wrapper > div:before {
  content: "";
  position: absolute;
  top: -100px;
  right: -65px;
  background: url("../images/dot.png");
  width: 180px;
  height: 286px;
}

.ctent-service.left .ca_service_wrapper > div {
  padding: 0 70px 0 0;
}

.ctent-service.left .ca_service_wrapper > div:before {
  right: inherit;
  left: -70px;
  top: -65px;
}

.ctent-service .ca_service_wrapper > div h4 {
  color: #c69b3c;
  text-transform: uppercase;
  font-size: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ctent-service .ca_service_wrapper > div {
    padding-left: 40px;
  }

  .ctent-service.left .ca_service_wrapper > div {
    padding: 0 40px 0 0;
  }

  .ctent-service .ca_service_wrapper > div:before {
    display: none;
  }

  .ca_service_block.left {
    margin-top: 40px;
    /*fix*/
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .ca_service_block .cols-wrapper {
    display: block;
    overflow: hidden;
  }

  .ctent-service .ca_service_wrapper {
    min-height: inherit;
  }

  .ctent-service .ca_service_wrapper > div {
    transform: none;
    position: relative;
    top: inherit;
    padding-top: 40px;
    padding-left: 0;
  }

  .ctent-service.left .ca_service_wrapper > div {
    padding: 0;
  }

  .ca_service_block .cols-wrapper .col.ctent-service {
    min-height: inherit !important;
  }

  .ctent-service .ca_service_wrapper > div:before {
    content: none;
  }

  .vc_row.vc_row-o-equal-height .ca-iconbox.cata-shortcode {
    height: auto;
    width: 80%;
    margin: 0 auto 80px;
  }

  .vc_row.vc_row-o-equal-height
    .wpb_column:last-child
    .ca-iconbox.cata-shortcode {
    margin-bottom: 0px;
  }
}

/*Highlight & DropCaps*/
.highlight1 {
  padding: 1px 3px;
  background-color: #72b8c2;
  color: #fff;
}

.highlight2 {
  padding: 1px 3px;
  background-color: #ed9169;
  color: #fff;
}

.drop-caps {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  font-family: Arial, sans-serif;
}

.drop-caps.style1 {
  top: 12px;
  padding-right: 10px;
  font-size: 500%;
  color: #72b8c2;
}

.drop-caps.style2 {
  padding: 8px 12px;
  font-size: 440%;
  color: #fff;
  background: #252525;
}

/*Shortcode Button*/
.cata-shortcode.button {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0 10px 10px 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  background-image: none;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cata-shortcode.button.style-white:hover,
.cata-shortcode.button.style-dark {
  border-width: 1px;
  border-style: solid;
  color: #c69b3c;
}

.cata-shortcode.button.style-white:hover .icon,
.cata-shortcode.button.style-dark .icon {
  border-color: #c69b3c;
  color: #c69b3c;
}

.cata-shortcode.button.style-dark:hover,
.cata-shortcode.button.style-white {
  background-color: #c69b3c;
  border: 1px solid #d7b900;
}

.cata-shortcode.button.style-dark:hover .icon,
.cata-shortcode.button.style-white .icon {
  border-color: #f3f3f3;
}

.cata-shortcode.button.style-default {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}

.cata-shortcode.button.style-default:hover {
  background-color: #fff;
  border-color: #fff;
}

.cata-shortcode.button.icon-left.style-default .icon {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cata-shortcode.button.icon-left .icon {
  padding-right: 15px;
  margin-right: 15px;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cata-shortcode.button.icon-right .icon {
  padding-left: 15px;
  margin-left: 15px;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cata-shortcode.button.rectangle {
  border-radius: 0;
}

.cata-shortcode.button.button-xlg {
  padding: 23px 60px;
  font-size: 20px;
  line-height: 1.2;
}

.cata-shortcode.button.button-lg {
  padding: 18px 45px;
  font-size: 18px;
  line-height: 1.33;
}

.cata-shortcode.button.button-xs {
  padding: 6px 20px;
  font-size: 12px;
  line-height: 2;
}

.cata-shortcode.button.button-sm {
  padding: 11px 25px;
  font-size: 12px;
  line-height: 1.5;
}

.cata-shortcode.button.button-xs.rounded,
.cata-shortcode.button.button-sm.rounded {
  border-radius: 3px;
}

.cata-shortcode.button.rounded {
  border-radius: 4px;
  border-width: 2px;
}

.cata-shortcode.button.button-lg.rounded {
  border-radius: 6px;
  border-width: 3px;
}

.cata-shortcode.button.button-xlg.rounded {
  border-radius: 8px;
  border-width: 4px;
}

.cata-shortcode.button.button-xs.border,
.cata-shortcode.button.button-sm.border {
  border-width: 2px;
}

.cata-shortcode.button.border {
  border-width: 2px;
}

.cata-shortcode.button.button-lg.border {
  border-width: 3px;
}

.cata-shortcode.button.button-xlg.border {
  border-width: 4px;
}

.cata-shortcode.button.left i {
  padding-right: 10px;
  min-width: 24px;
}

.cata-shortcode.button.right i {
  padding-left: 10px;
  min-width: 24px;
}

.cata-shortcode.button.button-xs.b3d_radius,
.cata-shortcode.button.button-sm.b3d_radius {
  border-radius: 3px;
}

.cata-shortcode.button.b3d_radius {
  border-radius: 4px;
  border-width: 2px;
}

.cata-shortcode.button.button-lg.b3d_radius {
  border-radius: 6px;
  border-width: 3px;
}

.cata-shortcode.button.button-xlg.b3d_radius {
  border-radius: 8px;
  border-width: 4px;
}


/*WPB Gallery*/
html .wpb_gallery .wpb_image_grid .wpb_image_grid_ul {
  margin: 0 -15px -15px;
}

html .wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item a {
  position: relative;
  padding: 15px;
}

html .wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item > span {
  padding: 5px 10px 0;
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

html .wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item .ca-overlay {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
}

html .wpb_gallery.ca-cols2 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 50%;
}

html .wpb_gallery.ca-cols3 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 33.33%;
}

html .wpb_gallery.ca-cols4 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 25%;
}

html .wpb_gallery.ca-cols5 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 20%;
}

html .wpb_image_grid .wpb_image_grid_ul .isotope-item,
.wpb_image_grid .wpb_image_grid_ul img {
  margin: 0;
  border-radius: 10px;
}

.wpb_image_grid .wpb_image_grid_ul a .fa {
  color: #fff;
}

.gallery .gallery-item {
  float: left;
  border: 2px solid #fff;
  width: 33.33%;
}

.gallery .gallery-item figcaption {
  display: none;
}

.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.vc_images_carousel .vc_carousel-slideline img {
  margin: 0;
}

.vc_images_carousel .vc_carousel-indicators li {
  margin: 0 auto 5px !important;
  background: #e5e5e5 !important;
  border: none !important;
}

.vc_images_carousel .vc_carousel-indicators li:hover,
.vc_images_carousel .vc_carousel-indicators .vc_active {
  margin: 0 auto 5px !important;
}

.vc_images_carousel .vc_carousel-control {
  opacity: 1 !important;
  margin-top: -30px !important;
  width: 50px !important;
  height: 50px !important;
}

.vc_images_carousel .vc_carousel-control .icon-prev,
.vc_images_carousel .vc_carousel-control .icon-next {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  left: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  line-height: 50px !important;
  font-size: 40px !important;
  font-family: "revicons" !important;
  color: #fff;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\e824" !important;
}

.vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\e825" !important;
}

.tp-bullets.custom .tp-bullet {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #e5e5e5;
  width: 10px;
  height: 10px;
}

.tparrows.custom {
  background: #fff !important;
  width: 30px !important;
  height: 30px !important;
}

.tparrows.custom:before {
  color: #888 !important;
  line-height: 30px !important;
}

.scode-btn-loadmore-wrapper {
  margin: 30px 0;
  text-align: center;
}
