:root {
  --font1: "Nunito", serif;
  --color1: #0c3f68;
  --color2: #ed1b24;
  --color3: #ffea00;
}

@font-face{font-family:'SVN-Dancing Script';src:url('/public/templates/user/default/css/fonts/SVN-DancingScript.eot');src:url('/public/templates/user/default/css/fonts/SVN-DancingScript.eot?#iefix') format('embedded-opentype'),url('/public/templates/user/default/css/fonts/SVN-DancingScript.woff2') format('woff2'),url('/public/templates/user/default/css/fonts/SVN-DancingScript.woff') format('woff'),url('/public/templates/user/default/css/fonts/SVN-DancingScript.ttf') format('truetype'),url('/public/templates/user/default/css/fonts/SVN-DancingScript.svg#SVN-DancingScript') format('svg');font-weight:normal;font-style:normal;font-display:swap;}

body{
	font-family: var(--font1);
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	line-height: 1.6;
	
}

a {
    color: var(--color1);
    text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: var(--color2);
}

.navbar-nav{
	flex-direction: row;
}

.navbar-nav .dropdown-menu {
    position: static;
    min-width: 300px;
    border-radius: 0;
    top: 25px;
}

.widget_nav_menu{
	margin-bottom: 10px;
}
.widget-title{
	padding: 9px 5px 9px 11px;
    background: var(--color1);
    display: block;
    clear: both;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.widget-menu{
	border: 1px solid #ddd;
    background: #F9F5F5;
	margin: 0;
	list-style: disc;
	padding: 0;
}
.widget-menu li{
	
    padding: 5px 12px 5px 12px;
	list-style: none;
	text-align: left;
    margin: 0;
	
}
.widget-menu li a{
	font-size: 16px;
    padding-left: 10px;
	display: inline-block;
    padding: 6px 0;
    -webkit-box-flex: 1;
	
}

.title-home {
    background: var(--color1);
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.services-item{
	
}
.services-item .title{
	font-weight: 700;
    color: var(--color1);
    line-height: 1.2;
    font-size: 18px;
	 margin-bottom: 8px;
}
.services-item .title.wrap{
	font-weight: 700;
    color: var(--color1);
    line-height: 1.2;
    font-size: 16px;
    height: 38px;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 8px;
}
.services-item .des{
	text-align: justify;
    font-size: 16px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}
.services-list-item{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 15px;
}
.services-list-item .image{
	width: 60px;
    height: 60px;
    margin-right: 15px;
}
.services-list-item .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-list-item .title{
	font-weight: 700;
}
footer{
	background-color: #0c86c6;
    color: #fff;
    background-image: url(/public/userfiles/bg/bgfooter.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px 0 25px 0;
}
footer a{
	color: #fff;
}
footer p{
	margin-bottom: 5px;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
	font-weight: 700;
	
}

.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.section-title span {
    margin: 0 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
    color: var(--color1);
}
.news-item{
	margin-bottom: 29px;
    display: block;
}
.news-item .card-title{
	font-size: 16px;
    color: var(--color1);
    font-weight: 700;
    height: 45px;
    overflow: hidden;
    text-transform: unset;
}
.news-item .card-text{
	height: 55px;
    overflow: hidden;
}
.logo-top{
	height: 65px;
}

nav a{
	font-weight: 700;
	color: #fff;
	font-size: 14px;
}

.cat_title{
	font-weight: 900;
    color: #575757;
    text-transform: uppercase;
}

.cat_title a{
	font-weight: 900;
    color: #575757;
    text-transform: uppercase;
}

.title_detail{
	font-weight: 900;
    text-transform: uppercase;
    color: var(--color1);
    font-size: 20px;
    padding: 8px 0;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}

.post_date_detail{
	font-size: 12px;
    font-style: italic;
}

.content-post h1 {
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 25px;
	font-weight: 700;
}
.content-post h2{
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}
.content-post h3 {
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 19px;
	font-weight: 700;
}
.content-post h4 {
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 17px;
	font-weight: 700;
}
.content-post h5 {
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 17px;
	font-weight: 700;
}

.content-post p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.link-footer{
	margin: 0;
	padding: 0;
}

.link-footer li{
	list-style: none;
    margin-bottom: .3em;
    text-align: left;
	padding: 4px 4px 0;
}

.link-footer a{
	margin: 0;
	padding: 0;
}

.footer-title{
	font-weight:700;
	color: var(--color1);
	font-size: 18px;
}

.toc-container li::marker { /*content: counters(list-item,'.') '.'*/ }
.toc-container {
  margin: 15px 0;
  border: 2px solid #ddd;
  overflow: hidden;
  padding: 10px;
  background: #D5E5F5;
}
.toc-container .toc-header {
  position: relative;
}
.toc-container .toc-header p {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.toc-container .toc-header .toc-show {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0px;
  font-style: normal;
}
.toc-container ol {
  margin-left: 0;
  color: #333;
  background: #D5E5F5;
  list-style: none;
  padding-left: 18px;
  z-index: 0;
    position: relative;
	padding-top: 10px;
}
.toc-container ol li {
  counter-increment: List !important;
  margin-bottom: 7px;
  padding-left: 0;
  list-style: none;
}

.toc-container ol li ol{
	padding-top: 6px;
}

.toc-container svg{
	vertical-align: sub;
}
.toc-container ol li a {
  display: block;
  padding: 0;
  z-index: 10;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--color1);
  line-height: 1.4;
  font-weight: 600;
}

.toc-container ol li ol li a{
	font-weight: 400;
}

.toc-container ol a.active{
	color: var(--color2);
    text-decoration: none;
}

.toc-container ol li a:hover {
    color: var(--color2);
    text-decoration: none;
}

.toc-container ol li a:active {
    color: var(--color2);
    text-decoration: none;
}

.toc-container ol li a:forcus {
    color: var(--color2);
    text-decoration: none;
}


.title_seo{
	display:none;
}

.card-body {
    padding: 10px 8px;
}


 /* thanh chat lớn */
/* Chatbox styling */
.chatbox {
    width: 300px;
    border: 1px solid #ddd; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 102, 255, 0.5);
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 160px;
    right:72px;
    background-color: white; 
    z-index: 1000;
	animation: haloEffect 2s infinite ease-in-out;
}
/* Tạo hiệu ứng hào quang */
@keyframes haloEffect {
  0%, 50% {
    box-shadow: 0 0 20px rgba(0, 102, 255, 1), 0 0 20px rgba(0, 102, 255, 0.6);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 102, 255, 1), 0 0 20px rgba(0, 102, 255, 0.9);
  }
}

/* Header of the chatbox */
.chatbox-header {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
}

/* Logo hình chữ nhật */
.chatbox-header img {
    width: 50px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
}

/* Font chữ tiêu đề */
.chatbox-header .chat-title {
    font-size: 15px;
    margin: 0; 
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.chatbox-header p {
    background: none;
    border: none; 
    font-size: 18px; 
    margin-left: auto; 
    cursor: pointer;
}

/* Body of the chatbox */
.chatbox-body {
    padding: 8px;
    font-size: 14px;
    color: #333;
}

/* Footer of the chatbox */
.chatbox-footer {
    text-align: center;
    padding: 2px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 8px 8px; 
}

.chatbox-footer p {
    background-color: var(--color1);
    color: white;
    padding: 3px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin: 0;
}

.chatbox-footer p:hover {
    background-color: #71cae6;
}
.chatbox-container {
    position: relative;
}
/* Định vị chatbox ở góc phải dưới cùng */
    .chatbox-container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        transform: scale(0);
        animation: scaleUp 0.5s forwards;
    }

    /* Animation cho hiệu ứng phóng to */
    @keyframes scaleUp {
        0% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }

.top-bars{
	display: none;
}

#aztax-support {
            display: none; }
	
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color1);
    --bs-btn-border-color: var(--color1);
    --bs-btn-hover-color: #fff;
}

