/*
	Theme Name: plustheme
	Theme URI: 
	Description: 
	Version: 1.2
	Author: plustheme
	Author URI: 
	Tags: Blank, HTML5, CSS3
*/
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {margin: 0;padding: 0}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;
vertical-align: baseline;font-family: latoRegular;}
a,blockquote,button,code,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,p,pre,select,span,sub,td,textarea,th {color: #222;
font-family: latoRegular;font-size: 16px;}
ol,ul {list-style: none;}
@font-face {font-family: latomedium;src: url(fonts/Lato-Medium.ttf) format("truetype");}
@font-face {font-family: latoRegular;src: url(fonts/Lato-Regular.ttf) format("truetype");}
@font-face {font-family: latoBold;src: url(fonts/Lato-Bold.ttf) format("truetype");}
i {font-style: italic;font-size: 11px;}
strong {font-weight: 700;}
article,aside,figure,footer,header,hgroup,menu,nav,section {display: block}
a img,img {border: 0;margin: 0;padding: 0;vertical-align: middle;max-width: 100%}
a {text-decoration: none;color: #d8c15d}
a:hover {text-decoration: none !important;color: #333 !important}
.clear {clear: both}
#wapper {height: auto;margin: 0 auto;width: 100%}
#site-header {
  width: 100%;
  margin: 0 auto;
}
.logo {
  z-index: 999;
  padding-left: 0;
}
.logo img {
  margin:5px 0
}
.logo h1 {
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  white-space: normal;
  height: 0;
}
.hotline-social p {
  color: #fff;
  line-height: 40px;
}
.social-item a {
  margin: 0 5px;
  color: #fff;
  font-size: 20px;
}
.social-item a:hover {
  color: #bd9432 !important;
}
.banner-box {
  width: 100%;
}
.banner-box .bx-wrapper {
  margin-bottom: 0 !important;
}
.banner-box .banner-box-image img {
  width: 100%;
}
.banner-box .banner-box-desc {
  top: 25px !important;
  width: 27.333% !important;
  right: 25px !important;
  left: initial !important;
  bottom: 25px !important;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 27px;
  border-radius: 8px;
}
.banner-box .banner-box-desc .redmore {
  color: #fff;
  font-size: 14px;
  background: #b98e28;
  padding: 4px 16px 1px;
  transition: all 0.3s ease-out 0s;
  border-radius: 6px;
  margin-top: 25px;
}
.banner-box .banner-box-desc .redmore:hover {
  background: rgba(80, 80, 80, 0.18);
  border: 1px solid #b98e28;
  color: #fff !important;
  transition: all 0.3s ease-out 0s;
}
.banner-box
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-pager {
  text-align: center;
  width: 100%;
  bottom: 10px;
}
.banner-box .bx-controls-direction {
  display: initial !important;
}
.banner-box .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  height: 62px;
  top: 50%;
  transition: all 0.3s ease-out 0s;
  background: rgba(204, 204, 204, 0.45);
  font-size: 3em;
  width: 32px;z-index:998;
  text-align: center;
  color: #fff;
}
.banner-box .bx-wrapper .bx-controls-direction a:hover {
  background: #055699;
  color: #fff !important;
  transition: all 0.3s ease-out 0s;
}
.banner-box .bx-wrapper .bx-prev {
  left: 15px;
}
.banner-box .bx-wrapper .bx-next {
  right: 15px;
}
.header-menu {
  background: #242a5a;
}
#nav-main-wrap .nav-main-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav-main-menu {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 40px;
  border: none;
  float: left;
}
.nav-main-menu ul.navbar-nav li {
  position: relative;
}
.nav-main-menu ul.navbar-nav li a {
  text-transform: uppercase;
  color: #f8e574;
  font-family: latoBold;
  padding: 30px 17px;
  display: block;
  line-height: 30px;
  transition: all 0.3s ease-out 0s;
  font-size: 14px
}
.nav-main-menu ul.navbar-nav li a:hover,
.nav-main-menu ul.navbar-nav li a:hover .angle-parent{
  color: #fff !important;
  transition: all 0.3s ease-out 0s;
}
.nav-main-menu ul.navbar-nav .current-menu-item > a {
  background: rgba(0, 0, 0, 0.1);
}
.angle-parent {
  position: relative;
  right: -8px;
  color: #b9a43f;
  font-size: 0.9em !important;
}
.nav-main-menu ul.navbar-nav li:hover > ul.sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.nav-main-menu ul.navbar-nav ul.sub-menu li {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-main-menu ul.navbar-nav ul.sub-menu li a {
  display: block;
  padding: 5px 15px !important;
  font-size: 14px !important;
  font-family: arial !important;
  margin-bottom: 0;
  transition: initial
}
.nav-main-menu ul.navbar-nav ul.sub-menu > li > a:hover > span {
  color: #404040 !important;
}
.nav-main-menu ul.navbar-nav .current-menu-item ul.sub-menu > li > a > span {
  color: #fff;
}
.nav-main-menu ul.sub-menu {
  position: absolute;
  min-width: 17.5em;
  z-index: 999999;
  background: none repeat scroll 0 0 rgb(20 36 59 / 95%);
  transition: all 0.2s ease-out 0s;
  transform: translate(0, 20px);
  visibility: hidden;
  padding-top: 5px;
  padding-bottom: 5px
}
.nav-main-menu ul.navbar-nav li ul.sub-menu li a span {
  font-size: 14px;
}
.nav-main-menu ul.navbar-nav ul.sub-menu .current-menu-item a {
  background-color: transparent !important;
}
.tca-menu ul ul {
  top: 0;
  left: 100%;
  background-color: #0a8c44 !important;
}
.tca-menu ul ul li a {
  text-transform: inherit !important;
}
.tca-menu ul ul li a span {
  color: #464646 !important;
}
.tca-menu ul li,
.tca-menu ul li ul li {
  background-image: none !important;
}
.fixed {
  position: fixed;
  top: 0;
  height: auto;
  width: 100% !important;
  z-index: 999;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.fixed .nav-main-menu ul.navbar-nav li a {
  color: #f8e574;
}
.fixed .nav-main-menu ul.navbar-nav ul.sub-menu li a {
  padding: 5px 10px !important;
}
#content {
  width: 100%;
  overflow: hidden;
}
.banner .owl-theme .owl-controls {
  margin-top: 0 !important;
  text-align: center;
  position: relative;
  bottom: 26px;
  height: 0;
}
#breadcrumb {
	margin: 5px 0px 20px;
    font-size: 13px;
    color: #888;
    padding: 12px 0px 12px 0px;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #d3a85b
}
#breadcrumb a.home-breadcrumb {
  color: #888;
}
#breadcrumb a {
  font-size: 13px;
  color: #888;
  padding-right: 3px;
  padding-left: 3px;
}
#breadcrumb span {
  font-size: 13px;
  color: #888;
}
#breadcrumb .fa {
  padding: 0 8px;
}
.col-left--wrap {
  border: 1px solid #ccc;
  padding: 15px;
  overflow: hidden;
}
.meta-posts {
  font-size: 13px;
  font-style: italic;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.read-more {
  margin-top: 10px;
  padding: 7px 25px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  color: #fff;border-radius:20px;
  background: #112f61;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover {
  text-decoration: underline !important;
  background: #aa8e60;
  color: #fff !important
}
.titlePosts {
  font-size: 28px;
  color: #3d3d3d
}
.entry-titlePosts {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 26px;
  position: relative;
}
.pk {
  margin: 25px 0;
}
.marginbt30 {
  margin-bottom: 30px;
}
.titleh {
  font-size: 40px;
  color: #93bc0a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
  text-align: center;
}
.general-box strong{color:#d8c15d !important}
.general-box h2{font-size:28px}
.general-box h2,.general-box h3{
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: latoBold;
}
.col-left--general {
  background: #fff;
  overflow: hidden
}
.catsPosts-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #ccc;
  clear: both;
  overflow: hidden;
}
.catsPosts-item h4 {
  margin: 10px 0 5px 0;
}
.catsPosts-item h4 a {
  font-size: 22px;
  color: #1d1d1d;
}
.catsPosts-item h4 a:hover {
  color: #223f5e !important;
}
.catsPosts-item p {
  line-height: 23px;
  font-size: 16px;
  padding: 5px 0;
  color: #3e3e3e;
}
.catsPosts-item span {
  font-size: 13px;
  color: #8c8c8c;
}
.intro-project-box {
  padding: 40px 0 40px 9% !important;
  width: 100%;
}
.introduce-project-one p {
  padding: 6px 0;
  line-height: 26px;
  color: #fff;
}
.introduce-project-two img {
  height: auto;
}
.info-project-box {
  float: left;
  position: relative;
  width: 100%;
  background: url('image/icon-bg.png');
  background-repeat: repeat;
  padding: 20px 9% 0;
}
.info-project-box:after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.info-project-box h2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px !important;
}
.info-project-box .info-project-one {background: #f9f5eb82;
    padding: 0 15px;
    border-radius: 15px;}
