/*
Theme Name: MTCL Child
Template: mtcl
*/

.button, .wpcf7-submit{
	font-weight: normal !important;
    text-transform: none !important;
}

.button.is-outline{
	background: #fff;
}
.is-divider{
	display: none;
}

.header-top {
    border-bottom: 1px solid #f2f2f2;
}
.nav-uppercase>li>a{
	letter-spacing: 0;
}

.nav.header-contact>li>a, .nav.top-bar-nav>li>a {
    font-size: 13px;
    color: #333;
    font-weight: 400;
	text-transform: none;
}
.header-wrapper.stuck{
	background: #fff;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
}

.social-icons .button.icon.circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
	border: none;
}



.btn-menu-hotline {
    background: #3bb34a;
    border-radius: 99px;
    height: 42px;
    padding: 0 18px 0 45px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border: 1px solid;
    margin-left: 20px;
	font-family: "Roboto",sans-serif!important;
}
.nav>li>a.btn-menu-hotline>i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 26px;
    -webkit-animation: right 0.5s infinite ease-in-out;
    -moz-animation: right 0.5s infinite ease-in-out;
    animation: right 0.5s infinite ease-in-out;
    background-color: #ffffff !important;
    border-radius: 50%;
    text-align: center;
    line-height: 32px !important;
    top: 6px !important;
    opacity: 1 !important;
    font-weight: 900;
    color: #3bb34a !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.nav-dropdown{
	min-width: 415px;
}
.row-full-width{
	margin-left: 0  !important;
    margin-right: 0  !important;
}


.footer-contact p{
	margin-bottom: 10px;
	display: flex;
	align-items: baseline;
	
}
.footer-contact i{
	width: 25px;
	flex: none;
}
.footer-contact a{
	margin: 0 7px;
}
.footer-contact a:hover {
	color: #3bb34a !important;
}

.footer-secondary .footer-text{
	margin: 0 !important;
}
.footer-secondary{
	padding: 0;
}



.footer .widget-title{
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    display: block;
	color: #3bb34a;
	font-family: "Montserrat", sans-serif;
	text-transform: none;
	
}
.footer .menu li{
	border: none;
	margin-bottom: 8px;
	position: relative;
}
.footer .menu li a{
	display: block;
    padding: 0;
	padding-left: 20px;
}
.footer .menu li:before {
    content: '';
    position: absolute;
    top: 50%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    margin-top: -4px;
    padding: 3px;
	opacity: 1;
}
.footer .menu li a:hover {
	color: #3bb34a !important;
}



.footer-logo{
	max-width: 220px;
	margin-top: -30px;
	margin-left: -12px;
}
.footer-text{
	margin-top: 15px;
    max-width: 325px;
}

.footer-1{
	padding-top: 55px;
	padding-bottom: 40px;
}
.footer-social .button.icon.circle{
	width: 36px;
    height: 36px;
    line-height: 36px;
	margin-right: 10px;
}

.absolute-footer.dark{
	border-top: 1px solid #3e3e3efa;
	padding: 20px 0;
}

@-webkit-keyframes right {
    0% {-webkit-transform: rotate(10deg);}
    50% {-webkit-transform: rotate(-10deg);}
    100% {-webkit-transform: rotate(10deg);}
}
@-webkit-keyframes left {
    0% {-webkit-transform: translate(15px);}
    50% {-webkit-transform: translate(-15px);}
    100% {-webkit-transform: translate(15px);}
}
@-moz-keyframes right {
    0% {-moz-transform: rotate(10deg);}
    50% {-moz-transform: rotate(-10deg);}
    100% {-moz-transform: rotate(10deg);}
}
@-moz-keyframes left {
    0% {-moz-transform: translate(15px);}
    50% {-moz-transform: translate(-15px);}
    100% {-moz-transform: translate(15px);}
}
@keyframes right {
    0% {transform: rotate(10deg);}
    50% {transform: rotate(-10deg);}
    100% {transform: rotate(10deg);}
}
@keyframes left {
    0% {transform: translate(15px);}
    50% {transform: translate(-15px);}
    100% {transform: translate(15px);}
}

i.icon-zalo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: url(assets/img/zalo-icon.png) no-repeat center center;
    background-size: contain;
    background-color: #0180c7;
    margin: 0;
    border-radius: 99px;
}

.breadcrumbs-area{
	background: #f5f5f5;
	border-bottom: 1px solid #efefef;
    border-top: 1px solid #f2f2f2;
	margin-bottom: 30px;
}
.breadcrumbs-area .col{
	padding-bottom: 0;
}
.breadcrumbs-area .breadcrumbs{
	padding: 10px 0;
	font-weight: 300;
    font-size: 0.8rem;
}

