div#masthead ul li.menu-item a.nav-top-link {
	color: #014127;
    font-size: 16px;
    font-weight: 400;
    padding-right: 30px;
	text-transform: uppercase;
}

.noPadding {
	padding-bottom: 0 !important;
}

.product-small.box {
    text-align: center;
    background: #fff;
    padding: 8px;
}

/* css home title */
.home-title-gach h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.home-title-gach p {
    color: #a4acb9;
    margin-bottom: 0;
    position: relative;
}

.home-title-gach p:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 2px;
    margin-left: 25px;
    background-color: #9fa9b3;
}

.is-divider {
    display: none !important;
}

a.button.open-video:before {
    content: '';
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid #fff;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0
	}
	50% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .2
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}

/* css building */
.home-building {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.home-building:before {
    content: '';
    position: absolute;
    top: -10%;
    height: 120%;
    left: 25%;
    background-color: #f5f5f5;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.home-building a.button.primary {
/*     margin: 0; */
}

@media (max-width: 548px) {
	.home-building:before {
		left: 0;
		top: 0;
		height: 100%;
	}
	.home-building a.button.primary {
		width: 100%;
		padding: 4px 20px !important;
	}
}

/* css trang gioi thieu */
.page-gt-tab-header {
    transition: all 0.3s ease;
    position: relative;
}

.page-gt-tab-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: slideDown 0.3s ease;
}

.page-gt-tab-header.is-fixed .page-gt-tab-pc {
    background-color: #f2f2f2;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0 12px;
} 

.page-about-tabs ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    gap: 10px;
    padding: 15px 0;
}

.page-about-tabs ul li {
    margin: 0;
}

.page-about-tabs ul li a {
    display: block;
    color: #333333;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.page-about-tabs ul li a:hover, .page-about-tabs ul li a.active {
    color: #fff;
    background-color: #014127;
}

.page-about-gtc p strong {
    color: rgb(153, 153, 153);
    font-size: 18px;
}

.page-about-gtc h2 {
    color: #444444;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
}

.title-web2 h2 {
	font-size: 35px;
}

.page-about-gtc p {
    color: rgb(68, 68, 68);
    font-size: 15px;
    line-height: 23px;
}

.page-about-gtc p:first-child {
    margin-bottom: 5px;
}

span.count-up {
    font-size: 40px;
    font-weight: 900;
}

span.daucong {
    font-size: 18px;
    vertical-align: top;
    font-weight: 900;
    top: 10px;
    left: 4px;
    position: relative;
}

.page-about-sochay p {
    margin-bottom: 0;
    font-size: 15px;
}

.page-about-sochay p:last-child {
    color: #666666;
}

.page-about-sochay .icon-box-img {
    height: 60px;
    display: flex;
    align-items: center;
}

.page-about-ldao h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #014127;
}

.page-about-ldao p {
    font-size: 15px;
    margin-bottom: 10px;
}

.page-about-tamnhin {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.page-about-tamnhin p {
    margin-bottom: 0;
}

.page-about-tamnhin p strong {
    font-weight: 400;
    color: #014127;
    font-size: 15px;
}

.page-about-tamnhin h4 {
    font-size: 20px;
    font-weight: 500;
}

.page-about-tamnhin p {
    font-size: 15px;
}

/* css trang lien he */
.page-lienhe-contact h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #014127;
    text-transform: uppercase;
    font-weight: bold;
}

.page-lienhe-contact p {
    margin-bottom: 2px;
    font-size: 15px;
}

.page-lienhe-contact p strong {
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    box-shadow: 0 0;
    border: 0;
    background: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-text::placeholder, textarea.wpcf7-form-control.wpcf7-textarea, textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #000;
    font-size: 14px;
}

/* css trang san pham */
.sanpham-header a.button.primary {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 33.3333%;
    height: 100%;
    padding: 24px 15px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
	background-color: #014127 !important;
}

.sanpham-header .col .col-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sanpham-header {
    margin-top: -36px;
}

.sanpham-header {
    transition: all 0.3s ease;
    position: relative;
}

