/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content - home section                              
 5.Content - services section
 6.content - team section                               
 7.content - portfolio section
 8.content - client section                                
 9.content - testimonial section                             
 10.content - blog section                               
 11.content - subscribe section                                 
 12.content - contact section                       
 13.blog page                             
 14.Single post                                  
 15.Footer    
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    z-index: 99999;
}

.navbar {
	margin-bottom: 0;
    background: #465765;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: none;
	-webkit-backface-visibility: hidden;
}

.navbar-collapse {
	overflow: hidden;
}
.navbar-nav.navbar-right:last-child {
    margin: 7.5px -15px;
}
.navbar-static-top .navbar-nav.navbar-right:last-child{
	margin: 0;
}
.navbar.active {
    width: 100%;
    position: fixed;
    opacity: 0.95;
}
.navbar-toggle {
    margin-top: 7px !important;
}
.navbar-brand {
    padding: 7px 5px;
    height: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0;
    padding: 13px;
    border-bottom: 4px solid transparent;
    position: relative;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active {
    color: #53bc98;
    border-bottom: 4px solid #53bc98;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #53bc98;
}

.navbar-default .navbar-nav li.drop {
	position: relative;
}

.navbar-default .navbar-nav li ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	text-align: left;
	transition: all 0.22s ease-in-out;
	-moz-transition: all 0.22s ease-in-out;
	-webkit-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.navbar-default .navbar-nav li:hover > ul.drop-down {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

ul.drop-down li {
	display: block;
}

ul.drop-down li > a {
	display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 16px 14px;
    background: #53bc98;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.drop-down li > a:hover {
    background: #3b3b3b;
}

/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/

.container {
    max-width: 1665px;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

.tp-caption.large_bold_white {
	font-size: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 56px;
}

.tp-caption.medium_thin_white {
	color: #ffffff;
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
}

a.button-first {
	display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0.4em 3em;
    text-decoration: none;
    text-transform: uppercase;
    background: #53bc98;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.button-first:hover {
    color: #fff;
    opacity: 0.7;
}

a.button-second {
	display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0.4em 2em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.button-second:hover {
    color: #53bc98;
    background: #fff;
}

/*-------------------------------------------------*/
/* =  services section
/*-------------------------------------------------*/

#services-section {
    padding: 60px 0;
    background: url('../images/services-bg.png') center bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.title-section {
    text-align: center;
    margin-bottom: 24px;
}

.title-section h1 {
    color: #3e3e3e;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.title-section p {
    color: #6c6c6c;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

.services-box {
    text-align: center;
}

.services-post {
    padding: 30px 16px;
    background: transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post:hover {
    background: #fbfbfb;
}

.services-post span {
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post span img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.services-post:hover span img {
    -webkit-transform: scale(1.1) rotateX(360deg);
    -moz-transform: scale(1.1) rotateX(360deg);
    -ms-transform: scale(1.1) rotateX(360deg);
    -o-transform: scale(1.1) rotateX(360deg);
    transform: scale(1.1) rotateX(360deg);
}

.services-post h2 {
    color: #465765;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.services-post p {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 24px;
}

.services-post a {
    display: inline-block;
    color: #53bc98;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 8px 34px;
    text-decoration: none;
    border: 2px solid #53bc98;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post a:hover {
    color: #fff;
    background: #53bc98;
	text-decoration: none;
}

#feature-section {
    padding: 80px 0 0;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#feature-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.90);
}

#feature-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    background: url('../images/line-back.png');
}

#feature-section .container {
    position: relative;
    z-index: 3;
}

#feature-section .features-post {
    padding: 60px 0 55px;
    text-align: left;
}

#feature-section .features-post h1 {
    color: #465765;
    font-size: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 12px;
}

#feature-section .features-post p {
    color: #36434f;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 24px;
}

#feature-section .features-post a {
    display: inline-block;
    color: #4f5d69;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 14px 20px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    box-shadow: 0 3px 0 #e1e1e1;
    -webkit-box-shadow: 0 3px 0 #e1e1e1;
    -moz-box-shadow: 0 3px 0 #e1e1e1;
    -o-box-shadow: 0 3px 0 #e1e1e1;
    margin-right: 7px;
}

#feature-section .features-post a:hover {
    opacity: 0.7;
}

#feature-section .features-post a.get-free {
    background: #53bc98;
    color: #fff;
    margin-right: 0;
}

.features-img {
    text-align: right;
}

.features-img img {
    max-width: 100%;
    margin-top: -53px;
}

/*-------------------------------------------------*/
/* =  team section
/*-------------------------------------------------*/

#team-section {
    padding: 55px 0 75px;
    background: url('../images/team-bg.png') center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.title-section2 {
    margin-bottom: 35px;
    text-align: center;
    overflow: hidden;
}

#team-section .title-section2 {
    margin-top: 50px;
}

.title-section2 h1 {
    color: #465765;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin: 0 0 16px;
}

.title-section2 h1:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 1px;
    background: #53bc98;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
}

.team-box {
    position: relative;
}

