@font-face {
	font-family: "Mulish";
	src: url("../fonts/Mulish-Regular.ttf");
}
@font-face {
	font-family: "Mulish-Light";
	src: url("../fonts/Mulish-Light.ttf");
}
@font-face {
	font-family: "Mulish-ExLight";
	src: url("../fonts/Mulish-ExtraLight.ttf");
}
@font-face {
	font-family: "Mulish-Bold";
	src: url("../fonts/Mulish-SemiBold.ttf");
}
body {
	font-size: 16px;
	font-family: "Mulish-Light", 'san-serif';
}
.bg-orange {
	background: #E95C12;
	color: #fff;
}
.bg-orange:hover {
	color: #fff;
}
.text-orange {
	color: #E95C12;
}
a:hover {
	color: #E95C12;
	text-decoration: underline;
}
header {
	width: 100%;
	border-bottom: 1px solid #dadada;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.15);
}
header .navbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
header .navbar .navbar-nav {
	justify-content: space-around;
}
header .nav-item {
	padding: 10px 0;
}
header .nav-item a {
	font-size: 15px !important;
	color: #111;
}
header .nav-item a:hover {
	color: #E95C12;
}
header .mega-menu {
	position: static;
}
header .dropdown:hover {
	color: red;
}
header .dropdown:hover .dropdown-menu {
	display: block;
}

header .mega-menu .dropdown-menu {
  width: 100%;
  margin-top: 0;
  border: none;
  border-radius: 0px !important;
	padding: 15px;
	/* top: unset !important; */
	box-shadow: 0 0 20px rgba(0,0,0, 0.3);
	clip: rect(0,5000px,5000px,-5000px);
}
header .mega-menu .dropdown-menu .dropdown-item {
	font-size: 16px !important;
	border-bottom: 1px solid #dadada;
	padding: 10px 0 10px 0;
	position: relative;
	width: 100%;
	display: block;
}
header .mega-menu .dropdown-menu .dropdown-item::after {
	right: 5px;
	top: 14px;
	content: "\F285";
	font-family: bootstrap-icons!important;
	width: 10px;
	font-size: 12px;
	position: absolute;
}
header .mega-menu .dropdown-menu .dropdown-item:hover {
	background: transparent !important;
	color: #E95C12;
}
header .language-combobox {
  border: none;
  outline: none;
}
.main-content {
	/* background: url('../images/home-blobs-bg.jpg') no-repeat; */
	background-size: cover;
	/* background-position: center; */
}

.main-slider {
	background-color: #FFF8F1;
}
.main-slider .item-row div {
	flex: 1 1 0;
}
.main-slider .slider {
	position: relative;
}
.owl-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
	font-size: 36px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	color: #E95C12;
}
/* .main-slider h3 {
  padding: 15px 0;
} */
.main-slider .item-text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.main-slider .item-text p {
	margin: 0;
}
.main-slider .summary {
  width: 75%;
  margin-top: 25px;
}
.main-content .discover {
	padding: 70px 0;
	background: url(../images/ghby-top-bg-1.png) no-repeat;
	background-position: top right;
}
.discover .discover-img {
	border-radius: 14px; 
	/* width: 75%; */
	margin-bottom: 15px;
}
.discover .summary h3 {
	font-family: "Mulish-Bold";
	font-size: 30px;
	margin-bottom: 25px;
}
.discover .summary .item {
	margin-bottom: 30px;
}
.discover .summary .item h4 {
	font-family: "Mulish-Bold";
	font-size: 20px;
	margin: 15px 0;
	letter-spacing: .11rem;
}
.discover .summary .item img {
	height: 75px;
}
.discover .summary .item span {
	font-size: 16px;
}
.feature-product-cat {
	padding: 0 0 70px 0;
	background: url('../images/intro-product-bg.png') no-repeat;
	background-position: top right;
}
.main-content h3 {
	font-family: "Mulish-Bold";
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 30px;
}

