/*
Theme Name: Success
Theme URI: https://themedemo.commercegurus.com/success/
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Success is a professional WordPress theme that's ideal for Business Consulting and Professional Services firms looking to provide advice and guidance to potential clients.
Version: 1.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: success
Domain Path: /languages/
Tags: two-columns, three-columns, right-sidebar, custom-background, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/
.team-member {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-member:hover{
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.team-member .team-member-image {
    position: relative;
}
.team-member .team-member-image img {
    display: block;
    min-width: 100%;
    border-radius: 3px 3px 0 0;
}
.team-member .team-social-icons{
    background: #ff6642;
    position: absolute;
    bottom: -16px;
    left: 36px;
    color: #fff;
    opacity: 0.9;
    padding: 6px 12px;
    border-radius: 3px;
    margin: 0;
}
.team-member .team-member-image .team-social-icons a {
    color: #fff;
    display: inline-block;
    margin: 0 4px;
}
.team-member-inner{
    padding: 36px 8px;
    background: #fff;
	text-align:center;
}
.team-member h3{
    margin: 0 0 6px 0;
    font-size: 20px;
    line-height: 24px;
}
.team-member span{
    display: block;
    margin-bottom: 4px;
}
.team-member .ex p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 0;
}
.team-item {
	padding:0 10px;
}
.slick-slide .team-item img{
	width:100%;
	display:block;
}
.owl-nav.disabled{
	display:none;
}
.roll-team .slick-dots{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.roll-team .slick-dots li{
	display:inline-block;
	margin:0 2px;
}
.roll-team .slick-dots li.slick-active button{
	background:#fff;
}
.roll-team .slick-dots li.slick-active button:focus{
	border:1px solid #fff;
}
.roll-team .slick-dots li button{
	font-size:0;
	width:8px;
	height:8px;
	background:#f52b2b;
	border-radius:50%;
	padding:0;
}
#menu-menu-sidebar{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-menu-sidebar li{
    margin-bottom: 0px !important;
    display: block;
    line-height: 1.45em;
}
#menu-menu-sidebar li a{
    display: block;
    color: #343434;
    padding: 13px 12px 13px 16px;
    background: #f5f5f5;
    border-right: 3px solid #f5f5f5;
    margin-bottom: 2px;
    text-align: left;
    position: relative;
    transition: all 0.25s ease-in-out;
}
#menu-menu-sidebar > li.current_page_item a{
    border-color: #e01e26;
}
#menu-menu-sidebar > li.current_page_item a{
    color: #e01e26; 
    background-color: #f1f1f1;
}
#menu-menu-sidebar  > li > a:hover{
    color: #e01e26;
    border-color: #ccc;
}
/* Team
-------------------------------------------------------------- */
.roll-team.carousel .team-item {
    padding: 0 25px;
}
.post-type-archive-employees .team-item {
    margin-bottom: 30px;
}
.roll-team .team-inner {
    position: relative;
    text-align: center;
}
.roll-team .team-item .team-pop .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
}
.roll-team .team-item .team-pop .pos {
    font-style: italic;
}
.roll-team .team-item .team-pop .team-info {
    top: 30%;
    position: relative;
    width: 100%;
}
.roll-team .team-item .pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}
.roll-team .team-content .ex{
    text-align: cell;
	font-size:14px;
}
.team-member .team-social-icons{
    display: none;
}
.roll-team .team-content .ex p{
    margin-bottom: 0;
	font-size:14px;
}
.roll-team .team-item .team-social {
    text-align: center;
    padding: 17px 0 0;
    margin: 0;
}
.roll-team .team-item .team-social li {
    display: inline-block;
}
.roll-team .team-social li a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.roll-team .team-item .team-social li:first-child a {
    margin-left: 0;
}
.roll-team .team-item .team-social li:hover a {
    background-color: #fff;
}
.archive .team-social li a {
    color: #d65050;
    border: 1px solid #d65050;
}
.roll-team .team-item .team-pop {
    background-color: #d65050;
}
.roll-team .team-item .team-pop {
    color: #fff;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.roll-team .team-item:hover > .team-inner .team-pop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
    -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
    animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}