.dashed-line-center {
    position: absolute;
    top: 30px;
    bottom: 60px;
    left: 50%;
    width: 0px;
    border-left: 1px dashed #465765;
}

.team-line {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.team-memb-left {
    float: left;
}

.team-memb-right {
    float: right;
}

.team-post {
    width: 427px;
    min-height: 2px;
    overflow: hidden;    
}

.team-post .team-gal {
    float: right;
    width: 120px;
    position: relative;  
}

.team-post .team-gal:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post:hover .team-gal:before {
    background: rgba(0,0,0,0.45);
}

.team-post.team-memb-right .team-gal {
    float: left;
}

.team-post .team-gal img {
    width: 100%; 
}

.team-post .team-gal ul.team-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post:hover .team-gal ul.team-icons {
    opacity: 1;
}

.team-post .team-gal ul.team-icons li {
    list-style: none;
    float: left;
}

.team-post .team-gal ul.team-icons li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post .team-gal ul.team-icons li a.facebook {
    background: #385fc2;
}

.team-post .team-gal ul.team-icons li a.twitter {
    background: #30b1c4;
}

.team-post .team-gal ul.team-icons li a.linkedin {
    background: #59b3e6;
}

.team-post .team-gal ul.team-icons li a.google {
    background: #e02a2a;
}

.team-post .team-gal ul.team-icons li a:hover {
    opacity: 0.7;
}

.team-post .team-gal ul.team-icons li a i {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.team-post .team-content {
    margin-right: 120px;
    background: #fbfbfb;
    padding: 22px 20px;
    min-height: 130px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post:hover .team-content {
    background: #53bc98;
}

.team-post.team-memb-right .team-content {
    margin-right: 0px;
    margin-left: 120px;
}

.team-post .team-content h2 {
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post:hover .team-content h2 {
    color: #fff;
}

.team-post .team-content h2 span {
    font-size: 14px;
    display: inline-block;
}

.team-post .team-content p {
    color: #737373;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post:hover .team-content p {
    color: #fff;
}

.team-skill {
    float: left;
    width: 140px;
    padding: 20px 30px;
    -webkit-backface-visibility: hidden;
}

.circle:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border: 1px solid #53bc98;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 2;
}

.circle {
    position:relative;
    width: 80px;
    height: 80px;
    background: #fff;
}

.circle span {
    position:absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -8px;
    color: #53bc98;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.arc_q {
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border:3px solid;
    border-color:transparent #53bc98 transparent transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.arc_cover {
    position:absolute;
    top:0;
    left:0;
    width:60px;
    height:60px;
    background-color: white;
}

/*-------------------------------------------------*/
/* =  portfolio section
/*-------------------------------------------------*/

#portfolio-section {
    padding: 55px 0px 70px;
    background: url('../images/portfolio-back.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#portfolio-section .title-section h1 {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

#portfolio-section .title-section p {
    color: #7c8c9a;
}

ul.filter {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}

ul.filter li {
    display: inline-block;
    margin-left: -4px;
}

ul.filter li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 44px;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    border: 1px solid #dedede;
    border-left: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a.active,
ul.filter li a:hover {
    background: #53bc98;
}

ul.filter li:first-child a {
    border-left: 1px solid #dedede;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
}

ul.filter li:last-child a {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.portfolio-container .work-post {
    width: 24.98%;
    position: relative;
    overflow: hidden;
}

.portfolio-container .work-post img {
    width: 100%;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #53bc98;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -moz-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    -o-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
    opacity: 0\0/;
}

.hover-box .inner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
}

.portfolio-container .work-post:hover .hover-box {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
	opacity: 1\0/;
}

.hover-box h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.hover-box p {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 340px;
    margin: 0 auto 20px;
    line-height: 22px;
}

.hover-box a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin-right: 7px;
}

.hover-box a i {
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover {
    background: #fff;
}

.hover-box a:hover i {
    color: #53bc98;
}

button.mfp-close, button.mfp-arrow {
    outline: none;
}

/*-------------------------------------------------*/
/* =  client section
/*-------------------------------------------------*/

#client-section {
    padding: 55px 0;
    background: #fbfbfb;
}

ul.bxslider {
    padding: 0;
    margin: 0;
}

ul.bxslider ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.bxslider ul li {
    list-style: none;
    float: left;
    width: 20%;
}

ul.bxslider ul li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

ul.bxslider ul li a:hover {
    border: 1px solid #d6d6d6;
    background: #fff;
}

ul.bxslider ul li a img {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  testimonial section
/*-------------------------------------------------*/

#testimonial-section {
    position: relative;
    padding-bottom: 20px;
    background: url('http://placehold.it/1920x1080') 0 0 fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#testimonial-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/pattern-bg.png');
}

#testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-box {
    text-align: center;
    margin-top: -42px;
}

.testimonial-box img {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 35px;
}

.testimonial-box h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.testimonial-box p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto 25px;
}

.testimonial-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 2px solid #fff;
}

.testimonial-box .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
}

/*-------------------------------------------------*/
/* =  blog section
/*-------------------------------------------------*/

#blog-section {
    padding: 55px 0 70px;
}

