/* Write Custom Css Here */
/*-------------Header----------------*/
.nav-right-content {
	display: none;
}
/*-------------trang chủ-------------*/
[data-page="trang-chu"] #homepage_banner {
	margin-top: 69px;
}
#homepage_banner .owl-dots {
  display: none;
}
/* Ẩn nhẹ trước khi Owl load xong */
#homepage_banner_slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
}

/* Hiện mượt sau khi Owl init */
#homepage_banner_slider.owl-loaded {
    opacity: 1;
    visibility: visible;
}
/*-thông tin liên hệ-
#gt_lienhe > div > div {
  justify-content: center;
}
#gt_lienhe .how-it-single-item-03 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gt_lienhe .how-it-single-item-03 .icon {
  margin-right: 16px;
}
#gt_lienhe .how-it-single-item-03 img {
  width: 80px;
}
#gt_lienhe .how-it-single-item-03 .content {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}
#gt_lienhe .how-it-single-item-03 .content h4 {
  font-size: 16px;
  margin: 0;
}
#gt_lienhe .how-it-single-item-03 .content p {
  margin: 0;
  font-size: 20px;
}*/
[data-page="lienhe"] .section[data-layoutid="section2"] {
	padding: 60px 0 80px;
	background: linear-gradient(180deg, #fff 0%, #fff5f7 100%);
}
[data-page="lienhe"] .learning-bg .bulid-content-area .title h4.title {
	
}
.lienhe-tieude .section-title h1.title {
	text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--main-color-one);
}
.lienhe-tieude .section-title h4.title {
	text-align: center;
  font-size: 18px;
  color: var(--paragraph-color);
}
.section .column:has(#homepage-ytb) {
	align-self: center;
}
.blog-details-content-area .entry-content a:hover {
	color: var(--paragraph-color);
}
.blog-details-content-area .entry-content a {
	color: var(--main-color-one);
}
/*----------trang chủ giới thiệu---------*/
#homepage-gioithieu .supports-img{
    width:100%;
    min-height: 430px;
	border-radius: 20px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
#homepage-gioithieu ul.content.text-justify {
	display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#homepage-gioithieu ul.content.text-justify li {
	flex: 0 0 calc(50% - 10px);
	text-align: left;
  padding: 12px 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  border-radius: 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#homepage-gioithieu ul.content.text-justify li i {
	padding: 8px;
  background: var(--icon-gradient);
  border-radius: 10px;
  margin-right: 12px;
  color: var(--main-color-one);
  font-size: 22px;
}
#homepage-gioithieu .tracks-content-area h4.title {
	font-size: 30px;
  font-weight: 600;
  color: var(--heading-color);
}
#homepage-gioithieu .tracks-content-area .btn-startup a:before {
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-right: 6px;
  font-size: 19px;

}
#homepage-gioithieu ul.content.text-justify li:hover {
	transform: translateX(5px);
    box-shadow: 0 8px 24px rgba(225,29,72,0.08);
}
#homepage-gioithieu .tracks-content-area .btn-startup a {
	display: inline-flex;
  padding: 10px 20px;
	background: var(--gradient);
	border-radius: 12px;
	color: #fff;
	font-weight: 600;
	align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 16px;
}
#homepage-gioithieu .tracks-content-area .btn-startup a:hover {
    transform: translateY(-4px);
    filter: brightness(1.08);
    box-shadow: 0 10px 30px rgba(225, 29, 72, 0.4);
}
#homepage-gioithieu > div > div > div:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#homepage-gioithieu > div > div > div:first-child {
	display: none;
}
.client-area .carousel {
  max-width: 100%;
}
.section[data-layoutid="section5"] {
	padding: 80px 0;
}
.brand-carousel .owl-stage-outer img {
	border-radius: 10px;
}
.section[data-layoutid="section5"] > div > .row {
	align-items: center;
}
[data-page="gioi-thieu"] .section[data-layoutid="section2"] {
	padding: 60px 0 0;
}
[data-page="gioi-thieu"] .section[data-layoutid="section2"] > div > div {
	align-items: center;
}
.section > div > div > div:has(.client-area) ~ .column #support-area-three-61,
.section > div > div > div:has(.client-area) ~ .column {
	padding: 0;
}
/*----------trang chủ danh mục---------*/
#homepage-danhmuc {
	background: var(--bg);
}
#homepage-danhmuc .content .section-title h1.title {
	text-align: center;
	font-size: 32px;
  font-weight: 600;
  color: var(--main-color-one);
}
#homepage-danhmuc .content .section-title p {
	text-align: center;
	margin-bottom: 36px;
}
#homepage-danhmuc .single-icon-box-09 * {
	text-align: center !important;
}
#homepage-danhmuc .single-icon-box-09 .icon i {
	padding: 12px;
  background: var(--icon-gradient);
  color: var(--main-color-one);
  font-size: 46px;
  border-radius: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#homepage-danhmuc .single-icon-box-09 .content {
	margin-top: 22px;
}
#homepage-danhmuc .single-icon-box-09 .content h4.title {
	font-weight: 600;
	font-size: 18px;
	color: var(--heading-color);
}
#homepage-danhmuc .single-icon-box-09 .content p.text-justify {
	font-size: 15px;
  color: var(--paragraph-color);
  height: 48px;
}
#homepage-danhmuc .single-icon-box-09 .category-link {
	color: var(--main-color-one);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
}
#homepage-danhmuc .single-icon-box-09 .category-link:hover::after{
	margin-left: 12px;
}
#homepage-danhmuc .single-icon-box-09 .category-link::after{
    content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 19px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#homepage-danhmuc .single-icon-box-09 {
	padding: 36px 20px 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
