.body-th{
    font-family: "Tahoma";
}
/* Setting variable */
:root {
	--sectionTwo-img: url(../image/section2.jpg);
	--sectionThree-img: url(../image/section3.jpg);
	--sectionFive-img: url(../image/section-05-new.jpg);
}
@media only screen and (max-width: 599px) {
	:root {
		--sectionTwo-img: url(../image/section2-mobile.jpg);
		--sectionThree-img: url(../image/section3-mobile.jpg);
		--sectionFive-img: url(../image/section5-mobile.jpg);
	}
}

/* Import css into Custom CSS on CMS */
.product-detail.colos-fresh-milk .slick-dots {
	display: flex !important;
	position: static;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	list-style: none;
	gap: 10px;
}

.product-detail.colos-fresh-milk .slick-dots li button {
	color: transparent;
	background: transparent;
	opacity: 0;
	height: auto;
	width: auto;
}

.product-detail.colos-fresh-milk .slick-dots li {
	border-radius: 100%;
	width: .75rem;
	height: .75rem;
	border: 1px solid #000;
}

.product-detail.colos-fresh-milk .slick-dots li.slick-active {
	background: #000;
}

#section1, #section2, .section4, .section-product.benefit {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0;
}

#section1, #section3, .section-product.benefit, .section4, #section5 {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
#section2, .section-product.benefit {
	background-position: bottom center;
}
#section1:before {
	content: '';
	position: absolute;
	bottom: -8%;
	left: 0;
	width: 100%;
	height: 37%;
	/*max-height: 500px;*/
	background: rgb(40, 168, 224);
	/*background: linear-gradient(0deg, rgba(255,255,255, 1) 10%,  rgba(40,168,224, 1) 75%, rgba(9,86,164,.85) 100%);*/
	background: linear-gradient(0deg, rgba(133, 206, 237, 1) 38%, rgba(9, 86, 164, .85) 100%);
	transform: skewY(-5deg);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#section1 .section-bg {
	display: block;
	width: 100%;
	position: relative;
}
#section1 .heading-icon {
	font-size: 1.876rem;
	line-height: 1.5;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	width: 30vw;
}
#section1 .sub-heading-text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}

#section1 .item-wrapper {
	margin-bottom: 130px;
}

#section1 .section-item {
	display: block;
	text-align: center;
	padding: 30px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	min-height: 190px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .075);
	margin-bottom: 25px;
}

#section1 .section-item .section-item-head .main, #section1 .section-item .section-item-head .main sup, #section1 .section-item .section-item-head .main sub {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	/*width: 45%;*/
	background: linear-gradient(270deg, #28a8e0 2.99%, #0956a4 95.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.section-item-head .main sup, #section1 .section-item .section-item-head .main sub {
	font-size: 1.5rem !important;
	padding-left: 5px;
}

#section1 .section-item .section-item-head {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

#section1 .section-item .section-item-head .sub {
	display: block;
	text-align: left;
	width: 45%;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: #0956a4;
}

#section1 .section-item p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-top: 15px;
}

#section1 .section-item a {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #0956a4;
	margin-top: 15px;
}
#section1 .section-item a:hover {
	color: #3eb7e4;
}

#section1 .slide-wrapper {
	padding-top: 60px;
}

#section1 .slide-wrapper .slick-arrow {
	z-index: 1;
}
#section1 .slide-wrapper .slick-arrow.btn-prev {
	left: -2rem;
	/*color: white;*/
}
#section1 .slide-wrapper .slick-arrow.btn-next {
	right: -2rem;
}
#section1 .slide-wrapper .btn.btn-round, #section5 .btn.btn-round.custom-btn {
	background-color: var(--primary) !important;
}
#section1 .slide-wrapper .btn.btn-round:before, #section5 .btn.btn-round.custom-btn:before {
	background-color: var(--secondary) !important;
}

#section1 .slide-wrapper .card {
	border: 0;
	background: transparent;
	margin: 10px;
	transition: all 0.3s ease-in-out;
}