.blog-post {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post .gal-blog {
    overflow: hidden;
}

.blog-post .tag-posts {
    width: 70px;
    float: left;
}

.blog-post .blog-date {
    padding: 27px 2px;
    background: #53bc98;
    text-align: center;
}

.blog-post .blog-comm {
    padding: 27px 2px;
    background: #465765;
    text-align: center;
}

.blog-post .tag-posts p,
.blog-post .tag-posts a {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
}

.blog-post .tag-posts p span,
.blog-post .tag-posts a span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.blog-post .gal-blog img {
    width: 240px;
}

.blog-post .blog-content {
    padding: 17px 0;
}

.blog-post .blog-content h2 {
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 12px;
}

.blog-post .blog-content h2 a {
    color: #3e3e3e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post .blog-content h2 a:hover {
    color: #53bc98;
}

.blog-post .blog-content p {
    color: #959595;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    margin: 0 0 6px;
}

.blog-post .blog-content > a {
    display: inline-block;
    color: #53bc98;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.blog-post.text-post .blog-content,
.blog-post.post-line .blog-content {
    padding-left: 80px;
    min-height: 100%;
}

.blog-post.post-line img {
    width: 240px;
}

/*-------------------------------------------------*/
/* =  subscribe section
/*-------------------------------------------------*/

#subscribe-section {
	background: #fbfbfb;
	padding: 30px 0;
}

#subscribe-section .title-section2 {
	margin-bottom: 10px;
}

.subscribe-form {
	margin: 0;
}

.subscribe-form input[type="text"] {
	margin: 0 0 15px;
	width: 100%;
	color: #787878;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 13px;
    border: 1px solid #dfdfdf;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.subscribe-form input[type="text"]:focus {
    border: 1px solid #53bc98;
}

.subscribe-form input[type="submit"] {
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 9px 5px;
    border: none;
    background: #53bc98;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 #499f46;
    -webkit-text-shadow: 0 -2px 0 #499f46;
    -moz-text-shadow: 0 -2px 0 #499f46;
    -o-text-shadow: 0 -2px 0 #499f46;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.subscribe-form input[type="submit"]:hover {
	opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  contact section
/*-------------------------------------------------*/

#contact-section {
	position: relative;
	min-height: 882px;
}

.map {
	min-height: 882px;
	width: 100%;
	position: absolute;
}

.contact-box {
	padding: 40px 0;
	background: rgba(70,87,101,0.9);
	position: relative;
	z-index: 2;
}

.contact-box .title-section h1 {
	color: #fff;
}

.contact-box .title-section p {
	color: #bfccd7;
}

.contact-info p.info-post {
	text-align: center;
	border: 1px solid #758797;
	padding: 7px 5px;
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 0 25px;
}

.contact-info p.info-post i {
	font-size: 16px;
	margin-right: 10px;
}

.contact-info p.info-post a {
	color: #fff;
}

#contact-form input[type="text"],
#contact-form textarea {
	margin: 0 0 20px;
	width: 100%;
	color: #787878;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 13px;
    border: none;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#contact-form textarea {
	height: 115px;
}

.submit-area {
	text-align: center;
}

.submit-area input[type="submit"] {
	text-align: center;
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 9px 50px;
    border: none;
    background: #53bc98;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 #499f46;
    -webkit-text-shadow: 0 -2px 0 #499f46;
    -moz-text-shadow: 0 -2px 0 #499f46;
    -o-text-shadow: 0 -2px 0 #499f46;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    box-shadow: 0 3px 0 #3f4e5b;
    -webkit-box-shadow: 0 3px 0 #3f4e5b;
    -moz-box-shadow: 0 3px 0 #3f4e5b;
    -o-box-shadow: 0 3px 0 #3f4e5b;
}

.submit-area input[type="submit"]:hover {
	opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/

.pager-title {
	margin-top: 86px;
	padding: 30px 0;
	background: url('../images/blog-patt.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


.pager-title h1 {
	color: #fff;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
}

#blog-list {
	margin-bottom: 80px;
}

#blog-list .blog-box {
	padding: 50px 0 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

#blog-list .blog-post .gal-blog {
	position: relative;
}

#blog-list .blog-post {
	background: transparent;
	box-shadow: none;
	margin-bottom: 30px;
}

#blog-list .blog-post .gal-blog .hover-blog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#blog-list .blog-post:hover .gal-blog .hover-blog {
	opacity: 1;
}

#blog-list .blog-post .gal-blog .hover-blog a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #53bc98 url('../images/plus.png') center center no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#blog-list .blog-post .gal-blog .hover-blog a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#blog-list .blog-post img {
	width: 100%;
}

#blog-list .blog-post iframe {
	width: 100%;
	height: 420px;
	margin-bottom: -5px;
}

#blog-list .blog-post .post-title {
	min-height: 188px;
	margin-left: 70px;
	padding: 24px 29px;
	background: #fbfbfb;
}

#blog-list .blog-post .post-title h2 {
	color: #434a51;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 6px;
}

#blog-list .blog-post .post-title h2 a {
	color: #434a51;
	display: inline-block;
}

