body{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 21px;
    color: #747474;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}
body img {
    display: block;
    max-width: 100%;
    height: auto;
}
iframe{
    max-width:100% !important;
}
.site {
    background: #ffffff;
}
.site-description{
    display: none;
}
.navbar-header{
    display: none;
}
.related-product{
    padding: 40px 0px;
}
.related-post{
    padding: 40px 0px;
}
#languages #flags{
width: 100%;
}
.sidebar .info_contact {
    padding: 10px;
    background-color: #fbfbfb;
}
.sidebar .info_contact i.fa {
    color: #25a8df;
    padding-right: 10px;
}
.header-contact{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
.header-contact li{
    display: inline-block;
    color: #fff;
}
.header-contact li.header-hotline{
    padding-right: 15px;
}
#sticky-wrapper .navbar-header{
    float: none;
    text-align: center;
    position: relative;
}
.header-top-info-1 .navbar-brand{
     display: block;
    width: 100%;
}
.header-top-info-1 .navbar-brand > img{
    margin: 0 auto;
    float: none;
    text-align: center;
}
.home-mobile {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    font-size: 20px;
    color: #fff;
}
.navbar-header .navbar-brand {
    display: block;
    width: 100%;
}
.navbar-header .navbar-brand > img{
    margin: 0 auto;
}
.sidebar .widget ul.menu li{
    padding: 10px;
    background: #eff1f2;
    border-bottom: 1px solid #fff;
}
.home header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
/* --------------------------------------
=========================================
 Section gallery Css
=========================================
-----------------------------------------*/
#archive-ject .colums-ject{
    margin-bottom: 30px;
}
.box-ject {
    box-shadow: 0px 0px 49px -15px rgba(51,51,51,0.5);
    border-radius: 15px;
}
.img-ject{
    position: relative;
    overflow: hidden;
    height: 380px;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.img-ject img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-ject:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-ject .ovrly{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 14%, rgba(255,255,255,0) 100%);
}
.img-ject:hover .ovrly{
opacity: 1;
background: rgba(2, 74, 85, 0.5);
}
.info-ject {
    position: relative;
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    width: 100%;
    padding: 20px;
}
.name-ject {
    width: 50%;
    color: #424040;
    font-size: 18px;
}
.more-ject {
    width: 50%;
    text-align: center;
    margin: 0;
}
.more-ject a{
    color: #fff;
    background: #a68a4b;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 25px;
}
/* --------------------------------------
=========================================
 Section gallery Css
=========================================
-----------------------------------------*/
#section-gallery .background-overlay{
   padding: 60px 0px;
}
#section-gallery .nav-pills {
    width: 100%;
    border-bottom: 0px solid #ddd;
    text-align: center;
    margin-bottom: 50px;
}
#section-gallery .nav-pills > li{
   padding: 0px;
   display: inline-block;
   position: relative;
   background: transparent !important;
   border: 0 !important;
   float: none;
}
#section-gallery .nav-pills > li::before{
   position: absolute;
   content: "\f64f";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   left: 0;
   top: 10px;
   color: #cfb889;
}
#section-gallery .nav-pills > li.active > a,#section-gallery .nav-pills > li.active > a:hover,#section-gallery .nav-pills > li.active > a:focus{
    font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
    border: 0 !important;
    background: transparent !important;
}
#section-gallery .nav-pills > li > a{
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
   background: transparent !important;
   border: 0 !important;
}
#section-gallery .nav-pills > li > a:hover {
   font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
}

/* --------------------------------------
=========================================
 Section Spotlight Css
=========================================
-----------------------------------------*/