.blog-wrapper{
	padding-top: 0;
}

.blog-wrapper .breadcrumbs-area{
	
}


.blog-single .entry-content.single-page{
	text-align: justify;
}

.blog-single .entry-header-text{
	padding-bottom: 0;
}
.blog-single .entry-header-text h1{
	margin-bottom: 0;
}
.single-related{
	margin-top: 20px;
}
.single-related h3{
	margin-bottom: 20px;
}
.single-tags{
	margin: 30px 0;
}
.single-tags .list-tag a{
	background: rgb(241 241 241);
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #3bb34a;
	margin-bottom: 10px;
    display: inline-block;
}

.sidebar-contact, .sidebar-about{
	border-radius: 5px;
	overflow: hidden;
}
.sidebar-contact{
	background: #fff7ea;
}
.sidebar-contact h5, .sidebar-contact h4{
	margin-bottom: 0;
}
.sidebar-contact p{
	font-size: 0.9rem;
}

.sidebar-contact .call{
	font-size: 2.2rem;
    line-height: 1;
    padding: 0;
    letter-spacing: 0;
    font-weight: bold !important;
    min-height: 0;
    margin-bottom: 15px;
	
	//display: flex;
    //justify-content: center;
    //align-items: center;
	color: #3bb34a !important;
}

.box-call{
	display: flex;
    align-items: center;
	max-width: 280px;
    margin: auto;
	margin-bottom: 20px;
}
.box-call h3{
	font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
	margin-top: 20px;
}
.box-call:hover h3{
	color: #3bb34a !important;
}
.box-call p{
	margin-bottom: 0;
}

.sidebar-contact .call:before{
	content: "\f879";
	content: none;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    display: inline-block;
    //background: #3bb34a;
    text-align: center;
    line-height: 40px;
    border-radius: 99px;
    //color: #fff;
	margin-right: 5px;
	//animation: right 0.5s infinite ease-in-out;
}

.section-service{
	padding: 0 15px;
}
.service-box{
	background: #f7f7f7;
	margin-bottom: 30px;
	border-radius: 7px;
	overflow: hidden;
}
.service-box:last-child{
	margin-bottom: 0;
}
.service-box .service-description p{
}

.service-box .box-text1{
    padding: 15px 35px;
}

.about-box{
	max-width: 280px;
    margin: auto;
    padding: 35px 15px;
}
.about-box h4{
	font-weight: bold;
	margin-bottom: 5px;
}

.about-box p{
	font-size: 0.9rem;
}
.about-box img{
	opacity: 0.9;
}


.widget .about-box{
	padding: 15px 10px;
}
.widget .about-box h4{
	font-weight: normal;
	margin-bottom: 0;
	font-size: 0.9rem;
	line-height: 1.3;
}
.widget .about-box .icon-box-img{
	    margin: 0 auto 0.7em;
}


.kk-custom{
	display:table;
	margin: 30px auto;
}


.page-header-excerpt{
	display: none;
}

.section-page-title{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 250px;
	margin-bottom: 35px;
}
.section-page-title .section-bg-overlay {
	background-color: rgba(0, 0, 0, 0.68);
}
.section-page-title .section-bg {
	background-position: 50% 50%;
}

.section-page-title .text{
	max-width: 700px;
    margin: auto;
    text-align: center;
	padding: 15px;
}
.section-page-title h1{
	margin-bottom: 0;
	font-size: 2.2rem
}
.section-page-title .breadcrumbs{
	margin-bottom: 15px;
}
.section-page-title .breadcrumbs span{
	text-transform: none;
    font-size: 0.9rem;
	font-weight: 300;
}
.section-page-title .breadcrumbs a{
	display: inline;
	padding-left: 0;
	font-size: 0.9rem;
	font-weight: 300;
}


.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select{
	border-radius: 3px;
}
.form-baogia label{
	font-weight: normal;
}
.form-baogia .wpcf7-list-item{
	margin-right: 0;
	display: block;
}
.form-baogia .wpcf7-form{
	margin-bottom: 0;
}

.form-logo{
	max-width: 200px;
    margin: auto;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0;
    padding: 8px 15px;
    border-radius: 3px;
}

.wpcf7 .wpcf7-not-valid-tip{
	font-size: 12px;
}

#baogia{
	padding: 30px 20px 0 !important;
}
#baogia h2{
	font-size: 2.2rem;
}
#baogia .col{
	padding-bottom: 0;
}

.back-to-top.active{
	background: #3bb34a;
    border-color: #3bb34a;
    color: #fff;
}