#blog-list .blog-post .post-title span {
	display: inline-block;
	color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#blog-list .blog-post .blog-content {
	padding: 24px 0;
}

#blog-list .blog-post .blog-content p {
	margin-bottom: 15px;
}

#blog-list .blog-post .blog-content a {
	display: inline-block;
	color: #53bc98;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

ul.blog-pagination {
	padding: 0;
	margin: 0 0 50px;
}

ul.blog-pagination li {
	display: inline-block;
	margin-right: -2px;
}

ul.blog-pagination li a {
	display: inline-block;
	color: #465765;
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 12px;
	background: #fbfbfb;
	text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.blog-pagination li a:hover,
ul.blog-pagination li a.active {
	color: #fff;
	background: #465765;
}

ul.blog-pagination li a.others {
	color: #465765;
	background: transparent;
}

.sidebar {
	margin-top: 50px;
}

.sidebar .widget {
	margin-bottom: 35px;
}

.sidebar .widget h1 {
	color: #465765;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 140px;
	background: #465765;
}

.search-widget input[type="search"] {
    color: #787878;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 11px;
    border: 1px solid #dfdfdf;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #53bc98;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -28px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #53bc98;
    font-size: 16px;
}

ul.category-list,
ul.archives-list {
	padding: 0;
	margin: 0;
}

ul.category-list li,
ul.archives-list li {
	list-style: none;
	margin-bottom: 18px;
}

ul.category-list li a,
ul.archives-list li a {
	display: inline-block;
	color: #2d2d2d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.category-list li a i,
ul.archives-list li a i {
	display: inline-block;
	color: #2d2d2d;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	background: #fbfbfb;
	font-size: 12px;
	margin-right: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.category-list li a:hover,
ul.archives-list li a:hover {
	color: #53bc98;
}

ul.category-list li a:hover i,
ul.archives-list li a:hover i {
	color: #fff;
	background: #53bc98;
}

.text-widget p {
	color: #a9a9a9;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    margin: 0 0 16px;
}

ul.tags-list {
	padding: 0;
	margin: 0;
}

ul.tags-list li {
	display: inline-block;
	margin-bottom: 3px;
}

ul.tags-list li a {
	display: inline-block;
	color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 7px 9px;
    background: #fbfbfb;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tags-list li a:hover {
	color: #fff;
    background: #465765;
}

.tab-content-sidebar {
    display: none;
}

.tab-content-sidebar:first-child {
    display: block;
}

ul.tab-links {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.tab-links li {
	list-style: none;
    float: left;
    margin-left: 1px; 
}

ul.tab-links li:first-child {
    margin-left: 0px; 
}

ul.tab-links li a {
    display: inline-block;
    padding: 15px;
    color: #465765;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover,
ul.tab-links li a.active {
    color: #fff;
    background: #53bc98;
}

.tabs-widget .tab-box {
    padding: 0;
    min-height: 20px;
}

.tabs-widget .tab-content-sidebar ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tabs-widget .tab-content-sidebar ul li {
    overflow: hidden;
    margin-top: 20px;
    display: block;
    list-style: none;
}

.tabs-widget .tab-content-sidebar ul li img {
    float: left;
    width: 80px;
}

.tabs-widget .tab-content-sidebar ul li h6 {
    line-height: 20px;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    margin-left: 100px;
}

.tabs-widget .tab-content-sidebar ul li h6 a {
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tabs-widget .tab-content-sidebar ul li h6 a:hover {
    color: #53bc98;
}

.tabs-widget .tab-content-sidebar ul li span {
	display: block;
    line-height: 20px;
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-left: 100px;
}

/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/

#blog-list .blog-box.single-post {
	border-bottom: none;
}

.prev-next-post {
	overflow: hidden;
	margin-bottom: 45px;
}

.prev-next-post a {
	display: inline-block;
    color: #53bc98;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 8px 34px;
    text-decoration: none;
    border: 2px solid #53bc98;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.prev-next-post a.next-post {
	float: right;
}

.prev-next-post a:hover {
    color: #fff;
    background: #53bc98;
	text-decoration: none;
}

.comment-section {
	margin-bottom: 45px;
}

ul.comment-tree {
	padding: 0;
	margin: 0;
}

ul.comment-tree li {
	display: block;
}

ul.depth {
	padding: 0;
	margin: 0;
	margin-left: 120px;
}

.comment-box {
	overflow: hidden;
	background: #fbfbfb;
	margin-bottom: 10px;
}

.comment-box img {
	width: 120px;
	float: left;
}

.comment-content {
	margin-left: 120px;
	padding: 20px;
}

.comment-content h6 {
	color: #3e3e3e;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 8px;
    overflow: hidden;
}

.comment-content h6 span {
	color: #b0b0b0;
    font-size: 12px;
    display: inline-block;
}

.comment-content h6 a {
    display: inline-block;
    float: right;
    color: #53bc98;
    font-size: 12px;
}

.comment-content p {
	color: #737373;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 20px;
}

.comment-form h2 {
	color: #465765;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase;
}

.comment-form h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 160px;
	background: #465765;
}

.comment-form input[type="text"],
.comment-form textarea {
	margin: 0 0 20px;
	width: 100%;
	color: #787878;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #dfdfdf;
    outline: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #a5a5a5;
}

.comment-form textarea {
	height: 115px;
}

.comment-form input[type="submit"] {
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 11px 22px;
    border: none;
    background: #53bc98;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-form input[type="submit"]:hover {
	opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer {
    padding: 30px 0;
    border-top: 3px solid #f4f4f4;
}

footer a.footer-logo {
    display: inline-block;
}

.copyright-line {
    text-align: right;
    padding-top: 6px;
}

.copyright-line span {
    display: inline-block;
    margin-right: 20px;
    color: #535353;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.copyright-line ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.copyright-line ul li {
    display: inline-block;
    margin-left: 7px;
}

.copyright-line ul li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #c7c7c7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.copyright-line ul li a:hover {
    background: #53bc98;
}

.copyright-line ul li a i {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}

/*-------------------------------------------------------*/
/* Overide SlideShow chinhtv
/*-------------------------------------------------------*/
#block-md-slider-home-slideshow .md-slide-item .md-mainimg:after {	
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
#block-md-slider-home-slideshow .md-slide-item .medium_thin_white {
    line-height: 1.2em;
}
#block-md-slider-home-slideshow .md-slide-item .md-object a{
    width: auto !important;
    height: auto !important;
}
#block-md-slider-home-slideshow .md-arrow-left {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_left_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    left: 0;
}
#block-md-slider-home-slideshow .md-arrow-left:hover {
    background-position: bottom left;
}