.icplay-spotlight {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.boxitem-spotlight:hover .icplay-spotlight{
    background: rgba(0, 0, 0, 0.6);
	display: block
}
.icplay-spotlight i{
    display: table-cell;
    vertical-align: middle;
    color: #32b0e8;
    opacity: 0.7;
    font-size: 40px;
}
.icplay-spotlight i.fa-images::before {
    border: solid 1px #fff;
    border-radius: 100px;
    padding: 6px;
}
.icplay-spotlight i:hover{
    opacity: 0.9;
}
.boxitem-spotlight{
    position: relative;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.boxitem-spotlight img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-spotlight{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
/* --------------------------------------
=========================================
 Section video Page Css
=========================================
-----------------------------------------*/
.icplay-video:hover{
    background: rgba(0, 0, 0, 0.6);
}
.icplay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.icplay-video i{
    display: table-cell;
    vertical-align: middle;
    color: #32b0e8;
    opacity: 0.7;
    font-size: 40px;
}
.icplay-video i.fa-play-circle::before {
    border: solid 1px #fff;
    border-radius: 100px;
    padding: 2px;
}
.icplay-video i:hover{
    opacity: 0.9;
}
.boxitem-video{
    position: relative;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.boxitem-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-video{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
/* --------------------------------------
=========================================
 Section Album Page Css
=========================================
-----------------------------------------*/
.icplay-album:hover{
    background: rgba(0, 0, 0, 0.6);
}
.icplay-album {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.icplay-album i{
    display: table-cell;
    vertical-align: middle;
    color: #32b0e8;
    opacity: 0.7;
    font-size: 40px;
}
.icplay-album i.fa-images::before {
    border: solid 1px #fff;
    border-radius: 100px;
    padding: 6px;
}
.icplay-album i:hover{
    opacity: 0.9;
}
.boxitem-album{
    position: relative;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.boxitem-album img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-album{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
/* --------------------------------------
=========================================
 Section jobs Css
=========================================
-----------------------------------------*/
.content-jobs {
    display: block;
    width: 100%;
}
.colums-jobs {
    display: flex;
    width: 100%;
    clear: both;
    flex-wrap: wrap;
margin-bottom: 22px;
box-shadow: 0px 1px 20px rgba(51,51,51,0.2);
border-radius: 5px;
overflow: hidden;
}
.info-jobs {
    width: 40%;
    padding: 50px 40px;
}
.img-jobs {
    width: 60%;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.number-jobs{
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}
.number-jobs::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 0;
    width: 120px;
    height: 1px;
    background-color: #ddc182;
    z-index: 99;
}
.colums-jobs .number-jobs::after{
    right: -125px;
}
.colums-jobs .info-jobs{
    text-align: right;
}
.colums-jobs:nth-child(even) .info-jobs{
    text-align: left;
}
.colums-jobs:nth-child(even) .number-jobs::after{
    left: -125px;
}
.name-jobs {
    color: #b08e42;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
display: block;
}
.excerpt-jobs {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.more-jobs a {
    color: #fff;
    background: #a68a4b;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 25px;
}
/* --------------------------------------
=========================================
 Section Invest Css
=========================================
-----------------------------------------*/
#section-invest .background-overlay{
   padding: 0px;
    background: linear-gradient(90deg, rgba(2,74,85,0.3) 0%, rgba(5,76,88,0.9) 100%);
}
#section-invest .title-section{
    text-align: left;
    padding: 0px;
}
.readmore-invest{
    position: relative;
}
.readmore-invest::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 70%;
    height: 1px;
    background-color: #ddc182;
}
.readmore-invest > a {
    color: #ddc182;
    font-size: 20px;
}
.main-invest {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.header-invest {
    width: 20%;
    display: table;
    height: 600px;
    padding: 0px 40px;
}
.inner-headerinvest {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.content-invest {
    width: 80%;
}
.img-invest {
    height: 700px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-invest img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-invest {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    padding: 30px 20px;
  background: linear-gradient(0deg, rgba(2,74,85,1) 8%, rgba(255,255,255,0) 100%);
}
.infor-invest {
    width: 100%;
}
.more-invest {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}
.more-invest a {
	color: #fff;
	background: #a68a4b;
	font-weight: bold;
	font-size: 14px;
	border-radius: 20px;
	padding: 8px 25px;
	display: inline-block;
}
.txt-invest {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
	font-family:Roboto, sans-serif;
}
.name-invest {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.txt-invest span {
    font-size: 32px;
    color: #e6ce99;
    font-weight: bold;
}
#invest-carousel .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    border: solid 1px #fff;
}
#invest-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: #000;
    color: #fff;
}
#invest-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -40px;
    top: 45%;
    padding: 0px;
    padding-top: 8px;
}
#invest-carousel .owl-nav .owl-next{
    position: absolute;
    left: 0px;
    top: 45%;
    padding: 0px;
    padding-top: 8px;
}
#invest-carousel .owl-nav i::before {
     color: #fff;
     font-size: 10px;
}
/* --------------------------------------
=========================================
 Section logo Css
=========================================
-----------------------------------------*/
#section-logo .background-overlay{
   padding: 15px;
   background:#1e6c8a;
}
#logo-carousel .item-logo{
	position:relative;
	height:100px;
	overflow:hidden;
}
#logo-carousel .item-logo img{
   width:100%;
   height:100%;
   object-fit:contain;
   margin:0 auto;   
}
#logo-carousel .owl-nav{
	display: none;
}
/* --------------------------------------
=========================================
 Section projecttab Css
=========================================
-----------------------------------------*/
#section-projecttab .background-overlay {
	padding: 60px 0px;
	background: linear-gradient(100deg, rgba(3,79,109,1) 18.8%, rgba(255,255,255,0) 18.9%);
}
.title-projecttab span{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    background: #034F6D;
    padding-right: 15px;
    z-index: 9;
    position: relative;
    display: inline-block;
}
.title-projecttab{
    position: relative;
    margin: 0;
}
.title-projecttab::after{
   content: "";
   position: absolute;
   bottom: 8px;
   left: 0;
   width: 100%;
   height: 1px;
   background-color: #ddc182;
}
.readmore-projecttab > a{
    color: #ddc182;
    font-size: 20px;
}
.header-projecttab {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.caption-projecttab {
    width: 30%;
    padding-left: 40px;
}
#section-projecttab .header-projecttab .nav-tabs {
    width: 70%;
    border-bottom: 0px solid #ddd;
    text-align: center;
}
#section-projecttab .nav-tabs > li{
   padding: 0px;
   display: inline-block;
   position: relative;
   background: transparent !important;
   border: 0 !important;
   float: none;
}
#section-projecttab .nav-tabs > li::before{
   position: absolute;
   content: "\f64f";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   left: 0;
   top: 10px;
   color: #cfb889;
}
#section-projecttab .nav-tabs > li.active > a,#section-projecttab .nav-tabs > li.active > a:hover,#section-projecttab .nav-tabs > li.active > a:focus{
    font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
    border: 0 !important;
    background: transparent !important;
}
#section-projecttab .nav-tabs > li > a{
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
   background: transparent !important;
   border: 0 !important;
}
#section-projecttab .nav-tabs > li > a:hover {
   font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
}

#section-projecttab .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
}
#section-projecttab .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#section-projecttab .owl-carousel .owl-dot.active span {
	
}
#section-projecttab .tab-content .boxbig-projecttab{
    display: flex;
    width: 100%;
}
#section-projecttab .tab-content .bigpost-projecttab{
    width: 50%;
    padding-left: 100px;
    padding-right: 20px;
}
#section-projecttab .tab-content .owl-carousel{
   width: 50%;
}
.colums-project{
    margin-bottom: 20px;
}
.img-project{
    position: relative;
    overflow: hidden;
    height: 210px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
}
.img-project img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-project:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-project .ovrly {
    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 14%, rgba(255,255,255,0) 100%);
}
.img-project:hover .ovrly{
opacity: 1;
background: linear-gradient(to top, #034F6D, rgba(3,79,109,0.1));
}
.info-project {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    padding-left: 30px;
    background: #1b191914;
    padding: 10px;
}.name-project {
    display: block;
    font-size: 14px;
    color: #fefffe;
    text-transform: uppercase;
    overflow: hidden;
}
.more-project a{
    color: #fff;
    font-size: 14px;
}
.more-project a:hover{
	color:#12e8e8;
}
.colums-projects {
    box-shadow: 0px 0px 49px -15px rgba(51,51,51,0.5);
    border-radius: 15px;
}
.img-projects{
    position: relative;
    overflow: hidden;
    height: 377px;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.img-projects img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-projects:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-projects .ovrly {
    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 14%, rgba(255,255,255,0) 100%);
}
.img-projects:hover .ovrly{
opacity: 1;
background: linear-gradient(to top, #034F6D, rgba(3,79,109,0.1));
}
.info-projects {
    position: relative;
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    width: 100%;
    padding: 20px;
}
.name-projects {
    width: 70%;
    color: #424040;
    font-size: 18px;
}
.more-projects {
    width: 30%;
    text-align: center;
    margin: 0;
}
.more-projects a{
    color: #fff;
    background: #a68a4b;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 25px;
}
/* --------------------------------------
=========================================
 Section newstab Css
=========================================
-----------------------------------------*/
#section-newstab .background-overlay{
   padding: 60px 0px;
}
.title-newstab {
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}
.readmore-newstab > a{
    color: #ddc182;
    font-size: 20px;
}
.content-newstab {
    display: flex;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
}
.content-newstab .header-newstab{
    width: 15%;
    padding-left: 30px;
}
.content-newstab .tab-content{
    width: 85%;
}
#section-newstab .nav-tabs {
    border-bottom: 0px solid #ddd;
}
#section-newstab .nav-tabs > li{
   padding: 0px;
   display: block;
   position: relative;
   background: transparent !important;
   border: 0 !important;
}
#section-newstab .nav-tabs > li::before{
   position: absolute;
   content: "\f03a";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   left: 0;
   top: 10px;
   color: #cfb889;
}
#section-newstab .nav-tabs > li.active > a,#section-newstab .nav-tabs > li.active > a:hover,#section-newstab .nav-tabs > li.active > a:focus{
    font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
    border: 0 !important;
    background: transparent !important;
}
#section-newstab .nav-tabs > li > a{
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
   background: transparent !important;
   border: 0 !important;
}
#section-newstab .nav-tabs > li > a:hover {
   font-size: 14px;
    color: #a68a4b;
    font-weight: bold;
}