#homepage-danhmuc .row.repeater > div {
	margin-bottom: 20px;
	border: 2px solid transparent;
	padding-left: 8px;
  padding-right: 8px;
}
#homepage-danhmuc .single-icon-box-09:hover {
	transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(225,29,72,0.1);
  border-color: rgba(225, 29, 72, 0.1);
}
#homepage-danhmuc .single-icon-box-09:hover .icon i {
	transform: rotate(-5deg) scale(1.1);
	color: #fff;
	background: var(--main-color-one);
}
#homepage-danhmuc .single-icon-box-09::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
    transform: scaleX(0);
    transition: transform .4s;
}
#homepage-danhmuc .single-icon-box-09:hover::before {
    transform: scaleX(1);
}

/*
#homepage-gta.header-bottom-area .section-title.text-left h2.title {
	text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 16px;
}
#homepage-gta.header-bottom-area .section-title.text-left p {
	text-align: center;
	margin-bottom: 46px;
}
#homepage-gta.header-bottom-area .work-single-item .content * {
	text-align: center;
}*/
#homepage-ytb .container,
#homepage-ytb .container .col-lg-12.padding-bottom-30{
	padding: 0 !important;
}
#homepage-ytb-text .tracks-content-area .section-title h4.title {
	color: #F89630;
	font-weight: 600;
  font-size: 36px;
}
#homepage-ytb-text .tracks-content-area .section-title p {
	color: #fff;
}
#homepage-ytb-text .tracks-content-area .section-title .content.text-justify {
	display: flex;
	gap: 20px;
	margin-top: 32px;
}
#homepage-ytb-text .tracks-content-area .section-title .content.text-justify li {
	    text-align: center;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 32px;
  font-weight: 600;
  width: 33.33333%;
  color: var(--main-color-one);
}
#homepage-ytb-text .tracks-content-area .section-title .content.text-justify li small {
	display: block;
	color: var(--paragraph-color);
	font-size: 14px;
}
#homepage-ytb-text .tracks-content-area .btn-wrapper a {
	display: inline-flex;
  padding: 10px 20px;
  background: var(--gradient);
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 16px;
  box-shadow: 0 10px 30px rgba(225, 29, 72, 0.4);
}
#homepage-ytb-text .tracks-content-area .btn-wrapper a:hover {
	transform: translateY(-4px);
  filter: brightness(1.08);
  box-shadow: 0 10px 30px rgba(225, 29, 72, 0.4);
}
[data-page="trang-chu"] .section[data-layoutid="section2"] {
	background-color: #0f172a;
	position: relative;
    overflow: hidden;
	color: #fff;
	padding: 80px 0;
}
[data-page="trang-chu"] .section[data-layoutid="section2"]:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    background: radial-gradient(circle at right, rgba(225, 29, 72, 0.2) 0%, transparent 70%);
}
.home-product .section-title .title:first-child {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--main-color-one);
}
.home-product .col-lg-4.col-md-6 {
  margin-bottom: 20px;
}
.home-product .work-single-item p.utility-para {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 50px;
}
.home-product .work-single-item {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home-product .work-single-item a h3.title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--main-color-one);
}
.home-product .work-single-item a h3.title:hover {
	color: var(--main-color-two)
}
.home-product .work-single-item p.utility-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 15px;
}
.home-product .work-single-item .content > div {
  padding: 22px 14px;
}
.home-product .work-single-item .content > a {
  display: block;
  overflow: hidden;
  height: 230px;
}
.home-product .work-single-item .content > a img {
  object-fit: fill;
  height: 100%;
  width: 100%;
}
.home-product .work-single-item a:has(h3.title) {
  position: relative;
  display: block;
}
.home-product .work-single-item a:has(h3.title):hover::before {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.home-product .work-single-item a:has(h3.title)::before {
  content: "Xem chi tiết";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  bottom: -132px;
  background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
  color: white;
  padding: 8px 4px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-product .work-single-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(237, 28, 35, 0.2);
}
.home-tintuc .row.content .col-md-6.col-lg-4 {
	margin-bottom: 30px;
}
.home-tintuc .row.content .single-blog-grid-01 > .thumb {
	width: 40%;
}
.home-tintuc .row.content .single-blog-grid-01 > .content{
	width: 60%;
}
.home-tintuc .row.content .single-blog-grid-01 {
	display: flex;
	gap: 20px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	padding: 12px;
	border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
}
.home-tintuc .single-blog-grid-01 .content .title:hover a {
	text-decoration: underline;
}
.home-tintuc .row.content .single-blog-grid-01:hover {
	transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(237, 28, 35, 0.09);
}
.home-tintuc .row.content .single-blog-grid-01 .description{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-tintuc .section-title.gym h3.title {
	font-size: 36px;
  font-weight: 600;
  margin-bottom: 42px;
  text-align: center;
  color: var(--main-color-one);
}
.home-tintuc .single-blog-grid-01 .content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.home-tintuc .single-blog-grid-01 .content .news-date .title {
	text-transform: capitalize;
  font-size: 15px;
  color: var(--main-color-one);
}
.home-tintuc {
	background: linear-gradient(0deg, #fff 0%, #fff5f7 100%);
}
/*----------Giới thiệu---------*/
.header-area.header-btech.header-bg{
    position:relative;
    padding:80px 0;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:69px;
    color:white;
    text-align:center;
    overflow:hidden;
}
.header-area.header-btech.header-bg::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(15,23,42,0.92) 0%,      rgba(225,29,72,0.7) 100%);
    z-index:1;
}
.header-area.header-btech.header-bg::after{
    content:'';
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    height:60px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23fafbfc' d='M0,60 L0,30 Q360,60 720,30 T1440,30 L1440,60 Z'/%3E%3C/svg%3E")no-repeat center / cover;
    z-index:2;
}
.header-area.header-btech.header-bg > *{
    position:relative;
    z-index:3;
}
.header-area.header-btech.header-bg h1.title {
	color: #fff;
	font-weight: 600;
}
#support-area-three-61 .build-img {
    width: 100%;
    min-height: 420px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#support-area-three-61 .col-lg-5.padding-bottom-30 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#support-area-three-61 .offset-lg-1 {
	margin: unset !important;
}
#support-area-three-61 .section-title h4.title {
	font-size: 35px;
  font-weight: 600;
  color: var(--main-color-one);
}
#support-area-three-61 .title h4.title {
	text-transform: uppercase;
}
#gioithieu-tamnhin .section-title.text-left h2.title {
	text-align: center;
}
#gioithieu-tamnhin .section-title.text-left p {
	text-align: center;
	margin-bottom: 42px;
}
#gioithieu-tamnhin .work-single-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient);
  transform: scaleX(0);
  transition: transform .4s;
}
#gioithieu-tamnhin .work-single-item:hover::before {
  transform: scaleX(1);
}
#gioithieu-tamnhin .work-single-item:hover .icon i {
  transform: rotate(-5deg) scale(1.1);
  color: #fff;
  background: var(--main-color-one);
}
#gioithieu-tamnhin .work-single-item {
	padding: 32px 20px 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  transition: all .4s;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  height: 100%;
  margin-bottom: 30px;
}
#gioithieu-tamnhin .work-single-item:hover {
	transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(225,29,72,0.15);
}
#gioithieu-tamnhin .work-single-item .icon {
  margin-bottom: 22px;
}
#gioithieu-tamnhin .work-single-item .icon i {
  padding: 12px;
  background: var(--icon-gradient);
  color: var(--main-color-one);
  font-size: 46px;
  border-radius: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#gioithieu-tamnhin div:has(> .work-single-item) {
	margin-bottom: 30px;
}
/*----------Liên hệ---------*/
[data-page="lienhe"] .section[data-layoutid="section2"] > div > div {
	align-items: center;
}
#lienhe-chinhanh .row.title .section-title h4.title {
	text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