#block-md-slider-home-slideshow .md-arrow-right {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_right_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    right: 0;
}
#block-md-slider-home-slideshow .md-arrow-right:hover {
    background-position: bottom left;
}
#block-md-slider-home-slideshow  a.link-first {
	display: inline-block;
	color: #fff;
	padding: 0.4em 3em;
	text-decoration: none;
	text-transform: uppercase;
	background: #53bc98;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#block-md-slider-home-slideshow  a.link-first:hover{
    color: #fff;
    opacity: 0.7;
}
#block-md-slider-home-slideshow  a.link-second{
    display: inline-block;
    color: #fff;
    padding: 0.4em 2em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#block-md-slider-home-slideshow  a.link-second:hover {
    color: #53bc98;
    background: #fff;
}
#block-md-slider-home-slideshow .md-caption {
    z-index: 1;
    white-space: nowrap;
}


/*-------------------------------------------------------*/
/* MD Slider Testing Center
/*-------------------------------------------------------*/
#block-md-slider-testing-center .md-slide-item .md-mainimg:after {	
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
#block-md-slider-testing-center .md-slide-item .medium_thin_white {
    line-height: 1.2em;
}
#block-md-slider-testing-center .md-slide-item .md-object a{
    width: auto !important;
    height: auto !important;
}
#block-md-slider-testing-center .md-arrow-left {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_left_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    left: 0;
}
#block-md-slider-testing-center .md-arrow-left:hover {
    background-position: bottom left;
}

#block-md-slider-testing-center .md-arrow-right {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_right_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    right: 0;
}
#block-md-slider-testing-center .md-arrow-right:hover {
    background-position: bottom left;
}
#block-md-slider-testing-center  a.link-first {
	display: inline-block;
	color: #fff;
	padding: 0.4em 3em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background: #53bc98;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center  a.link-first:hover{
    color: #fff;
    opacity: 0.7;
}
#block-md-slider-testing-center  a.link-second{
    display: inline-block;
    color: #fff;
    padding: 0.4em 2em;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center  a.link-second:hover {
    color: #53bc98;
    background: #fff;
}
#block-md-slider-testing-center .md-caption {
    z-index: 1;
    white-space: nowrap;
}


/*-------------------------------------------------------*/
/* MD Slider Testing Center FR
/*-------------------------------------------------------*/
#block-md-slider-testing-center-fr .md-slide-item .md-mainimg:after {	
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
#block-md-slider-testing-center-fr .md-slide-item .medium_thin_white {
    line-height: 1.2em;
}
#block-md-slider-testing-center-fr .md-slide-item .md-object a{
    width: auto !important;
    height: auto !important;
}
#block-md-slider-testing-center-fr .md-arrow-left {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_left_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    left: 0;
}
#block-md-slider-testing-center-fr .md-arrow-left:hover {
    background-position: bottom left;
}

#block-md-slider-testing-center-fr .md-arrow-right {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_right_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    right: 0;
}
#block-md-slider-testing-center-fr .md-arrow-right:hover {
    background-position: bottom left;
}
#block-md-slider-testing-center-fr  a.link-first {
	display: inline-block;
	color: #fff;
	padding: 0.4em 3em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background: #53bc98;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-fr  a.link-first:hover{
    color: #fff;
    opacity: 0.7;
}
#block-md-slider-testing-center-fr  a.link-second{
    display: inline-block;
    color: #fff;
    padding: 0.4em 2em;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-fr  a.link-second:hover {
    color: #53bc98;
    background: #fff;
}
#block-md-slider-testing-center-fr .md-caption {
    z-index: 1;
    white-space: nowrap;
}