#section-newstab .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#section-newstab .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#section-newstab .owl-carousel .owl-dot.active span {
    background: #0a3744;
}
.owl-carousel .owl-nav.disabled {
    display: none;
}
/* --------------------------------------
=========================================
 Css
=========================================
-----------------------------------------*/
.header-hotline {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    margin: 22px 0px;
    display: inline-block;
    padding-left: 10px;
}
.header-milde{
    padding: 10px 0px;
}
.header-hotline i{
    font-size: 20px;
    display: none;
}
.header-milde-right #searchform{
    margin: 22px 0px;
}
.header-hotline a{
    font-weight: bold;
}
.navigation-brand img {
	max-height: 80px;
	padding: 5px;
}
.sticky-nav{
	opacity:0;
}
.logo-bigger {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.logo-bigger > a{
	display: inline-block;
}
/* --------------------------------------
=========================================
 Header primary menu Css
=========================================
-----------------------------------------*/
.navbar-brand{
    display: block;
    width: 100%;
}
.navbar-brand img{
    margin: 0 auto;
}
#navbar_primary{
    background: #fff;
    padding: 0px;
}
#navbar_primary ul.navbar-nav{
    text-align: center;
    margin: 0 auto;
width: 100%;
}
#navbar_primary ul.navbar-nav > li{
 display: inline-block;
 float: none;
}
/* --------------------------------------
=========================================
   Post sidebar Css
=========================================
-----------------------------------------*/
.sidebar-post {
    display: grid;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar-post li{
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}
.sidebar-post li .img-sidebarpost{
    position: relative;
}
.sidebar-post li .img-sidebarpost img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    object-fit: cover;
height: 100% !important;
}
.sidebar-post li:hover .img-sidebarpost img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar-post li .img-sidebarpost img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-post li .name-sidebarpost a{
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
.sidebar-post li .post-time{
    display: block;
    color: #aaa;
    font-size: 12px;
}
.sidebar-post li:hover .name-sidebarpost a{
    color: #4db2ec;
}
.post-style-1{

}
.post-style-1 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
width: 100%;
}
.post-style-1 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-1 li:first-child .img-sidebarpost{
     height: 180px;
     width: 100%;
}
.post-style-1 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.post-style-1 .img-sidebarpost{
    width: 30%;
    float: left;
    height: 60px;
    overflow: hidden;
}
.post-style-1 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}