.sanpham-header.is-fixed {
    position: fixed;
    top: 34px;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    z-index: 999;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sanpham-header.is-fixed::before {
    content: '';
    display: block;
    height: 0;
}

a.button.primary.btn-sp-1 {
/*     opacity: .6; */
}

a.button.primary.btn-sp-2 {
    background-color: #20a0e4;
}

a.button.primary.btn-sp-3 {
    background-color: #2dbb88;
}

.sp-row-cate-content .col-inner {
    padding-left: 20px;
}

.sp-mota-cate-title h3 {
    color: rgb(20, 100, 189);
}

.sp-mota-cate-title blockquote {
    border-width: 5px;
    padding-left: 15px !important;
    line-height: 26px;
    margin-bottom: 10px;
}

.sp-mota-cate-title {
    margin-top: 15px;
}

.sp-mota-cate-box h3 {
    margin-bottom: 0;
}

.sp-mota-cate-box p {
    font-size: 14px;
}

.sp-mota-cate-box {
    border-bottom: 1px solid #0000001c;
    margin-bottom: 10px;
    padding-top: 10px;
}

.sp-mota-cate-mota {
    font-size: 14px;
    color: #666666;
}

a.button.primary.sp-mota-cate-btn {
    font-size: 14px;
    padding: 2px 30px;
    margin: 0;
}

.sp-mota-cate-img {
    padding: 8px;
}

@media (max-width: 548px) {
	.sp-mota-cate-mota {
		display: none;
	}
	.sp-row-cate {
		padding: 12px;
	}

	.sp-row-cate-content .col-inner {
		padding: 20px;
	}

	.sp-mota-cate-box p {
		padding-bottom: 8px;
	}

	.sp-mota-cate-box .icon-box-img {
		width: 50px !important;
	}

	a.button.primary.sp-mota-cate-btn {
		margin-top: 8px;
		width: 100%;
	}
	.sanpham-header a.button.primary {
		padding: 10px 6px;
		font-weight: 500;
		font-size: 10px;
	}

	.sanpham-header .col .col-inner {
		gap: 5px;
	}
}


/* css footer */
.ct-foo p strong {
    color: #014127;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 15px;
}

.ct-foo p, .ct-foo a {
    margin-bottom: 12px;
    font-size: 14px;
    color: #014127;
}

.foo-border-pc .ct-foo {
    padding-top: 10px;
    border-top: 1px solid #999999;
}

footer#footer .row.row-collapse >.col >.col-inner {
    padding: 0 10px;
}

.padding15 {
	padding-bottom: 15px !important;
}

.foo-border-home>.col-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-foo-link a:after {
    content: "\f08e";
    font-family: fontawesome;
    padding-left: 5px;
    font-size: 12px;
    color: #007cba;
}

.ct-foo-home p a {
    font-size: 14px;
}

.ct-foo-home i.fa-solid.fa-house {
    font-size: 12px;
	color: #007cba;
}

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

.copyright-footer {
    font-size: 14px;
    padding: 10px 0;
}

.copyright-footer p {
    margin-bottom: 0;
}

.copyright-footer strong {
    color: #014127;
}

/* 	cssss footer mobile */
.foo-acc-mobile .toggle {
	left: unset !important;
	right: 0 !important;
	color: #000 !important;
}

.foo-acc-mobile button.toggle i {
	font-size: 20px;
}

.foo-acc-mobile a.accordion-title {
	font-size: 15px;
	color: #000;
	background: #fff;
	padding: 12px;
	border: 0;
	font-weight: 600;
}

.foo-acc-mobile .accordion-inner {
	padding: 12px;
}

.accordion-item {
	background: #fff;
	margin-bottom: 5px;
}

.foo-acc-mobile a.accordion-title.plain.active {
	border-bottom: 1px solid #f2f2f2;
}

.foo-acc-mobile .accordion-inner .ct-foo p:last-child {
    margin-bottom: 0;
}


.home-tab-img .nav-tabs li a span.tab-text {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    padding-top: 6px;
}