/*
Theme Name: Xay Dung
Description: This is a child theme for Flatsome Theme
Author: Truong Phong
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
header#header {
    border-top: 13px solid #203f71;
    position: relative;
}

#logo {
 	position: relative;
    background: white;
    min-height: 81px;
    margin-top: -45px;
    display: flex;
    align-items: center;
    min-width: 170px;
    padding-top: 14px;
}

#logo:before {
    content: '';
    height: 81px;
    width: 100vw;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 9;
}
.square {
	position: absolute;
	width: 38px;
	height: 30px;
	background-color: #ca373c;
	left: 167px;
	top: 0;
}
.square:before,
.square:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}
.square:before{
	border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #fff;
    left: 0;
    z-index: 2;
}
.square:after{
	border-width: 0 30px 30px 0;
	border-color: transparent #203f71 transparent transparent;
	left: 8px;
	top: -1px;
}
.header-top{
	z-index: 1;
	border-bottom: 2px solid #ca373c;
}
#header ul#header-contact {
    padding-left: 230px;
	margin-top: -9px;
}
#header a.button.is-outline {
    border-width: 1px;
    margin-top: -16px;
}
#header a.button.is-outline span {
    font-size: 12px;
    font-weight: 400;
}
.about_ss1 .tabbed-content li a,
.service .tabbed-content li a {
    color: #203f71;
    opacity: .5;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 240px;
    text-align: center;
}

.about_ss1 .tabbed-content li.active a,
.service .tabbed-content li.active a {
    opacity: 1;
}

.about_ss1 .tabbed-content li a:before,
.service .tabbed-content li a:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: 100% !important;
    position: absolute;
    top: -60px;
    justify-content: center;
}

.about_ss1 .tabbed-content li:first-child a:before {
	background: url('/wp-content/uploads/2025/07/kisspng-computer-icons-business-company-building-corporati-5ad84ac0e0d934450487351524124352921.png') no-repeat;
}

.about_ss1 .tabbed-content li:nth-child(2) a:before {
	background: url('/wp-content/uploads/2025/07/design-team.png') no-repeat;
}

.about_ss1 .tabbed-content li:nth-child(3) a:before {
	background: url('/wp-content/uploads/2025/07/target.png') no-repeat;
}

.about_ss1 .tabbed-content li:last-child a:before {
	background: url('/wp-content/uploads/2025/07/brochure.png') no-repeat;
}

.about_ss1 .tabbed-content,
.service .tabbed-content {padding-top: 60px;}

.about_ss1 .tabbed-content li,
.service .tabbed-content li {
    margin-left: 30px;
    padding-right: 30px;
    height: 100%;
    position: relative;
}

.about_ss1 .tabbed-content .nav,
.service .tabbed-content .nav {
    align-items: start;
    position: relative;
    padding-bottom: 20px;
}

.about_ss1 .tabbed-content .nav:after,
.service .tabbed-content .nav:after {
    content: '';
    width: 1290px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 10px;
}

.about_ss1 .tabbed-content li.active:before,
.service .tabbed-content li.active:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #203f71;
}

.service .tabbed-content li a:before {
	height: 65px;
	width: 65px;
}

.service .tabbed-content li:first-child a:before {
	background: url('/wp-content/uploads/2025/07/sketch.png') no-repeat;
}

.service .tabbed-content li:nth-child(2) a:before {
	background: url('/wp-content/uploads/2025/07/crane.png') no-repeat;
}

.service .tabbed-content li:nth-child(3) a:before {
	background: url('/wp-content/uploads/2025/07/file.png') no-repeat;
	width: 43px;
}

.service .tabbed-content li:nth-child(4) a:before {
	background: url('/wp-content/uploads/2025/07/technology.png') no-repeat;
}

.service .tabbed-content li:last-child a:before {
	background: url('/wp-content/uploads/2025/07/skyline.png') no-repeat;
	width: 59px;
}
.category main#main {
    background: #ececec;
}
.category #main .col.large-4 .section .col.large-12 .box-text {
    padding: 0;
    padding-left: 12px;
}
.category #main .col.large-4 .section .col.large-12 .box-text a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.category #main .col.large-4 .section {
    padding-right: 0;
    padding-left: 0;
}
.category #main .col.large-4 {
    background: #fff;
    padding: 15px;
	height: fit-content;
	max-width: calc(33.3333333333% - 15px);
    margin-right: 0;
    margin-left: auto;
}
.category #main .col.large-4 .row {
    margin: 0;
}
.category #main .col.large-4 .row .col.large-12 {
    padding: 0;
}
.category #main .col.large-4 .col.post-item {
    padding: 0 0 15px;
}
.phongvt-thumb-slider .slick-slide {
    width: auto !important;
}
.phongvt-thumb-slider .slick-track {
    display: flex;
    gap: 10px;
}
.icon-facebook:before {
    COLOR: WHITE;
}
.icon-instagram:before {
    COLOR: WHITE;
}

.icon-twitter:before {
    COLOR: WHITE;
}
.title {
     font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #203f71;
    margin-bottom: 10px;
}
.nav>li>a {
    color: hsl(0deg 0% 100% / 85%);
    transition: all .2s;
}
.header-divider {
    border-left: 1px solid #ffffff !important;
}
.top-bar-nav li, .top-bar-nav li i, .top-bar-nav li a{
	color: #145a8d;
	font-size: 14px!important;
	font-weight: bold!important;
	text-transform: capitalize
}
.header-divider{
	border-left: 1px solid #145a8d!important;
}
.header-nav-main>.menu-item.active>a {
    color: #faab47;
}
.header-nav-main>.menu-item>a:hover{
	color: #faab47;
}
.header-nav-main>.menu-item>a{
	  color: #fff;
    padding: 0px 20px;
    line-height: 65px;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}
.header-nav-main>.menu-item>ul{
	padding: 0;
}
.header-nav-main>.menu-item>ul>li>a:hover{
	background-color:#267dc1;
	color: #fff;
}
.header-nav-main>.menu-item:first-child>a::before{
	display: none!important;
}
.header-nav-main>.menu-item>a:before{
	content: "";
    display: block;
    position: absolute;
    width: 1px;
    left: -5px;
    top: -32px!important;
    transform: rotate(
45deg
);
    z-index: -1;
    border-right: 1px solid #fff;
    height: 90px;
		opacity: .6;
}
.nav:hover>li:not(:hover)>a:before {
    opacity: .6;
}
.header-nav-main.nav-right .header-button a{
	color: #fff;
}
/* --content */
.phongvt-title {
    font-size: 26px;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #203f71;
    margin-bottom: 24px;
    margin-top: 24px;
}
.phongvt-title:first-child {
    margin-top: 0;
}
.phongvt-title:after,
.section-title.section-title-right .section-title-main:after {
    content: '';
    width: 80px;
    height: 2.13px;
    background: red;
    display: block;
    margin-top: 4px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 16px;
}