.content-post{
	font-size: 17px;
}


@media (max-width: 768px) {
	.chatbox-container {
		bottom: -135px;
		right: 20px;
	
	}
	.top-bars{
		display: flex;
        padding: 5px 9px;
        border: 1px solid #ddd;
        background-color: transparent;
        font-size: 20px;
        position: absolute;
        left: 0;
        bottom: 13px;
		color: #fff;
	}
}
					

@media (max-width: 1400px) {
    nav a {
		font-size: 12px;
	}
}


.top-header-page .item_right {
    position: relative;
    gap: 15px;
    padding: 5px 5px 5px 35px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 6px;
}


.top-header-page .item_right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    border-top: 44px solid #eee;
    border-right: 11px solid #eee;
    border-left: 20px solid #fff;
    border-bottom: 0px solid;
}
.top-header-page .item_right a {
    font-weight: bold;
    transition: all .3s ease;
    position: relative;
    top: 0;
    line-height: 1;
    font-size: 14px;
}

.top-header-page .language {
    display: flex;
    /* float: right; */
    align-items: center;
    margin: 0 0 0 4px;
}

.top-header-page .language ul {
    display: flex;
    align-items: center;
    list-style: none;
	margin: 0;
}

.top-header-page .language li {
    height: 20px;
	padding: 2px;
}