.sp-location-faqs{
	margin-top: 30px;
	margin-bottom: 0;
}
.sp-location-faqs h2.title {
    text-align: center;
    text-transform: capitalize;
	text-align: center;
	margin-bottom: 25px;
}
.sp-acc {
    margin-bottom: 10px;
	border-radius: 3px;
    overflow: hidden;
}
.sp-acc:last-child{
	margin-bottom: 0;
}
.sp-acc .sp-acc-title {
    font-weight: 400;
    font-size: 15px;
    background: #ececec;
    padding: 10px 35px 10px 15px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.sp-acc .sp-acc-content {
    border: 1px solid #ececec;
    border-top: 0;
    padding: 20px;
    padding-bottom: 0;
    font-size: 14px;
    display: none;
}
.sp-acc.active .sp-acc-content {
    display: block;
}

.sp-acc .sp-acc-title:after {
    font-family: 'fl-icons'!important;
    content: "\f107";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    font-size: 30px;
    color: #555;
}

.sp-acc.active .sp-acc-title:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 32px;
}


.home .about-list{
    background: #3bb34a;
}

.post-item .image-cover{
    border-radius: 7px;
    overflow: hidden;
}

.home-news-col, .home-news .post-item, .home-news .box-text{
	padding-bottom: 0 !important;
}


.home h2, .home h1{
	font-size: 2rem;
	margin-bottom: 7px;
}
.home h3{
	font-size: 1.6rem;
}

.home-message p{
	text-align: justify;
}

