/**
 * VARIABLES
 */
/**
 * RESET
 */
* {
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #999;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #999;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
input,
textarea,
select {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  border: 0;
  background-color: #fff;
}
input[type=search],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
button,
input[type=submit],
input[type=button],
input[type=reset] {
  border: 0;
}
select {
  background-size: 28px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2062%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M40.7%2C0.199999809%20L30.1%2C10.7999998%20L19.7%2C0.199999809%20L17%2C2.99999981%20L30.2%2C16.2999998%20L43.4%2C2.99999981%20L40.7%2C0.199999809%20L40.7%2C0.199999809%20Z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E');
  /* Hide dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
select.input-sm {
  background-size: 24px;
  padding-right: 24px;
}
select.input-lg {
  background-size: 32px;
  padding-right: 32px;
}
select[readonly],
select[disabled],
fieldset[disabled] select {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2062%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M40.7%2C0.199999809%20L30.1%2C10.7999998%20L19.7%2C0.199999809%20L17%2C2.99999981%20L30.2%2C16.2999998%20L43.4%2C2.99999981%20L40.7%2C0.199999809%20L40.7%2C0.199999809%20Z%22%20fill%3D%22%23BBB%22%2F%3E%3C%2Fsvg%3E');
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.1s;
          transition: all ease-in-out 0.1s;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
  outline: 0;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border-collapse: collapse;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
/**
 * HELPER
 */
.clear {
  display: block;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
div:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
.tr-coretext {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #dedede url(/img/body-bg.png) 50% 0 no-repeat;
  border: 0px;
  font-family: system, -apple-system, ".SFNSDisplay-Regular", 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.page-trang-chu body {
  background-image: url(/image/bg_home.png);
}
.container {
  float: none;
  clear: both;
  width: 1004px;
  margin: 0 auto 0 auto;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
#header {
  height: 210px;
  position: relative;
  z-index: 100;
}
#logo {
  background: url(/img/logo.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  position: absolute;
  top: 20px;
  left: -15px;
  width: 145px;
  height: 164px;
}
#banner {
  background: url(/img/logo1.png) no-repeat 0 0;
  background-size: contain;
  width: 260px;
  height: 88px;
  position: absolute;
  top: 12px;
  left: 155px;
}
#slogan {
  color: #fff;
  position: absolute;
  top: 104px;
  left: 155px;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.fake-menu {
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/img/nav-bg.png) repeat-x 0 100%;
  width: 50%;
  height: 211px;
}
#menu {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 850px;
  height: 60px;
  background: url(/img/nav-bg.png) repeat-x 0 100%;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(/img/nav-bg.png) repeat-x 0 100%;
}
#menu > ul > li {
  float: left;
  position: relative;
}
#menu > ul > li.active:first-child > a,
#menu > ul > li.active > a {
  color: #FFFFFF !important;
  text-shadow: none;
  background: url(/img/nav-active-c.png);
  background-size: 100% 100%;
  padding-top: 7px;
  margin-top: -7px;
  padding-bottom: 5px;
  margin-bottom: -5px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
  margin-left: 10px;
}
#menu > ul > li.active:first-child > a:before,
#menu > ul > li.active > a:before {
  content: url(/img/nav-active-l.png);
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
#menu > ul > li.active:first-child > a:after,
#menu > ul > li.active > a:after {
  content: url(/img/nav-active-r.png);
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu > ul > li a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10px;
  display: block;
  color: #141414;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#menu > ul > li ul {
  display: none;
  width: 250px;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 0 0 0;
  padding: 0;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  background: transparent;
}
#menu > ul > li ul li {
  background: #fff;
  width: 100%;
}
#menu > ul > li ul li a {
  line-height: 40px;
  text-shadow: none;
}
#menu > ul > li ul li:hover a {
  color: #fff;
  background: #ff741a;
}
#menu > ul > li ul li + li {
  margin-top: 1px;
}
#menu > ul > li:hover a {
  color: #FF5600;
}
#menu > ul > li:hover ul {
  display: block;
}
#menu > ul > li:first-child a {
  padding-left: 5px;
}
#menu > ul > li:first-child a:before {
  content: url(/img/nav-l.png);
  position: absolute;
  left: -27px;
  top: 0;
}
#menu > ul > li.active:first-child a {
  margin-left: 0;
}
#search {
  position: absolute;
  top: 57px;
  right: 80px;
  background: url(/img/search.png);
  width: 278px;
  height: 49px;
  padding: 1px 11px 16px 5px;
}
#search input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 32px 5px 9px;
  background: transparent;
}
#language-switch {
  display: block;
  position: absolute;
  right: 20px;
  top: 47px;
  margin-top: 10px;
}
#language-switch img {
  width: 49px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.input {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 13px;
  height: 38px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-style: italic;
  color: #3d3d3d;
  line-height: 28px;
}
textarea.input {
  height: 190px;
}
.btn {
  min-width: 100px;
  line-height: 38px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
.btn.btn-primary {
  background: #ff7d00;
  color: #fff;
}
.btn.btn-inverse {
  background: #231f20;
  color: #fff;
}
#footer {
  clear: both;
  margin-top: 60px;
  background: #ff7d00 url(/img/footer_bg.png) no-repeat 50% 50%;
  color: #fff;
}
#footer .col-right {
  float: left;
  width: 700px;
  padding-left: 180px;
  padding-top: 40px;
  background: url(/img/logo.png) no-repeat 0 30px;
  line-height: 1.6;
}
#footer a {
  color: #ffea00;
}
#user_count {
  margin: 80px 0 10px 0;
}
#footer_menu {
  float: left;
  width: 300px;
}
#footer_menu ul {
  margin: 30px 0;
  padding: 0 0 0 20px;
  list-style: none;
}
#footer_menu li {
  padding: 8px 0;
}
#footer_menu li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ffea00;
  margin-right: 18px;
}
#footer_menu li a {
  color: #ffea00;
  text-transform: uppercase;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fb-comments,