.post-style-2 .img-sidebarpost{
    width: 30%;
    float: right;
    height: 60px;
    overflow: hidden;
}
.post-style-2 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}
.post-style-2 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
width: 100%;
}
.post-style-2 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-2 li:first-child .img-sidebarpost{
     height: 180px;
     width: 100%;
}
.post-style-2 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.post-style-3 .img-sidebarpost{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.post-style-3 .name-sidebarpost{
   width: 100%;
    float: left;
    padding: 0px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
    text-transform: uppercase;
}
.sidebar .widget .post-style-3 .name-sidebarpost a{
    color: #fff;
}
.post-style-3 li .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background:rgba(0,0,0,0.6);
}
.post-style-4 li .img-sidebarpost{
display: none;
}
.post-style-4 li:first-child .img-sidebarpost{
display: block;
}
.post-style-4 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
}
.post-style-4 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-4 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.post-style-4 .img-sidebarpost{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.post-style-4 .name-sidebarpost{
   width: 100%;
    float: left;
    padding-left: 32px;
    position: relative;
}
.post-style-4 .name-sidebarpost::before {
    content: url('images/dot.png');
    position: absolute;
    left: 5px;
    top: 10px;
}
.post-style-4 li:first-child .name-sidebarpost::before{
    display: none;
}
.post-style-4 li .post-time{
    display: none;
}
.sidebar .widget .post-style-4 li{
    border-bottom: dashed 1px #ddd;
    padding: 2px 0px;
    margin-bottom: 8px;
    background: #eff1f2;
}
/* --------------------------------------
=========================================
   Product Css
=========================================
-----------------------------------------*/
#list_product{ /* Masonry container */
    -webkit-column-count: 5;
  -moz-column-count:5;
  column-count: 5;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.colums-product{
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.colums-product .img-product{
    position: relative;
    max-height: 480px;
    overflow: hidden;  
    box-shadow: 2px 2px 4px 2px #ccc;
    border-radius: 10px;
}
.colums-product .box-product{
   display: block;
}
/* Opacity #1 */
.img-product img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.img-product:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-product:hover .bg-ovelay{
    opacity: 1;
}
.img-product .bg-ovelay{
    background: rgba(153,22,35,0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bg-ovelay .details-product{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.details-product span{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 5px 10px;
    color: #666;
}
.readmore-product {
    text-align: center;
}
.readmore-product span {
    color: #731015;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #731015;
    padding: 10px 20px;
    background-color: #fff;
}
.readmore-product span:hover{
    color: #fff;
     background-color: #731015;
}
.bg-ovelay .fancybox{
    position: absolute;
    right: 10px;
    top: 10px;
}
.bg-ovelay .fancybox i.fa{
    border-radius: 5px;
    color: #8f0615;
    background: #fff;
    font-size: 30px;
    padding: 5px;
}
.info-product{
    padding: 10px;
    text-align: center;
    background: #fff;
}
.more-product {
    width: 100%;
    margin-bottom: 0;
}
.price-product {
    display: block;
    color: #1e1e1e;
}
.price-product span{
    color: #9a0608;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}
.details-product a span {
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border: solid 1px #fff;
    border-radius: 5px;
    background-color: #cab817;
}
.details-product:hover a span{
background-color: transparent;
color: #fff;
}
.details-product a span:hover{
background-color: #fff;
color: #333;
}
.info-product .name-product {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #1e1e1e;
    height: 44px;
    display: block;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.info-product .name-product:hover{
color: #0f75bc;
}

.title-detailsproduct{
font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #333332;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 40px;
}
.detailsproduct_left p{
    margin-bottom: 8px;
    color: #444;
}
.entry-content .nav-tabs > li.active > a, .entry-content .nav-tabs > li.active > a:hover, .entry-content .nav-tabs > li.active > a:focus {
    border: solid 1px #9a0608;
    color: #fff;
    background-color: #9a0608;
}
.entry-content .nav-tabs > li > a {
    border-radius: 5px;
    border: solid 1px #9a0608;
    color: #9a0608;
}
.entry-content .nav-tabs{
    padding-bottom: 10px;
}
.entry-content .nav-tabs > li{
    margin-right: 10px;
}
.detailsproduct_left .product_price{
    color: brown;
     font-weight: bold;
}
.product_price strong{
    color: #444;
}
.product_price a {
    color: firebrick;
    font-weight: bold;
    font-size: 15px;
}
.contact-product {
    width: 100%;
    position: relative;
    clear: both;
    margin: 20px 0px;
    display: flex;
}
.thumbnail-product {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 280px;
}
.thumbnail-product img{
   width: auto;
   height: 100%;
   object-fit: contain;
   margin: 0 auto;
   border-radius: 20px;
}
.big_image_details {
    margin-bottom: 10px;
    position: relative;
    max-height: 350px;
    overflow: hidden;
}
.form-number {
position: relative;
display: block;
width: 100%;
background-color: #e5e5e5;
padding: 20px 10px;
margin-top: 0px;
border-radius: 5px;
}
.form-number p{
    text-align: center;
    color: #424242;
    font-size: 12px;
}
.form-number .form-group {
    position: relative;
    margin: 0;
    display: flex;
}
.form-number .form-group .wpcf7-form-control-wrap {
    position: relative;
    padding: 0px 2px;
}
.form-number .form-group .ajax-loader {
    display: none;
}
.form-number .form-control {
    height: 34px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-number .form-group .wpcf7-submit{
    height: 40px;
    color: #fff;
    background: #292929 !important;
    text-transform: uppercase;
    cursor: pointer;
}
.single-product .entry-header{
    margin-bottom: 30px;
    border-radius: 20px;
    float: left;
    box-shadow: 2px 2px 4px 2px #ccc;
    padding: 60px 15px;
}
.related-product{
    padding: 60px 0;
    background-color: #f0f0f0; 
}
.related-product .title-section{
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}
.content-relatedpr{
    width: 100%;
    clear: both;
}
#relatedpr-carousel .item-product .img-product {
    position: relative;
    height: 230px;
    overflow: hidden;
}
#relatedpr-carousel .item-product .info-product{
    background: transparent; 
}
.img-relatedst {
    position: relative;
    overflow: hidden;
    height: 260px;
}
.img-relatedst img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-relatedst:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-relatedst {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.name-relatedst a {
    color: #444444;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: block;
    height: 44px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}
#SuccessfulForm{
    top: 15%;
}
#SuccessfulForm .modal-body{
  background-color: #fff;
  text-align: center;
}
#SuccessfulForm .modal-body img{
    margin: 0 auto;
}
#SuccessfulForm .modal-body .close {
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    opacity: 1;
    background: rgba(0,0,0,0.4);
    width: 35px;
    height: 35px;
    border-radius: 0;
}
#SuccessfulForm .title-successful{
color: #11519b;
font-size: 26px;
text-transform: uppercase;
font-family: Quicksand Bold;
}
#SuccessfulForm .des-successful{
color: #333;
font-size: 14px;
font-family: Segoe UI;
}
#SuccessfulForm .des-successful a{
  color: #ff0000;
font-size: 14px;
font-family: Segoe UI;  
}
#SuccessfulForm .back-homepage a{
    border: solid 1px #11519b;
    display: inline-block;
}
#SuccessfulForm .back-homepage a span{
    padding: 10px 30px;
    background: #11519b;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: Quicksand;
}
#SuccessfulForm .icon-check{
    text-align: center;
}
#SuccessfulForm .icon-check i.fa{
    font-size: 40px;
    color: #11519b;
    background: #fff;
}
.form-group div.wpcf7-mail-sent-ok {
 display: none !important;
}
/* --------------------------------------
=========================================
   Customer Css
=========================================
-----------------------------------------*/
.is-sticky .navbar-header{
    padding: 0px 15px;
}
.is-sticky .navbar-brand{
    width: auto;
max-height: 50px;
}
.title-contact {
    color: #666;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    padding: 0px;
    font-weight: bold;
    border-bottom: solid 1px #1e3380;
    text-transform: uppercase;
    margin: 30px 0px;
    padding-bottom: 10px;
}
.form-group.form_contact .form-control{
    margin-bottom: 10px;
}
.form-group .form-control{
    margin-bottom: 0px;
    height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-group .form-control::placeholder {
	color: #666;
}
.form-group .wpcf7-form-control-wrap textarea {
    height: 80px;
}
.form-group .wpcf7-submit {
    background: darkkhaki;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
}
.title-related {
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
    position: relative;
}
.title-related::before{
    content: "";
    width: 200px;
    background-color: #f7931e;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.title-related span{
    color: #f7931e;
    font-size: 16px;
font-family: Roboto, sans-serif;
}
.title-single{
    text-align: center;
    margin-bottom: 10px;
}
.title-single span {
    font-family: Helvetica;
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
    border-bottom: solid 0px #ddd;
    padding: 10px 25px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
}
.social-share {
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
    margin-bottom:30px;
}
.title-section {
    text-align: center;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    color: #0f75bc !important;
    text-transform: uppercase;
    padding: 0px 30px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
}
.des-section{
    color: #fff;
    text-align: center;
    max-width:920px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin-bottom: 40px;
}
.title-page {
    text-align: center;
    margin: 30px 0px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
}
.line-section{
margin-bottom: 40px;
}
.line-section img{
    margin: 0 auto;
    width: auto;
}
.title-categories {
    text-align: center;
    margin-bottom: 30px;
    line-height: 25px;
    padding: 10px 0px;
    margin-top: 10px;
}
.title-categories span {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: #0f75bc;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 22px;
    font-weight: bold;
    position: relative;

}
#form_number {
    position: relative;
    padding: 0;
    margin: 0px;
    width: 100%;
    margin-top: 30px;
}
#form_number .form-control {
    border-radius: 0px;
    height: 35px;
    background-color: #fff;
    border-color: #fff;
    color: #333;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    width: 100%;
    float: right;
}
#form_number .btn-submit{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    height: 35px;
    padding: 0;
    width: 60px;
    background: #fff;
    border-left: 3px solid #1e3380;
    color: #333;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* --------------------------------------