.home-message h2, .home-message h3{
	text-align: left;
	margin-bottom: 30px;
}
.home-message h3{
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.home-message-col .col-inner{
	background: url(assets/img/quote.png) no-repeat center center;
	background-position: bottom right;
    background-size: 330px;
}
.home-message-text{
	padding: 0 0  0 80px ;
	max-width: 565px;
}

.dark .form-flat input:not([type=submit]), .dark .form-flat textarea, .dark .form-flat select, .nav-dark .form-flat input:not([type=submit]), .nav-dark .form-flat textarea, .nav-dark .form-flat select{
	background-color: #fff !important;
	color: #313131 !important;
	border-radius: 0;
}
.dark .form-flat input::placeholder{
	color: #555555 !important;
}

.home-form .wpcf7-submit{
	right: 0;
    position: absolute;
	border-radius: 0;
	margin-right: 0;
}

.home-message .section-bg.bg-loaded{
    background-size: 1100px !important;
    background-position: -10% 25% !important;
}
.home-message .button{
	right: 0;
    position: absolute;
	margin-right: 0;
}


.off-canvas-center .nav-vertical>li>a{
	color: #3bb34a;
}
.off-canvas-center.mfp-bg.mfp-ready{
	opacity: 0.95;
}

.mfp-container{
    padding: 0;
    background: #fff0de;
}
.lightbox-content{
	box-shadow: none;
}
.off-canvas .mfp-container{
	    background: transparent;
}

.single .entry-header-text .entry-title{
	font-size: 1.5em;
}
.single h2{
	font-size: 1.2em;
}

.qd{
	margin-bottom: 40px;
	
}
.qd h2{
		margin-bottom: 15px;
	}
.qd-info{
	border: 1px solid #efefef;
    border-radius: 5px;
	overflow: hidden;
}
.qd-info .item{
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0;
	display: flex;
    justify-content: space-between;
	background: #f7f7f7;
}
.qd-info .item:last-child{
	border-bottom: 0;
}
.qd-info .item span:last-child{
	font-weight: bold;
}
.qd .btn-download{
	display: block;
    width: 100%;
    padding: 10px 20px;
    background: #3bb34a;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

.qd .btn-download i{
	font-size: 1.6rem;
	margin-right: 10px;
}

.has-viewmore .viewmore-content{
	max-height: 650px;
    overflow: hidden;
    position: relative;
}
.has-viewmore.active .viewmore-content{
	height: auto;
    max-height: 100%;
}
.has-viewmore .viewmore-content:after {
    content: "";
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear,left bottom,left top,from(rgb(255,255,255)),color-stop(85%,rgba(255,255,255,.7)),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,rgb(255,255,255) 0%,rgba(255,255,255,.7) 85%,rgba(255,255,255,0) 100%);
}
.has-viewmore .btn-viewmore{
	
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 7px;
    color: #334862;
}



.back-to-top{
	bottom: 80px;
	
}

.wtg-contact.right{
	    right: 15px;
}



table{
	border: 1px solid #3bb34a;
    border-radius: 5px;
    overflow: hidden;
}
th, td{
	padding: 1rem !important;
    font-size: 1rem;
	border-top: 1px solid #3bb34a;
	border-right: 1px solid #3bb34a;
	border-bottom: 0;
    
}
th:last-child, td:last-child{
	border-right: 0;
}
tr:last-child th, tr:last-child td{
	border-bottom: 0;
}
tr.head{
	background: #3bb34a;
}
tr.head td{
	color: #fff;
	
}

.home .quytrinh .quytrinh-title{
	text-align: center;
	max-width: 800px;
	margin: auto;
}
.home .quytrinh-item{
	background: #ffffff;
} 

.quytrinh{
	padding: 0 !important;
    margin-bottom: 0;
    
}
.quytrinh .section-bg{
	background: transparent !important;
}
.quytrinh-item{
	background: #f7f7f7;
	padding: 15px;
	height: 100%;
	position: relative;
    border-radius: 5px;
}
.quytrinh-item:hover{
	background: #ffffff;
}

.quytrinh-item:before{
	content: "1";
    position: absolute;
    font-size: 2.4rem;
    font-weight: bold;
    color: #cfcfcf;
    top: -5px;
    left: 15px;
}
.quytrinh-item-2:before{
	content: "2";
}
.quytrinh-item-3:before{
	content: "3";
}
.quytrinh-item-4:before{
	content: "4";
}
.quytrinh-item-5:before{
	content: "5";
}
.quytrinh-item-6:before{
	content: "6";
}
.quytrinh-item-7:before{
	content: "7";
}
.quytrinh-item h4{
	font-size: 1rem;
	padding-left: 32px;
	color: #555555;
}
.quytrinh-item p{
	font-size: 0.9rem;
	color: #555555;
}
.quytrinh p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 849px){
	.home h2{
		font-size: 1.6rem;
	}
	.home h3{
		font-size: 1.1rem;
	}
	.header-button a.button:before{
		content: "\f879";
		font-family: "Font Awesome 5 Pro";
	}
	
	.about-list .col:nth-child(3) .col-inner{
		background: transparent !important;
	}
	.about-list .col:nth-child(4) .col-inner{
		background-color: rgb(62, 167, 75);
	}
	
	.about-box{
		padding: 20px 15px;
	}
	
	.home-message-text{
		padding: 0 60px 0 60px ;
		    max-width: 100%;
	}
	#baogia h2{
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 767px){
	.section-page-title{
		min-height: 180px;
	}
	.section-page-title p{
		display: none;
	}
	.section-page-title h1 {
		font-size: 1.6rem;
	}
	.section-page-title .breadcrumbs{
		margin-bottom: 0;
	}
	
	.service-box .box-text1{
		padding: 15px;
	}
	
	.home-message-text{
		padding: 0 40px 0 40px ;
	}
	.home-message-col .col-inner{
		background-size: 160px;
	}
	#baogia h2{
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 549px){
	.col {
		padding-bottom: 10px;
	}
	h2{
		font-size: 1.4rem;
	}
	.service-box h2{
		font-size: 1.2rem;
	}
	.section-page-title{
		min-height: 250px;
	}
	.section-page-title h1 {
	}
	.service-box .button, .box-giaiphap .button, .home-form .button{
		width: 100%;
	}
	
	.medium-logo-center .flex-right{
		flex: auto;
	}
	.medium-logo-center .logo{
		width: 130px !important;
	}
	
	
	.about-box{
		padding: 15px 10px;
	}
	.about-box h4{
		font-size: 0.8rem;
		    margin-bottom: 2px;
	}
	.about-box .icon-box-img{
		width: 30px !important;
		margin-bottom: 0.8em;
	}

	.about-box p{
		font-size: 0.75rem;
		line-height: 1.3;
	}
	
	.home .about-list{
		margin: 15px !important;
		border-radius: 5px;
		width: auto;
		overflow: hidden;
	}
	.home-message-text{
		padding: 0 30px 0 30px ;
	}
	
	.mfp-container{
		padding: 0;
		background: #FFF;
	}
	.lightbox-content{
		box-shadow: none;
	}
	
	.wtg-contact.right{
		left: 0;
		right: 0;
		bottom: 0;
		background: #ffffff;
		box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
	}
	
	.wtg-contact-list{
		display: flex;
		justify-content: space-around;
	}
	.wtg-contact-list-item{
		margin-bottom: 8px;
		width: 48px !important;
		height: 48px !important;
		line-height: 0 !important;
		background: transparent;
		margin-left: 8px;
		margin-right: 8px;
	}
	.wtg-contact-list-item .label{
		bottom: -3px;
	}
	body{
		padding-bottom: 56px;
	}
	
	.footer-primary{
		margin-top: 10px;
	}
	
	.quytrinh-item{
		padding: 10px;
	}
	.quytrinh-item h4{
		line-height: 1.2;
	}
	.quytrinh-item p{
		font-size: 0.85rem;
	}
	
	.blog-single .entry-content.single-page{
		text-align: left;
	}
}

.grecaptcha-badge, .absolute-footer{
    display: none !important;
}