#section1 .slide-wrapper .card .card-image {
	border-radius: 20px;
	border: 5px solid white;
}

#section1 .slide-wrapper .card .card-image img {
	border-radius: 15px;
	max-height: 340px;
	object-fit: cover;
}

#section1 .slide-wrapper .card .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 240px;
	max-height: 280px;
	background: rgba(255, 255, 255, 0.7);
	/*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);*/
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#section1 .slide-wrapper .card .card-body h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
	color: #0956a4;
}

/*SECTION 2*/
#section2, .product-detail.colos-fresh-milk .section-product.benefit {
	padding: 50px 0;
	overflow: hidden;
}
#section2:before, .product-detail.colos-fresh-milk .section-product.benefit:before {
	content: '';
	position: absolute;
	bottom: -7.4vw;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 250px;
	background-image: url(../image/bg-transition.png);
	background-repeat: no-repeat;;
	background-size: 100%;
	background-position: bottom left;
}
.product-detail.colos-fresh-milk .section-product.benefit .container {
	position: relative;
}
/*.product-detail.colos-fresh-milk .section-product.benefit:after {
	content: '';
	position: absolute;
	top: 0;
	height: 20vh;
	width: 100%;
	left: 0;
	background: linear-gradient(180deg, rgba(40,168,224, .85) 0%, rgba(40,186,224, 0) 100%);
}*/

#section2 .heading-icon, .product-detail.colos-fresh-milk .section-product.benefit .heading-icon {
	display: flex;
	align-items: center;
}

#section2 .w-100, .product-detail.colos-fresh-milk .section-product.benefit .w-100 {
	max-height: 550px;
	margin: 40px 0;
	width: auto !important;
}

#section2 .slider-benefit, .product-detail.colos-fresh-milk .section-product.benefit .slider-benefit {
	padding: 30px 20px;
	background: rgba(62, 183, 228, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	/*display: inline-block;*/
}

.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .slick-list .slick-track .slick-slide div > div {
	display: flex !important;
	flex-direction: column;
	row-gap: 30px;
}
.product-detail.colos-fresh-milk .section-product.benefit .row.align-items-end {
	align-items: center !important;
	padding-bottom: 40px;
}
.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .media {
	min-height: auto !important;
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-direction: row !important;
	align-items: center;
	column-gap: 20px;
	background: transparent;
}
.product-detail.colos-fresh-milk .section-product.benefit .media .image {
	position: static;
	left: 0;
	top: 0;
}
.product-detail.colos-fresh-milk .section-product.benefit .media .media-body {
	/*padding-right: 30px;*/
	row-gap: 10px !important;
}

/*SECTION 3*/
/*#section3 {
	margin-top: -1px;
	/*background: linear-gradient(180deg, #CDE9F7 20%, #FFFFFF 100%);*!/
	background-position: center -2px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 100px;
}*/

#section3 > .img-fluid {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#section3 .section3-wrapper {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	z-index: 3;
	padding: 50px 0;
}
#section3 .slick-slider {
	margin: 40px auto 0;
	width: 38vw;
	max-width: 550px;
}
#section3 .slick-slider .slick-dots li:only-child {
	display: none;
}
#section3 .section-table {
	padding: 30px 60px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 20px;
}

#section3 .custom-btn:after {
	display: none;
}

#section3 .section-table h5 {
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #0956a4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0956a4;
}

#section3 .section-table .table-wrapper {
	overflow-y: scroll;
	height: 220px;
	/*padding-top: 10px;*/
	padding-right: 20px;
	margin-bottom: 20px;
}
/* Custom Scroll */
#section3 .section-table .table-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	-webkit-appearance: none;
	display: block !important;
}
#section3 .section-table .table-wrapper::-webkit-scrollbar:vertical {
	width: 5px;
}

#section3 .section-table .table-wrapper::-webkit-scrollbar:horizontal {
	height: 5px;
}
/* Track */
#section3 .section-table .table-wrapper::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .15);
	border-radius: 10rem;
	display: block !important;
}
/* Handle */
#section3 .section-table .table-wrapper::-webkit-scrollbar-thumb {
	background: var(--primary);
	border-radius: 10rem;
}
/* Handle on hover */
#section3 .section-table .table-wrapper::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}