.roll-team .team-item:hover > .team-inner .pop-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.roll-team .team-content {
    text-align: center;
}
.roll-team .team-content .name {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0 2px;
}
.roll-team .team-content .name a{
    text-transform: uppercase;
}
.roll-team .team-content .pos {
    padding-bottom: 3px;
    color: #443f3f;
}
.archive .team-item:nth-of-type(3n+1) {
    clear: left;
}
.entry-post .roll-team .team-inner .avatar img {
    margin: 0;
}
.owl-theme .owl-controls{
    text-align: center;
    margin-top: 45px;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d65050;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #d65050;
}
.maps-vp{
    position: relative;
}
.maps-vp img{
    display: block;
    margin: 0 auto;
}
.maps-vp .kich {
    font-size: 11px;
    text-transform: uppercase;
    color: #e01e26;
    font-weight: 700;
    cursor: pointer;
}
.maps-vp .kich.ha-noi{
    position: absolute;
    top: 28px;
    right: 240px;
}
.maps-vp .kich.ha-long{
    position: absolute;
    top: 30px;
    right: 85px;
}
.maps-vp .kich.quy-nhon{
    position: absolute;
    bottom: 122px;
    right: 45px;
}
.maps-vp .kich.da-lat{
    position: absolute;
    bottom: 87px;
    right: 80px;
}
.maps-vp .kich.phan-thiet{
    position: absolute;
    bottom: 60px;
    right: 30px;
}
.maps-vp .kich.da-nang{
    position: absolute;
    top: 157px;
    right: 132px;
}
.maps-vp .kich.active{
    font-style: italic;
}
.dia-diem .dd{
    display: none;
}
.dia-diem .dd.active{
    display: block;
}
.vc_custom_1463416685545 .wpcf7-form textarea{
    height: 145px;
    resize: none;
}
body.page-template-default.page-id-70731 .content{
    padding-bottom: 0;
}
.header-wrapper h1.cg-page-title, body.single-post .header-wrapper h1.cg-page-title, body.search-results .header-wrapper h1.cg-page-title, body .content-area h1{
    text-transform: uppercase;
}
.tax-document-types .content-area .grid-news article{
    margin-bottom: 0; 
}
.tax-document-types .content-area .grid-news article .image img{
    width: 100%;
}
.home .content-area ul.display-posts-listing li img{
    height: 200px;
}
@media (max-width:991px){
    .container .vc_custom_1463856123070{
        padding-bottom: 0 !important;
    }
    .wpb_video_widget.vc_video-aspect-ratio-169{
        padding: 0 15px;
    }
    body .content-area ul.display-posts-listing li:last-child{
        margin-bottom: 0;
    }
    .home .content-area ul.display-posts-listing li img{
        height: 155px;
    }
}
@media (max-width:768px){
    .maps-vp .kich.ha-noi {
        position: absolute;
        top: 28px;
        right: 403px;
    }
    .maps-vp .kich.ha-long {
        position: absolute;
        top: 30px;
        right: 250px;
    }
    .maps-vp .kich.da-nang {
        position: absolute;
        top: 157px;
        right: 300px;
    }
    .maps-vp .kich.quy-nhon {
        position: absolute;
        bottom: 122px;
        right: 210px;
    }
    .maps-vp .kich.da-lat {
        position: absolute;
        bottom: 87px;
        right: 250px;
    }
    .maps-vp .kich.phan-thiet {
        position: absolute;
        bottom: 60px;
        right: 195px;
    }
    body.page-template-default.page-id-70459 .content-area{
        padding-bottom: 0;
    }
    .blog .col-lg-4.col-md-4.col-sm-12.aaaa:last-child .news-summary{
        padding-bottom: 0;
    }
    .home .content-area ul.display-posts-listing li img{
        height: auto;
        width: 100%;
    }
    .content-area ul.display-posts-listing{
        display: block !important;
    }
}
@media (max-width:375px){
    .maps-vp .kich.ha-long{
        right: 60px;
    }
    .maps-vp .kich.ha-noi{
        right: 215px;
    }
    .maps-vp .kich.da-nang{
        right: 115px;
    }
    .maps-vp .kich.quy-nhon{
        right: 24px;
    }
    .maps-vp .kich.da-lat{
        right: 65px;
    }
    .maps-vp .kich.phan-thiet{
        right: 10px;
    }
}