.feature-product-cat .intro-text {
	font-size: 18px;
}
.feature-product-cat .group-product {
	padding: 30px 0;
	position: relative;
}
/* .feature-product-cat .group-product .owl-nav .owl-prev {
	margin-left: -50px;
}
.feature-product-cat .group-product .owl-nav .owl-next {
	margin-right: -50px;
} */
.feature-product-cat .group-product .item-slider img {
	min-height: 320px;
	object-fit: cover;
}
.feature-product-cat .item {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
}
.feature-product-cat .item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: "Mulish-Bold";
	font-size: 24px;
	color: #111;
	/* padding-bottom: 36px; */
	min-height: 19%;
	background: linear-gradient(0deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .25) 60%, transparent);
	z-index: 10;
}
/* .feature-product-cat .item a::before {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0, 0.1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
} */
.feature-product-cat .main-product {
	padding-top: 30px;
}
.main-product .mprod-slider {
  padding-right: 1px;
}
.main-product .mprod-slider .item-product {
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(47, 49, 54, 0.1);
  border: 1px solid rgba(213, 215, 217, 1);
  overflow: hidden;
}
.main-product .mprod-slider .item-product img {
  height: 255px !important;
  object-fit: cover;
}
.main-product .mprod-slider .item-product span {
	/* position: absolute;
	top: 0;
	width: 100%;*/
	padding-top: 20px; 
	/* margin-top: 20px; */
	text-align: center;
	/* color: #fff; */
	font-family: "Mulish-Bold";
	/* text-shadow: 0px 1px 5px #111; */
	font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-product .owl-nav .owl-prev {
	margin-left: -40px;
}
.main-product .owl-nav .owl-next {
	margin-right: -40px;
}
.about-discover {
	background: url("../images/pills-bg.png") no-repeat;
	background-position: bottom left;
	background-size: 270px;
}
.about-discover .we-are {
	margin-bottom: 0px;
}
.about-discover .we-are .txt {
	font-size: 80px;
	font-family: "Montserrat";
	background-clip: text;
	-webkit-background-clip: text;
	background-image: url('http://avenue.tringhiatech.vn/public/assets/images/group-img.png');
	/* background-size: contain; */
	background-position: center;
	color: transparent; /* #E95C12; */
	letter-spacing: 1.2rem;
	line-height: 80px;
}
.about-discover .row-equal {
	/* justify-content: center; */
	align-items: center;
	margin-top: 0px;
}
.about-discover .bg-intro {
	position: absolute;
	top: -8%;
	left: 5%;
	content: "";
	min-width: 30%;
	min-height: 450px;
	background: url("../images/we-are-avenue.png") no-repeat;
	background-size: contain;
}
.about-discover .anchor-discover {
	color: #111;
}
.about-discover .anchor-discover:hover{
	text-decoration: none;
}
.about-discover .image-discover {
	margin-top: 60px;
}
.company-intro {
	padding: 60px 0;
	/* background-color: #; */
	background: url(../images/home-aboutus-main-bg.png) no-repeat #FFF8F1;
	background-position: top right;
	background-size: 300px;
}
.company-intro .nav-pills {
	margin-top: 30px;
	font-size: 20px;
	font-family: "Mulish";
}
.company-intro .nav-pills .nav-link.active, 
.company-intro .nav-pills .show>.nav-link {
	background: transparent;
	color: #E95C12;
	text-decoration: underline;
	text-transform: uppercase;
}
.company-intro .nav-link {
	padding: 0;
	margin-right: 30px;
	text-transform: uppercase;
}

.company-intro img {
	border-radius: 10px;
}

.company-intro .span-text {
	font-size: 18px;
	display: block;
	margin-top: 10px;
	font-family: "Mulish-Bold";
	text-align: center;
}
.intro-summary {
	list-style-type: none;
	padding-left: 0;
}
.intro-summary li {
	position: relative;
	padding-left: 25px;
	margin: 15px 0;
}

.intro-summary li::before {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: bootstrap-icons!important;
	content: "\F26F";
	width: 15px;
	color: #E95C12;
	font-size: 18px;
}
.ceo-mess .mess-text {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 36px);
	width: 100%;
	color: #fff;
	display: none;
	padding: 25px;
	border-radius: 10px;
	background: rgba(0,0,0, .65);
}
.ceo-mess:hover .mess-text {
	display: block;
}

.about-banner-text {
  padding: 120px 0 60px 0;
  background: url('../images/about1.jpg') no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 450px;
}
.about-banner-text .text-inner {
  background: rgba(13, 86, 142, .85); /* #0D568E */
  padding: 30px;
  color: #fff;
  margin-top: 50px;
}
.about-banner-text .text-inner h2 {
  font-family: "Mulish-Bold";
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: .35rem;
  text-transform: uppercase;
}
.about-banner-text .text-inner p {
  font-size: 18px;
}

.company-summary {
  padding: 60px 0;
  background: url('../images/Overview-Image.png') no-repeat;
  background-position: right 60px;
}
.company-summary h3 {
  margin-bottom: 30px;
  font-family: "Mulish-Bold";
  font-size: 26px;
}

.quality-revolution {
  padding: 0 0 60px 0;
}

.quality-revolution img {
  border-radius: 8px;
}