=========================================
   Register
=========================================
-----------------------------------------*/
#relatedpr-carousel .owl-nav [class*="owl-"] {
    background: #ebebeb;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    opacity: 1;cursor: pointer;
}
#relatedpr-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: #131313;
    color: #333;
}
#relatedpr-carousel .owl-nav [class*="owl-"]:hover i::before {
    color: #fff;
}
#relatedpr-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0px;
    top: 40%;
    padding: 0px;
    padding-top: 10px;
}
#relatedpr-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0px;
    top: 40%;
    padding: 0px;
    padding-top: 10px;
}
#relatedpr-carousel .owl-nav i::before {
     color: #333;
     font-size: 22px;
}
/* --------------------------------------
=========================================
   Customer posts
=========================================
-----------------------------------------*/
.related-post{
    padding: 60px 0px;
    background-color: #f4f4f4;
}
.related-post .title-section{
    color: #333;
}
.entry-meta {
    text-align: center;
    margin-bottom: 15px;
}
.colums-posts{
    margin-bottom: 50px;
}
.img-posts .details-posts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-posts .details-posts a{
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.img-posts:hover .details-posts a{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-posts .details-posts a:hover{
    background-color: #fff;
    color: #333;
}
.img-posts{
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
}
.img-posts img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-posts:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.details-posts{
    position: relative;
}
.details-posts a span{
font-family: Roboto, sans-serif;
font-size: 14px;
color: #fff;
background-color: #9e001e;
text-decoration: none;
padding: 10px 20px;
}
.details-posts .date-post{
    position: absolute;
    right: 0px;
bottom: -15px;
}
.img-posts .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-posts:hover .ovrly{
opacity: 1;
}
.info-posts {
    display: block;
    padding: 10px;
}
.name-posts{
    color: #222222;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: block;
height: 44px;
overflow: hidden;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 5px;
}
.name-posts:hover{
    color: #3982b6;
}
.excerpt-posts {
    display: block;
    color: #666666;
    font-size: 14px;
}
.meta-posts {
    display: flex;
    width: 100%;
}
.meta-posts > p.date-posts{
    width: 60%;
    position: relative;
}
.meta-posts > p.more-posts{
    width: 40%;
    position: relative;
}
.meta-posts > p.more-posts::after{
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 5px;
    background: #034F6D;
    height: 2px;
    content: "";
}
/* --------------------------------------
=========================================
   Service Css
=========================================
-----------------------------------------*/
#section-service .title-section {
    color: #222222;
    margin-bottom: 30px;
}
#section-service .line-section {
    margin-bottom: 20px;
}
#section-service .background-overlay{
   padding: 60px 0px;
}
.infor-service p{
   color: #333;
}
.more-service {
    text-align: center;
}
.more-service a{
    color:#a22727;
font-size: 16px;
}
.more-service a i{
    padding-right: 5px;
}
/* --------------------------------------
=========================================
   RegisterForm Css
=========================================
-----------------------------------------*/
#registerForm{
    top: 10%;
}
#registerForm .modal-content{
    background: url('images/bg-popup.jpg')center top no-repeat;
    font-family: Roboto, sans-serif;
}
#registerForm .modal-header {
    border-bottom: 0px solid #e5e5e5;

}
#registerForm .modal-body{
 
}
#registerForm .form-group{
    padding: 0px 50px;
    margin-bottom: 0;
}
#registerForm .form-group .form-control{
height: 44px;
box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
padding-left: 40px;
margin-bottom: 12px;
}
#registerForm .form-group .wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
}
#registerForm .form-group .wpcf7-form-control-wrap::before {
    position: absolute;
    left: 12px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #716d6d;
}
#registerForm .form-group .wpcf7-form-control-wrap.your-product::before {
    content: "\f23d";
    font-family: "Font Awesome 5 Brands";
}
#registerForm .form-group .wpcf7-form-control-wrap.your-tour::before{
content: "\f1d8";
}
#registerForm .form-group .wpcf7-form-control-wrap.your-name::before{
content: "\f007";
}
#registerForm .form-group .wpcf7-form-control-wrap.your-phone::before{
content: "\f095";
font-weight: 900;
}
#registerForm .form-group .wpcf7-form-control-wrap.your-address::before{
content: "\f3c5";
font-weight: 900;
}
#registerForm .form-group .wpcf7-form-control-wrap.your-email::before{
content: "\f0e0";
}
#registerForm .form-group textarea{
height: 80px;
box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}
#registerForm .modal-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 380px;
    margin:0 auto;
    margin-top: 35px;
}
#registerForm .modal-header .close {
    position: absolute;
    right: 5px;