.top-header-page {
    padding-bottom: 5px;
}
.top-header-page .top-left{
	padding-top: 5px;
}

.top-header-page .language li img {
    height: 15px;
    /* margin-top: 12px; */
    border: 1px solid #fff;
    width: 20px;
    object-fit: cover;
}

.inner-top-header-page {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.top-header-page a {
    
}
.info-c {
    margin-top: 5px;
    float: left;
}

.info-c li:first-child {
    padding-left: 0;
    border-left: 0;
}

.pull-right {
    float: right !important;
}

.info-c li {
    float: left;
    padding: 0 20px;
    border-left: 1px solid #fff;
    line-height: 25px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}

.section-about{
	background-color: #F9F9F9;
}

.section-about p{
	margin-bottom: 0;
}
.flickity-page-dots {
    bottom: 0;
}


.page-home__heading{text-align:center;}
.page-home__heading .title{display:inline-block;font-size:26px;font-weight:800;line-height:34px;margin:0 20px;padding:0 20px;position:relative;text-transform:uppercase;color:var(--color1)}
.page-home__heading p{text-transform:uppercase;}
@media (max-width:575px){
.page-home__heading .title{margin:0;padding:0;}
.page-home__heading .title:after,.page-home__heading .title:before{display:none;}
}

.activities{background-color:#fff;margin-top:30px;padding-bottom:50px;padding-top:30px;}
.activities-list{margin-top:20px;}
.activities-list__icon{
	border: 2px solid #393939;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
	padding: 20px 0;
}
.activities-list__icon img{
	margin: auto;
}
.activities-list .card2{padding-top:30px;text-align:center;}
.activities-list .card-title{
	border-bottom: 1px solid #124d89;
    margin-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #124d89;
}
.activities-item{text-align:start;}
.activities-item li{padding-bottom:8px;padding-left:20px;padding-top:8px;position:relative;line-height: 1.2 !important;}
.activities-item li:first-child{margin-top:10px;}
.activities-item li:before{background:#124d89;border-radius:50%;content:"";height:10px;left:0;margin-right:5px;position:absolute;top:50%;transform:translateY(-50%);width:10px;}
.activities-item li a{font-size:14px;text-transform:capitalize;}
.activities-item li a:hover{color:#222;}

.activities-item {
    text-align: start;
    list-style: none;
    padding: 0;
}

.blog{padding-bottom:50px;position:relative;}
.blog .shape-divider{left:0;line-height:0;overflow:hidden;position:absolute;top:-1px;transform:rotate(180deg);width:100%;}
.blog .shape-divider svg{height:150px;width:100%;}
.blog .shape-divider .ux-shape-fill{fill:#003e6e;}
.blog-content{padding-top:70px;}
@media (max-width:767px){
.blog-content{gap:50px 0;}
}

.section-action{
	background-image: url(/public/userfiles/bg/bg5.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
}
.tieu-de {
    max-width: 100% !important;
}
.tieu-de {
    margin: 0 auto;
    position: relative;
    max-width: 350px;
    margin-bottom: 40px;
}

.tieu-de:before, .tieu-de:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #FF9900;
    z-index: 2;
}

.tieu-de:before {
    left: -25px;
    top: -15px;
    border-width: 2px 0 0 2px;
}
.tieu-de:after {
    right: 0;
    border-width: 0 2px 2px 0;
    bottom: -15px;
}

.tieu-de h2 {
    margin-bottom: 2px;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 30px;
	font-weight: 800;
}

.section-why{
	background-image: url(/public/userfiles/bg/bg4.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	height: 480px
}

.des-why{
	
}
.title-why{
    line-height: 1.3;
    font-size: 30px;
	font-weight: 800;
	position: relative;
    padding-bottom: 15px;
	margin-bottom: 15px;
}

.section-why .title-why:after {
    background: #fff;
}
.section-why .title-why:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 80px;
    border-radius: 15px;
}
.section-why2{
	margin-top: -230px;
}

.why-row{
	background: #fff;
	border-radius: 20px;
	padding: 50px 35px 25px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.why-item{
	padding: 20px 20px 20px 20px;
    border-color: var(--color1);
    border-radius: 10px;
    border-width: 2px 2px 2px 2px;
    border: 2px solid var(--color1);
    text-align: center;
    margin-bottom: 30px;
}

.why-item .icon{
	
}
.why-item .icon img{
	width: 70px;
    height: auto;
}

.why-item .icon i{
	font-size: 50px;
    margin-bottom: 15px;
    color: var(--color1);
}

.why-item .des{
	
}

.why-item .title{
	font-weight: 800;
}

.why-item .divider{
	max-width: 70px;
    background-color: rgb(136, 136, 136);
    margin-top: 2px !important;
    display: block;
    height: 3px;
    width: 100%;
    margin: 10px auto;
}

.title-home2{
	line-height: 1.3;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 26px;
	color: var(--color1);
}


.title-home2:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--color1);
    width: 80px;
    border-radius: 15px;
}

.cmt-item{
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
	padding: 20px 20px 0px 20px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.cmt-item:hover{
	padding: 20px 20px 0px 20px;
    border-radius: 10px;
	transform: translateY(-6px);
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
	transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.cmt-item .star i{
	color: #f9b442;
}

.cmt-item img{
	width: 80px;
    border-radius: 50%;
}

.cmt-item .title{
	font-weight: 700;
}

.cmt-item .work{
	font-size: 14px;
}
.cmt-item .des{
	height: 120px;
    overflow: hidden;
}

.cmt-item .des p{
	
}

.section-contact{
	background-image: url(/public/userfiles/bg/bg8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 80px 0;
}
.section-contact .btn{
	font-weight: 800;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #fff;
}

.section-contact-form{
	background-image: url(/public/userfiles/bg/bg7.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px 0;
}

.section-contact-form .box{
	background-color: rgb(255 255 255 / 86%);
    padding: 60px;
    border-radius: 20px;
}
.section-contact-form .form-floating>label{
	color: #000;
}

.pagination{
	justify-content: center;
    margin-top: 30px;
}

.breadcrumb{
	padding: 0;
    margin: 0;
}
.page-header{
	background-color: #f8f8f8;
    padding: 10px 0;
}

.w-100{
	width: 100%;
	height: auto;
}

img, svg {
    display: block;
}
.lazy{
	background-color: #eff1f3;
}

img.lazy.loaded{
	max-width: 100%;
	height: auto;
}
.w100{
	width: 100%;
}
.bg-menu{
	background-color: #0c3f68;
}

.hotline_kh {
    z-index: 1;
    right: 60px;
    line-height: 39px;
    border-radius: 21px;
    border: solid 1px #d4d4d4;
    background: url(https://vtic-vietnam.com/frontend/images/bi.png) no-repeat 10px center;
    padding-left: 44px;
    padding-right: 10px;
    background-size: auto 26px;
    color: #333;
    width: auto;
    margin-top: 5px;
}
.hotline_kh a{
	margin: 0;
	color: red;
    font-weight: 800;
	animation: colorChange 2s ease-in-out infinite;
}
.top-left{
	flex-grow: 1;
}
.top-mid{
	display: flex;
    align-items: center;
	flex-grow: 2;
}
.top-right{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	flex-grow: 1;
}

.blinking-text {
    animation: colorChange 1s infinite;
}

@keyframes colorChange {
    0% { color: red; }
    50% { color: #0c3f68; }
    100% { color: red; }
}


.search_kh{display:inline-block;width: 100%;}
.search_kh input{border:0;line-height:32px;padding:3px 15px;width:calc(100% - 46px);font-size:14px;float:left;background:#fff;color:#333;}
.search_kh .box_search_kh{border:solid 1px #d4d4d4;border-radius:50px;overflow:hidden;}
.search_kh button{float:left;line-height:32px;padding:3px 15px;border:0;width:46px;background-color:transparent;}
.search_kh button i{color:#333;line-height:32px;}


.text-split2{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}
.name-tc{color:#036;font-family:Arial;font-size:24px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;margin:5px 0px;}
.desc-tc{color:#333;font-family:Arial;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize;}
.img-tc{text-align:center;}
.tc-box{text-align:center;}
.gt-text{width:100%;}
.gt1{margin-bottom:-10px;text-transform:uppercase;color:#036;font-family:Arial;font-size:50px;font-style:normal;font-weight:700;line-height:normal;}
.gt2{color:#333;font-family:"SVN-Dancing Script";font-size:45px;font-style:normal;font-weight:400;line-height:normal;}
.gt3{margin:20px 0px 30px;text-align:justify;}
.gt4{color:#F60;font-family:Arial;font-size:25px;font-style:normal;font-weight:700;line-height:normal;}
.gt-text1{background:url(https://betongtuoitoancau.com/assets/images/gt.webp)left center no-repeat;padding-left:50px;padding-top:32px;padding-bottom:20px;}
.padding-top-bottom {
    padding: 60px 0px;
}

.fact{
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fact .image{
	margin-bottom: 10px
}
.fact .number{
	margin-bottom: 10px;
    font-weight: 800;
    color: var(--color1);
    font-size: 23px;
    line-height: 1;
}
.fact .title{
	line-height: 1.3;
	
}
.cat-home{
	background: #ebebeb;
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 150px;
    text-align: center;
	cursor: pointer; 
	
}
.cat-home:hover {
    background: var(--color1);
	color: #fff;
}

.cat-home:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.count-product{
	display: block;
    background-color: var(--color1);
    color: #fff;
    text-align: center;
    padding: 3px;
}





.active-cat{
	background: var(--color1);
	color: #fff;
}

.active-cat img{
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.product-list-home {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    margin-top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
	padding: 20px;
	display:none;
}

.active-product {
    display:block;
}

.product-item{
	border: 1px solid #ddd;
    display: block;
    border-radius: 5px;
	box-shadow: 2px 3px 7px 2px #eee;
}

.product-item .img{
	overflow: hidden;
    border-radius: 5px;
	
}

.product-item .name{
	line-height: 1.3;
    padding: 10px 5px;
    
    transition: all .3s ease;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:center;
}

.product-item:hover .name{
	background-color: var(--color1);
	color: #fff;
	transition: all .3s ease;
}

.btn-outline-primary {
    --bs-btn-color: var(--color1);
    --bs-btn-border-color: var(--color1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color1);
    --bs-btn-hover-border-color: var(--color1);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color1);
    --bs-btn-active-border-color: var(--color1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color1);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color1);
    --bs-gradient: none;
}



h3{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}

.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
.scale-img img,.scale-img:hover > img{-webkit-transition:0.3s all;transition:0.3s all;}
.scale-img{overflow:hidden;display:block;}
.scale-img img{-webkit-transform:scale(1, 1);transform:scale(1, 1);}
.scale-img:hover > img{-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}
.item-newsnb{border-radius:20px;border:1px dashed #FFF;padding:10px;background-color: #0c3f68cf;}
.pic-newsnb{border-radius:20px;overflow:hidden;}
.item-newsnb a.name-newsnb{color:#000;font-size:14px;margin:15px 0 10px 0;line-height:normal;color:#FFF;font-size:17px;font-style:normal;font-weight:700;line-height:normal;text-transform: uppercase;
    height: 45px;
    overflow: hidden;}
.item-newsnb a.name-newsnb.text-split{-webkit-line-clamp:2;}
.item-newsnb a.name-newsnb:hover{color:var(--color-dark-red);}
.item-newsnb .desc-newsnb{
	color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    -webkit-line-clamp: 3;
    height: 59px;
    line-height: 1.3;
    overflow: hidden;
}
p,h3{margin:0px;padding:0px;}
a{text-decoration:none;}
.hieuung{position:relative;overflow:hidden;}
.hieuung::after{background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;content:"";display:block;height:100%;position:absolute;right:-75%;top:0;transform:skewX(-25deg);width:50%;z-index:2;}
.hieuung:hover::after{animation:1s ease 0s normal none 1 running fixedAnim;animation:1s ease 0s normal none 1 running fixedAnim;-webkit-animation:1s ease 0s normal none 1 running fixedAnim;-moz-animation:1s ease 0s normal none 1 running fixedAnim;}
.xct{display:inline-flex;padding:8px 25px;justify-content:center;align-items:center;gap:10px;border-radius:60px;border:1px solid #FFF;color:white;margin:0px 0px 10px;}
.xct:hover{background:var(--color1);border:1px solid transparent;color:white;}


.slo {
    text-align: center;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: url(/public/userfiles/icon/gach.webp) bottom center no-repeat;
    padding-bottom: 25px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.white.slo {
    color: white;
    filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(0%) hue-rotate(179deg) brightness(104%) contrast(108%);
}


.news-item:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}

.breadcrumb a{
	color: #676767;
}





@media all{
    .sidebar {margin-bottom: 15px;}
    .sidebar .menu-item img._mi{display:inline-block;vertical-align:middle;}
    .sidebar .menu-item img._before{margin-right:.5em;}
    .sidebar .menu-item ._svg{width:1em;}
}

@media all{
    .sidebar img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
    .sidebar p:empty{display:none;}
    .sidebar a,button{-ms-touch-action:manipulation;touch-action:manipulation;}
    .sidebar ins{text-decoration:none;}
    .sidebar iframe{max-width:100%;}
    .sidebar .col{position:relative;margin:0;padding:0 15px 30px;width:100%;}
    .sidebar .col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;background-color: #f5f5f4;}
    @media screen and (min-width: 850px){
        .sidebar .col:first-child .col-inner{margin-left:auto;margin-right:0;}
    }
    @media screen and (max-width: 849px){
        .sidebar .col{padding-bottom:30px;}
    }
    .sidebar .small-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}
    @media screen and (min-width: 550px){
        .sidebar .medium-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    @media screen and (min-width: 850px){
        .sidebar .large-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    .sidebar .row-small>.col{padding:0 9.8px 19.6px;margin-bottom:0;}
    .sidebar .label-hot.menu-item>a:after{content:'';display:inline-block;font-size:9px;line-height:9px;text-transform:uppercase;letter-spacing:-0.1;margin-left:4px;background-color:#000;font-weight:bolder;border-radius:2px;color:#fff;padding:2px 3px 3px;position:relative;top:-2px;}
    .sidebar .label-hot.menu-item>a:after{background-color:#b20000;}
    .sidebar .toggle{height:auto;width:45px;line-height:1;box-shadow:none!important;padding:0;color:currentColor;opacity:.6;margin:0 5px 0 0;}
    .sidebar .toggle i{font-size:1.8em;transition:all .3s;}
    .sidebar .toggle:focus{color:currentColor;}
    .sidebar .toggle:hover{cursor:pointer;opacity:1;}
    .sidebar .widget .toggle{width:1em;min-height:1em;margin:0 0 0 5px;}
    .sidebar .widget .toggle i{top:1px;font-size:1.2em;}
    .sidebar button{position:relative;display:inline-block;background-color:transparent;text-transform:uppercase;font-size:.97em;letter-spacing:.03em;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:bolder;text-align:center;color:currentColor;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;margin-right:1em;text-shadow:none;line-height:2.4em;min-height:2.5em;padding:0 1.2em;max-width:100%;transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;text-rendering:optimizeLegibility;box-sizing:border-box;}
    .sidebar i[class^="icon-"]{font-family:'fl-icons'!important;speak:none!important;margin:0;padding:0;display:inline-block;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;position:relative;line-height:1.2;}
    .sidebar button i{vertical-align:middle;top:-1.5px;}
    .sidebar img{transition:opacity 1s;opacity:1;}
    .sidebar a{color:#334862;text-decoration:none;}
    .sidebar a:focus,button:focus{outline:none;}
    .sidebar a:hover{color:#000;}
    .sidebar ul{list-style:disc;}
    .sidebar ul{margin-top:0;padding:0;}
    .sidebar ul ul{margin:1.5em 0 1.5em 3em;}
    .sidebar li{margin-bottom:.6em;}
    .sidebar ul.ul-reset{margin:0;padding:0;}
    .sidebar ul.ul-reset>li{margin:0;padding:0;list-style:none;}
    .sidebar .col-inner ul li{margin-left:1.3em;}
    .sidebar button{margin-bottom:1em;}
    .sidebar p,ul{margin-bottom:1.3em;}
    .sidebar h3{color:#555;width:100%;margin-top:0;margin-bottom:.5em;text-rendering:optimizeSpeed;}
    .sidebar h3{font-size:1.25em;}
    @media (max-width: 549px){
        .sidebar h3{font-size:1em;}
    }
    .sidebar p{margin-top:0;}
    .sidebar .widget{margin-bottom:1.5em;}
    .sidebar .widget ul{margin:0;}
    .sidebar .widget li{list-style:none;}
    .sidebar ul.menu>li{list-style:none;margin-bottom:.3em;text-align:left;margin:0;}
    .sidebar ul.menu>li li{list-style:none;}
    .sidebar ul.menu>li>a{display: inline-block;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    }
    .sidebar ul.menu>li>a.active{color:var(--color1);font-weight: 700;}
    .sidebar ul.menu>li>a i{padding-right: 5px;}
    .sidebar ul.menu>li:before{font-family:'fl-icons';display:inline-block;opacity:.6;margin-right:6px;}
    .sidebar ul.menu>li li>a{font-size:14px;padding:3px 0;display:inline-block;}
    .sidebar ul.menu>li li>a.active{color:var(--color1);font-weight: 700;}
    .sidebar ul.menu>li+li{border-top:1px solid #ececec;}
    .sidebar ul.menu>li ul{margin:0 0 10px 3px;padding-left:15px;width:100%;display:block;}
    .sidebar ul.menu>li ul li{border:0;margin:0;list-style-type: circle!important;}
    .sidebar ul.menu>li.has-child{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;}
    .sidebar .icon-angle-down:before{content:"\f107";}
}



.sidebar .active>.toggle {
    /*-ms-transform: rotate(-180deg);
    transform: rotate(-180deg)*/;
}
.sidebar .active>ul.sub-menu {
    display: block !important;
}
.sidebar h3{}
.sidebar h3{font-weight:700;}
.sidebar h3{color:#0A0A0A;}
.sidebar button{text-transform:none;}
.sidebar a{color:#0A0506;}
.sidebar a:hover{color:var(--color1);}
.sidebar .widget a{color:#0A0204;}
.sidebar .widget a:hover{color:var(--color1);}
.sidebar .label-hot.menu-item > a:after{content:"Hot";}
/*! CSS Used from: Embedded */
.sidebar .col-inner ul li{margin-left:5px;}
.sidebar ul.ul-reset{padding-right:5px;padding-top:5px;}
.sidebar ul.menu>li+li{border-top:1px dotted #ececec;}
.sidebar .title{background:var(--color1);height:40px;color:white;padding: 12px 9px;}
.sidebar .title h3{color:white;font-size:15px;line-height:1;}
.icon-menu-left{
    width:0.9em;
}
.box-block{margin-bottom: 15px;}
.box-block .col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;background-color: #F5F2E1;}
.box-block .col-inner ul li{margin-left:1.3em;}
.box-block .box-wrapper{padding: 10px 10px; }
.box-block .title{background:var(--color1);height:40px;text-align:center;color:white;border-top-left-radius:4px;border-top-right-radius:4px;}
.box-block .title h3{color:white;font-size:18px;line-height:42px;}

.list-danhmuc-detail .col-inner{background-color: #f5f2e1;}
.list-danhmuc-detail .title-danh-muc{width:100%;height:40px;text-align:left;margin-bottom:10px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:1px solid var(--color1);}
.list-danhmuc-detail .title-danh-muc .left span{color:#ffffff;font-size:18px;line-height:42px;padding-left:15px;background:var(--color1);padding:8px;border-top-right-radius:10px;}
.list-danhmuc-detail .title-danh-muc .left{float:left;}
.list-danhmuc-detail .title-danh-muc .right{float:right;}
.list-danhmuc-detail .title-danh-muc .right a{color:var(--color1);float:right;padding-right:15px;line-height:40px;font-size:15px;}
.clearboth{clear:both;}


.card-title {
   color: var(--color1);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 48px;
    overflow: hidden;
    line-height: 1.5;
}

.color-run {
	background: linear-gradient(
		to right,
		red,
		blue,
		green,
		purple,
		orange,
		red
	);
	background-size: 200%;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	animation: colorRun 4s linear infinite;
}

@keyframes colorRun {
	0% {
		background-position: 200%;
	}
	100% {
		background-position: 0%;
	}
}


.filter-color-1{
	filter: hue-rotate(127deg) saturate(1.5) brightness(0.4);
}
.move-right-mobile {
    -ms-flex-order: 0;
    order: 0;
}

.image-list-thumb-product{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.image-list-thumb-product a{
	width: 75px;
    border: 1px solid #ddd;
    margin: 3px;
    padding: 3px;
    border-radius: 8px;
}

.image-list-thumb-product a img{
	
}

header{
	position: relative;
}

@media (max-width:767px){
	.section-why2 {
		margin-top: 0;
	}
	
	.why-row {

		padding: 25px 20px 25px;
	}
	
	.section-contact-form .box {
		background-color: rgb(255 255 255 / 86%);
		padding: 20px;
		border-radius: 8px;
	}
	
	.search_kh{display:none;}
	.section-about.py-5{
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	
	.move-right-mobile {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.sidebar-wrapper{
		display: none;
	}
	
	.top-header-page {
		padding-bottom: 0px;
	}
	.top-header-page .item_right {
		margin-bottom: 0px;
		background-color: #0c3f68;
	}
	.top-header-page .item_right::before {
		content: unset;
	}
	.top-header-page{
		background-color: #0c3f68;
	}
	.top-header-page .item_right a{
		color: #fff
	}
	.top-header-page .language ul{
		padding: 0;
	}
	.logo-top {
		height: 48px;
		padding-left: 44px;
	}
	.mobile-logo{
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	
	.hotline_kh {
        z-index: 1;
        right: 60px;
        line-height: 1;
        border-radius: 0;
        border: 0;
        background: unset;
        padding-left: 0;
        padding-right: 0;
        background-size: unset;
        color: #333;
        width: auto;
        margin-top: 0;
        background-color: 0;
        height: 30px;
        padding-top: 9px;
    }
	.hotline_kh a {
		margin: 0;
        color: #ffffff;
        font-weight: 800;
        animation: unset;
        font-size: 13px;
        margin-top: 48px;
	}
	.top-header-page .item_right{
		align-items: flex-start;
	}
}