.info-project-box .info-project-one h3{margin-top:0;font-size:25px}
.info-project-box .info-project-one p {
  line-height: 27px;
  padding: 4px;
  color: #666
}
.project-location-box {
  position: relative;
  width: 100%;
  padding: 40px 0 40px 9% !important
}
.project-location-box:before,.highlight-project-box:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('image/pattern_bg.png') no-repeat left top;
  z-index: -1;
}
.project-location-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-location-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background:#1d3c5b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
.project-location-box h2{margin-top:0}
.location-maps img {
  margin: 0;
  height: auto;
}
.project-location--content h2 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #93bc0a;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}
.project-location--content .col-md-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 25px;
}
.project-location--content h4 {
  color: #fab702;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.project-location--content p {
  line-height: 24px;
  padding: 6px 0;
  font-size: 16px;
}
.project-location--content ul li {
  font-size: 16px;
  padding: 4px 0;
}
.project-location--content ul li span {
  text-transform: uppercase;
  color: #54690d;
  font-size: 16px;
  font-weight: 700;
}
.register-box {
  background: #1d3c5b;
}
.register-box .register-box--inner {
  overflow: hidden;
  padding-top: 25px;
  text-align: center;
}
.register-box .regclear{border-top: 1px solid #dcc05d;padding-top:0}
.register-box .register-box--inner p {
  color: #fff
}
.register-box .register-box--inner div.wpcf7 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.register-box .register-box--inner div.wpcf7-validation-errors {
  overflow: hidden;
  color: #fff;
}
.register-box .register-box--inner .wpcf7-form .frm-paper-plane {
	padding: 8px 45px;
    color: #25223d;
    border: none;line-height:inherit;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    border-radius: 19px
}
.register-box .register-box--inner .wpcf7-form .frm-paper-plane:hover {
/*   color: #fff !important;
  background: #021440; */
  transition: all 0.35s ease;
}
.register-box .register-box--inner div.wpcf7-mail-sent-ok {
  color: #fff;
}
span.wpcf7-not-valid-tip {
  color: #93bc0a;
  text-align: left;
}
.register-box .register-box--inner .wpcf7-form input{
	width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background: 0 0;
    display: inline-block;
    border: 2px solid #ecd76b;
    padding-left: 20px;
    border-radius: 20px
}

.products-wrap .col-spitem {
  padding-top: 25px;
  padding-bottom: 15px;
}
.col-spitem .product_spdes {
  padding: 15px;
  background-color: rgba(23, 23, 23, 0.9);
  color: #fff;
}
.col-spitem .product_spdes h4 {
  font-size: 16px;
  color: #bd9965 !important;
  font-weight: 700;
}
.col-spitem .product_spdes h4,
.col-spitem .product_spdes p {
  color: #fff;
  text-transform: uppercase;
}
.highlight-project-box {
  float: left;background: #1d3c5b;
  position: relative;
  width: 100%;
  padding: 20px 9% 30px;
}
.highlight-project-box:before{z-index:0 !important;top:0 !important}
.highlight-project-box #bx-pager {
  margin: 5px 0 20px 0;
}
.highlight-project-box #bx-pager a {
  margin: 0 3px;
  display: inline-block;
  position: relative;
}
.highlight-project-box #bx-pager a.active div.highlight--overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bd9432;
  opacity: 0.57;
  height: 100%;
  width: 100%;
}
.highlight-short-text {
  margin-bottom: 27px;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.highlight-short-text p {
  line-height: 26px;
  color: #fff;
}
.highlight-short-text ul {
  padding-left: 30px;
}
.highlight-short-text ul li {
  line-height: 30px;padding:8px 0;
  font-size: 15px;display:flex
}
.highlight-short-text ul li span{
    text-align: center;
    line-height: 24px;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #0f2153;
    color: #fff;border: 1px solid #d9b239;
    margin-right: 12px;
    position: relative}
.slider-project-item {
  list-style: none;
  position: relative;
}
.sliderHigh-box-left {
  position: absolute;
  top: 80px;
}
.project-item--content {
  margin: 32px 0 15px 0;
  background: rgba(0, 0, 0, 0.41);
  padding: 25px 30px;
  text-align: justify;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.project-item--content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #eabb4b;
}
.sliderHigh-box-left h2 {
  text-transform: uppercase;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 38px;
  padding: 20px 0;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.1, hsla(35, 6%, 97%, 0.6)),
    color-stop(0.5, #ba912d)
  );
}
.slider-box-image img {
  width: 100%;
}
.sliderHigh-box-left .redmore {
  background: #b98e28;
  padding: 8px 23px 5px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #fff;
}
.highlight-project-content {
  position: relative;margin-top:20px;
  z-index: 10
}
.bx_slider1 .bx-wrapper {
  margin-bottom: 0 !important;
}
.bx_slider1
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-pager {
  text-align: center;
  width: 100%;
  bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px !important;
  height: 12px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
.bx_slider1 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #eeeded !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx_slider1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #021440 !important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  display: none;
}
.bx_slider1 .bx-controls-direction {
  display: initial !important;
}
.bx_slider1 .bx-wrapper .bx-controls-direction a {
  outline: 0 none;
  top: initial !important;
  bottom: 0 !important;
  height: 60px;
  width: 55px;
  text-indent: inherit;
  z-index: 99;
  background: rgb(29 60 91 / 89%);
  font-size: 3em;
  color: #fff
}
.bx_slider1 .bx-wrapper .bx-controls-direction a:hover {
  color: #fff !important;
  background: #021440;
}
.bx_slider1 .bx-wrapper .bx-prev {
  right: 55px;
  left: initial !important;
}
.bx_slider1 .bx-wrapper .bx-next {
  right: 0;
}
.bx_slider1 .bx-wrapper .bx-controls-direction a .fa-angle-left {
  margin-left: 23px;
  margin-top: 8px;
}
.bx_slider1 .bx-wrapper .bx-controls-direction a .fa-angle-right {
  margin-left: 23px;
  margin-top: 8px;
}
.ground-box {
  padding: 25px 9% 35px;
  background: url(image/icon-bg.png);
  background-repeat: repeat
}
.ground-box--wrap h2 {
  margin-bottom: 25px;
}
.ground-box--short-text {
  margin-bottom: 30px;
}
.ground-box--short-text p {
  text-align: center;
  padding: 0 10%;
  line-height: 25px;
}
.nav-ground {
  display: inline-block;
  border-bottom: none;
  margin-bottom: 25px;
}
.nav-ground > li {
  margin-bottom: 0;
}
.nav-ground li a {
    text-transform: capitalize;
    border: none;
    font-family: latoBold;
    margin: 2px !important;
    background: #1d3c5b;
    color: #e0dfdf;
    border-radius: 25px;
}
.nav-tabs > li > a:hover {
  background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
  color: #fff !important;
}
.nav-ground > li.active > a,
.nav-ground > li.active > a:focus,
.nav-ground > li.active > a:hover {
  border: none;
  background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
  color: #fff !important;
}
.ground_project--item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.apartment .apartment__item {
  margin-bottom: 10px;
}
.tdtc-box{padding-bottom:15px}
.tdtc-short-text{margin-bottom:15px}
.col-tdtc-item{padding-bottom:15px;padding-top:15px}
.tdtc-short-text p{line-height:28px}

