/* css gioi thieu */
.home-gt p {
    text-align: justify;
    margin: 0 0 10px;
    position: relative;
}
span.gt {
    color: #f69b50;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 80px;
    opacity: 0.1;
    position: relative;
}

span.vct {
    color: #004da0;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}

.home-gt p:last-child {
    font-size: 14px;
    margin-bottom: 25px;
}

/* css blog */
.is-divider {
    display: none !important;
}

.home_blog .col.post-item>.col-inner {
    border: 1px solid rgba(34,34,34,.15);
    border-radius: 6px;
    overflow: hidden;
	transition: .3s ease-in-out;
}

.home_blog .col.post-item>.col-inner:hover {
    box-shadow: 0 0 15px #ccccccc4;
}

.home_blog .col.post-item .box-text {
    padding: 15px;
    min-height: 140px;
    overflow: hidden;
}

.home_blog .col.post-item .from_the_blog_excerpt {
    margin-top: 15px;
}

/* css home cate */
.section-title b {
    color: transparent;
}

.home-title span.section-title-main {
    padding-bottom: 10px;
    color: #004da0;
    font-weight: 700;
}

.home-title span.section-title-main:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 0px;
    bottom: -3px;
    border-bottom: 3px double #9E9E9E;
    left: 50%;
    margin-left: -60px;
}

.home-title span.section-title-main:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    background: #FFF;
    border: 1px solid #9E9E9E;
    left: 50%;
    margin-left: -6px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

.home-cate .box.box-category.has-hover {
    border: 1px solid #004da0;
    padding: 10px;
    background: #fff;
    border-top: 5px solid #004da0;
    box-shadow: 5px 5px 0px 2px #d4d4d4;
}


/* css questions */
.home-questions.accordion .accordion-item {
    margin-bottom: 15px;
}

.home-questions .accordion-title {
    border-radius: 5px;
    box-shadow: 2px 2px 10px #00000014;
    border-top: 1px solid #e6e6e6;
	background-color: #fff;
    font-size: 19px;
    padding: 10px 15px;
}

.home-questions .accordion-inner {
    padding: 10px;
	color: #000;
	background-color: #fff;
}

.home-questions .accordion-title.active {
    box-shadow: 0 0;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
	background-color: #f07c63;
	color: #fff;
}

.home-questions.accordion .toggle {
    right: 0;
    left: unset;
}

.home-questions .accordion-inner p {
    margin-bottom: 0;
}

.home-questions .accordion-inner p {
    margin-bottom: 0;
    font-size: 15px;
}

/* css section dich vu */
.dichvu .icon-box {
    text-align: center;
    box-shadow: 0 0 4px #0000002e;
    border-radius: 4px;
    transition: .4s ease-in-out;
    padding-top: 10px;
}

.dichvu .icon-box:hover {
	transition: .4s ease-in-out;
	margin-top: -8px
}

.dichvu p {
    font-size: 14.5px;
    min-height: 80px;
}

.dichvu .icon-box-text.last-reset {
    padding: 10px;
}

@media (max-width: 548px) {
	span.gt {
		font-size: 50px;
	}

	span.vct {
		font-size: 22px;
	}
}