.fb-comments > span,
.fb-comments > span > iframe {
  width: 100% !important;
}
/* ----------------------------------------------------------------- */
.black-bg {
  margin-top: 68px;
  position: relative;
  z-index: 100;
}
.welcome {
  background: #fff;
  width: 652px;
  min-height: 352px;
  position: relative;
  padding-top: 65px;
  z-index: 100;
  margin-left: 43px;
}
.welcome:before {
  content: url(/img/welcome-shadow-b.png);
  position: absolute;
  top: 100%;
  left: -6px;
  z-index: -1;
}
.welcome:after {
  content: url(/img/welcome-shadow-r.png);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.welcome .big-caption {
  text-transform: none;
}
.welcome .thumb {
  float: left;
  margin-left: -42px;
  position: relative;
  background: #fff;
  padding: 3px;
}
.welcome .thumb img {
  display: block;
}
.welcome .thumb:after {
  content: url(/img/welcome-thumb-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
}
.welcome .sum {
  padding-left: 265px;
  padding-right: 50px;
}
.welcome .readmore {
  margin-top: 20px;
}
.readmore {
  position: relative;
}
.readmore a {
  background: #5b5b5b;
  width: 160px;
  line-height: 53px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: background ease-in-out 0.15s;
          transition: background ease-in-out 0.15s;
}
.readmore a:hover {
  background: #666;
}
.readmore:after {
  content: url(/img/btn-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
  height: 15px;
}
#list-projects {
  width: 372px;
  height: 616px;
  background: url(/img/project-block.png);
  position: absolute;
  padding-top: 8px;
  top: -118px;
  right: 3px;
}
#list-projects .caption {
  line-height: 76px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#list-projects ul {
  list-style: none;
  margin-left: 105px;
  margin-top: 33px;
  padding: 0;
  width: 210px;
}
#list-projects ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
#list-projects ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  vertical-align: 1px;
}
#list-projects ul li + li {
  border-top: 1px solid #fff;
}
#list-projects ul a {
  color: #fff;
  line-height: 43px;
  font-weight: 600;
}
#list-projects .readmore-a {
  display: block;
  width: 131px;
  line-height: 44px;
  position: absolute;
  bottom: 72px;
  left: 66px;
  text-decoration: none;
  text-align: center;
}
.block-caption {
  background: url(/img/block-caption.png);
  width: 392px;
  line-height: 72px;
  height: 85px;
  padding-left: 70px;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-left: -9px;
}
.big-caption {
  background: url(/img/big-caption-lg.png) no-repeat 0 0;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  line-height: 68px;
  position: relative;
  height: 100px;
  padding-left: 55px;
  width: 100%;
  position: absolute;
  top: -45px;
  left: -49px;
}
.big-caption.sm {
  background-image: url(/img/big-caption-sm.png);
  padding-left: 40px;
  left: -20px;
}
#top-projects {
  margin-top: 70px;
  margin-bottom: 100px;
}
#top-projects .thumb {
  background: #fff;
  padding: 3px;
  position: relative;
  display: block;
  width: 221px;
  margin: 20px auto;
}
#top-projects .thumb:after {
  content: url(/img/project-thumb-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  margin-top: -12px;
}
#top-projects .thumb img {
  width: 215px;
  height: 159px;
  display: block;
}
#top-projects #carousel-container-1 {
  padding: 0 6px;
}
#top-projects .slick-prev,
#top-projects .slick-next {
  background: url(/img/carousel.png);
  width: 34px;
  height: 73px;
  margin-top: -37px;
}
#top-projects .slick-prev:before,
#top-projects .slick-next:before {
  display: none;
}
#top-projects .slick-prev {
  left: -34px;
}
#top-projects .slick-next {
  right: -34px;
}
#top-projects .slick-prev {
  background-position: 0 0;
}
#top-projects .slick-prev:hover {
  background-position: 0 100%;
}
#top-projects .slick-next {
  background-position: 100% 0;
}
#top-projects .slick-next:hover {
  background-position: 100% 100%;
}
#home-news {
  width: 50%;
  float: left;
}
#home-news ul {
  list-style: none;
  margin: 0;
  padding: 30px 50px 0 20px;
}
#home-news ul li:before,
#home-news ul li:after {
  content: " ";
  display: table;
}
#home-news ul li:after {
  clear: both;
}
#home-news ul li:before,
#home-news ul li:after {
  content: " ";
  display: table;
}
#home-news ul li:after {
  clear: both;
}
#home-news ul li .title {
  font-weight: 600;
}
#home-news ul li .sum {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
#home-news ul li:first-child {
  padding: 0 0 15px 247px;
}
#home-news ul li:first-child .thumb {
  float: left;
  margin-left: -247px;
}
#home-news ul li:first-child img {
  width: 232px;
  height: 174px;
  display: block;
}
#home-news ul li + li {
  border-top: 1px solid #d1d1d1;
  padding: 15px 0 15px 145px;
}
#home-news ul li + li .thumb {
  float: left;
  margin-left: -145px;
}
#home-news ul li + li img {
  width: 130px;
  height: 97px;
  display: block;
}
#home-news .readmore {
  margin-left: 20px;
  margin-top: 30px;
}
#home-services {
  width: 50%;
  float: left;
  padding: 0 20px 0 70px;
}
#home-services .block-caption {
  margin-left: -19px;
}
#home-services img {
  margin: 30px 0;
}
#home-services ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
#home-services ul li + li {
  margin-top: 15px;
}
main {
  width: 700px;
  float: left;
  padding: 30px;
  background: #fff;
  margin-top: 72px;
  padding-top: 55px;
  min-height: 350px;
  position: relative;
}
main:before {
  content: url(/img/welcome-shadow-b.png);
  position: absolute;
  top: 100%;
  left: 18px;
}
main:after {
  content: url(/img/welcome-shadow-r.png);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
aside {
  width: 300px;
  float: right;
}
#list-projects-a {
  background: url(/img/project-block-a.png) no-repeat 0 0;
  width: 271px;
  height: 601px;
  padding: 13px 15px 0;
  margin: 30px auto;
}
#list-projects-a .caption {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 57px;
}
#list-projects-a ul {
  list-style: none;
  margin: 30px 10px 0 20px;
  padding: 0;
  line-height: 42px;
  color: #fff;
}
#list-projects-a ul li + li {
  border-top: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#list-projects-a ul li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  vertical-align: 1px;
  margin-right: 15px;
}
#top-projects-widget {
  width: 240px;
  margin: 60px auto 0;
}
#top-projects-widget .caption {
  background: url(/img/block-caption-a.png);
  height: 70px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#top-projects-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-projects-widget ul li {
  margin-top: 25px;
  text-align: center;
}
#top-projects-widget ul .thumb {
  display: block;
  padding: 3px;
  background: #fff;
  margin-bottom: 8px;
  font-size: 0;
  position: relative;
}
#top-projects-widget ul .thumb:after {
  content: url(/img/top-projects-widget-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
#top-projects-widget ul .thumb img {
  display: block;
  width: 234px !important;
  height: 179px !important;
}
#project_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#project_list:before,
#project_list:after {
  content: " ";
  display: table;
}
#project_list:after {
  clear: both;
}
#project_list:before,
#project_list:after {
  content: " ";
  display: table;
}
#project_list:after {
  clear: both;
}
#project_list li {
  float: left;
  width: 300px;
  margin-top: 30px;
}
#project_list li:nth-child(2n+1) {
  margin-right: 40px;
  clear: both;
}
#project_list .thumb {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 0;
  position: relative;
}
#project_list .thumb:after {
  content: url(/img/top-projects-widget-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
}
#project_list img {
  display: block;
  width: 100%;
}
#other-projects {
  margin-top: 100px;
  margin-bottom: 60px;
}
#other-projects h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 0;
}
h1.page-title {
  font-size: 24px;
  font-weight: 400;
}
.page-lien-he main {
  padding: 60px 0 0;
  font-size: 0;
}
.page-lien-he article {
  width: 470px;
  margin: 0 auto;
  font-size: 14px;
}
.page-lien-he iframe {
  width: 100%;
  height: 450px;
}
.page-lien-he h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 10px 10px;
}
.page-lien-he small {
  display: block;
  margin: 30px 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  color: #636363;
}
.page-lien-he .msg {
  font-size: 18px;
  font-style: italic;
  color: #3d3d3d;
}
ul.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news-list li {
  padding: 20px 0;
}
ul.news-list li:before,
ul.news-list li:after {
  content: " ";
  display: table;
}
ul.news-list li:after {
  clear: both;
}
ul.news-list li:before,
ul.news-list li:after {
  content: " ";
  display: table;
}
ul.news-list li:after {
  clear: both;
}
ul.news-list li .thumb {
  float: left;
  padding: 3px;
  background: #fff;
  font-size: 0;
  position: relative;
}
ul.news-list li .thumb:after {
  content: url(/img/welcome-thumb-shadow.png);
  position: absolute;
  top: 100%;
  left: 0;
}
ul.news-list li .thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
ul.news-list li .title {
  line-height: 1.2;
}
ul.news-list li .date {
  display: block;
  color: #c5c5c5;
  font-style: italic;
  margin: 7px 0;
}
ul.news-list li:first-child {
  padding-left: 320px;
}
ul.news-list li:first-child .thumb {
  width: 300px;
  height: 230px;
  margin-left: -320px;
}
ul.news-list li:first-child .title {
  font-size: 24px;
}
ul.news-list li + li {
  padding-left: 215px;
  border-top: 1px solid #ddd;
}
ul.news-list li + li .thumb {
  width: 200px;
  height: 150px;
  margin-left: -215px;
}
ul.news-list li + li .title {
  font-size: 20px;
}
ul.pagination {
  list-style: none;
  margin: 50px 0 20px;
  padding: 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination li a,
ul.pagination li span {
  display: block;
  min-width: 26px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d5d5d5;
  border-radius: 13px;
  color: #7f7f7f;
  text-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.3);
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
ul.pagination li.active span {
  background: #757575;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #757575), color-stop(100%, #b1aeae));
  background: -webkit-linear-gradient(top, #757575 0%, #b1aeae 100%);
  background: linear-gradient(to bottom, #757575 0%, #b1aeae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#b1aeae', GradientType=0);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 0;
  line-height: 26px;
}
ul.pagination li:first-child a,
ul.pagination li:last-child a,
ul.pagination li:first-child span,
ul.pagination li:last-child span {
  background: none;
  border: 0;
  font-size: 22px;
  position: relative;
  bottom: -1px;
}
#carousel-container-2 {
  width: 600px;
  margin: 0 auto;
}
#carousel-container-2 .photo {
  font-size: 0;
}
#carousel-container-2 .photo img {
  display: block;
  margin-bottom: 3px;
  max-width: 100%;
}
#carousel-container-2 .photo:after {
  content: url(/img/project_slide_shadow.png);
}
#carousel-container-3 {
  width: 600px;
  margin: 10px auto 40px;
}
#carousel-container-3 .thumb {
  font-size: 0;
  width: 151px;
  margin: 0 auto;
  padding: 3px 3px 0;
}
#carousel-container-3 .thumb img {
  display: block;
  width: 145px;
  height: 110px;
  margin-bottom: 3px;
}
#carousel-container-3 .thumb:after {
  content: url(/img/project_slide_shadow_sm.png);
}
#carousel-container-3 .slick-current img {
  box-shadow: 0 0 0 3px #FF7E00;
}
#carousel-container-3 .slick-arrow {
  background: url(/img/project_slide_arrows.png);
  width: 13px;
  height: 33px;
  margin-top: -19px;
}
#carousel-container-3 .slick-arrow:before {
  display: none;
}
#carousel-container-3 .slick-arrow.slick-prev {
  background-position: 0 0;
  left: -30px;
}
#carousel-container-3 .slick-arrow.slick-prev:hover {
  background-position: 0 100%;
}
#carousel-container-3 .slick-arrow.slick-next {
  background-position: 100% 0;
  right: -30px;
}
#carousel-container-3 .slick-arrow.slick-next:hover {
  background-position: 100% 100%;
}
.mid-caption {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.page-content img {
  max-width: 100% !important;
  height: auto !important;
}