#section3 .section-table .table thead th {
	border: 0;
	/*background: #EBF6FC;*/
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	color: #0956a4;
	padding-top: 20px;
}

/*#section3 .section-table .table {
    max-height: 200px;
    overflow: auto;
}*/
#section3 .section-table .table > :not(:first-child) {
	border: 0;
}
#section3 .section-table .table > :not(caption) > * > * {
	padding: 10px 0;
}
#section3 .section-table .table td {
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

#section3 .section-table .table td strong {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	color: #000;
}

/*SECTION 4*/
.section4 {
	background-position: center bottom;
	padding-bottom: 0;
}

/*SECTION 5*/
#section5 {
	padding: 60px 0;
	background-position: center -2px;
}

#section5 .heading-icon {
	display: flex;
	align-items: center;
}

#section5 .campain-overview {
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
}

#section5 .custom-btn:after {
	display: none;
}

/* Desktop */
@media (min-width: 768px) {
	#section1 .slide-wrapper .slick-arrow.btn-prev {
		color: white;
	}

	#section1 .slide-wrapper .card .card-body {
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	.product-detail.colos-fresh-milk .section-product.benefit .container {
		z-index: 1;
	}

	#section3 {
		margin-top: -1px;
		/*background: linear-gradient(180deg, #CDE9F7 20%, #FFFFFF 100%);*/
		background-position: center -2px;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 100px;
	}

	/*#section3:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: linear-gradient(180deg, rgba(255,255,255, 0) 0%, #FFFFFF 100%);
	}*/
	#section3 .section3-wrapper {
		position: absolute;
		left: 0;
		top: 0;
		background: transparent !important;
	}

	#section3 .section3-wrapper .slick-slider .slick-arrow.btn-prev {
		left: -2rem;
	}

	#section3 .section3-wrapper .slick-slider .slick-arrow.btn-next {
		right: -2rem;
	}

	#section3 .section-table .table thead {
		position: sticky;
		top: 0;
	}

	#section3 .section-table .table thead th {
		background: #ebf6fc;
	}

	#section5 .slick-slider .slick-arrow.btn-prev, .section4 .slick-slider .slick-arrow.btn-prev {
		left: -2rem;
	}

	#section5 .slick-slider .slick-arrow.btn-next, .section4 .slick-slider .slick-arrow.btn-next {
		right: -2rem;
	}

	#section5 .slick-slider .slick-arrow i {
		color: white;
	}

	#section5 .campaign-space {
		height: 15vh;
	}
}
/* Lagre Desktop */
@media (min-width: 1400px) {
	.product-detail.colos-fresh-milk .section-product.benefit:after {
		content: '';
		position: absolute;
		top: 0;
		height: 20vh;
		width: 100%;
		left: 0;
		background: linear-gradient(180deg, rgba(133, 206, 237, 1) 0%, rgba(133, 206, 237, 0) 100%);
	}

	#section1 .heading-icon {
		width: 25vw;
	}
}
/* Extra Lagre Desktop */
@media (min-width: 1680px) {
	#section5 .campain-overview {
		padding: 5rem 0;
	}
}