#lienhe-chinhanh .row.title .section-title p {
	text-align: center;
  margin-bottom: 40px;
}
#lienhe-chinhanh .row.repeater > div:first-child .single-icon-box-09 {
	display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
#lienhe-chinhanh .row.repeater .single-icon-box-09 .icon {
	height: 320px;
	overflow: hidden;
}
#lienhe-chinhanh .row.repeater .single-icon-box-09 .icon .icon {
	object-fit: cover;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#lienhe-chinhanh .row.repeater .single-icon-box-09 {
	
}
#lienhe-chinhanh {
	background: linear-gradient(180deg, #fff 0%, #fff5f7 100%);
}
#lienhe-chinhanh .row.repeater > div:first-child .single-icon-box-09 .repeater_data > p {
	padding: 24px 20px 10px;
	height: 191px;
}
#lienhe-chinhanh .single-icon-box-09:hover .icon .icon {
	transform: scale(1.06);
}
.contact-inner-area .contact-form {
	border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 48px 40px;
} 
.contact-inner-area .contact-form .btn-wrapper #contact_form_btn {
	padding: 10px 50px;
  border-radius: 8px;
  background-color: var(--main-color-one);
  border: none;
  color: #fff;
  font-weight: 600;
}
.contact-inner-area .contact-form .form-group label {
	font-weight: 600;
  font-size: 14px;
}
.contact-inner-area .contact-form .form-group :is(input, textarea) {
    background: #fafbfc;
}
.contact-inner-area .single-contact-item-02 .content {
	background-color: var(--main-color-one);
  padding: 42px 30px 30px;
  border-radius: 24px;
}
.contact-inner-area > div > div > div {
	align-self: center;
}
.contact-inner-area .single-contact-item-02 .content .details {
	font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.contact-inner-area .single-contact-item-02 .content iframe {
	border-radius: 12px;
}
/*------------Sản phẩm---------------*/
.danhmucsanpham .col-8 .category_description,
.danhmucsanpham .col-8 .section-title {
  display: none;
}
.danhmucsanpham .row.list.content .items .item {
	display: flex;
  border: 1px solid #cccccc70;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 12px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.danhmucsanpham .row.list.content .item .image img {
	max-width: 200px;
	border-radius: 6px;
}
.danhmucsanpham .row.list.content .item .description_short {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.danhmucsanpham .row.list.content .item .descriptions {
	padding: 20px;
}
.danhmucsanpham .row.list.content.relate .item .descriptions {
	padding: 0 0 0 20px;
}
.danhmucsanpham .row.list.content .item .image {
	align-self: center;
}
/*-------------Zalo button-----------------*/
@keyframes pulseUnified {
  0% {
    transform: scale(1) rotate(0);
    box-shadow: 0 0 0 0 rgba(255, 64, 140, 0.45);
  }

  15% {
    transform: scale(1.02) rotate(3deg);
  }

  30% {
    transform: scale(1.04) rotate(-3deg);
  }

  45% {
    transform: scale(1.05) rotate(2deg);
  }

  60% {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 0 0 14px rgba(0, 123, 255, 0);
  }

  100% {
    transform: scale(1) rotate(0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.icon-footerend {
  position: fixed;
  right: 32px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  border-radius: 50%;
  overflow: visible;
  padding: 6px;
  border: 1px solid var(--main-color-two);
  animation: pulseUnified 1.8s infinite;
  background-color: #fff;
}

.icon-footerend img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

/* Vị trí từng nút */
#zaloButton {
  bottom: 96px;
}

#mailButton {
  bottom: 160px;
  animation-delay: 0.4s;
}
#youtubeButton {
	bottom: 224px;
	animation-delay: 0.6s;
}
/*----------breadcrumb-------------*/
.breadcrumb-area {
  background: linear-gradient(120deg, rgba(15,23,42,0.85) 0%, rgba(225,29,72,0.6) 100%);
}
.breadcrumb-area .breadcrumb-inner .page-list a {
    color: var(--main-color-one);
}
.breadcrumb-area .breadcrumb-inner .page-list li:hover a {
    color: var(--paragraph-color);
}
.breadcrumb-area .page-list li:last-child * {
    font-size: 16px;
    margin: 0;
    pointer-events: none;
    color: #fff !important;
}
/*----------footer-------------*/
.footer-item-list .sub-menu {
	display: none;
}
.footer-area {
	background-color: #f4f4f4;
}
.footer-area .footer-top {
	padding: 40px 0 10px;
}
.footer-area .footer-top .col-12:not(:first-child) .widget.widget_nav_menu > p {
	font-size: 20px;
	color: var(--heading-color);
	margin-bottom: 26px;
	position: relative;
}

.footer-area .footer-top .col-12:not(:first-child) .widget.widget_nav_menu > p::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 46px;
	height: 3px;
	background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
	border-radius: 12px;
}
.footer-area .footer-logo .footer-logo {
	width: 120px;
	margin-bottom: 16px;
}
.footer-top .widget.widget_nav_menu .social_share li {
	margin-bottom: 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer-top .widget.widget_nav_menu .social_share li .la-angle-right {
	font-size: 16px;
  margin-top: 5px;
  margin-right: 4px;
  color: var(--paragraph-color);
}
.footer-top .widget.widget_nav_menu .social_share li:has(.la-angle-right):hover {
	transform: translateX(6px);
}
.footer-top .widget.widget_nav_menu .social_share li:hover a,
.footer-top .widget.widget_nav_menu .social_share li:hover i {
	color: var(--main-color-one);
}
.footer-area .copyright-area * {
  font-size: 14px;
  color: var(--paragraph-color);
}
/*------------------khắc dấu---------------*/
.product_details .social-share {
  display: flex;
  padding: 10px 0 6px;
}
.product_details ul.social-share li {
  list-style-type: none;
}
.product_details .social-share li a {
  padding: 8px 10px;
  border: 1px solid #cccccc50;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product_details .social-share li a:hover {
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(224, 29, 71, 0.1);
	background-color: var(--main-color-one);
}
.product_detail .product_details .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 0px solid #cccccc50;
  color: var(--main-color-one);
}
.product_detail > div > div > div > .title {
  display: none;
}
.product_details .btn-action:hover, .services-area .list.content .descriptions > form .btn-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.product_details .btn-action {
  display: inline-block;
  margin-top: 12px;
  user-select: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
}
.product_detail .product .description_full {
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 5px;
  padding: 30px 20px 10px;
  margin-top: 90px;
}
.product_detail .description_full::before {
  content: 'Chi tiết sản phẩm';
  line-height: 1.9;
  display: inline-block;
  position: absolute;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
  background: var(--main-color-one);
  top: 52px;
  left: 14px;
  font-weight: bold;
  color: #fff;
}
.product_detail .relate_title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: var(--main-color-one);
}
.danhmucsanpham .content .items .item:hover .image img {
  transform: scale(1.03);
}
.danhmucsanpham .content .items .image img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.danhmucsanpham .content .items > .item {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  padding: 13px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product_details .btn-action:hover, .services-area .list.content .descriptions > form .btn-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.danhmucsanpham .content .descriptions form .btn-action {
  outline: none;
  background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  transition: transform 0.2s ease;
  font-weight: 600;
}
.danhmucsanpham .content .description_short {
	margin-bottom: 10px;
}
.exzoom .exzoom_btn a:hover {
  background: var(--main-color-one) !important;
}
.danhmucsanpham #category > h2 {
	line-height: 26px;
	margin-bottom: 16px;
}
.danhmucsanpham #category > h2 a {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 24px;
}
.menu-item-list .sub-menu {
  list-style: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #f2f2f252;
  padding-left: 0;
  overflow: hidden;
}
.menu-item-list .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #ccc;
}
.menu-item-list .sub-menu li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.menu-item-list .sub-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-item-list .sub-menu li a {
  display: block;
  padding: 11px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--main-color-one);
}
.menu-item-list .sub-menu li:hover a {
  color: #fff;
}
.menu-item-list .sub-menu li:hover {
  background-color: var(--main-color-one);
}
.danhmucsanpham .col-4.leftpanel .menu-item-list {
  position: sticky;
  top: 100px;
}
.danhmucsanpham .col-4.leftpanel > #category {
  min-height: 100%;
}
.danhmucsanpham .descriptions h4.title a {
	color: var(--main-color-one);
}
.danhmucsanpham .descriptions h4.title:hover a {
  color: var(--main-color-two);
}
.description_full p {
	color: var(--heading-color);
}
/*-------------------tin tức------------------*/
.blog-content-area .blog-content-listing .single-blog-grid {
  position: relative;
  padding: 10px;
  box-shadow: 0 .125rem .25rem rgba(224, 29, 71, .14);
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-content-area .blog-content-listing > div {
	margin-bottom: 30px;
}
.blog-content-area .blog-content-listing .single-blog-grid:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(224, 29, 71, 0.12);
}
.single-blog-grid .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.blog-content-area .post-meta {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.single-blog-grid .content .description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blog-content-listing .single-blog-grid .content .readmore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
}
.widget .widget-title {
  color: var(--main-color-one);
  font-weight: 600;
}
.widget .widget-category-list, .widget .recent_post_item {
  border-radius: 6px;
  overflow: hidden;
}
.widget .single-item:not(:last-child), .widget .single-recent-post-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.widget .widget-category-list a {
  background-color: rgba(237, 28, 35, 0.1);
  display: block;
  padding: 10px 12px;
}
.widget .widget-category-list a {
  color: #757575;
  font-weight: bold;
}
.single-recent-post-item {
  display: flex;
  padding: 12px 12px;
  background-color: rgba(237, 28, 35, 0.1);
  align-items: center;
}
.single-recent-post-item .thumb {
  max-width: 115px;
  margin-right: 10px;
}
.widget .recent_post_item .single-recent-post-item img {
  border-radius: 4px;
  width: 100%;
}
.widget .recent_post_item .single-recent-post-item .title a {
	color: var(--heading-color);
}
.widget .recent_post_item .single-recent-post-item .title:hover a {
	color: var(--main-color-one);
}
.widget .widget-category-list a:hover {
  color: var(--main-color-one);
}
.blog-content-area, .blog-details-content-area {
  padding: 60px 0 !important;
}
.widget .recent_post_item .single-recent-post-item .title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: var(--main-color-two);
}
.widget .recent_post_item .single-recent-post-item .content .time {
  font-size: 14px;
  color: #666;
}
.blog-content-area .blog-content-listing .single-blog-grid:hover .title a {
  text-decoration: underline;
}
.single-blog-grid .content .title a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  transition: all 500ms;
  color: var(--main-color-one);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.entry-footer {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 10px;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 20px;
}
.entry-footer .left .tags {
  display: flex;
}
.entry-footer > div > ul {
  margin: 0;
}
.entry-footer ul li {
  list-style-type: none;
}
.entry-footer .right .social-share {
  display: flex;
}
.entry-footer .right .social-share .title {
  margin-right: 8px;
}
.blog-details-content-area .content-area p {
	color: var(--heading-color);
}
.blog-details-content-area .post-meta li:first-child {
  text-transform: capitalize;
}
.blog-details-content-area .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.blog-details-content-area .h4.title {
  margin-top: 24px;
}
.single-post-details-item .thumb img {
  border-radius: 8px;
}
.contact-inner-area .col-lg-6.title,
#lienhe-chinhanh .row.repeater > div {
	margin-bottom: 30px;
}
/*-------------------Media------------------*/
@media (min-width: 575px) {
  .home-product .col-lg-4.col-md-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .danhmucsanpham .list.content.relate > .items {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (min-width: 767px) {
  .product_detail .product_details > div:first-child {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .product_detail .product_details > div:last-child {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .home-tintuc .row.content .col-md-6.col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
    .single-blog-grid .thumb {
      height: 220px;
    }
}
@media (min-width: 992px) {
	.footer-area > .footer-top > div > div > .logo {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.footer-area > .footer-top > div > div > .col-lg-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	  .home-product .col-lg-4.col-md-6 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	  }
	  .danhmucsanpham .row.list.content .items .item {
	  display: flex;
	  border: 1px solid #cccccc70;
	  margin-bottom: 20px;
	  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 12px;
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
	  overflow: hidden;
	}
	.danhmucsanpham .row.list.content .item .image {
	  align-self: center;
	}
	
  .danhmucsanpham .list.content.relate > .items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .single-blog-grid .thumb {
    height: 210px;
  }
}

@media (max-width: 991px) {
	.header-area.header-btech.header-bg {
		margin-top: 64px;
	}
	[data-page="lienhe"] .section[data-layoutid="section2"] > div > div > .column:first-child #support-area-three-124 #overview0 > div,
	[data-page="lienhe"] .section[data-layoutid="section2"] > div > div > .column:first-child #support-area-three-124 {
		padding: 0;
	}
	#support-area-three-61 .col-lg-5.padding-bottom-30 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.header-style-01 .navbar-collapse.collapse.show .navbar-nav {
    background-color: #fff5f5;
    padding: 0 20px;
    box-shadow: 1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    /*! margin-top: 0px; */
    color: #000;
    width: unset;
  }
	.navbar-area.nav-style-02 .nav-container .logo-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
	.supports-img.bg-image {
    min-height: 0;
  }
	[data-page="trang-chu"] #homepage_banner {
	  margin-top: 65px;
	}
   .danhmucsanpham .col-4.leftpanel {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .header-area.audio-header {
    padding-bottom: 0;
  }
  .header-area {
    padding: 0;
  }
   .navbar.navbar-area {
    height: 66px;
  }
 #bizcoxx_main_menu {
    transition: none;
  }
  #homepage-gioithieu {
	  padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
	
.section > div > div > div:has(.client-area) ~ .column {
	margin-top: 30px;
}
	.header-area.header-btech.header-bg h1.title {
		font-size: 42px !important;
	}
	.header-area.header-btech.header-bg {
		padding: 80px 0 !important;
	}
	.danhmucsanpham .col-4.leftpanel, .danhmucsanpham .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media (max-width: 575px) {
	
	.header-area.header-btech.header-bg h1.title {
		font-size: 28px !important;
		line-height: 28px;
	}
	.section[data-layoutid="section5"] {
	  padding: 50px 0;
	}
	#homepage-gioithieu .supports-img {
		min-height: 300px;
	}
	#support-area-three-61 .build-img {
		min-height: 300px;
	}
	[data-page="gioi-thieu"] #support-area-three-61 {
		padding: 0;
	}
}
@media only screen and (max-width: 450px) {
	
	.danhmucsanpham .row.list.content.relate .item .descriptions {
		padding: 20px 0;
	}
  .breadcrumb-area {
    padding: unset;
  }
  .contact-inner-area .single-contact-item-02 .content {
	  padding: 42px 16px 30px;
	  border-radius: 0;
  }
  .contact-inner-area > div > div > div {
	  padding: 0;
  }
  .contact-inner-area .contact-form {
	  padding: 26px 16px;
  }
  .danhmucsanpham .row.list.content .items .item {
	  flex-direction: column;
  }
  .danhmucsanpham .row.list.content .item .descriptions {
	  padding: 20px 0;
  }
  .danhmucsanpham .row.list.content .item form {
	  text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  .header-area.audio-header {
    padding: 0;
    padding-bottom: 0;
  }
}