.five-points {
  padding: 20px 0;
}
.five-points .point-1 {
  margin-top: 160px;
  background: url('../images/We-are-avenue-1.jpg') no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
/*   padding: 20px; */
  min-height: 260px;
}
.five-points .point-1:hover {
  background: url('../images/We-are-avenue-1.jpg');  
}
.five-points .point-2 {
  margin-top: 80px;
  background: url('../images/We-are-avenue-2.jpg') no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
/*   padding: 20px; */
  min-height: 260px;
}
.five-points .point-3 {
  background: url('../images/We-are-avenue-3.jpg') no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
/*   padding: 20px; */
  min-height: 260px;
  
}
.five-points .point-4 {
  margin-top: 40px;
  background: url('../images/We-are-avenue-4.jpg') no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
/*   padding: 20px; */
  min-height: 260px;
}
.five-points .point-5 {
  margin-top: 120px;
  background: url('../images/we-are-avenue-5.jpg') no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
/*   padding: 20px; */
  min-height: 260px;
}
.five-points .point {
  position: relative;
}
.five-points .point img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.five-points .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  padding: 20px;
}
.five-points .text-overlay span {
  display: none;
}
.five-points .text-overlay:hover {
  background: rgba(0,0,0,0.65);
  color: #fafafa;
}

.five-points .text-overlay:hover span {
  display: block;
}

.five-points .point h4 {
  font-size: 20px;
  font-family: "Mulish-Bold";
  position: relative;
  padding-bottom: 10px;
  z-index: 2
}
.five-points .point h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  border-top: 1px solid #000;
  z-index: 2
}
.five-points .text-overlay:hover h4:after {
  width: 100%;
  border-top: 1px solid #fafafa;
}


.about-feature {
  padding: 0 0 60px 0;  
}
.about-feature h3 {
  text-transform: inherit !important;
  font-size: 28px;
  margin-top: 22% !important;
}
.about-feature .bi {
  font-size: 40px;
  color: #E95C12;
}
.history {
  padding:30px 0 60px 0;
}
.history h3 {
  margin-bottom: 30px
}

.history p {
  font-family: "Mulish-Bold";
}
.global-partner {
  padding-bottom: 60px;
}
.global-partner strong {
  font-family: "Mulish-Bold";
  font-style: italic;
}
.global-partner ul li {
  margin: 15px 0;
}

.shop-banner {
  padding: 60px 0;
  background: url('../images/products-desktop-header.jpg') no-repeat;
  backgrou-size: contain;
/*   back */
  min-height: 480px;
}
.shop-banner h3 {
  margin-bottom: 15px;
}
.shop-banner p {
  width: 50%;
  font-family: "Mulish-Bold";
  font-size: 18px;
  text-align: justify;
}
.products {
  padding: 60px 0;
}
.products .product-item {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(47, 49, 54, 0.1);
  border: 1px solid rgba(213, 215, 217, 1);
  overflow: hidden;
}
.products .product-item h4 {
  margin: 15px 0;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Mulish-Bold";
}

.products .product-item h4 a {
  color: #E95C12;
  display: block;
  width: 100%;
}
.products .product-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.pagination {
  margin-bottom: 0 !important;
}
.pagination .page-link {
  color: #E95C12;
  font-weight: bold;
}

.news-banner {
  background: url('../images/news-banner.jpg') no-repeat center;
  min-height: 380px;
  padding: 60px 0;
}
.posts-news {
  padding: 60px 0;
}

.posts-news .news-item {
  margin-bottom: 30px;
  border: 1px solid rgba(213, 215, 217, 1);
  
}
.posts-news .news-item h4 {
  font-size: 18px;
  font-family: "Mulish-Bold";
  margin: 5px 0 15px 0;
  
}
.posts-news .news-item p, .posts-news .news-item span {
  font-size: 15px;
}
.posts-news .news-item a {
  color: #000;
}
.posts-news .news-item a:hover {
  color: #E95C12;
  text-decoration: none;
}
.posts-news .news-item .readmore {
  color: #E95C12;
}
.posts-news .article h1 {
  font-size: 30px;
  font-family: "Mulish-Bold";
}
.posts-news .article h2 {
  font-size: 25px;
  font-family: "Mulish-Bold";
}
.posts-news .content-article p, .posts-news .content-article span,
.posts-news .content-article em, .posts-news .content-article strong {
  font-size: 16px !important;
  background: transparent !important;
}
.posts-news .content-article table {
  margin-bottom: 10px;
}
.posts-news .content-article table td {
  padding: 0 5px;
  vertical-align: baseline;
}
.posts-news .content-article img {
  width: 98% !important;
  object-fit: contain;
  display: block;
  margin: auto;
}
.latest-news h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Mulish-Bold";
  background-color: #FFF8F1;
  padding: 5px;
  text-align: center;
}
.latest-news .other-item {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
}
.latest-news .other-item a {
  color: #111;
}
.latest-news .other-item strong {
  font-size: 16px;
  font-family: "Mulish-Bold";
}