/* Mobile */
@media (width: 320px) {
	#section1 .heading-icon {
		width: 90% !important;
	}

	#section5 .campain-overview {
		padding: 0 0 50% 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-detail.colos-fresh-milk .slick-dots {
		gap: 5px;
		margin: 0;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow {
		transform: translateY(-120%);
		width: auto;
	}

	.product-detail.colos-fresh-milk .slick-slider .slick-arrow i {
		font-size: 2.5rem;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow.btn-prev {
		left: 0;
	}

	.product-detail.colos-fresh-milk .slick-slider-md0-xs-1 .slick-arrow.btn-next {
		right: 0;
	}

	#section1, #section2, #section3, .section4, .section-product.benefit {
		padding: 25px 0;
		background-size: cover;
	}

	#section1 {
		background-position: center -10vh;
		overflow: hidden;
	}

	#section1 .heading-icon {
		width: 70vw;
	}

	#section1 .sub-heading-text {
		padding: 0 10px;
	}

	#section1 .item-wrapper {
		margin-bottom: 65px;
	}

	#section1 .item-wrapper .slick-slide {
		padding: 0 15px !important;
	}

	/*#section1 .item-wrapper .slick-slide .col-md-4 {
		padding-right: 0!important;
		padding-left: 0!important;
	}*/
	#section1 .slide-wrapper .slick-arrow.btn-next {
		right: -.5rem;
	}

	#section1 .slide-wrapper .slick-arrow.btn-prev {
		left: -.5rem;
	}

	#section1 .section-item {
		padding: 20px;
		min-height: 1px !important;
	}

	#section1 .section-item p {
		margin-bottom: 0 !important;
	}

	#section1 .slide-wrapper .slick-slide {
		padding: 0;
	}

	#section1 .slide-wrapper .card {
		margin: 0;
		padding: 0;
	}

	#section1 .slide-wrapper .card .row.no-gutters {
		background: rgba(255, 255, 255, 0.7);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border-radius: 20px;
	}

	#section1 .slide-wrapper .card .card-image {
		border-radius: 20px;
		border: 5px solid white;
	}

	#section1 .slide-wrapper .card .card-image img {
		max-height: 200px;
	}

	#section1 .slide-wrapper .card .card-body {
		border-radius: 0;
		min-height: auto;
		padding: 1.5rem;
		background: none;
	}

	#section1 .slide-wrapper .card .card-body h5 {
		font-size: 1.25rem;
		margin-bottom: 10px;
	}

	#section1 .slide-wrapper .slide-wrapper-list.slick-slider .slick-dots {
		display: flex !important;
		margin: 30px 0;
	}

	#section2, .section-product.benefit {
		background-position: center top;
		/*background-size: 320%!important;*/
	}

	#section2 .w-100, .product-detail.colos-fresh-milk .section-product.benefit .w-100 {
		margin: 2rem 0;
		width: 90% !important;
		height: auto !important;
	}

	#section2 .slider-benefit, .product-detail.colos-fresh-milk .section-product.benefit .slider-benefit {
		padding: 30px 10px;
	}

	.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .media {
		background: transparent !important;
		margin: 0;
	}

	/*.product-detail.colos-fresh-milk .section-product.benefit .slider-benefit .slick-list .slick-track .slick-slide div {
		width: 89vw;
	}*/
	.product-detail.colos-fresh-milk .section-product.benefit .media .media-body {
		padding-right: 10px;
		text-align: left;
	}

	.product-detail .slider-benefit .heading {
		margin-bottom: 10px;
		font-size: 1.1rem;
	}

	#section2:before, .product-detail.colos-fresh-milk .section-product.benefit:before {
		bottom: 0;
		top: 100vh;
		background-position: top left;
		background-size: cover;
		max-height: 100%;
	}

	#section3 {
		/*background: #CDE9F7 url('')!important;*/
		padding: 25px 0 0;
	}

	#section3 .section-table {
		padding: 15px;
	}

	#section3 .section3-wrapper .slick-slide {
		padding: 0 !important;
	}

	#section3 .section3-wrapper .img-fluid {
		width: 60vw;
		margin: 40px auto 0;
	}

	#section3 .slick-slider {
		width: 100%;
		padding: 0 !important;
		/*margin: 40px auto 0;*/
	}

	#section3 .section-table {
		margin: 0;
		background: rgba(255, 255, 255, 0.8);
		padding: 30px 20px;
	}

	.section4 {
		/*background-image: linear-gradient(180deg, rgba(217, 239, 249, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;*/
	}

	.section4 .list-post .slick-arrow.btn-prev, #section5 .list-post .slick-arrow.btn-prev {
		left: 0;
	}

	.section4 .list-post .slick-arrow.btn-next, #section5 .list-post .slick-arrow.btn-next {
		right: 0;
	}

	#section5 {
		background-position: center top;
	}

	#section5 .campain-overview {
		padding: 0 0 45vh 0;
	}

	/*#section5 .campaign-space {
		height: calc(100vh - 390px);
	}*/
	.section4 .list-post .card, #section5 .list-post .card {
		margin-bottom: 15px;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
	}
}