/*-------------------------------------------------------*/
/* MD Slider Testing Center ES
/*-------------------------------------------------------*/
#block-md-slider-testing-center-es .md-slide-item .md-mainimg:after {	
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
#block-md-slider-testing-center-es .md-slide-item .medium_thin_white {
    line-height: 1.2em;
}
#block-md-slider-testing-center-es .md-slide-item .md-object a{
    width: auto !important;
    height: auto !important;
}
#block-md-slider-testing-center-es .md-arrow-left {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_left_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    left: 0;
}
#block-md-slider-testing-center-es .md-arrow-left:hover {
    background-position: bottom left;
}

#block-md-slider-testing-center-es .md-arrow-right {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_right_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    right: 0;
}
#block-md-slider-testing-center-es .md-arrow-right:hover {
    background-position: bottom left;
}
#block-md-slider-testing-center-es  a.link-first {
	display: inline-block;
	color: #fff;
	padding: 0.4em 3em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background: #53bc98;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-es  a.link-first:hover{
    color: #fff;
    opacity: 0.7;
}
#block-md-slider-testing-center-es  a.link-second{
    display: inline-block;
    color: #fff;
    padding: 0.4em 2em;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-es  a.link-second:hover {
    color: #53bc98;
    background: #fff;
}
#block-md-slider-testing-center-es .md-caption {
    z-index: 1;
    white-space: nowrap;
}


/*-------------------------------------------------------*/
/* MD Slider Testing Center DE
/*-------------------------------------------------------*/
#block-md-slider-testing-center-de .md-slide-item .md-mainimg:after {	
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
#block-md-slider-testing-center-de .md-slide-item .medium_thin_white {
    line-height: 1.2em;
}
#block-md-slider-testing-center-de .md-slide-item .md-object a{
    width: auto !important;
    height: auto !important;
}
#block-md-slider-testing-center-de .md-arrow-left {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_left_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    left: 0;
}
#block-md-slider-testing-center-de .md-arrow-left:hover {
    background-position: bottom left;
}

#block-md-slider-testing-center-de .md-arrow-right {
    z-index: 100;
    cursor: pointer;
    background: url(../images/revolution-icons/large_right_blue.png) no-Repeat 0 0;
    width: 61px;
    height: 61px;
    right: 0;
}
#block-md-slider-testing-center-de .md-arrow-right:hover {
    background-position: bottom left;
}
#block-md-slider-testing-center-de  a.link-first {
	display: inline-block;
	color: #fff;
	padding: 0.4em 3em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background: #53bc98;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-de  a.link-first:hover{
    color: #fff;
    opacity: 0.7;
}
#block-md-slider-testing-center-de  a.link-second{
    display: inline-block;
    color: #fff;
    padding: 0.4em 2em;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#block-md-slider-testing-center-de  a.link-second:hover {
    color: #53bc98;
    background: #fff;
}
#block-md-slider-testing-center-de .md-caption {
    z-index: 1;
    white-space: nowrap;
}


/*-------------------------------------------------------*/
/* Overide service section chinhtv
/*-------------------------------------------------------*/
.view-service .view-content {
    text-align: center;
}
/*-------------------------------------------------*/
/* = Overide portfolio section Chinhtv
/*-------------------------------------------------*/

#isotope-options {
    background: none !important;
}
/*-------------------------------------------------*/
/* =  portfolio section
/*-------------------------------------------------*/

#isotope-options {
    background: none !important;
}

.view-portfolio  .isotope-element {
    background: none;
}

#portfolio-section {
    padding: 55px 0px 70px;
    background: url('../images/portfolio-back.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#portfolio-section .title-section h1 {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

#portfolio-section .title-section p {
    color: #7c8c9a;
}

ul.filter {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}

ul.filter li {
    display: inline-block;
    margin-left: -4px;
}

ul.filter li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 44px;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    border: 1px solid #dedede;
    border-left: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a.active,
ul.filter li a.selected,
ul.filter li a:hover {
    background: #53bc98;
}

ul.filter li:first-child a {
    border-left: 1px solid #dedede;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
}

ul.filter li:last-child a {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}
.view-portfolio #isotope-container .isotope-element {
	width: 25%;
	margin: 0;
    height: auto;
    float: none;
}

.view-portfolio #isotope-container .isotope-element .work-post {
	position: relative;
	overflow: hidden;
}

.view-portfolio #isotope-container .isotope-element .work-post img {
    width: 100%;
	height: auto;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #53bc98;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -moz-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    -o-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
    opacity: 0\0/;
}

.hover-box .inner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
}

.view-portfolio #isotope-container .work-post:hover .hover-box {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
	opacity: 1\0/;
}

.hover-box h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.hover-box p {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 340px;
    margin: 0 auto 20px;
    line-height: 22px;
}

.hover-box a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin-right: 7px;
}