.hr-banner {
  background: url('../images/career-header.jpg') no-repeat;
  min-height: 480px;
  background-size: cover;
  padding: 60px 0;
}
.hr-avenue {
  padding: 60px 0 30px 0;
}
.hr-avenue .summary 
{
  padding-left: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}

.culture-us {
  padding: 60px 0;
}
.culture-us .summary {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  align-content: center; 
  min-height: 510px;
}

.human-company {
  background: url("../images/career-img3.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 60px 0;
  min-height: 510px;
}
.human-company .summary {
  padding: 60px 30px;
  background: rgba(13, 86, 142, .8);
  color: #fff;
  border-radius: 10px;
  width: 80%;
}
.human-company .summary h3 {
  margin-bottom: 30px;
}
.academy {
  padding: 30px 0 60px 0;
}
.academy .summary-text {
  width: 75%;
  margin-top: 30px;
}
.academy .item {
  margin-top: 60px;
}
.academy .item img {
  transform: scale(.75);
}
.academy .item h4 {
  font-size: 18px;
  font-family: "Mulish-Bold";
  margin: 15px 0;
}
.breadcrumb {
  background: #fff;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .active {
  color: #E95C12;
}
.product-summary {
  padding: 15px 0 60px 0;
}
.product-summary h1 {
  font-size: 34px;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}
.product-summary .main-slider {
  width: 80%;
  float: left;
}
.product-summary .main-slider img {
  height: 550px !important;
  object-fit: contain;
  display: block;
  margin: auto;
}
.product-summary .thumb-slider {
  width: 20%;
  float: right;
  /* margin-top: -25px; */
  height: 550px !important;
}
.product-summary .thumb-slider .slick-arrow {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.product-summary .thumb-slider .slick-slide {
  margin: 15px 0;
}
.product-summary .thumb-slider i {
  text-align: center;
}
.product-summary .thumb-slider .bi-chevron-compact-left::before {
  content: "\f27a";
  transform: rotate(90deg);
  font-size: 22px;
}

.product-summary .thumb-slider .bi-chevron-compact-right::before {
  content: "\f27b";
  transform: rotate(90deg);
  font-size: 22px;
}

.product-detail {
  padding-bottom: 60px;
}
.product-detail .nav-pills .nav-link {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.product-detail .nav-pills .nav-link.active, .product-detail .nav-pills .show>.nav-link
{
  background-color: #E95C12 !important;
  color: #fff;
}
.product-detail h2 {
  font-family: "Mulish-Bold";
  font-size: 18px;
}
.product-detail h3 {
  font-family: "Mulish-Bold";
  font-size: 17px;
}
.product-detail h4,
.product-detail h5 {
  font-family: "Mulish-Bold";
  font-size: 16px;
}
.product-detail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.products-related {
  padding-bottom: 10px;  
}

.products-related h3 {
  margin-bottom: 40px;
  font-size: 24px;
}
.products-related h4 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-related .product-item img {
  height: 255px;
}




.contact-banner {
  padding: 60px 0;
  background: url('../images/contact-us-main-banner.jpg') no-repeat;
  background-size: cover;
  background-position: right top;
  min-height: 490px;
}
.form-information {
  padding: 60px 0;
}
.form-information h4 {
  font-size: 28px;
  font-family: "Mulish-Bold";
}
.form-information p {
  margin-bottom: 8px;
}
.form-information strong {
  font-family: "Mulish-Bold";
}
.form-information .company-info {
  width: 95%
}
.contact-form {
  background: #FFF8F1;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 8px 0px rgba(47, 49, 54, 0.1);
}
.contact-form .form-control {
  height: 38px;
  border-radius: 8px;
  font-style: italic
}
.contact-form button {
  font-family: "Mulish-Bold";
  border-radius: 8px;
}
.form-information iframe {
  border-radius: 10px;
  padding-top: 50px;
  overflow: hidden
}
footer {
	background: #fcf4eb url(../images/nenphai.png) no-repeat right;
	padding: 60px 0 30px 0;
}
footer h2 {
	font-family: "Mulish-Bold";
	font-size: 18px;
	margin-bottom: 15px;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Mulish-Bold";
}
footer ul li a {
	color: #333;
}
footer .social a {
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
	color: #E95C12;
}

#icon_phone_number,
#image_icon_message,
#image_icon_youtube {
  position: fixed;
  right: 5px;
  z-index: 99999;
}
#image_icon_youtube {
  bottom: 30px;
}
#image_icon_message {
  bottom: 90px;
}
#icon_phone_number {
  color: #fff;
  bottom: 150px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #E95C12;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
#icon_phone_number a {
  color: #fff;
}