top: 5px;
color: #0a2e63;
opacity: 1;
}
#registerForm .wpcf7-form-control.wpcf7-submit {
    height: auto;
    float: left;
    color: #fff;
    background-color: #e37f07;
    border-radius: 0px;
    border-width: 0;
    padding: 6px 30px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    display: block;
width: 100%;
}
#registerForm .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #f39a2e;
}
/* --------------------------------------
=========================================
   Social-ring
=========================================
-----------------------------------------*/
.fa-facebook-messenger::before {
    content: "\f39f";
    font-family: "Font Awesome 5 Brands" !important;
}
.social-ring i.fa-zalo {
    font-size: 18px;
    padding: 3px 5px;
}
.social-ring .call-icon{
    margin-bottom: 20px;
}
.social-ring .call-icon i.fa{
    background: rgb(103, 182, 52);
    color: #fff;
}
.social-ring .zalo{
    margin-bottom: 20px;
}
.social-ring .mes{
    margin-bottom: 20px;
}
.social-ring .mes i.fa{
    background-color: #365899;
    color: #fff;
    padding: 8px;
}
.social-ring .mes i.fa img{
    max-width: 25px;
}
.social-ring .mes .alo-circle-fill{
    background-color: rgba(11, 75, 99, 0.5);
}
.social-ring .mes .alo-circle{
    border-color: #365899;
}
.social-ring .call-icon .alo-circle-fill{
    background-color: rgba(20, 164, 11, 0.5);
}
.social-ring .call-icon .alo-circle{
    border-color: #109316;
}
.social-ring .mes:hover > span{
    background-color: #365899;
 }
.social-ring .zalo:hover > span{
    background-color: #43a1f3;
 }
.social-ring a.zalo span:before {
border-color: transparent rgb(5, 144, 199) transparent transparent;
}
.social-ring a.mes span:before {
border-color: transparent rgb(54, 88, 153) transparent transparent;
}
.social-ring{
  display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 45px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
.social-ring-main{
    display: block;
}
.social-ring-content{
  display: inline-grid;   
}
.social-ring a {padding:8px 2px;cursor: pointer;position: relative;}
.social-ring i{
  width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-ring span{
  display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    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;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-ring a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
.social-ring a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
/* --------------------------------------
=========================================
    Header Section
=========================================
-----------------------------------------*/

/*---------------------------------------
    Social Icons    
-----------------------------------------*/
.header-milde .social {
    padding: 0;
    margin: 20px 0px;
    line-height: 20px;
}
.header-milde .social li {
    font-family: 'Awesomefont';
    margin-right: 4px;
        display: inline-block;
    margin: 0px;
    padding: 2px 0px;
    border-left: solid 1px #ddd;
    padding-left: 6px;
     padding-right: 3px;
}
.header-milde .social li {
    position: relative;
}
.header-milde .social li a {
    display: table;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
     overflow: hidden;
}
.header-milde .social li a i {
    background: transparent;
    border-radius: 3px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #808080;
    width: 20px;
    height: 20px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.header-milde .social li a i:hover {
    color: #f9d305;
}

/*---------------------------------------
   Header Contact Details 
-----------------------------------------*/
.header-top-info-1{
    float: none;
    position: relative;
    background: #1a1a19;
    border-bottom: 0px solid #1a1a19;
    z-index: 10000;
    padding: 6px 0;
}
.header-top-info-1 .info {
    padding-left: 0;
    margin: 0;
    padding-top: 4px;
}
.header-top-info-1 .info li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
}
.header-top-info-1 .info li i {
    color: #747474;
    margin-right: 6px;
}
.header-top-info-1 .info li a {
    font-size: 13px;
    margin-right: 10px;
}


/*---------------------------------------
 Slider
-----------------------------------------*/
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 8px 17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-carousel .owl-controls .owl-dot{
    display: inline-block;
}
.owl-carousel .owl-controls .owl-dots{
    text-align: center;
    margin-top: 10px;
}
.owl-carousel .owl-controls .owl-dot.active span{
    background: #c95d65;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* --------------------------------------
=========================================
    Latest Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Search Form
-----------------------------------------*/
#searchform {
    position: relative;
    float: right;
    padding: 0;
    margin: 0px;
    margin-right: 20px;
    max-width: 360px;
    width: 100%;
}
#languages{
float: right;
max-width: 60px;
padding-top: 8px;
}
#searchform .form-control {
    border-radius: 5px;
    height: 30px;
    background: #fff;
    border: solid 1px #eee;
    color: #666;
    margin-bottom: 0;
    width: 100%;
    font-family: Roboto, sans-serif;
    box-shadow: 1px 1px 1px 1px #eee;
}
#searchform .form-control::placeholder{
    color: #666;
}
#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    height: 25px;
    padding: 0;
    width: 30px;
}
#searchsubmit:hover{
    background-color: transparent;
}
#searchsubmit i.fa {
    color: #666;
}
/* --------------------------------------
=========================================
    Footer Section
=========================================
-----------------------------------------*/
.footer-copyright .social {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    margin: 0px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15%;
    display: block;
width: 100%;
}
.footer-copyright .social li {
    font-family: 'Awesomefont';
    margin-right: 4px;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}
.footer-copyright .social li a i {
    background: transparent;
    border-radius: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #034f6d;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border: solid 1px #034f6d;
}
.footer-copyright .social li a span {
    padding-left: 10px;
    display: none;
}
.footer-copyright .social li a{
    color: #fff;
}
.footer-sidebar .info_contact i.fa{
    padding-right: 10px;
}
.footer-copyright .social li:first-child span{
    color: #034f6d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
margin-top: 6px;
display: block;
}
.footer-sidebar .info_contact p {
    color: #333;
}
.footer-sidebar p {
    color: #333;
}
.footer-sidebar .background-overlay {
    bottom: 0;
    height: 100%;
    z-index: 3;
    background: #034f6d;
    padding: 0px;
}
.footer-sidebar .widget-title-followus {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/* --------------------------------------
=========================================
    Footer Copyright Section
=========================================
-----------------------------------------*/
#register_footer {
    padding-top: 50px;
}
#register_footer p{
    color: #bebebe;
    font-size: 14px;
    margin-bottom: 15px;
}
#register_footer h3{
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#register_footer .form-group .row-form_register {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
#register_footer .form-group .row-form_register .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    z-index: 99;
    padding-right: 10px;
    border-radius: 0;
}
#register_footer .form-group .row-form_register .form-control{
    height: 50px;
}
#register_footer .form-group .row-form_register .your-message{
   width: 67%;
}
#register_footer .form-group .row-form_register .your-message .form-control{
    height: 60px;
    border-radius: 0;
}
#register_footer .form-group .row-form_register .wpcf7-submit{
    font-weight: bold;
    font-size: 18px;
    color: #0a3744;
   width: 32%;