.csbh-short-text p{color:#fff;line-height:28px}

.transition--thumbnail {
  display: block;
  position: relative;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.transition--thumbnail {
  display: block;
  position: relative;
}
.transition--thumbnail:after,
.transition--thumbnail:before {
  z-index: 1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.transition--thumbnail:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 50%;
  top: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.transition--thumbnail:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  right: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.const-pro-box {
  padding:20px 9% 0 9%;
  position: relative;
}
.const-pro--wrap {
  overflow: hidden;
}
.const-pro--wrap:after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(image/bg2.png) no-repeat top right;
  content: "";
}
.const-pro--wrap .consth-pro-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.consth-pro-item h4 {
  transition: all 0.5s;
  text-align: center;
}
.const-pro--wrap .consth-pro-item h4 a {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-size: 17px;
  font-family: latoBold;
  color: #262626;
  text-align: left;
}
.const-pro--wrap .consth-pro-item h4 a:hover {
  color: #223f5e !important;
}
.const-pro--wrap .consth-pro-item:hover h4 {
  transition: all 0.5s;
}
.const-pro--wrap .consth-pro-item .consth-pro-thumb {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.const-pro--wrap .consth-pro-item .consth-pro-thumb img {
  height: 220px;
  width: 100%;
}
.const-pro--wrap .consth-pro-item .item-date {
  float: left;
  width: 100%;
}
.const-pro--wrap .consth-pro-item .item-date span {
  font-size: 12px;
  font-style: italic;
  color: #666;
}
.const-pro--wrap .consth-pro-item .item-excerpt {
  float: left;
}
.const-pro--wrap .consth-pro-item .item-excerpt p {
  color: #666;
  margin: 10px 0;
}
.const-pro--wrap .consth-pro-item img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.const-pro--wrap .consth-pro-item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#nav_tabs_pro {
  border-top: 0;
  padding: 0;
  margin: 10px 0;
  border-bottom: 2px solid #00863f;
}
#nav_tabs_pro > li {
  margin-left: 0;
}
#nav_tabs_pro > li > a {
  margin-right: 0;
  border-radius: 0;
  border: none;
  color: #393939 !important;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: capitalize;
}
#nav_tabs_pro > li.active > a,
#nav_tabs_pro > li.active > a:focus,
#nav_tabs_pro > li.active > a:hover {
  border: none;
  cursor: pointer;
}
#nav_tabs_pro > li.active a {
  background-color: #00863f;
  color: #fff !important;
}
#gridSystemModal {
  z-index: 9999999;
}
#gridSystemModal .modal-header {background: #1d3c5b}
#gridSystemModal .modal-header button.close span {font-size: 1.4em;color: #d3b556}
#gridSystemModal .modal-header .close{opacity:1}
.popup-body {overflow: hidden;background: #1d3c5b}
.popup-title {font-size: 19px;color: #fff;text-align: center;
background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family:latoBold}
.popup-body p {text-transform: inherit !important;font-size: 13px !important;padding: 0 15px;
margin-bottom: 0;color: #fff !important;line-height: 19px}
.popup-body .wpcf7-form input{border: 2px solid #ecd76b;background: 0 0;border-radius: 20px;color: #fff}
.popup-body .wpcf7-form .frm-paper-plane{
	padding: 8px 45px;
    color: #25223d;
    border: none;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    border-radius: 19px;
}
.form-style {
  display: inline-flex
}
.form-style p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.wpcf7-response-output {
  margin: 1em 0.5em 1em !important;
  overflow: hidden;
  clear: both;
  color: #bd9941;
  text-align: center;
}
div.wpcf7-mail-sent-ok {
  overflow: hidden;
  clear: both;
  color: #f5eb75;
}
.contact-addrr {
  margin-top: -40px;
}
.wpcf7-form .frm-paper-plane {
	padding: 8px 45px;
    color: #25223d;border:none;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    border-radius: 19px
}
.wpcf7-form .frm-paper-plane:hover {
  color: #fff !important;
  transition: all 0.35s ease
}
.box-single-contact {
  margin-top: 25px;
  overflow: hidden;
  background: #1d3c5b;
  padding: 25px 5px 5px 5px;
}
.box-single-contact .form-style {
  margin-bottom: 25px;
}
.box-single-contact .form-control {
    height: 40px;
    background: 0 0;
    border-radius: 0 !important;
    color: #fff;
    border: none;outline: none;
    border-bottom: 1px solid;
    box-shadow: none;
}
.box-single-contact p {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.box-single-contact div.wpcf7-validation-errors {
  overflow: hidden;
  width: 98%;
  color: #fff !important;
}
.box-single-contact .wpcf7-form .frm-paper-plane {
border: 1px solid #fff;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    color: #fff;
    text-transform: uppercase;
}
.box-single-contact .wpcf7-form .frm-paper-plane:hover {
  color: #021440 !important;
}
.transition-wrap .catsPosts-thumb,
.transition-wrap .ft-thumb,
.transition-wrap .related-posts-thumb {
  position: relative;
}
.transition-wrap .catsPosts-thumb span,
.transition-wrap .ft-thumb span,
.transition-wrap .related-posts-thumb span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
.transition-wrap .catsPosts-thumb .transition-y7,
.transition-wrap .ft-thumb .transition-y7,
.transition-wrap .related-posts-thumb .transition-y7 {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.transition-wrap .catsPosts-thumb .fa-link,
.transition-wrap .ft-thumb .fa-link,
.transition-wrap .related-posts-thumb .fa-link {
  font-size: 18px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 43px;
  height: 43px;
  margin: 0 0 0 -24px;
  padding-top: 12px;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(230, 176, 46, 0.86);
}
.transition-wrap .catsPosts-thumb .fa-link:hover,
.transition-wrap .ft-thumb .fa-link:hover,
.transition-wrap .related-posts-thumb .fa-link:hover {
  background: rgba(1, 67, 117, 0.7);
}
.transition-wrap .catsPosts-thumb:hover span,
.transition-wrap .ft-thumb:hover span,
.transition-wrap .related-posts-thumb:hover span {
  visibility: visible;
  opacity: 1;
}
.transition-wrap .catsPosts-thumb:hover .fa-link,
.transition-wrap .ft-thumb:hover .fa-link,
.transition-wrap .related-posts-thumb:hover .fa-link {
  visibility: visible;
  margin-top: -24px;
  opacity: 1;
}
.image-link {
  display: block;
  position: relative;
}
.effect-line {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.effect-line:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.effect-line:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.effect-line:hover:after,
.effect-line:hover:before {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.image-link:hover {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0.7;
}
.widget_categories {
  padding: 20px;
  background-color: #f3f3f3;
}
.widget_categories h3 {
  display: none;
}
.widget_categories ul li {
  margin-bottom: 10px;
}
.widget_categories ul li a {
  text-transform: uppercase;
  font-family: altergothic;
  font-size: 19px;
  display: block;
  color: #2e86c3;
}
.widget_categories ul.children {
  padding-left: 10px;
}
.widget_categories ul.children li {
  margin-bottom: 0 !important;
  padding: 4px 0;
  background-image: url(image/arrow-sidebar.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px soild #bbb;
}
.widget_categories ul.children li a {
  font-family: arial !important;
  font-size: 16px !important;
  text-transform: inherit !important;
  color: #393939 !important;
  padding: 4px 0;
  padding-left: 12px;
  border-bottom: 1px solid #bbb;
}
.sidebar-box .facebook-widget,
.sidebar-box .sidebar-posts,
.sidebar-box .widget_categories,
.sidebar-box .widget_tag_cloud,
.sidebar-box .widget_text {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sidebar-posts {
  position: relative;
}
.sidebar-posts ul li h4 {
  display: table;
}
.sidebar-posts ul li a:hover,
.top-cate-posts ul li h4 a:hover {
  transition: ease all 0.3s;
  color: #2b7da8 !important;
}
.sidebar-posts ul li {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.sidebar-posts ul li:last-child {
  border-bottom: none;
}
.sidebar-posts ul li h4 a {
  color: #3d3d3d;
  line-height: 21px;
}
.post-sidebar-thumb a {
  padding-left: 0 !important;
}
.post-sidebar-thumb {
  width: 76px;
  margin-right: 12px;
}
.post-sidebar-thumb img {
  width: 100%;
}
.list-sidebar-posts-cat .sidebar-first-post-cat h4 {
  position: absolute;
  bottom: 19px;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  right: 0;
  z-index: 999;
}
.list-sidebar-posts-cat .sidebar-first-post-cat h4 a {
  color: #fff;
}
.list-sidebar-posts-cat .sidebar-first-post-cat .sfp-cat-thumb img {
  width: 100%;
}
#site-sidebar .support-online-widget .sidebar-heading {
  padding-right: 44%;
  background-color: #d63240;
}
.support-online-widget ul li .spsb--name {
  display: block;
  float: left;
  width: 100%;
  font-weight: 500;
  color: #d63240;
}
.support-online-widget ul li .spsb--phone,
.support-online-widget ul li .spsb--skyper {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #037c07;
}
.support-online-widget ul li .spsb--skyper {
  color: #337ab7;
}
.support-online-widget ul li .spsb--name:before {
  content: "\f007";
}
.support-online-widget ul li .spsb--phone:before {
  content: "\f095";
}
.support-online-widget ul li .spsb--skyper:before {
  content: "\f17e";
}
.support-online-widget ul li span:before {
  font-family: FontAwesome;
  float: left;
  margin-right: 5px;
}
.support-online-widget ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.support-online-widget ul li:last-child {
  border-bottom: none;
}
#site-sidebar .sidebar-heading,
.posts-related .sidebar-heading {
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 26px;
  background: linear-gradient(
    to right,
    #c69046,
    #f9ea97,
    #c69046,
    #f9ea97,
    #c69046
  );
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  font-size: 17px;
}
#site-sidebar .facebook-widget {
  width: 100%;
}
#site-sidebar .sidebar-posts h3 {
  margin-bottom: 0;
}
#site-sidebar .widget_media_image {
  margin-bottom: 25px;
}
.meta-date {
  font-size: 12px;
  color: #8b949d;
  margin-top: 7px;
}
.meta-date .fa-clock-o {
  font-size: 1.2em;
}
#relatedposts {
  margin: 25px 0 30px 0;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
#relatedposts h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #343434;
}
#relatedposts h3:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #93bc0a;
  display: block;
  top: 50%;
  margin-top: -1px;
  left: auto;
  right: 100%;
}
#relatedposts h3:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #93bc0a;
  display: block;
  top: 50%;
  margin-top: -1px;
  left: 100%;
}
#relatedposts .col-related {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#relatedposts .col-related h5 {
  margin: 13px 0;
  display: table;
}
#relatedposts .col-related h5 a {
  color: #333 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
}
#relatedposts .col-related h5 a:hover {
  color: #bd993b !important;
}
#relatedposts .col-related .related-posts-thumb a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#relatedposts .col-related .related-posts-thumb a span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.9s;
  -moz-transition: -moz-transform 0.9s;
  -o-transition: -o-transform 0.9s;
  -ms-transition: -ms-transform 0.9s;
  transition: transform 0.9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  content: "";
}
#relatedposts .col-related .related-posts-thumb a:hover span:after {
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
#relatedposts .col-related .related-posts-thumb a:hover img {
  opacity: 0.9;
}
#post-single-prev-next {
  display: block;
  clear: both;
  overflow: hidden;
}
#post-single-prev-next .nav-box {
  display: block;
  position: relative;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.post-single-previous {
  float: left;
  padding-left: 0;
}
#post-single-prev-next .nav-box a:after {
  position: absolute;
  color: #ccc;
  font-size: 30px;
  margin-top: -11px;
  height: 22px;
  line-height: 22px;
  top: 34%;
}
#post-single-prev-next .nav-box a {
  color: #444 !important;
  font-size: 17px;
}
#post-single-prev-next .nav-box {
  display: block;
  position: relative;
  font-size: 14px;
  color: #999;
  margin-top: 25px;
}
.post-single-next {
  float: right;
  text-align: right;
  padding-right: 0;
}
#post-single-prev-next .nav-box a:hover {
  color: #93bc0a !important;
}
#post-single-prev-next .nav-box span {
  color: #6f6f6f;
}
.box-tags {
  padding-top: 20px;
}
.box-tags strong {
  border: 1px solid #222;
  padding: 6px;
  font-size: 16px;
}
.box-tags a {
  border: 1px solid #dedede;
  padding: 6px 15px 4px;
  margin: 4px;
  color: #333;
  transition: all 0.3s ease-out 0s;
  display: inline-table;
  color: #888;
}
.box-tags a:hover {
  background: #ffb200;
  color: #fff !important;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #ffb200;
}
.entry-posts {
  margin: 5px 0;
}
.entry-content {
  text-align: justify;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content p {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 25px;
}
.entry-container h1 {
  font-size: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.entry-content h2 {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #bd993c;
  text-transform: uppercase
}
.entry-content h3 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.entry-container h4 {
  font-size: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-container h5 {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-container h6 {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-container {
  color: #474646;
  margin-bottom: 25px;
  line-height: 27px;
}
.entry-content ul {
  margin-left: 35px;
}
.entry-content ul li {
  list-style: disc !important;
  margin-left: 10px;
  line-height: 30px;
  font-size: 15px;
}
.entry-content ul li a {
  color: #c94332 !important;
}
.entry-content ul li a:hover {
  text-decoration: underline !important;
}
.entry-content a {
  color: #c94332;
}
.entry-content h2 span {
  font-size: 20px;
}
.entry-content .gallery .gallery-item .gallery-icon img {
  border: 1px solid #cfcfcf !important;
}
.entry-content table > tbody > tr {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.entry-content table > tbody > tr > td {
  border-right: 1px solid #ddd;
}
#descript-taxonomy {background: rgb(29 60 91);border-radius: 5px;margin-top: 15px;padding: 10px}
#descript-taxonomy p {line-height: 26px;padding: 3px 0;color:#fff}
#descript-taxonomy ul li {list-style: disc !important;margin-left: 30px;line-height: 26px}
@-moz-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes call-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes call-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes call-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes call-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes call-icon-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes call-icon-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes call-icon-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@keyframes call-icon-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
.hotline-fixed-6 {
  bottom: 20px;
  left: 100px;
  padding-left: 60px;
}
.hotline-fixed-6 {
  background: #005ba5;
  color: #fff;
  width: 200px;
  border-radius: 70px;
  position: fixed;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 99;
  height: 44px;
  border: 2px solid #fff;
  line-height: 44px;
  background: #e88a25;
  background: -webkit-linear-gradient(left, #e88a25, #d40000);
  background: -o-linear-gradient(right, #e88a25, #d40000);
  background: -moz-linear-gradient(right, #e88a25, #d40000);
  background: linear-gradient(to right, #e88a25, #d40000);
}
.hotline-fixed-6 a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.call-now {
  position: absolute;
  left: -39px;
  top: -41px;
}
.hotline-fixed-6-text {
  float: left;
}
.hotline-fixed-6-text {
  display: inline-block;
  padding-left: 10px;
}
.mypage-alo-phone {
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 200000 !important;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  opacity: 0.5;
  background: #f37123;
  border-color: #fff;
  border-width: 3px;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f37123;
  opacity: 0.75 !important;
}
.mypage-alo-ph-img-circle {
  width: 32px;
  height: 32px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(image/icon-phone.png) no-repeat center
    center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 70%;
  background-color: #d71921;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.tada {
  animation-name: tada;
}
.zoomIn {
  animation-name: zoomIn;
}
.partner-box {
  width: 100%;
  padding:0 0 20px 0;
  height: auto;
}
.partner-box h2 {
  margin-bottom: 15px
}
.col-part-item {
	text-align: center;
    filter: grayscale(1);
    transition: all .15s ease-out;
}
.col-part-item:hover{filter: grayscale(0)}
/*Style consultants box*/
.consultants-box{background:#14243b;padding:20px 0}
.consultants-box .cons-title{text-transform: uppercase;font-size: 22px;color: #fff}
.consultants-box .cons-holine{text-transform: uppercase;font-size: 16px;color: #fff}
.consultants-box .cons-holine a{    font-size: 26px;
    background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
    -webkit-text-fill-color: transparent;
    color: #fff;
    -webkit-background-clip: text;
    font-family: 'latoBold';}
.consultants-box .cons-holine a:hover{color:#fff !important}
.registerInfo-box {
  float: left;
  width: 100%;
  background: url(image/a-la-carte-ha-long-marina-bg.jpg) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0 10px;
}
.registerInfo-box .registerInfo-wrap p {
  margin-bottom: 25px;
  color: #fff;
}
.registerInfo-box .registerInfo-wrap .wpcf7-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #c69046;
  font-size: 15px;
  background: 0 0;
  display: inline-block;
  border: 1px solid #c69046;
  padding-left: 20px;
}
.registerInfo-box
  .registerInfo-wrap
  .wpcf7-form
  input::-webkit-input-placeholder {
  color: #c69046;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c69046),
    color-stop(#f9ea97),
    color-stop(#c69046),
    color-stop(#f9ea97),
    to(#c69046)
  );
  background: -webkit-linear-gradient(
    left,
    #c69046,
    #f9ea97,
    #c69046,
    #f9ea97,
    #c69046
  );
  background: linear-gradient(
    to right,
    #c69046,
    #f9ea97,
    #c69046,
    #f9ea97,
    #c69046
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.registerInfo-box .registerInfo-wrap .wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  font-weight: 700;
  color: #c69046;
  font-size: 15px;
  background: 0 0;
  display: inline-block;
  border: 1px solid #c69046;
  padding-left: 20px;
}
.registerInfo-box
  .registerInfo-wrap
  .wpcf7-form
  textarea::-webkit-input-placeholder {
  color: #c69046;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c69046),
    color-stop(#f9ea97),
    color-stop(#c69046),
    color-stop(#f9ea97),
    to(#c69046)
  );
  background: -webkit-linear-gradient(
    left,
    #c69046,
    #f9ea97,
    #c69046,
    #f9ea97,
    #c69046
  );
  background: linear-gradient(
    to right,
    #c69046,
    #f9ea97,
    #c69046,
    #f9ea97,
    #c69046
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.registerInfo-box .registerInfo-wrap div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  clear: both;
  color: #fff !important;
}
.registerInfo-box .registerInfo-wrap .wpcf7-form .wpcf7-submit {
  background: #c69046;
  color: #fff;
  line-height: inherit;
  padding: 14px 0;
}
footer {
  clear: both;
}
.address-footer {
  background:#1d3c5b;
  padding:20px 0 25px
}
.footer-out {
  margin-top: 20px;
}
footer p {
  font-size: 14px;
  line-height: 29px;
  color: #e0e0e0;
}
footer a {
  color: #7c7e83;
}
.ft-widget h3 {
  color: #fff;
  font-size: 19px;
  margin-top: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  background: linear-gradient(to right,#be9945,#e0b936,#f6ed78,#be9945,#f8e473,#f9e876,#be9945);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:latoBold;
}
.ft-widget h2 {
  color: #cba442;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
.ft-widget .widget_media_image {
  text-align: center;
}
.ft-widget:nth-of-type(4) h4 {
  text-align: center;
  margin-top: 20px;
}
.ft-widget:nth-of-type(4) h4 a {
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#be9945),
    color-stop(#e0b936),
    color-stop(#f6ed78),
    color-stop(#be9945),
    color-stop(#f8e473),
    color-stop(#f9e876),
    to(#be9945)
  );
  background: -webkit-linear-gradient(
    left,
    #be9945,
    #e0b936,
    #f6ed78,
    #be9945,
    #f8e473,
    #f9e876,
    #be9945
  );
  background: -moz-linear-gradient(
    left,
    #be9945,
    #e0b936,
    #f6ed78,
    #be9945,
    #f8e473,
    #f9e876,
    #be9945
  );
  background: -o-linear-gradient(
    left,
    #be9945,
    #e0b936,
    #f6ed78,
    #be9945,
    #f8e473,
    #f9e876,
    #be9945
  );
  background: linear-gradient(
    to right,
    #be9945,
    #e0b936,
    #f6ed78,
    #be9945,
    #f8e473,
    #f9e876,
    #be9945
  );
  display: inline-block;
  font-size: 22px;
  margin: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ft-address ul {
  padding-top: 10px;
  padding-left: 15px;
}
.ft-address ul li {
  color: #fff;
  list-style: disc !important;
  font-size: 15px;
  line-height: 23px;
  padding: 5px 0;
}
.ft-news ul {
  overflow: hidden;
  padding-left: 15px;
}
.ft-news ul li {
  padding: 7px 0;
}
.ft-news ul li a {
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}
.ft-news ul li a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  margin-left: -12px;
  margin-top: 0;
}
.ft-news ul li a:hover {
  color: #93bc0a !important;
  transition: all 0.5s ease-in-out;
  margin-left: 15px;
  text-decoration: underline !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select{
	background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
}
.ft-news input.form-control {
width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid;
    color: #fff;
    outline: none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.ft-news div.wpcf7-validation-errors {
  color: #fff;
}
.posts-popular-footer {
  padding: 0;
}
.ft-news div.wpcf7 {
  margin-top: 12px !important;
}
.posts-popular-footer .post-sidebar-thumb img {
  border-radius: 0;
  width: 100%;
  height: auto;
}
.posts-popular-footer .post-sidebar-thumb {
  height: auto;
}
.posts-popular-footer ul {
  padding-left: 0 !important;
}
.posts-popular-footer ul li {
  padding: 10px 0;
  border-bottom: none;
  width: 100% !important;
}
.posts-popular-footer ul li a {
  color: #fff !important;
}
.posts-popular-footer ul li a:before {
  content: "";
}
.copyright-footer {
  background:#183652;
  padding: 10px 0
}
.copyright-footer p {
  line-height: 22px;
  color: #7c7e83;
}
.copyright-footer p span {
  color: #aa8e60
}
#hotline-scroll {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 9999999;
}
#hotline-scroll li {
  display: block;
  position: relative;
  left: -135px;
  float: none;
  width: auto;
  border-radius: 0 25px 25px 0;
  margin-bottom: 2px;
  background-color: #055699;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hotline-scroll li:hover {
  left: 0;
}
#hotline-scroll li a {
  display: block;
  padding: 2px 2px 2px 12px;
}
#hotline-scroll li .text {
  display: inline-block;
  text-align: center;
  color: #fff;
}
#hotline-scroll li small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffed01;
}
#hotline-scroll li .icon {
  display: inline-block;
  float: right;
  width: 47px;
  height: 47px;
  margin: 1px 0 0 12px;
}
.download-popup {
  position: fixed;
  top: 15%;
  right: 5px;
  width: 44px;
  text-align: center;
  z-index: 9999999;
}
.download-popup a {
  border: 1px solid #cc9a58;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  background: #fff;
  position: relative;
  height: 190px;
  display: inline-block;
  margin-bottom: 10px;
  width: 36px;
  cursor: pointer;
}
.download-popup a span {
  position: absolute;
  bottom: 80px;
  right: -58px;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cc9a58;
  display: inline-block;
  width: 150px;
  font-family: latomedium;
}
.footer-sup {
  display: none;
}
#top {
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 110px;
  border-radius: 50%;
  right: 10px;
  cursor: pointer;
  background-color: rgba(102, 102, 102, 0.9);
  z-index: 99999999;
}
#top .fa-angle-up {
  color: #fff;
  margin: 5px 12px;
}
#top:hover {
  background-color: rgba(102, 102, 102, 0.4);
}
@font-face {
  font-family: Font-Name;
  src: url(fonts/font-name.eot);
  src: url(fonts/font-name.eot?#iefix) format("embedded-opentype"),
    url(fonts/font-name.woff) format("woff"),
    url(fonts/font-name.ttf) format("truetype"),
    url(fonts/font-name.svg#font-name) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 375px) {
  .post-cat-wrap .ft-cat-post .ft-thumb img {
    width: 125px;
    height: 125px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    width: 80%;
  }
  .fixed .logo img,
  .logo img {
    margin-top: 10px;
    width: 100% !important;
  }
  .consth-pro-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .tith-h2 span {
    font-size: 24.5px;
  }
  .post-cat-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catsPosts-item {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #right-id {
    float: none !important;
    clear: both;
  }
  .related-posts-thumb {
    width: 100%;
  }
  .col-related h4 a,
  .sidebar-posts ul li h4 a {
    font-size: 17px !important;
  }
  .related-posts-thumb {
    margin-bottom: 15px;
  }
  .ft-news ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-related {
    width: 50%;
    float: left;
  }
  .related-posts-thumb {
    height: 160px;
  }
  .related-posts-thumb img {
    width: 100%;
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    padding-left: 15px;
  }
  .logo img {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100% !important;
  }
  .nav-main-menu {
    min-height: 50px;
  }
  .nav {
    margin: 0 !important;
  }
  .nav-main-menu ul.navbar-nav li:last-child {
    border-bottom: none;
  }
  .titleh {
    font-size: 30px;
  }
  .post-cat-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #left-id {
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  #right-id {
    margin-top: 35px;
    float: none !important;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
  }
  .logo img {
    width: 70%;
  }
  .fixed .logo img {
    width: 60%;
  }
  #site-header,
  .header-menu {
    height: auto;
  }
  #nav-menu-wrap,
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  #nav-main-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #nav-menu-wrap {
    clear: initial;
  }
  #nav-menu-wrap .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  #nav-menu-wrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .nav-main-menu {
    float: none;
    padding-top: 0;
  }
  .nav-main-menu .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .nav-main-menu .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .fixed {
    max-height: 60%;
    overflow-y: auto;
  }
  .fixed .nav-main-menu ul.navbar-nav li a {
    padding: 10px 12px;
  }
  .fixed .nav-main-menu ul.navbar-nav ul.sub-menu li a {
    padding-left: 25px !important;
  }
  .nav-main-menu ul.navbar-nav li a {
    line-height: normal;
    margin-bottom: 0;
    padding: 0.8em 0 0.8em 0;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;color: #b9a43d
  }
  .nav-main-menu ul.navbar-nav ul.sub-menu li a {
    padding: 1em 1em 1em 1.2em !important;
    color: #fff !important;
  }
  .nav-main-menu ul.sub-menu {
    width: 100%;
    position: initial;
    visibility: initial;
    transform: initial;
    background: 0 0;
  }
  .nav-main-menu ul.sub-menu li {
    border-bottom: none !important;
  }
  .nav-main-menu ul.navbar-nav li {
    border-bottom: 1px dashed #ccc;
  }
  .tca-menu ul ul {
    background-color: transparent !important;
    padding-left: 1em !important;
  }
  .tca-menu ul ul li a span {
    color: #fff !important;
  }
  .tca-menu ul ul li {
    border-top: none !important;
  }
  .nav-main-menu ul.navbar-nav ul.sub-menu li {
    border-top: 1px dashed #ccc;
  }
  .nav-main-menu ul.navbar-nav .current-menu-item a,
  .nav-main-menu ul.navbar-nav li a:hover {
    background-color: transparent !important;
  }
  .accordion-btn {
    color: #9d9d9d;
    line-height: 44px !important;
    height: 44px !important;
  }
  .general-box h2:after,
  .general-box h2:before {
    bottom: 0 !important;
    top: initial;
  }
  .project-location-box h2 {
    padding: 0;
  }
  .general-box h2 {
    padding-bottom: 10px !important;
  }
  .const-pro--wrap .consth-pro-item h4 a {
    font-size: 21px;
  }
  .info-project-box {
    padding: 15px 0;
  }
  .project-location-box .bg {
    background: 0 0 !important;
  }
  .info-project-one {
    padding: 15px;
  }
  .intro-project-box,.project-location-box,.highlight-project-box,.const-pro-box{padding:15px !important}
  .highlight-project-box,
  .register-box .register-box--inner {
    padding-top: 15px;
  }
  .const-pro--wrap .consth-pro-item .consth-pro-thumb,
  .const-pro--wrap .consth-pro-item .consth-pro-thumb img {
    height: auto;
  }
  .entry-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-posts ul li h4 a {
    font-size: 18px;
  }
  .posts-related .col-related:nth-of-type(3),
  .posts-related .col-related:nth-of-type(5),
  .posts-related .col-related:nth-of-type(7) {
    clear: both;
  }
  .col-related h4 {
    min-height: 0;
  }
  .address-footer {
    padding: 30px 0;
  }
  .ft-news ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ft-widget:nth-of-type(4) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .copyright-footer p {
    float: none !important;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .col-related p {
    height: 62px;
  }
  .modal-load__wrap {
    width: 430px;
    margin: 120px auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .catsPosts-thumb {
    width: 40%;
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 991px) {
  .widget-footer {
    width: 33%;
    float: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .posts-related .col-related:nth-of-type(5) {
    clear: both;
  }
}
@media (min-width: 992px) {
  #relatedposts .col-related h5 {
    height: 40px;
  }
  .widget-footer {
    width: 21%;
  }
}
@media (min-width: 1024px) {
  #left-id {
    float: left !important;
  }
  #right-id {
    float: right !important;
    clear: inherit;
  }
  .colbaner {
    width: 66.6%;
    padding-right: 0;
  }
  .col-related p {
    height: 48px;
  }
  .catsPosts-thumb {
    width: 30%;
    float: left;
    margin-right: 20px;
  }
  .catsPosts-thumb img {
    height: 168px;
    width: 100%;
  }
  .related-posts-thumb img {
    height: 160px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-left {
    width: 70.5%;
    padding-left: 0;
    padding-right: 0;
  }
  .col-right {
    width: 26.7777%;
    padding-left: 0;
    padding-right: 0;
  }
  .related-posts-thumb img {
    height: 170px;
    width: 100%;
  }
  .posts-related .col-related:nth-of-type(5) {
    clear: both;
  }
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.alignnone {
  margin: 5px 20px 10px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.gallery-caption,
.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 8px 4px 5px;
  font-style: italic;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pagination {
  clear: both;
  padding-right: 10px;
}
.pagination a,
.pagination span {
  padding: 9px 15px;
  margin: 0 3px;
  color: #3d3d3d;
  background: #b7b7b7;
  font-size: 12px;
}
.pagination span {
  background: #297ba6 !important;
  color: #fff !important;
  border: none;
}
.pagination a:hover {
  background-color: #b98e28 !important;
  color: #fff !important;
}