.uppercase {
  text-transform: uppercase;
}

.font-arial {
  font-family: "arial";
  font-size: 14px;
}

.far-top {
  margin-top: 87px;
}

.main-font {
  font-family: "PSL Kittithada Pro ( )";
  font-weight: bold;
}

.white {
  color: #fff;
}

.txt-70 {
  font-size: 70px;
}

.txt-45 {
  font-size: 45px;
}

.line-height-37 {
  line-height: 37px;
}

.blue {
  color: #006baf !important;
}

.pad-60 {
  padding: 60px 0;
}

.underline {
  width: 68px;
  height: 4px;
  background-color: #e22123;
  margin: 20px auto;
}

.no-pad {
  padding: 0 !important;
}

.pad-bottom {
  padding-bottom: 30px !important;
}

.pad-top {
  padding-top: 30px !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.main-nav {
  background-color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.main-nav .navbar-collapse {
  padding: 0 !important;
}

.lang-active, .main-menu a {
  min-height: 87px;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
}

.main-menu li a {
  padding: 32px 0 15px;
  margin: 0 29px;
  position: relative;
  font-family: "PSL Kittithada Pro ( )";
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-menu li a:hover {
  color: #e22123 !important;
}
.main-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.main-menu li a {
  padding: 32px 0 15px;
  margin: 0 20px;
  position: relative;
  font-family: "PSL Kittithada Pro ( )";
  font-weight: bold;
  font-size: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-active a::after, .main-menu li a::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #e22123;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.menu-active a {
  color: #e22123 !important;
}

.menu-active a::after {
  visibility: visible !important;
  opacity: 1 !important;
}

.lang-active {
  background-color: #006baf;
  margin-left: 24px;
}
.lang-active a {
  color: #fff !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin: 0 !important;
}
.lang-active a:hover::after {
  visibility: hidden !important;
}
.lang-active a::after {
  display: none !important;
}

.bg-about {
  background: url("../images/about/bg-about.jpg") top center no-repeat;
  min-height: 705px;
}

.text-head {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.about-index-box {
  margin-top: 21px;
}
.about-index-box a {
  text-decoration: none;
  display: block;
  position: relative;
}
.about-index-box a:hover .underline {
  opacity: 1;
  visibility: visible;
}
.about-index-box a:hover h2 {
  top: 32%;
}
.about-index-box a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.about-index-box a:hover::before {
  opacity: 0;
}
.about-index-box img {
  width: 100%;
}
.about-index-box h2 {
  position: absolute;
  top: 34%;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 50px;
  line-height: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-index-box h2 .underline {
  margin-top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.service-index-box {
  padding-right: 11px;
  padding-left: 11px;
}
.service-index-box h2 {
  font-size: 32px;
  text-align: left;
  top: auto;
  bottom: 11px;
  left: 24px;
  margin: 0;
  line-height: 31px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-index-box h2 .underline {
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  margin-bottom: 0;
}
.service-index-box a:hover h2 {
  bottom: 19px;
  top: auto;
}
.service-index-box a:hover .underline {
  opacity: 1;
  visibility: visible;
}

.btn-service {
  background-color: #006baf;
  font-size: 20px;
  padding: 8px 40px;
  margin-top: 40px;
  border-radius: 0;
}
.btn-service:hover {
  color: #fff !important;
}

.service-item h3 {
  margin-top: 0;
  color: #4c4c4c;
  font-family: "PSL Kittithada Pro ( )";
  font-weight: bold;
  font-size: 25px;
  line-height: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-item .caption {
  padding: 20px 24px;
  font-family: "arial";
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}

.bg-news {
  background: url("../images/news/bg-news.jpg") top center no-repeat;
  min-height: 690px;
}

.bg-join-us {
  background: url("../images/join_us/bg-join.jpg") top center no-repeat;
  min-height: 620px;
}
.bg-join-us .text-head {
  text-align: left;
}
.bg-join-us .underline {
  margin-left: 0;
}

.join-text {
  color: #454545;
  font-size: 30px;
  line-height: 28px;
  margin: 24px 0 13px;
}

.join-index-box {
  padding: 0 15px 0 0;
}
.join-index-box::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.join-index-box:hover::before {
  opacity: 0;
}
.join-index-box::before {
  width: 94%;
}
.join-index-box h2 {
  top: auto;
  bottom: 3px;
  left: 20px;
  text-align: left;
  font-size: 30px;
  line-height: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.join-index-box h2 .underline {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}
.join-index-box:hover h2 {
  bottom: 10px;
}
.join-index-box:hover .underline {
  opacity: 1;
  visibility: visible;
}

.bg-contact-us {
  background: url("../images/contact/bg_contact.jpg") top center no-repeat;
  min-height: 733px;
}

.contact-map {
  background-color: #006baf;
  color: #fff;
  text-decoration: none;
  width: 138px;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 11px 0 5px;
}
.contact-map:focus {
  color: #fff;
}
.contact-map:hover {
  text-decoration: none;
  color: #fff;
}
.contact-map img {
  margin-bottom: 2px;
}

.contact-tower {
  padding-right: 26px;
}
.contact-tower .caption {
  padding: 17px;
}
.contact-tower .caption .badge {
  background-color: transparent;
}
.contact-tower .caption .media-body {
  padding-left: 6px;
}
.contact-tower .caption .media-body .media-heading {
  color: #006baf;
  font-size: 20px;
  margin-bottom: 7px;
}
.contact-tower .caption .media-body p {
  font-family: "arial";
  color: #666666;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.contact-tower .caption .media-body .page-header {
  margin-top: 6px;
  margin-bottom: 0;
}

.media-body-google-map {
  padding-top: 12px;
  padding-left: 0 !important;
}
.media-body-google-map img {
  margin-bottom: 5px;
}

.media-google-map {
  margin-top: 5px;
}

.contact-form {
  padding-left: 38px;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form select, .contact-form textarea {
  border-radius: 0;
  border: 0;
  font-family: "arial";
  font-size: 14px;
  color: #808080;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form select {
  padding: 5px 11px;
}
.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("../images/contact/arrow.png") 98% center no-repeat;
  background-color: #fff;
}
.contact-form .form-group {
  margin-bottom: 9px;
}
.contact-form .input-pad-right {
  padding-right: 7px !important;
}
.contact-form .img-code {
  margin-left: 7px;
}
.contact-form input.form-control, .contact-form select.form-control {
  height: 39px;
}
.contact-form .btn-refresh {
  text-align: left;
  margin-left: 22px;
  margin-top: 8px;
}
.contact-form .btn-refresh img {
  margin-right: 7px;
}
.contact-form .btn-refresh a {
  font-family: "tahoma";
  font-size: 14px;
  color: #006baf;
  font-weight: normal;
}
.contact-form .btn-refresh a:hover {
  text-decoration: none;
}

.btn-contact {
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 18px;
  background-color: #006baf;
  margin-right: 5px;
  padding-left: 37px;
  padding-right: 37px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-tower, .contact-form {
  margin-top: 18px;
}

.adddress-info h2 {
  font-size: 21px;
  margin: 0 0 8px;
}
.adddress-info p {
  color: #808080;
  line-height: 18px;
  margin-bottom: 8px;
}
.adddress-info .badge {
  background-color: transparent;
  color: #e22123;
  font-weight: bold;
  padding: 0;
}
.adddress-info .badge img {
  margin-right: 7px;
}

.footer-menu li {
  list-style: none;
}
.footer-menu li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #e5231a;
  border-radius: 50%;
  margin: 0 5px 2px 0;
}
.footer-menu a {
  color: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu a:hover {
  text-decoration: none;
  color: #e22123;
}

.footer-header {
  font-size: 21px;
  margin-bottom: 10px;
}
.footer-header a {
  color: #006baf;
}
.footer-header::before {
  display: none !important;
}

.footer-menu-box {
  padding: 50px 0 31px;
}
.footer-menu-box ul {
  padding: 0;
}

.footer-header-sub {
  margin-bottom: 5px;
}

.copy-right {
  background-color: #006baf;
  padding: 18px 0;
}
.copy-right p {
  color: #fff;
  margin-bottom: 0;
}
.copy-right .copy-right-tel {
  font-family: "arial";
  font-size: 18px;
  font-weight: bold;
}
.copy-right .copy-right-tel img {
  margin: 0 10px 0 0;
}
.copy-right .copy-right-tel a {
  color: #fff;
  text-decoration: none;
}

.copy-right-text {
  font-family: "tahoma";
  font-size: 14px;
  margin-top: 5px;
}
.copy-right-text a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copy-right-text a:hover {
  color: #e22123;
  text-decoration: none;
}

.banner-caption-2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 50px 30px;
}
.banner-caption-2 h1 {
  font-size: 64px;
  font-weight: bold;
  margin-top: 0;
}
.banner-caption-2 p {
  color: #e22123;
  margin-bottom: 0;
}

.banner-caption-3 {
  padding-left: 110px;
  padding-right: 110px;
}

footer {
  background-color: #f3f3f3;
  position: relative;
}

.footer-menu-collapse {
  text-align: center;
  position: absolute;
  top: -28px;
  width: 100%;
}
.footer-menu-collapse img {
  cursor: pointer;
}

.bg-company-history {
  background: url("../images/about/bg-history.jpg") top center no-repeat;
  min-height: 560px;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 10px;
  padding-right: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #949494;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #e22123;
}
.breadcrumb .active {
  color: #e22123;
}

.breadcrumb > li + li:before {
  content: "";
  background: url("../images/breadcrumb.png") top center no-repeat;
  background-position-y: center;
  margin: 0 8px 0 4px;
}

.history-item {
  border-left: 2px solid #e22123;
}
.history-item:hover h3 {
  color: #006baf !important;
}
.history-item .thumbnail {
  min-height: 265px;
  background-color: transparent;
  padding-left: 10px;
  position: relative;
}
.history-item .thumbnail img {
  width: auto !important;
  margin-left: 0;
  position: absolute;
  bottom: 0;
}
.history-item .caption {
  padding: 0 0 0;
  color: #333333;
  position: absolute;
  top: 0;
  width: 200px;
  height: auto;
  overflow: hidden;
}
.history-item .caption h3 {
  color: #006baf;
  font-size: 23px;
  line-height: 20px;
}

.history-item-2 {
  margin-top: 140px !important;
}
.history-item-2 .thumbnail img {
  top: 0;
  bottom: auto !important;
}
.history-item-2 .caption {
  top: auto !important;
  bottom: -15px !important;
}

.bg-about-network {
  background: url("../images/about/bg-network.jpg") top center no-repeat;
  min-height: 855px;
}

.about-tab {
  list-style: none;
  padding: 0;
}
.about-tab li {
  height: 137px;
  position: relative;
}
.about-tab li:first-child {
  float: left;
  width: 49%;
  background: url("../images/about/bg-tab1.jpg") top center no-repeat;
}
.about-tab li:last-child {
  float: right;
  background: url("../images/about/bg-tab2.jpg") top center no-repeat;
  width: 49%;
}
.about-tab a {
  display: block;
  height: 100%;
  font-size: 40px;
  text-decoration: none;
  text-align: center;
  padding-top: 43px;
}
.about-tab a:hover {
  color: #fff;
}
.about-tab li img {
  margin-top: -6px;
}
.about-tab li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-tab li:hover img {
  opacity: 1 !important;
  visibility: visible !important;
}

.about-list .thumbnail {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding-top: 50px;
  margin-bottom: 0;
}
.about-list .thumbnail h3 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-list .thumbnail h3 a:hover, .about-list .thumbnail h3 a:visited {
  text-decoration: none !important;
  color: #006baf !important;
}
.about-list .thumbnail .caption {
  padding: 9px 29px;
}
.about-list .thumbnail .img {
  height: 197px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.about-list .thumbnail .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-network {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 29px;
  margin-bottom: 80px;
}

.our-service-page {
  padding-bottom: 120px;
}

.service-pad-left {
  padding-left: 10px !important;
}

.service-pad-right {
  padding-right: 10px !important;
}

.leasing-top {
  color: #333333;
  text-align: center;
  margin-top: 10px;
  font-family: "arial";
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
}

.bg-leasing-top {
  background: url("../images/our-service/bg-leasing.jpg") top center no-repeat;
  height: 332px;
}
.bg-leasing-top .underline {
  width: 42px;
  height: 3px;
}
.bg-leasing-top h1 {
  margin-top: 15px;
}

.bg-process-leasing {
  background: url("../images/our-service/bg-process.jpg") top center no-repeat;
  height: 715px;
}

.bg-process-leasing {
  text-align: center;
}
.bg-process-leasing h1 {
  font-size: 30px;
}
.bg-process-leasing .underline {
  width: 42px;
  height: 3px;
}
.bg-process-leasing img {
  margin: 10px 0 50px;
}
.bg-process-leasing ul {
  font-size: 20px;
  line-height: 21px;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.bg-process-leasing li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #006baf;
  border-radius: 50%;
  margin: 0 8px 2px -13px;
}

.process-leasing-box {
  padding-left: 40px;
}
.process-leasing-box h2 {
  padding-left: 40px;
  font-size: 30px;
}

.bg-type-leasing {
  background: url("../images/our-service/bg-type.jpg") top center no-repeat;
  text-align: center;
}
.bg-type-leasing h1 {
  font-size: 30px;
}
.bg-type-leasing .underline {
  width: 42px;
  height: 3px;
  margin-bottom: 30px;
}
.bg-type-leasing .type-leasing-head {
  margin: 10px 0 10px;
}
.bg-type-leasing p {
  font-size: 15px;
}
.bg-type-leasing .type-leasing-border {
  border-left: 1px solid #cccccc;
}

.bg-benefit {
  background: url("../images/our-service/bg-benefit.png") top center no-repeat;
  height: 515px;
}
.bg-benefit h1 {
  font-size: 30px;
}
.bg-benefit h2 {
  font-size: 30px;
}
.bg-benefit .underline {
  width: 42px;
  height: 3px;
  margin-bottom: 40px;
}
.bg-benefit ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.bg-benefit ul img {
  display: inline-block;
  margin-right: 25px;
}
.bg-benefit li {
  margin-top: 15px;
}

.bg-rate {
  background: url("../images/our-service/bg-rate.jpg") top center no-repeat;
  height: 495px;
  text-align: center;
}
.bg-rate h1 {
  font-size: 30px;
}
.bg-rate .underline {
  width: 42px;
  height: 3px;
  margin-bottom: 25px;
}
.bg-rate .btn-service {
  border-radius: 3px;
  width: 210px;
  margin-right: 5px;
  margin-top: 24px;
}

.bg-news-page {
  background: url("../images/news_event/bg_event.jpg") top center no-repeat;
  min-height: 848px;
}

.news-left, .news-right {
  margin-top: 17px;
}
.news-left a, .news-right a {
  text-decoration: none;
}
.news-left a:hover .thumbnail img, .news-right a:hover .thumbnail img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}
.news-left .thumbnail, .news-right .thumbnail {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 0;
}
.news-left .thumbnail img, .news-right .thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-left .caption, .news-right .caption {
  padding: 0;
}
.news-left .caption h3, .news-right .caption h3 {
  font-size: 25px;
  color: #e22123;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news-left .caption p, .news-right .caption p {
  font-family: "arial";
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.news-left {
  padding-right: 15px !important;
}
.news-left .thumbnail {
  padding: 25px 33px 73px;
}

.news-right {
  padding-left: 15px !important;
}
.news-right .thumbnail {
  padding: 0 33px 25px;
  margin-bottom: 0;
}
.news-right .thumbnail img {
  width: 100%;
}
.news-right .news-sub-head img {
  width: auto;
}
.news-right .caption p {
  padding-top: 10px;
  font-family: "PSL Kittithada Pro ( )";
  font-weight: bold;
  font-size: 25px;
  color: #808080;
  line-height: 24px;
}

.news-sub-head {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 33px 0;
}
.news-sub-head h2 {
  margin: 0;
}
.news-sub-head a {
  color: #e22123;
  font-family: 12;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.news-sub-head img {
  display: inline-block !important;
  margin: 0 0 2.5px 7px !important;
}

.news-right .news-sub-head {
  padding-bottom: 25px;
}

.bg-news-detail {
  background: url("../images/news_event/bg_detail.jpg") top center no-repeat;
  min-height: 492px;
}

.news-detail {
  background-color: #fff;
  margin-top: 35px;
}

.news-detail-right {
  padding: 20px 35px !important;
}
.news-detail-right h2 {
  margin: 0 0 14px;
  font-size: 30px;
}
.news-detail-right p {
  font-family: "arial";
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}
.news-detail-right .btn-service {
  margin-top: 0;
  margin-bottom: 18px;
  width: 140px;
  height: 47px;
  border-radius: 3px;
  margin-right: 5px;
}
.news-detail-right .btn-service img {
  margin: 0 12px 7px -9px;
}

.news-detail-img {
  overflow: hidden;
  position: relative;
  height: 302px;
}
.news-detail-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-csr {
  background: url("../images/news_event/bg_csr.jpg") top center no-repeat;
  min-height: 571px;
}

.csr-caption {
  font-family: "PSL Kittithada Pro ( )" !important;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 25px !important;
}

.bg-csr-detail {
  background: url("../images/news_event/bg_csr_detail.jpg") top center no-repeat;
  padding-bottom: 60px;
}

.csr_detail_row {
  margin-bottom: 20px;
  margin-left: -20px;
}

.csr_detail_col {
  padding-left: 20px;
  padding-right: 0;
}
.csr_detail_col img {
  width: 100%;
  padding-bottom: 20px;
}

.csr-detail-header {
  font-size: 30px;
  margin-bottom: 30px;
}

.bg-position {
  background: url("../images/join_us/bg_position.jpg") top center no-repeat;
  min-height: 703px;
  padding-bottom: 94px;
  background-size: cover;
}

.position-menu h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.position-menu .list-group-item {
  border-radius: 0;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.position-menu .list-group-item .arrow {
  color: #e22123;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.position-menu .list-group-item:hover {
  background-color: #006baf;
  color: #fff;
  border-color: #006baf;
}
.position-menu .list-group-item:hover .arrow {
  color: #fff;
}
.position-menu .list-group-item.active {
  background-color: #006baf;
}
.position-menu .list-group-item.active .arrow {
  color: #fff !important;
}

.position-detail-outer {
  padding-left: 25px;
  padding-right: 0;
  margin-top: 27px;
}

.position-detail-inner {
  background-color: #fff;
}
.position-detail-inner h2, .position-detail-inner h3 {
  margin-top: 0;
}
.position-detail-inner h2, .position-detail-inner .nummber {
  font-size: 20px;
}
.position-detail-inner .nummber {
  color: #e22123;
}
.position-detail-inner .page-header {
  margin: -10px 0 0;
  padding-bottom: 0;
}
.position-detail-inner .pad-27 {
  padding: 27px;
}
.position-detail-inner ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 18px;
}
.position-detail-inner li {
  padding-left: 13px;
  font-family: "tahoma";
  color: #666666;
}
.position-detail-inner li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #006baf;
  border-radius: 50%;
  margin: 0 8px 2px -13px;
}
.position-detail-inner li h3 {
  font-size: 14px;
  color: #006baf;
}
.position-detail-inner li.no-bullet {
  padding-left: 0;
}
.position-detail-inner li.no-bullet::before {
  display: none;
}
.position-detail-inner .tel {
  margin-bottom: 0;
  font-family: "tahoma";
  color: #666666;
}

.contact-form-position {
  padding: 0 15px;
  margin-top: 6px;
}

.contact-form-position input[type=text], .contact-form-position input[type=email],
.contact-form-position select, .contact-form-position textarea,
.contact-form-position input[type=file] {
  border: 1px solid #b3b3b3;
  border-radius: 0;
}

.service-index-box h2, .btn-service, .news-left .caption p, .news-right .caption p, .dropdown-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-service:hover, .service-item:hover h3, .news-left:hover .caption p,
.news-right .thumbnail:hover .caption p {
  color: #e22123;
}

.our-services-dropdown {
  padding: 20px 20px 7px;
  left: -176px;
  width: 529px;
  opacity: 0;
  display: block;
  visibility: hidden;
}
.our-services-dropdown li {
  float: left;
  width: 50%;
  margin-bottom: 13px;
}
.our-services-dropdown li .media-body {
  font-family: "PSL Kittithada Pro ( )";
  font-size: 18px;
  color: #363636;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-services-dropdown li .media-left {
  padding-right: 17px;
  position: relative;
}
.our-services-dropdown li .media-left::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  border: 3px solid #e22123;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.our-services-dropdown li a {
  padding: 0;
  margin: 0;
  min-height: auto;
}
.our-services-dropdown li a:hover {
  background-color: transparent;
}
.our-services-dropdown li a:hover .media-body {
  color: #e22123;
}
.our-services-dropdown li a:hover .media-left::before {
  opacity: 1;
  visibility: visible;
}
.our-services-dropdown li a::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.text-shadow {
  text-shadow: 0px 0px 4px #000000;
}

.btn-contact, .contact-map, .btn-service {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn-contact:hover, .contact-map:hover, .btn-service:hover {
  background-color: #e22123;
  color: #fff;
  border-color: #e22123;
}

.bg-about, .bg-news-page, .bg-join-us, .bg-contact-us,
.bg-company-history, .bg-about-network, .bg-leasing-top, .bg-type-leasing,
.bg-rate, .bg-news, .bg-news-detail, .bg-csr-detail {
  background-size: cover;
}

.more {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover {
  color: #006baf;
}
.more i {
  font-size: 12px;
}

.news-item .thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-item:hover .thumbnail img {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}

a:focus {
  text-decoration: none;
  color: inherit;
}

.btn-service:focus {
  color: #fff;
}

.btn-close img {
  width: 44px;
}

.txt-editor {
  font-family: "arial";
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 30px;
}

.type-leasing {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.type-leasing-border-right {
  border-right: 1px solid #cccccc;
}

.bg-benefit-hire {
  background: url("../images/service/vendor_finance-01.jpg") top center no-repeat !important;
  height: 640px;
}

.box-b {
  margin-top: -47px;
  margin-left: 95px;
}

.bg-process-vendor-1 {
  background-image: url("../images/our-service/vendor_finance-03.jpg");
  height: 575px;
}

.bg-process-vendor-2 {
  background-image: url("../images/our-service/vendor_finance-04.jpg");
  height: 570px;
}

.bg-hire-top {
  background: url("../images/service/bg-hire.jpg") top center no-repeat;
  height: 332px;
}

.bg-account-top {
  background: url("../images/service/bg-account.jpg") top center no-repeat;
  height: 332px;
}

.bg-benefit-account {
  background-image: url("../images/service/bg-account-benefit.jpg");
}