@font-face {
    font-family: '1FTV VIP Ermia';
    src: url('http://weldcomquangninh.com/font/1FTV-VIP-Ermia.woff2') format('woff2');
}
@font-face {
    font-family: 'UTM Avo';
    src: url('http://weldcomquangninh.com/font/UTM Avo.woff2') format('woff2');
}
@font-face {
    font-family: 'UTM AvoBold';
    src: url('http://weldcomquangninh.com/font/UTM AvoBold.woff2') format('woff2');
}
@font-face {
    font-family: 'DVN Photograph Signature';
    src: url('http://weldcomquangninh.com/font/DesignerVN-Photograph.woff2') format('woff2');
}
* {
	font-family: 'UTM Avo';
	font-size: 14px;
}
.owl-carousel.owl-loaded {
	float: unset;
}
.menu-slide-dau-trang-ff {
	padding: 10px;
}
.menu-slide-dau-trang-ff .container:first-child{
	padding-left: unset;
	padding-right: unset;
}
.menu-search {
	width: 100%;
}
.search-form {
	width:100%;
}
.search-form input {
	border-radius: unset;
}
.search-form button {
    background-color: #252525;
    padding: 14px;
    border-radius: unset;
	width:100%;
}
.menu-mang-xa-hoi {
	padding-top: 20px;
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.nut-subcribe {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #73ae37;
}
.nut-subcribe a {
	color: #fff;
}
.nut-mang-xa-hoi {
	margin-right: 10px;
	color: #252525;
}
.nut-mang-xa-hoi a {
	font-size: 30px;	
}
.menu-1 {
	background-color: #F2F2F2;
}
.menu {
	display: flex;
	justify-content: flex-start; /* Căn giữa theo chiều ngang */
	align-items: center; /* Căn giữa theo chiều dọc */
	padding: 10px;
	background-color: #F2F2F2;
	z-index:999;
	width: 100%;
	margin-left: unset;
	border: unset;

}
.menu .row {
	display: flex;
	justify-content: flex-start; /* Căn giữa theo chiều ngang */
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.menu-items {
  display: flex;
  align-items: center; /* Căn giữa theo chiều dọc */	  
}
.menu-items ul {
	display: flex;
	align-items: center; /* Căn giữa theo chiều dọc */
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-items ul li {
  margin-right: 30px;
  position: relative;
}

.menu-items ul li .fa {
	margin-left: 5px;
	transition: transform 0.5s ease-in-out;
}

.menu-items ul li ul {
  width: 300px; /* đặt chiều rộng của menu cấp 2 là 200px */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background-color: #fff;
    z-index:999;
	padding: 20px 0px 20px 20px;

}
.menu-items ul li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.menu-items ul li:hover ul {
  display: block;
}
.menu-items ul li:hover .fa{
    transform: rotate(-180deg);
}

.menu-items ul li ul li {
  margin-top: 15px;
  z-index:999;
}
.menu-items ul li ul li a {
	font-weight: unset;
}
.menu-items ul li:hover {
	background-color: #73ae37;
}
 
.menu-items ul li a:hover {
  color: #fff;
}
.submenu {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.menu-items ul li:hover .submenu {
	opacity: 1;
}
/* menu mobile */
.mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
  z-index: 999;
  position: relative;
  color: #fff;
  width: 100%;
}


.mobile-menu .hamburger {
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu .menu-items {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.mobile-menu .menu-items ul {
   align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu-items ul {
flex-direction: column;
}

.mobile-menu .menu-items ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.mobile-menu .menu-items ul li ul {
  display: none;
  padding-left: 20px;
}

.mobile-menu .menu-items ul li:hover ul {
  display: block;
}

.mobile-menu .menu-items ul li a {
  color: #232323;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.mobile-menu .menu-items ul li a:hover {
  color: #0099ff;
}

.mobile-menu .menu .fa {
  margin-right: 10px;
}

.mobile-menu .submenu {
  display: none;
}


.mobile-menu  .menu-items ul li .submenu.show {
  display: block;
}

.menu-items ul li .submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.has-submenu .fa-caret-down {
 color: #232323;
  cursor: pointer;
}
.mobile-menu .menu-items ul li:hover ul,
.mobile-menu .menu-items ul li .submenu.show {
  display: block;
}
.mobile-menu .fa {
	margin-right: 15px;
}
.mobile-menu .submenu {
  display: none;
}
.mobile-menu .menu-items ul li ul li a {
color: #333;
}

.mb-menu-1 {
	display: none;
}

.slide-chinh-trang-chu .owl-carousel .item .item-slide {
	position: relative;
}
.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide {
	position: absolute;
	width: 50%;
	top: 20px;
	left: 20px;
	color: #fff;
}
.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .tieu-de-slide-1 {
	font-family: '1FTV VIP Ermia';
	font-size: 46px;
}
.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .tieu-de-slide-2 {
	font-size: 58px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: UTM AvoBold;
	text-transform: uppercase;
}
.nut-xem-them {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.nut-xem-them a {
	color: #fff;
}
.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .nut-xem-them {
	justify-content: flex-start;
}
.xem-them {
	background-color: #73ae37;
	border-radius: 50px;
	padding: 10px 20px;
}
.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide a {
	color: #fff;
}
.list-san-pham-fresh {
	padding-top: 50px;
	padding-bottom: 50px;
}
.list-dm-sp {
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.list-dm-sp .dm-san-pham{
	width: 9%;
}
.list-dm-sp .dm-san-pham .dm-sp {
	display:flex;
	justify-content:center;
	position: relative;
	box-sizing: border-box
}
.list-dm-sp .dm-san-pham .dm-sp .icon-dm-sp {
	margin: -25px;
	width: 100%;
	position: absolute;
	border-radius: 100px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content:center;
	align-items:center;
	height:110px;
	width: 110px;
	background-color: #efefef;
	z-index:2;
}
.list-dm-sp .dm-san-pham .dm-sp .ten-dm-sp{
	margin-top: 25px;
	padding-top: 70px;
	padding-bottom: 30px;
	border-radius: 10px;
	background-color: #efefef;
	width: 90%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}


.ve-chung-toi-ff {
	padding: 60px 0 80px;
    background: url(../images/bg_about.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ve-chung-toi-ff .content-vct {
	display: flex;
	align-items:center;
}
.ve-chung-toi-ff .tieu-de-20-nam {
	display:flex;
	flex-direction: column;
	align-items:center;
}
.tieu-de-section {
	text-align:center;
	margin-bottom: 30px;
}
.tieu-de-section .tieu-de-ff {
	font-family: 'DVN Photograph Signature';
	font-size: 36px;
	color: #FFE2DA;
}

.tieu-de-section .tieu-de-dm {
	font-family: 'UTM AvoBold';
	font-size: 36px;
    font-weight: 700;
    color: #bfd730;
    text-transform: uppercase;
	position:relative;
	margin: 0;
    padding: 0;
	top:-25px;
}
.ve-chung-toi-ff {
	position: relative;
}
.ve-chung-toi-ff .ve-chung-toi:after {
    position: absolute;
    content: '';
    top: 58%;
    left: 0;
    height: 48%;
    width: 100%;
    background: #fff;
    transform: translateY(-50%);
}
.nd-ve-chung-toi {
	position: relative;
    z-index: 2;
}

.nd-ve-chung-toi  .tieu-de-ff {
	color: #fff;
}


.sp-noi-bat-ff {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ten-sp-noi-bat {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
    font-family:  'UTM AvoBold';
	text-transform: uppercase;
	font-size: 22px;
}



.vi-sao-nen-chon-chung-toi-ff {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vi-sao-nen-chon-chung-toi-ff .nd-ly-do{
	text-align:justify;
}
.vi-sao-nen-chon-chung-toi-ff .tieu-de-ly-do {
    line-height: 26px;
    font-family:  'UTM AvoBold';
    margin: 0 0 10px;
    padding: 0;
}
.vi-sao-nen-chon-chung-toi-ff .ly-do-ff {
	padding-bottom: 40px;
}
.vi-sao-nen-chon-chung-toi-ff .icon-ly-do {
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #bfd730;
	border-radius: 50px;
	padding: 10px;
	margin: 10px;
}
.vi-sao-nen-chon-chung-toi-ff .icon-ly-do img {
	width: 100%;
	height: auto;
}
.vi-sao-nen-chon-chung-toi-ff .cot-vi-sao-2 {
	padding-left:10px;
	padding-right: 10px;
}
.bg-tt-ff {
	height: 150px;
	background-color:#bfd730;
	background-image: url(../images/img_banner.webp);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cac-don-vi-ff {
    background: url(../images/bg_brand.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}
.cac-don-vi-ff .don-vi {
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 10px;
}

.khach-hang-ff {
	background: #bfd730;
    background-image: url(../images/bg_review.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}
.khach-hang-ff .tieu-de-section .tieu-de-ff {
	color: #fff;
}
.khach-hang-ff .tieu-de-section .tieu-de-dm {
	color: #fff;
}
.khach-hang-ff .ten-kh {
	font-size: 22px;
    line-height: 26px;
    font-family:  'UTM AvoBold';
    margin: 0 0 10px;
    padding: 0;
	color: #fff;
}
.khach-hang-ff .kh-nhan-xet {
	text-align: justify;
}
.khach-hang-ff .icon-ten-kh {
	margin-top: 15px;
}
.tin-tuc-ff {
	padding: 60px 0;
}
@media (max-width: 768px){
	.cot-vi-sao-2 {
		display:none;
	}
}

.slide-tin-tuc .item {
	margin-top: unset;
    text-align: unset;
    border: unset;
    margin-left: 20px;
    margin-right: 20px;
}
}
.tin-tuc-ff {
	padding: 60px 0;
}

.slide-tin-tuc .item:hover img {
    transform: unset;
}
.slide-tin-tuc .owl-carousel {
	width: 100%;
}
.tin-tuc:nth-child(2n+1) {
    padding-right: unset;
}
.tin-tuc {
    padding-top: unset;
    padding-bottom: unset;
    text-align: unset;
    background-color: unset;
}
.tin-tuc-ff .tin-tuc .hinh-anh-tin-tuc {
	padding: 20px;
    border: 1px solid #bfd730;
    border-radius: 10px;
}
.tin-tuc-ff .tin-tuc .hinh-anh-tin-tuc .h-a-tt {
	height: 250px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	position: relative;
}
.tin-tuc-ff .tin-tuc .hinh-anh-tin-tuc .h-a-tt img {
	left: 0%;
    top: 0%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}
.nd-tin-tuc {	
	position: relative;
    background: #fff;
    padding: 15px 20px;
    margin: -50px 40px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.tin-tuc-ff .owl-stage-outer {
	padding-bottom: 20px;
}
.tieu-de-tin-tuc {
    padding: unset;
    font-weight: bold;
}
.tin-tuc-ff .tin-tuc .tieu-de-tin-tuc {
	font-family:  'UTM AvoBold';
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #bfd730;
    line-height: 29px;
}
.tom-tat-tin-tuc {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 6;
}
.tom-tat-tin-tuc:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 75px;
    height: 1px;
    background: #e66443;
}


.chan-trang-ff {
	background: #12190C;
    padding: 50px 0;
    color: #fff;
}
.chan-trang-ff p {
	color: #fff;
}
.chan-trang-ff ul {
	color: #fff;
}
.chan-trang-ff ul li {
	color: #fff;
}
.chan-trang-ff ul a{
	color: #fff;
}
.chan-trang-ff input {
    height: 50px;
    width: 100%;
    padding:10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 14px;
    background: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    color: #fff;
}
.chan-trang-ff input::placeholder {
	color:#fff;
}
.chan-trang-ff .bao-gia-form button {
	border: initial;
    height: 50px;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
	border-top-left-radius: unset;
    border-bottom-left-radius: unset;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	width: 100%;
}
.chan-trang-ff .menu-chan-trang-1 .tieu-de-menu {
	margin: 0 0 10px 0px;
}
.chan-trang-ff .menu-chan-trang-1 .tieu-de-menu .td-menu-chan-trang {
	font-family:  'UTM AvoBold';
}
.chan-trang-ff .ten-cty {
	font-family:  'UTM AvoBold';
}
.chan-trang-ff .tem-bct {
	padding:10px;
}
.chan-trang-ff .tt-f1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.chan-trang-ff .tt-ct .tt-f1 {
	border-bottom: 1px solid #fff;
}
.chan-trang-ff .tt-f2 {
	padding-bottom: 20px;
}


@media (max-width: 768px) {
	* {
		font-size: 14px;
	}
	.logo-menu {
		text-align:center;
	}
	.ve-chung-toi-ff .content-vct {
		flex-direction:column;
	}
	.menu-mang-xa-hoi {
		padding-top:unset;
		padding-bottom: 10px;
	}
	.menu-1 {
		background-color: #333;
	}
	.menu {
		display:none;
	}
	.mb-menu-1 {
		display: block;
	}
	.mobile-menu li {
		border-top: #e3e6d4;
	}
	.menu-items ul li ul {
		background-color: #fff;
		width: 100%;
	}
	.search-container {
		padding: 20px 20px 20px 10px;
	}
	.menu-mang-xa-hoi {
		justify-content:center;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide {
		width: 100%;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide {
		width: 100%;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .tieu-de-slide-1 {
		font-size: 20px;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .tieu-de-slide-2 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 24px;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .slide-img {
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		margin: 0 auto;
		width: 100%;
		object-fit: cover;
		height: 40vh;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .slide-img img{
		left: 0%;
		top: 0%;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .nut-xem-them {
		margin-top: 10px;
	}
	.slide-chinh-trang-chu .owl-carousel .item .item-slide .thong-tin-slide .mo-ta-slide {
		padding-right: 10px;
	}
	.list-san-pham-fresh {
		padding-top: unset;
		padding-bottom: 50px;
	}
    .list-dm-sp {
		margin-top: 10px;
        display: flex;
		justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
		overflow-y: unset;
        scroll-snap-type: x mandatory; 
    }
    .list-dm-sp .dm-san-pham {
        width: 48%; 
        flex: 0 0 auto;
        margin-right: 10px;
        scroll-snap-align: center; 
    }
    .list-dm-sp::-webkit-scrollbar {
        display: none; 
    }
	.list-dm-sp .dm-san-pham .dm-sp {
		padding-top: 50px;
	}
	.ve-chung-toi-ff .ve-chung-toi:after {
		top: 46%;
	}
	.chan-trang-ff .tieu-de-bao-gia-1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}