margin-right: 10px;
border-radius: 0;
background: linear-gradient(90deg, rgba(240,217,167,1) 0%, rgba(185,167,127,1) 30%, rgba(240,217,167,1) 100%);
}
div.wpcf7 .ajax-loader{
    display: none;
}
/*---------------------------------------
    Footer contact
-----------------------------------------*/
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.footer-contact li {
	display: block;
	color: #034f6d;
	position: relative;
	padding-left: 25px;
}
.footer-contact li i {
	color: #fcb03b;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 18px;
}
.footer-contact li a{
    color: #034f6d;
}
/*---------------------------------------
    Footer Copyright
-----------------------------------------*/
.footer-copyright{
     border-top: solid 1px #0f4d5f;
}
.footer-copyright, .footer-copyright p, .footer-copyright p a {
    background: #0a3744;
    color: #fff;
    line-height: 22px;
    margin: 0;
    padding: 0px;
}
.footer-copyright p{
     padding: 10px 0px;
}
.footer-copyright ul {
    margin: 0;
    padding: 0;
}
.logo-footer img{
    margin: 0px auto;
}
.logo-footer .txt-footer{
    margin: 20px 0px;
    color: #f5c718;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-contentfooter{
    background: rgba(255, 255, 255, 1);
    padding: 30px 15%;
}
/* --------------------------------------
=========================================
    Breadcrumb Section
=========================================
-----------------------------------------*/
.breadcrumb{
    font-family: Roboto, sans-serif;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    list-style: none;
    background-color: transparent !important;
}
.breadcrumb .background-overlay{
    bottom: 0;
    height: 100%;
    z-index: 3;
    opacity: 0.79;
}
.breadcrumb-position {
    text-align: left;
    margin: 20px 0;
}
.page-breadcrumb{
    list-style: none outside none;
    margin-bottom: 0px;
    padding: 10px 0;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.page-breadcrumb li{
    display: inline-block;
    color: #333;
}
.page-breadcrumb span{
    color: #333;
}

.product_information p{
   color: #333;
}
/* --------------------------------------
=========================================
    Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Post Style
-----------------------------------------*/

article.comment-body {
    border: solid 1px #f7f9fc;
    background: #fefefe;
    border-radius: 3px;
}
a.post-thumbnail img{
   opacity: 1;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a.post-thumbnail img:hover{
   opacity: 0.9;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

header.entry-header {
    padding: 14px 20px;
}
h2.entry-title {
    margin: 0;
    line-height: 28px;
}
h2.entry-title a {
    font-family: Roboto, sans-serif;
    font-size: 22px;
}
.entry-header h2.entry-title {
    font-size: 22px;
    font-family: Roboto, sans-serif;
}
.entry-header {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    float: left;
    margin-bottom: 30px;
}
.entry-content {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    float: left;
}
.entry-content .aligncenter{
    margin: 0 auto;
}
.entry-content .more-link {
    font-family: Roboto, sans-serif;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a.more-link{
    position: relative;
    top: 15px;
}
.entry-content .more-link:hover {
    color: #ffffff;
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
footer.entry-footer {
    font-size: 13px;
    color: #ffffff;
    padding: 15px 20px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
footer.entry-footer .byline, footer.entry-footer .posted-on, footer.entry-footer .cat-links, footer.entry-footer .tags-links {
    margin-right: 15px;
}
footer.entry-footer span {
  /*  display: inline-block;*/
}
footer.entry-footer a {
    color: #ffffff;
}
footer.entry-footer a:hover {
    color: #ffffff;
}
.page-wrapper article:hover footer.entry-footer {
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
/*---------------------------------------
    Post Pagination
-----------------------------------------*/
.paginations {
    margin: 0px;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
}
.paginations a, span.page-numbers.current {
    border: solid 1px #f2f2ff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 1px 0;
    padding: 9px 16px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0px;
    background-color: #f2f2ff;
    color: #333;
}

.paginations a:hover, .paginations a:focus, .paginations a.active, span.page-numbers.current {
    color: #ffffff;
    border-radius: 0px;
    background-color: #9f001e;
}


/*---------------------------------------
    Error Page
-----------------------------------------*/
.error-page {}
.error-page h1{
    font-family: 'Raleway', sans-serif;
    font-size: 146px;
    font-weight: 800;
    color: #e84c3d;
    line-height: 156px;
    text-shadow: 0 3px 0 #000;
    animation: bounce 2s infinite;
}
.error-page h2{
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    color: #1c314c;
    margin: 0;
}

/*---------------------------------------
    Top Scroller 
-----------------------------------------*/
.top-scroll {
    bottom: 2%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    animation: bounce 2s infinite;
}
.top-scroll:hover {
    opacity: 1;
}
.top-scroll i {
    font-size: 26px;
    line-height: 36px;
}
.top-scroll:hover, .top-scroll:focus {
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s ease 0s;
}
/*---------------------------------------
    Search Result
-----------------------------------------*/ 

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: Roboto, sans-serif;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}
#showmenu {
    display: none;
}
/*---------------------------------------
    Responsive
-----------------------------------------*/ 

@media (max-width: 420px) {
#list_product{
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.title-page{
    font-size: 18px;
}
.box-contentfooter {
    padding: 30px 10px;
}
}
@media (max-width: 768px) {
.social-ring-main{
    display: none;
}
#showmenu {
    display: block;
}
.header-top-center{
    display: none;
}
#sticky-wrapper .header-milde{
    display: none;
}
#sticky-wrapper .navbar{
  background: rgba(2, 74, 85, 0.9);
}
.form-contact{
    margin-top: 60px;
}
.title-section{
    margin-bottom: 15px;
}
.title-section span{
    font-size: 18px;
    padding: 10px 0px;
}
.tit-related{
    margin-top: 0;
}
.navbar-brand > img{
    margin: 0 auto;
    max-height: 35px;
}
.navbar-header {
    padding: 3px 15px;
    display: block;
}
#searchform{
    display: none;
}
.is-sticky .navbar-brand{
    width: 100%;
    max-width: auto;
}
.navbar-header .navbar-brand {
    padding: 5px 0px;
}
.header-contact .header-email {
    display: none;
}
.header-contact li.header-hotline a{
    color: #fff;
}
.entry-content {
    padding: 0px 15px;
}
.entry-meta{
    padding: 0px 15px;
}
.single-product .entry-header{
    padding: 30px 0px;
}
.main-invest{
    display: block;
}
.header-invest {
    width: 100%;
    display: block;
    height: auto;
    padding: 30px 10px;
}
.content-invest {
    width: 100%;
}
#invest-carousel {
    transform: skewX(0deg);
}
#section-invest .background-overlay {
    background: rgba(5,76,88,0.9);
}
.img-invest {
    height: 400px;
}
.inner-headerinvest{
    display: block;
}
.readmore-invest > a {
    font-size: 16px;
}
.header-projecttab {
    display: block;
    width: 100%;
}
.caption-projecttab {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 30px;
}
#section-projecttab .tab-content {
    padding: 0px 15px;
}
#section-projecttab .header-projecttab .nav-tabs {
    width: 100%;
}
#section-projecttab .background-overlay {
    padding: 30px 0px;
    background: #fff;
}
#section-projecttab .tab-content .boxbig-projecttab {
    display: block;
    width: 100%;
}
.bigpost-projecttab {
    display: none;
}
#section-projecttab .tab-content .owl-carousel {
    width: 100%;
}
#section-projecttab .nav-tabs > li{
    display: block;
    text-align: left;
    border-bottom: solid 1px #ddd !important;
}
#section-projecttab .nav-tabs > li::before{
    padding-left: 10px;
    z-index: 9;
}
#section-projecttab .nav-tabs > li > a{
    color: #fff;
    padding-left: 40px;
    background: #034F6D !important;
    border-radius: 0;
}
#section-projecttab .nav-tabs > li.active > a, #section-projecttab .nav-tabs > li.active > a:hover, #section-projecttab .nav-tabs > li.active > a:focus {
    background: #023f48 !important;
}
.title-projecttab {
    text-align: center;
}
.title-projecttab span{
    color: #333;
    background: transparent;
    font-size: 22px;
}
.title-projecttab::after{
    display: none;
}
.readmore-projecttab {
    text-align: center;
}
.readmore-projecttab > a {
    font-size: 16px;
}
.content-newstab {
    display: block;
    width: 100%;
}
#section-newstab .background-overlay {
    padding: 30px 0px;
}
.content-newstab .header-newstab {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}
.content-newstab .readmore-newstab{
    margin-bottom: 30px;
}
.content-newstab .tab-content {
    width: 100%;
    padding: 0px 15px;
}
#section-newstab .nav-tabs > li{
    display: block;
    width: 100%;
    text-align: left;
}
#section-newstab .nav-tabs > li > a{
    display: block;
    width: 100%;
    color: #fff;