.phongvt-title-center {
    font-size: 26px;
    text-align: center; 
    text-transform: uppercase;
    font-weight: normal;
}

.phongvt-title-center:after,
.section-title.section-title-center .section-title-main:after {
    content: '';
    width: 80px;
    height: 2.13px;
    background: #ca373c;
    display: block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}


.row-linhvuc .mh-company:hover{
	background-color: #267dc1;
	color: #fff;
}
.row-linhvuc .mh-company:hover h5{
	color: #fff;
}
.row-linhvuc .mh-company:hover .icon{
	border: 2px solid #fff;
	border-radius: 99px;
	padding: 2px 5px 5px 5px;
}
.mh-company {
    padding: 10px;
    background-color: #f1f1f1;
		border-radius: 5px;
}
.hometitle.light {
    color: #fff;
}
.box-image .overlay{
	background-color:rgba(0, 0, 0, 0.8)
}
.box-image:hover::before{
	-webkit-animation:shine .75s;
	animation:shine .75s}
	@-webkit-keyframes shine{
	100%{left:125%}
	}
	@keyframes shine{
	100%{left:125%}
	}
.box-image::before{
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	content:'';
	width:50%;
	height:100%;
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.post-item .box-vertical .box-image{
	vertical-align: top;
}
.post-item .box-text{
	padding:  5px 15px;
}
.post-item  .is-divider{
	display: none;
}
.post-item .col-inner{
	background: #fff;
}
.post-item .post-title:hover{
	color: #145a8d;
}
.section-page-tintuc .post-item .box-text{
	padding: 10px 0;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 0;
    margin-bottom: 0;
    background: #203f71;
    padding: 4px 15px;
    font-size: 16px;
    color: white;
    padding-top: 7px;
    border-right: 4px solid #faab47;
}
.section-title-normal {
    border-bottom: 2px solid #1e89d6;
		margin-bottom: 0;
}
.section-title-container{
	margin-bottom: 15px;
}
.section-title a {
    font-size: 15px;
    color: #1e89d6;
}
.section-page-tintuc .post-item .box-normal .box-text{
	padding-left: 0!important;
}
.section-page-tintuc .post-item .box-normal .box-text .post-title{
	padding-bottom: 10px;
}
.section-page-tintuc .post-item .box-vertical .box-text{
	vertical-align: top;
	padding: 0px 15px 0 10px;
}
.list-post5 .post-item {
    border-top: 1px dashed #ddd;
}
.list-post5 .post-item:last-child{
	border-bottom: 1px dashed #ddd;
}
.list-post5 .post-item {
    padding: 10px;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
}

.phongvt-gallery-wrapper {
  margin-bottom: 20px;
}
.phongvt-main-slider .item img {
  width: 100%;
  height: auto;
}
.phongvt-thumb-slider {
  margin-top: 10px;
}
.phongvt-thumb-slider .item {
  cursor: pointer;
  margin-right: 5px;
	border: 1px solid #ddd;
    border-radius: 4px;
}
.phongvt-thumb-slider .item img {
  width: 80px;
  height: auto;
  border: 2px solid transparent;
}
.phongvt-thumb-slider .slick-current img {
  border-color: red;
}
.phongvt-thumb-slider .item.active {
    border-color: #1c2d57;
}
.slick-dots {
  display: none !important;
}
.phongvt-thumb-slider {
    display: flex;
}
.home_ss2 {
    background: url('https://xaydung.giaodien.org/wp-content/uploads/2025/07/bg-service-2.svg') no-repeat;
    background-position: top right;
}












/* --đăng ký nhận tin */
#wpcf7-f1469-p1028-o1 .wpcf7-form-control-wrap{
	display: inline;
}
#wpcf7-f1469-p1028-o1 .your-email input{
	width: 100%;
	border-radius: 50px;
}
#wpcf7-f1469-p1028-o1 .wpcf7-submit{
	border-radius: 99px;
	position: absolute;
	right: 0;
	top: 0px;
	padding: 0;
	margin: 0;
  width: 160px;
}
/* --liên hệ */
.page-title-sub{
	opacity: 1;
}
.page-title-sub p{
	font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
}
.mh-row-contact {
    -o-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.mh-title-simple {
    padding: 0;
}
.mh-title-simple .section-title, .mh-title-simple .section-title-main {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1.2;
	  font-size: 120%;
    color: rgb(14, 89, 157);
		background-color: transparent
}
.mh-title-simple .section-title span{
	text-transform: capitalize;
}
.mh-col-contact .col-inner{
	padding: 70px;
}
.mh-col-contact label{
	width: 49%;
	padding: 0 5px;
	font-weight: 400;
	font-size: 13px;
}
.mh-col-contact label input, .ces textarea{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
}
.mh-col-contact label input:focus{
	box-shadow: none;
}
.ces{
	width: 100%!important;;
}
.mh-col-contact .wpcf7-submit{
	border-radius: 5px;
	padding: 0px 30px;
}
.mh-col-contact-info>.col-inner {
    background-image: url(/wp-content/uploads/2021/07/bg-social-contact.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.mh-col-contact-info .section-title-main{
	color: #fff;
}
.mh-col-contact-info ul{
	list-style-type: none;
}
.mh-col-contact-info ul li{
	margin-left: 0;
	color: #fff;
	font-size: 13px;
}


.wpcf7-form input {
border-radius:6px;                  /* Makes the edges rounded */
}

.wpcf7 .wpcf7-text{
  text-indent: 45px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fas{
  position: absolute;
  color: var(--primary-color);
  z-index: 100;
  font-size: 18px;
  top: 28%;
  left: 1.5%;
}
.wpcf7 p .fa-envelope-open-text{ top: 17px; left:20px}
.row-dangky .wpcf7 input{
   height: 55px!important;
	margin-bottom: 0;
}
.row-dangky .wpcf7 .wpcf7-submit{
	  height: 45px!important;
    top: 5px!important;
    right: 5px!important;
}
.row-dangky .wpcf7-form{
	margin-bottom: 0;
}


/* -footer */
.section-footer ul li{
	list-style-type: none;
	margin-left: 0;
}
.section-footer .is-divider{
	margin-bottom: 15px!important;
}
.section-footer .ux-menu-link__text{
	color: #fff;
}

/* mobile */
@media(max-width: 991px){
	#logo {
		margin-top: 0px!important;
		margin-right: 0px!important;
	}
	#logo::before{
		display: none;
	}
	#logo a img {
    top: -30px;
}
	.mobile-nav li a{
		color: #fff;
	}
	.post-item .box-vertical .box-text{
	padding-top:  15px;
}
	.section-page-tintuc .post-item .box-vertical .box-text{
		padding-left: 0;
		padding-top: 10px;
	}
	.list-post4 .post-item{
		padding-bottom: 0;
	}
	#wpcf7-f1469-p1028-o1 .your-email input{
	width: 100%;
	border-radius: 99px;
}
	.row-dangky .wpcf7-submit{
		width: 100%!important;
		position: static!important;;
	}
	.row-dangky .col.medium-7{
		padding-bottom: 0;
	}
	
	.mh-col-contact>.col-inner {
    padding: 40px 25px !important;
}
	.mh-col-contact label{
		width: 100%;
	}
}