/* Animation */
#section2 .w-100, #section3 .main-img-mobile {
	animation: myAnim 10s ease 3s infinite;
}
#section3 .main-img {
	animation: float 10s ease-in-out infinite;
}
@keyframes myAnim {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	3% {
		transform: translateX(-30px) rotate(-6deg);
	}

	6% {
		transform: translateX(15px) rotate(6deg);
	}

	9% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	12% {
		transform: translateX(9px) rotate(2.4deg);
	}

	15% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
	18% {
		transform: translateX(0) rotate(0);
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}



.slick-slider .slick-arrow .las {
    font-size: 3rem;
    color: #0054a5;
}

.section-mission, .section-products {
    padding: 2.5rem 0;
    position: relative;
}

.section-mission .media .media-body .content {
    margin-bottom: 3rem;
}

.section-mission .leaf-top, .section-mission .leaf-bottom {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-mission .info {
    position: relative;
    z-index: 2;
}

.section-mission .media img {
    max-height: 580px;
}

@media (max-width: 980px) {
    .section-mission .main-site-action{
            margin-bottom: 300px;
    }
}

.block-newsletter {
    background-position: right bottom;
    background-size: cover;
}

.section-knowledge, .section-advisory {
    padding: 2.5rem 0 0;
    justify-content: flex-end !important;
    position: relative;
}

@media (max-width: 1023px) {
    .section-knowledge{
        background: #e8f1fa !important
    }
    .section-knowledge .media-body{
        width: 100% !important;
    }
}

.section-knowledge .media img {
    max-height: 50rem;
    margin-left: 1rem;
}

.section-knowledge .media .list-group .list-group-item {
    background-color: transparent;
    margin-bottom: 2rem;
    border: 2px dotted #154591;
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-knowledge .media .list-group .list-group-item > span {
    color: #154591;
    font-weight: 700;
    font-size: 1.357rem;
    padding: 1rem 0 1rem 3.5rem;
}

.section-knowledge .media .media-body .content {
    margin-bottom: 3rem;
    color: #154591;
}

.section-knowledge .bg-effect{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #e8f1fa;
}

.section-advisory .media {
    align-items: center;
}

.section-advisory .media img {
    max-height: 40rem;
    margin-right: 2rem;
}

.section-advisory .media .media-body .content {
    margin-bottom: 3rem;
    font-size: 18px;
}
@media (max-width: 980px) {
    .section-advisory .media .media-body .content {
        font-size: 14px;
    }
}

.block-content, .section-products {
    background-repeat: no-repeat;
    background-size: cover;
}

.block-content h3.heading-icon {
    color: #154591;
}

.register h3.heading-icon, .section-products .heading-icon {
    color: #154591;
}

.block-content h4.sub-heading, .section-products h3.sub-heading {
    color: #154591;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.section-category {
    padding: 2.5rem 0;
}

.section-category .card {
    border-color: transparent;
    background-color: transparent;
}

.section-category .card:hover {
    cursor: pointer;
}

.section-category .card:hover .image .card-img-top {
    display: none;
}

.section-category .card:hover .image .card-img-top.hover {
    display: block;
}

.section-category .card h5.card-title {
    color: #0054a5;
    font-size: 1.857rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-category .card h5.card-title span {
    padding: 1rem 0 1rem 3rem;
    white-space: nowrap;
}

.section-category .card .image .card-img-top {
    width: 244px;
    height: 320px;
    object-fit: contain;
}

.section-category .card .image .card-img-top.hover {
    display: none;
}

.section-category .card .btn-round {
    margin-left: 3rem;
}

.group-category {
    display: flex;
    justify-content: space-between;
}

.pregnancy > span {
    background: url('/themes/neysure/image/pregnancy-icon.svg') no-repeat left center;
    background-size: 30px 100%;
}

.children > span {
    background: url('/themes/neysure/image/children-icon.svg') no-repeat left center;
    background-size: 30px 100%;
}

.old-people > span {
    background: url('/themes/neysure/image/old-people-icon.svg') no-repeat left center;
    background-size: 30px 100%;
}

@media (min-width: 1450px) {
    .section-advisory .media img {
        margin-left: -250px;
        margin-top: 4rem;
    }

    .section-knowledge .media img {
        margin-right: -100px;
    }
}

@media (max-width: 1000px) {
    .media {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .media .media-body .content {
        text-align: left;
    }

    h4.sub-heading {
        text-align: left;
    }

    .section-mission .info img {
        max-height: 20rem;
    }

    .section-knowledge .media img {
        max-height: 23rem;
    }

    .section-advisory .media img {
        max-height: 15rem;
        margin-top: 2rem;
    }

    .section-category .card {
        text-align: center;
    }

    .section-category .card .image {
        display: flex;
        justify-content: center;
    }

    .group-category {
        flex-direction: column;
    }
}

.section-products .product-carousel .card {
    box-shadow: none !important;
    background: none;
    border: none;
}

.section-products .product-carousel .card .image {
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    h4.sub-heading {
        font-size: 1rem;
    }

    .section-knowledge .media .list-group .list-group-item {
        padding: 0.5rem;
        margin-bottom: 1rem;
    }

    .section-knowledge .media .list-group .list-group-item > span {
        font-size: 0.9rem;
        padding: 0.5rem 0 0.5rem 2rem;
    }

    .section-knowledge .media .list-group .list-group-item .btn-primary {
        font-size: 0.9rem;
        padding: 0.7rem;
    }

    .section-knowledge .media img, .section-advisory .media img {
        margin-bottom: -1.5rem;
    }

    .section-knowledge .media .media-body .content {
        margin-bottom: 2rem;
    }

    .section-advisory .media img {
        order: 1;
    }

    .section-advisory .media .content {
        order: 0;
        margin-top: 0.5rem;
    }

    .section-category .card h5.card-title span {
        font-size: 1.2rem;
        padding: 1rem 0 1rem 2.5rem;
        white-space: nowrap;
    }

    .section-category .card .image .card-img-top {
        width: 200px;
        height: 250px;
    }

    .section-category .card .btn-round {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .section-activity {
        background-position: right top;
    }

    .section-knowledge .bg-mobile, .section-advisory .bg-mobile {
        justify-content: flex-end !important;
    }

    .section-advisory {
        padding: 0;
    }

    .section-advisory .page-header img {
        max-height: 35px;
        margin-top: -1.5rem;
        margin-bottom: 2rem;
    }

    .section-advisory .page-header {
        align-items: flex-start;
    }

    .section-advisory .sub-heading {
        width: 80%;
    }
}

main.main > .block-content, footer.footer {
    content-visibility: auto
}

.main-site-action .btn-page {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: white;
    border: 0;
    font-weight: 700;
    overflow: hidden;
    background-color: #28A8E0;
    transition: all 0.25s;
    border-radius: 20px;
}

.main-site-action .btn-page:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background-color: #0956A4;
    transition: all 0.4s ease;
    border-radius: 2rem;
}

.section-category .group-category.slider-post .card .card-body .card-title {
    color: #0054a5;
    font-size: 1.857rem;
    font-weight: 700;
}

.section-category .group-category.slider-post .card .card-body{
    padding-left: 0;
}

.section-category .group-category.slider-post .card .card-body .card-title span {
    padding: 1rem 0 1rem 3rem;
    white-space: nowrap;
    color: #0054a5;
    font-size: 20px;
    font-weight: 700;
}

.btn.btn-primary.btn-round span {
    font-weight: bold;
}

.list-post .card .btn-view-more span {
    font-size: 1.072rem;
    font-weight: bold;
    text-transform: none;
}

.section-content .list-post.slick-slider {
    margin-top: 20px;
}

.section-content .list-post.slick-slider .card {
    background: transparent;
}

.section-content .list-post.slick-slider .card .image, .section-content .list-post.slick-slider .card .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.section-content .list-post.slick-slider .card .card-body {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
}

.slick-arrow {
    display: flex !important;
}

.slick-arrow:before {
    content: '';
    display: none;
}

.slick-arrow:hover i {
    color: #3eb7e4 !important;
}
.bravo-header-mobile .estore-icon {
    color: #fff;
}
.bravo-header-mobile .logo {
    background: #fff;
    padding: 6px 10px 2px 10px;
    border-radius: 5px;
    margin: 1px 0;
}
.bc-khach-hang{
    padding: 50px 0;
}
.bc-khach-hang .title-1{
    color: #154591;
    font-weight: 800;
    text-transform: uppercase;
}
.bc-khach-hang .title-2{
    color: #154591;
    font-weight: 500;
}
.bc-khach-hang .title-3{
    color: #0098FF;
    font-size: 24px;
    font-weight: 700;
}
.bc-khach-hang .summary{
    color: #54595F;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}
.bc-khach-hang img{
    border-radius: 10px;
}

.bc-about-box{
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%;
    position: relative;
}
@media (max-width: 1023px) {
    .bc-about-box{
        background: none !important
    }
}

.bc-about-box img{
    border-radius: 10px;
}
.bc-about-box .list-text{
    margin-top: 30px;
}
.bc-about-box .title-1{
    color: #154591;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bc-about-box .title-2{
    line-height: 1.7em;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}
.bc-about-box .text{
    color: #0000B8;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.bc-about-box svg{
    margin-right: 10px;
}
.bc-about-box hr{
    border-color: #a5a5a5;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bc-about-box .text-3{
    color: #0000B8;
    font-size: 18px;
    font-weight: 800;
}

.bc-about-box .text-4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.bc-about-box .bg-effect{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #e8f1fa;
}

.bc-combo{
    padding: 50px 0;
}
.bc-combo .title-1{
    color: #154591;
    font-weight: 800;
    text-transform: uppercase;
}
.bc-combo .title-2{
    color: #154591;
    font-weight: 500;
    margin-bottom: 50px;
    padding: 0 50px;
}
.bc-combo img{
    height: 100% !important;
}
.bc-combo .card{
    box-shadow: 0 0px 10px rgba(131, 131, 131, .15) !important;
    margin: 10px 0;
    border: solid 1px #f3f3f3;
}
.bc-combo .summary{
    font-size: 18px;
    font-weight: 600;
    color: #E04300 !important;
}
.product-content-wrapper table{
	width: 100%;
	border:1px solid #000;
}
.product-content-wrapper table th{
	border:1px solid #000;
}
.product-content-wrapper table td{
	border:1px solid #000;
}
.heading-icon{
    align-items: center !important;
}
.text-\[003399\]{
    color:#003399
}
.text-\[37px\]{
    font-size: 37px;
}
.\!text-\[37px\]{
    font-size: 37px!important;
}
.text-\[20px\]{
    font-size: 20px;
}
.\!text-\[20px\]{
    font-size: 20px!important;
}
.text-\[12px\]{
    font-size: 12px;
}

.text-\[15px\]{
    font-size: 15px;
}

.\!text-\[25px\],
.text-\[25px\]{
    font-size: 25px;
}

.max-w-\[80px\]{
    max-width: 80px;
}
.max-w-\[40px\]{
    max-width: 40px;
}
.bc-menu-mobile .dropdown-toggle::after{
    display: none;
}
.is_mobile{
    display: none !important;
}
.is_pc{
    display: block !important;
}
.pt-\[2\.5rem\]{
    padding-top:2.5rem;
}
.py-\[2\.5rem\]{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
}
.\!py-\[2\.5rem\],
body .\!py-\[2\.5rem\]{
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important;
}
.\!pt-\[2\.5rem\]{
    padding-top:2.5rem!important;
}
.text-14_20{
    font-size: 14px;
    line-height: 20px;
}
.text-18{
    font-size: 18px;
}
.text-25{
    font-size: 25px;
}
@media (max-width: 1023px) {
    .is_mobile{
        display: block !important;
    }
    .is_pc{
        display: none !important;
    }
}
@media (min-width:1024px ) {
    .lg\:text-\[20px\],
    .md\:text-\[20px\]{
        font-size: 20px;
    }
    .lg\:text-\[25px\]{
        font-size: 25px;
    }
    .md\:text-\[15px\]{
        font-size: 15px;
    }
    .md\:py-\[50px\]{
        padding:50px 0px!important;
    }
    .md\:mb-\[50px\]{
        margin-bottom:50px!important
    }

    .md\:-text-28_40{
        font-size: 28px;
        line-height: 40px;
    }
    .md\:-text-24{
        font-size: 24px;
    }
    .md\:-text-36{
        font-size: 36px;
    }
}


.body-vi .section-mission .heading-icon{
    font-size: 20px;
    margin-bottom: 15px;
}
.body-vi .section-mission .heading-icon .sub-title{
    font-size: 24px;
}
.body-vi .section-mission .content {
    margin-top: 0 !important;
    text-align: justify;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .body-vi .section-mission .heading-icon {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .body-vi .section-mission .heading-icon .sub-title{
        font-size: 16px;
    }
    .body-vi .section-mission .content {
        margin-top: 20px !important;
    }
}
.body-vi .section-mission .content a{
    color: #164591;
}

.body-vi .bc-about-box .title-2{
    text-align: justify;
}
.body-vi .bc-about-box .list-text .text{
    font-size: 19px !important;
}
@media (max-width: 1023px) {
    .body-vi .bc-about-box .title-1{
        font-size: 16px;
    }
    .body-vi .bc-about-box .title-2{
        font-size: 12px !important;
    }
    .body-vi .bc-about-box .list-text .text{
        font-size: 14px !important;
        span{
            line-height: 17px;
        }
    }
    .body-vi .bc-about-box .image{
        max-width: 45px;
    }
}


.body-vi .section-knowledge .heading-icon{
    font-size: 33px;
}
.body-vi .section-knowledge .content{
    font-size: 22px;
    text-align: justify;
    margin-bottom: 20px !important;
}
.body-vi .section-knowledge {
    background-position: top !important;
}

@media (max-width: 1023px) {
    .body-vi .section-knowledge .heading-icon{
        font-size: 17px;
    }
    .body-vi .section-knowledge .content{
        font-size: 14px;
    }
    .body-vi .section-knowledge {

    }
}

.body-vi  .bc-khach-hang .title-1,
.body-vi  .bc-khach-hang .title-2{
    font-size: 36px;
}

@media (max-width: 1023px) {
    .body-vi  .bc-khach-hang .title-1,
    .body-vi  .bc-khach-hang .title-2{
        font-size: 15px;
    }

    .body-vi .block-list-product{
        min-height: auto !important;
    }
    .body-vi .block-list-product .heading-icon{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .body-vi .block-list-product .content{
        font-size: 12px;
    }
    .body-vi .block-list-product .sub-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .body-vi .block-list-product .sub-title {
        font-size: 11px;
    }
    .body-vi .block-list-product .btn {
        font-size: 10px;
        padding: 5px 10px;
    }
    .body-vi .section-activity{
        padding: 20px 0 !important;
    }
    .body-vi .section-activity .heading-icon{
        font-size: 16px;
        margin-bottom: 35px;
    }
    .body-vi .section-activity .content{
        font-size: 13px !important;
        text-align: justify;
    }
    .body-vi .section-activity .sub-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .body-vi .section-activity .btn {
        font-size: 10px;
        padding: 5px 10px;
    }
    .body-vi  .bc-combo{
        padding: 0 !important;
    }
    .body-vi  .bc-combo .title-1{
        font-size: 18px;
    }
    .body-vi  .bc-combo .title-2{
        font-size: 14px;
        padding: 0 !important;
        margin-bottom: 15px;
    }
}
.col-span-12{
    grid-column: span 12 / span 12;
}