padding-left: 40px;
background:#034F6D !important;
border-radius: 0;
}
#section-newstab .nav-tabs > li::before {
    left: 20px;
    z-index: 9;
}
#section-newstab .nav-tabs > li.active > a, #section-newstab .nav-tabs > li.active > a:hover, #section-newstab .nav-tabs > li.active > a:focus {
    background: #023f48 !important;
}
.title-newstab {
    color: #333;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
}
.title-section{
   font-size: 20px; 
}
.header-milde-right{
	display:none;
}
}
@media (min-width: 420px) and (max-width: 768px) {
    #list_product{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
.title-page{
    font-size: 22px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.tit-related{
    margin-top: 0;
}
#sticky-wrapper .header-top-center{
	padding:0px 10px;
}
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding: 15px 6px;
    font-size: 12px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 15px 6px;
    font-size: 12px;
}
#navbar_primary{
    padding: 0px;
}
.img-posts{
    height: 180px;
}
.img-posts .details-posts a{
    font-size: 14px;
    padding: 5px 10px;
}
#list_product{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.title-page{
    font-size: 26px;
}
.name-invest{
    font-size: 20px;
}
.title-section{
   font-size: 20px; 
}
.img-invest{
    height: 400px;
}
.header-invest{
   width: 30%;
   height: 350px; 
   padding: 0px 10px;
}
.content-invest {
	width: 70%;
}
.readmore-invest::after {
	width: 50%;
}
.img-projects{
    height: 260px;
}
#section-projecttab .tab-content .bigpost-projecttab {
    padding-left: 20px;
    padding-right: 20px;
}
.img-project{
    height: 165px;
}
.content-newstab .tab-content {
    width: 70%;
}
.content-newstab .header-newstab {
    width: 30%;
}
}
@media (min-width: 992px) and (max-width: 1190px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding: 20px 12px;
    font-size: 14px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 20px 12px;
    font-size: 14px;
}
#list_product {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.title-section{
   font-size: 22px; 
}
.title-page{
    font-size: 30px;
}
.name-invest{
    font-size: 22px;
}
.img-invest{
    height: 550px;
}
.header-invest{
   height: 500px; 
   padding: 0px 10px;
   width: 30%;
}
.content-invest {
	width: 70%;
}
.readmore-invest::after {
	width: 50%;
}
.img-projects{
    height: 350px;
}
#section-projecttab .tab-content .bigpost-projecttab {
    padding-left: 20px;
    padding-right: 20px;
}
.content-newstab .tab-content {
    width: 75%;
}
.content-newstab .header-newstab {
    width: 25%;
}
}
@media (min-width: 1190px) and (max-width: 1368px) {
.title-page{
    font-size: 32px;
}
.img-invest{
    height: 650px;
}
.header-invest{
	height: 650px;
	padding: 0px 20px;
}
}
@media (min-width: 1368px) and (max-width: 1480px) {
.img-invest{
    height: 650px;
}
.header-invest{
	height: 650px;
	padding: 0px 20px;
}
}
@media (min-width: 768px) {
.admin-bar .is-sticky .sticky-nav{
    top: 32px !important;
}
}
@media (min-width: 1400px) {
.container {
    width: 1380px !important;
}
}