.show-on-hover, .hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in
{
    opacity: 0;
    -webkit-transition: opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;
    transition: opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;
    -o-transition: opacity .5s,transform .3s,max-height .6s,filter .6s;
    transition: opacity .5s,transform .3s,max-height .6s,filter .6s;
    transition: opacity .5s,transform .3s,max-height .6s,filter .6s,-webkit-transform .3s,-webkit-filter .6s;
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: none;
    display: none;
}




[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step 
{
    background-color: #267dc1;
}

.row-footer .wpcf7-form {
    position: relative;
    margin-bottom: 15px;
}

.row-footer .wpcf7 .wpcf7-submit {
    position: absolute;
    margin-right: 0;
}

.row-equal .col {
    padding-bottom: 0;
}

.row-equal .col .icon-box-img {
    display: flex;
    align-items: center;
}

.row-equal .col h3 {
    margin-bottom: 0;
}

.portfolio-page-wrapper h1.entry-title {
    text-align: center;
}

.portfolio-page-wrapper ul.nav.nav-left {
    justify-content: center;
}


.tagcloud a {
    font-size: 0.7em !important;
    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
}

/* Khôi phục viền cho form Contact Form 7 trong Flatsome */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  border: 1px solid #ccc !important;
  background: #fff !important;
  padding: 10px 12px;
  font-size: 15px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Hiệu ứng focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #e3000f !important;
  outline: none;
  box-shadow: 0 0 0 1px #e3000f33;
}
.wpcf7-form .col {
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7 input[type="submit"] {
  display: block;
  margin: 0px auto 0 auto; 

}

.home_ss2 .box-text {
	padding-left: 0;
	padding-right: 0;
}
.home_ss3 .col.large-7 h5.post-title a,.home_ss3 .col.large-5 h5.post-title a {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #203f71;
}
.home_ss3 .col .col-inner {
    border-radius: 8px;
}
.home_ss3 .col.large-7 .bl2 .box-image {
    display: none;
}
.home_ss3 .col.large-7 h5.post-title a {
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.category .main-featured-article,
.category .small-posts .small-article,
.section a.button,
.home_ss2 .box-image,
.category #main .col.large-4 {
    border-radius: 8px;
}
.gallery-col.col .col-inner a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .col-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-col.col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-footer h6 {
    font-size: 18px;
}

.section-footer p {
    font-size: 14px;
}

.section-footer a span {
    font-size: 14px;
}

.section-footer a {
    padding: 0;
    min-height: 35px;
}

.section-footer .col.large-3 p,.section-footer .col.large-4 .text p {
    display: flex;
    gap: 8px;
}

.section-footer .col.large-3 p i,.section-footer .col.large-4 .text p i {
    margin-top: 5px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#logo {
		min-height: auto;
		min-width: auto;
		padding: 0;
		margin: 0;
	}
	.home_ss2 {
		background: url('https://xaydung.giaodien.org/wp-content/uploads/2025/07/bg-service-2.svg') no-repeat;
		background-position: top right;
	}
	.home_ss .title,.page-title .entry-title {
		font-size: 22px;
	}
	.home_ss2 p {
		font-size: 14px;
	}
	.phongvt-title:after {
		margin-top: 6px;
		margin-bottom: 16px;
		display: none;
	}
	.phongvt-title {
		font-size: 22px;
	}
	.section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.home_ss2 .row:last-child .col.large-4:last-child {
		padding-bottom: 0;
	}
	.home_ss3 h5.post-title a {
		font-size: 16px;
	}
	.home_ss3 .box-text {
		padding: 12px !important;
	}
	.home_ss3 .col.large-5 {
		padding-bottom: 0;
	}
	.home_ss3 .col.post-item {
		padding-bottom: 15px;
	}
	.home_ss .phongvt-title-center {
		font-size: 22px;
	}
	.about_ss1 .tabbed-content li, .service .tabbed-content li {
		padding-right: 0;
	}
	.about_ss1 .tabbed-content .nav, .service .tabbed-content .nav {
		overflow: auto;
		flex-wrap: nowrap;
		justify-content: start;
		padding-left: 15px;
        padding-right: 15px;
	}
	.about_ss1 .tabbed-content li a, .service .tabbed-content li a {
		width: max-content;
		font-size: 12px;
		padding-top: 60px;
	}
	.about_ss2 .mh-col-contact .col-inner {
		padding: 0 !important;
	}
	.project-archive-hero .archive-title {
		font-size: 20px !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.phongvt-project h1 {
		font-size: 16px;
	}
	.phongvt-project-right {
		padding-bottom: 0;
	}
	.phongvt-title-center {
		font-size: 22px;
		padding-top: 16px;
	}
	.category .main-featured-article {
		margin-bottom: 15px;
	}
	.category .col.medium-6.small-12 {
		padding-bottom: 15px;
	}
	.category #main .col.large-4 {
		max-width: 100%;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.small-article h3 {
		padding-top: 6px;
	}
	.mfp-content {
		background: #203f71 !important;
	}
	.home_ss3 .col.large-7 .bl2 .box-image {
		display: block;
	}
	.home_ss3 .box-image {
		border-radius: 8px;
	}
	.phongvt-prev {
		left: 0;
	}

	.phongvt-prev, .phongvt-next {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}

	.phongvt-next {
		right: -15px;
	}
	.category #main .col.large-4 .section {
		padding: 0 !important;
	}

	.category #main .col.large-4 .section .col.large-12 .box-text {
		padding: 8px 0 0;
	}

	.category #main .col.large-4 .section .col.large-12 .box-text a {
		font-size: 17px;
		margin-bottom: 8px;
		font-weight: bold;
		color: #203f71;
		line-height: 1.4;
	}
	#recent-posts-3 span.widget-title {
		border: 0;
	}
	#main-menu .nav li a:hover {
		color: #fff;
	}
	#footer .col.small-12 {
		padding-bottom: 15px;
	}

	#footer .col.small-12:last-child {
		padding-bottom: 0;
	}

	#footer .ux-logo-link {
		padding: 0 !important;
	}

	#footer .social-icons a {
		margin: 0 10px;
	}
	.service .tabbed-content li a:before {
		top: 0;
		height: 40px;
		width: 40px;
	}
	.about_ss1 .tabbed-content li a:before {
		top: 0;
		height: 50px;
		width: 50px;
	}
	.about_ss1 .tabbed-content, .service .tabbed-content {
		padding-top: 0;
		overflow: hidden;
	}
	.about_ss1 .tabbed-content .nav:after, 
	.service .tabbed-content .nav:after {
		display: none;
	}
	.about_ss1 .tabbed-content:after,
	.service .tabbed-content:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #333;
		position: absolute;
		top: 98px;
	}
	.service .tabbed-content li:nth-child(3) a:before {
		width: 26px !important;
	}

	.service .tabbed-content li:last-child a:before {
		width: 36px;
	}


}