.hover-box a i {
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover {
    background: #fff;
}

.hover-box a:hover i {
    color: #53bc98;
}

button.mfp-close, button.mfp-arrow {
    outline: none;
}
/*-------------------------------------------------*/
/* = Overide client section Chinhtv
/*-------------------------------------------------*/
.view-customert .owl-carousel {
    margin: 0 auto 50px;
}
.view-customert .owl-item {
    float: left;
    padding-right:1px;
}
.view-customert .owl-item a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.view-customert .owl-item a:hover {
    border: 1px solid #d6d6d6;
	background: #fff;
    cursor: pointer;
}

.view-customert .owl-item a img {
    width: 100%;
    height: auto;
}
.view-customert .owl-theme .owl-controls .owl-page span {
    background: #c1c1c1;
    border: 2px solid #c1c1c1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    outline: 0;
    opacity: 1 !important;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.view-customert .owl-theme .owl-controls .owl-page.active span {
    width: 14px;
    height: 14px;
    background: transparent;
    margin-bottom: -2px;
    display: block;
}
/*-------------------------------------------------*/
/* = Overide testimonial section Chinhtv
/*-------------------------------------------------*/

section#testimonial-section {
    position: relative;
    padding-bottom: 20px;
    background: url('../images/pattern-bg-blue.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section#testimonial-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/pattern-bg-blue.png');
}

section#testimonial-section .container {
    position: relative;
    z-index: 2;
}

section#testimonial-section  .view-content {
    text-align: center;
    margin-top: -42px;
}

section#testimonial-section  .view-content img {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 35px;
}

section#testimonial-section  .view-content h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#testimonial-section  .view-content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto 25px;
}

section#testimonial-section  .view-content .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 2px solid #fff;
}

section#testimonial-section  .view-content .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
}
/*-------------------------------------------------*/
/* = Overide lastest news section Chinhtv
/*-------------------------------------------------*/
.no-thumb .gal-blog {
	width: 70px;
	float: left;
}

.no-thumb .blog-content {
	padding-left: 80px;
	min-height: 100%;
}

/*-------------------------------------------------*/
/* = Overide subscribe section Chinhtv
/*-------------------------------------------------*/
.subscribe-form input[type="text"].error {
    color: #b94a48;
    border-color: #ebccd1;
}
.subscribe-form button.form-submit {
    width: 100%;
	text-align: center;
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 9px 5px;
    border: none;
    background: #53bc98;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 #499f46;
    -webkit-text-shadow: 0 -2px 0 #499f46;
    -moz-text-shadow: 0 -2px 0 #499f46;
    -o-text-shadow: 0 -2px 0 #499f46;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.subscribe-form button.form-submit:hover {
	opacity: 0.7;
}
/*-------------------------------------------------*/
/* = Overide contact section Chinhtv
/*-------------------------------------------------*/
#contact-form input[type="text"].error {
    color: #b94a48;
    border-color: #ebccd1;
}
#contact-form button.form-submit {
    text-align: center;
	color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 9px 50px;
    border: none;
    background: #53bc98;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 #499f46;
    -webkit-text-shadow: 0 -2px 0 #499f46;
    -moz-text-shadow: 0 -2px 0 #499f46;
    -o-text-shadow: 0 -2px 0 #499f46;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    box-shadow: 0 3px 0 #3f4e5b;
    -webkit-box-shadow: 0 3px 0 #3f4e5b;
    -moz-box-shadow: 0 3px 0 #3f4e5b;
    -o-box-shadow: 0 3px 0 #3f4e5b;
}
#contact-form button.form-submit:hover {
	opacity: 0.7;
}
/*-------------------------------------------------*/
/* = Overide sidebar widget Chinhtv
/*-------------------------------------------------*/

.sidebar .widget h2.block-title {
	color: #465765;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget h2.block-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 140px;
	background: #465765;
}

.search-widget .input-group {
	width: 100%;
}

.search-widget input[type="text"] {
    color: #787878;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 11px;
    border: 1px solid #dfdfdf !important;
    width: 100%;
    outline: none;
	box-shadow: none;
	border-radius: 0;
}

.search-widget input[type="text"]:focus {
    border: 1px solid #53bc98 !important;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -28px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #53bc98;
    font-size: 16px;
}
.region-sidebar-first .block-search button {
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    float: right;
    height: 26px;
    left: -37px;
    margin: 0;
    position: absolute !important;
    top: 2px;
    width: 30px;
    z-index: 2;
}
/*-------------------------------------------------*/
/* = Overide tab-list widget Chinhtv
/*-------------------------------------------------*/

#quicktabs-blog_tab ul.quicktabs-tabs {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#quicktabs-blog_tab ul.quicktabs-tabs li {
	list-style: none;
    float: left;
    margin-left: 1px; 
}

#quicktabs-blog_tab ul.quicktabs-tabs li:first-child {
    margin-left: 0px; 
}

#quicktabs-blog_tab ul.quicktabs-tabs li a {
    display: inline-block;
    padding: 15px;
    color: #465765;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#quicktabs-blog_tab ul.quicktabs-tabs li a:hover,
#quicktabs-blog_tab ul.quicktabs-tabs li.active a {
    color: #fff;
    background: #53bc98;
}

#quicktabs-blog_tab .quicktabs_main {
    padding: 0;
    min-height: 20px;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage  ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li {
    overflow: hidden;
    margin-top: 20px;
    list-style: none;
	width:100%;
	float: left;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li img {
    float: left;
    width: 80px;
	height: auto;
	margin-right: 20px;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li h6 {
    line-height: 20px;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
   /* margin-left: 100px; */
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li h6 a {
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li h6 a:hover {
   color: #53bc98;
}

#quicktabs-blog_tab .quicktabs_main .quicktabs-tabpage ul li span {
    line-height: 20px;
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
/*-------------------------------------------------*/
/* = Overide tags-list widget Chinhtv
/*-------------------------------------------------*/
ul.tags-list {
	padding: 0;
	margin: 0;
}

ul.tags-list li {
	display: inline-block;
	margin-bottom: 3px;
}

ul.tags-list li a {
	display: inline-block;
	color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 7px 9px;
    background: #fbfbfb;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tags-list li a:hover {
	color: #fff;
    background: #465765;
}

.tab-content-sidebar {
    display: none;
}

.tab-content-sidebar:first-child {
    display: block;
}

ul.tab-links {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.tab-links li {
	list-style: none;
    float: left;
    margin-left: 1px; 
}

ul.tab-links li:first-child {
    margin-left: 0px; 
}

ul.tab-links li a {
    display: inline-block;
    padding: 15px;
    color: #465765;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover,
ul.tab-links li a.active {
    color: #fff;
    background: #57bc53;
}

.tabs-widget .tab-box {
    padding: 0;
    min-height: 20px;
}

.tabs-widget .tab-content-sidebar ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tabs-widget .tab-content-sidebar ul li {
    overflow: hidden;
    margin-top: 20px;
    display: block;
    list-style: none;
}

.tabs-widget .tab-content-sidebar ul li img {
    float: left;
    width: 80px;
}

.tabs-widget .tab-content-sidebar ul li h6 {
    line-height: 20px;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    margin-left: 100px;
}

.tabs-widget .tab-content-sidebar ul li h6 a {
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tabs-widget .tab-content-sidebar ul li h6 a:hover {
    color: #57bc53;
}

.tabs-widget .tab-content-sidebar ul li span {
	display: block;
    line-height: 20px;
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-left: 100px;
}

/*-------------------------------------------------*/
/* = Overide paging widget Chinhtv
/*-------------------------------------------------*/
ul.pagination  {
	padding: 0;
	margin: 0 0 50px;
}
ul.pagination  li{
	display: inline-block;
	margin-right: -2px;
	
}
ul.pagination li a {
	display: inline-block;
	color: #465765;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 12px;
	background: #fbfbfb;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	border-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li  > a{
	border: none;
}
ul.pagination li a:hover, ul.pagination li a.active , ul.pagination li.active a , .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background: #465765;
}
/*-------------------------------------------------*/
/* = Overide comment Chinhtv
/*-------------------------------------------------*/
#block-system-main  li.item-comment{
	list-style:none;
}
.post-title a.username {
	color: #a9a9a9;
}
.comment-section .comment-tree .indented {
	margin-left: 120px;
}
.comment-section .comment-tree .comment-content {
	position: relative;
}
.comment-section .comment-tree .comment-content ul.list-inline {
	display:inline-block;
	position: absolute;
    right: 10px;
    top: 21px;
}
.comment-section .comment-tree .comment-content ul.list-inline li {
	display: inline;
}
.comment-section .comment-tree .comment-content ul.list-inline li  a{
	color: #53bc98;
    font-size: 12px;
}
.comment-form  button[type="submit"]{
	background: none repeat scroll 0 0 #53bc98;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    outline: medium none;
    padding: 11px 22px;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out 0s;

}
.comment-form  a.username {
	color: #3e3e3e;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/*-------------------------------------------------------*/
/* Overide css other
/*-------------------------------------------------------*/
ul.nav-tabs {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

ul.nav-tabs li {
	display: inline;
	background: none;
	list-style-type: none;
	padding: 2px;
	white-space: nowrap;
}

ul.nav-tabs li  a{
	display: inline-block;
	padding: 15px;
	color: #465765;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	background: #f9f9f9;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.nav-tabs li  a:hover , ul.nav-tabs li.active  a {
	color: #fff;
	background: #53bc98;
}


#user-login button[type="submit"]{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border: none;
	background: #53bc98;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	text-shadow: 0 -2px 0 #499f46;
	-webkit-text-shadow: 0 -2px 0 #499f46;
	-moz-text-shadow: 0 -2px 0 #499f46;
	-o-text-shadow: 0 -2px 0 #499f46;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#user-login button[type="submit"]:hover {
	background: #53bc98;
	color: #fff;
	opacity: 0.7;
}

header .navbar {
	z-index: 10;
}
.page-search .input-group-btn {
	width: auto;
}
div.error, table tr.error {
	background-color: none !important;
}
.main-content {
	padding-top: 10px;
}
#block-system-main {
	padding-top: 50px;
}
body.admin-menu .navbar-fixed-top {
	top: 21px;
}
.view-service .view-content {
    text-align: center;
}
.page-search .form-control {
	width: auto;
	height: auto;
}
