@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
html {
  scroll-behavior: smooth;
}
body {
	background: #fff;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
}

.header {
	display: flex;
	align-items: center;
	padding: 20px 0;
	justify-content: space-between
}

[class*=" col-"],
[class^=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.logo {
	display: block;
	width: 166px;
	height: auto
}

.logo img {
	width: auto;
	height: 90px
}

.main-menu {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}
.main-menu>li{
	position: relative;
	padding: 10px 0;
}
.main-menu>li>a {
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 5px;
	border: 2px solid rgb(255, 255, 255);

	    background-image: linear-gradient(181deg, rgb(4 87 181), rgb(18 185 207));
	display: block;
	padding: 8px 20px;
	min-width: 150px;
	text-transform: uppercase;
}
.main-menu a{
	position: relative
}
.main-menu .sub-menu {
	width: 250px;
	background-color: #FFFFFF !important;

	top: calc(100% - 1px);
	left: 0;
padding: 0;
	text-align: left;
	position: absolute;
	z-index: 9999;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #844826;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
}
.main-menu>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.main-menu .sub-menu2 {
	width: 250px;
	background-color: #FFFFFF !important;
	top: 0;
	left: 100%;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 9999;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #844826;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
}
.main-menu .sub-menu a {
	color: #000 !important;
	padding: 8px 20px;
	display: block
}

.main-menu .sub-menu>li:hover>.sub-menu2 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu .sub-menu2>li:hover>.sub-menu2 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu .sub-menu a:hover {
	background-color: rgba(0, 0, 0, .03);
	opacity: .7;

}

.main-menu .fa-angle-right {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}
.img-full img {
	width: 100%;
	height: auto
}

.block-box {
	margin-bottom: 10px;
}

.landing-header {
	font-size: 30px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(1 87 183);
	text-align: center;
	text-shadow: rgb(191, 191, 191) 2px 1px 1px;
	-webkit-text-stroke: 0px rgb(255, 255, 255);
}

.block-header {
	position: relative;
	margin-bottom: 20px;
	display: inline-block
}

.block-header .sub {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}

.line-header {
	position: relative;
	width: 275px;
	margin: 0 auto;
	margin-top: 10px
}

.line-header:before {
	content: '';
	width: 89px;
	height: 4px;
	display: inline-block;
	background: rgb(255, 121, 0);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.line-header:after {
	content: '';
	width: 89px;
	height: 4px;
	display: inline-block;
	background: rgb(255, 121, 0);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.line-header svg {
	fill: rgb(1 87 183);
}

.line-header img {
	width: 80px;
	height: 20px
}

.sec-1,
.sec-2,
.sec-3,
.sec-4,
.sec-5,
.sec-6,
.sec-7,
.sec-8,
.sec-9,
.sec-10,
.sec-11,
.sec-12,
.sec-13,
.sec-14,
.sec-15,
.sec-16 {
	padding: 20px 0;
}

.sec-1 .content {
	padding: 0;
	margin-top: 10px;
}

.sec-1 .content li {
	position: relative;
	padding-bottom: 6px;
	padding-left: 31px;
}

.sec-1 .content li:last-child {
	padding-bottom: 0 !important;
}

.sec-1 .content li:before {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url("../images/arrow.svg") no-repeat;
	background-size: 100% 100%;
	left: 0;
	position: absolute;
	left: 0
}

.sec-1 .image {
	border-width: 1px;
	border-radius: 50px;
	border-style: solid;
	border-color: rgb(95, 95, 95);
	box-shadow: rgb(95, 95, 95) 5px 5px 0px 3px;
	overflow: hidden
}

.sec-1 .i {
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
	color: rgb(30, 40, 53);
	text-align: center;
	padding-left: 31px;
	margin: 20px 0
}

.btnn {
	margin-top: 20px;
	color: #fff !important;
	display: inline-block;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 15px;
	border: 2px solid rgb(255, 255, 255);

	    background-image: linear-gradient(181deg, rgb(4 87 181), rgb(18 185 207));

	padding: 8px 20px;
	min-width: 260px;
	text-transform: uppercase;
}

.block-box {
	margin-bottom: 20px;
}

.sec-2 .process {
	position: relative;
	margin-top: 30px
}

.sec-2 .process .line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	background: rgb(255, 145, 77);
	width: 100%;
	height: 3px;
}

.sec-2 .process .line:after {
	content: '';
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(../images/arr.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -13px;
	right: -5px;
	transform: rotate(-90deg);
}

.sec-2 .grid-process {
	margin-top: -25px;
}

.sec-2 .grid-process h3 {
	font-family: Oswald, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	color: rgb(255, 255, 255);
	text-align: center;
	height: 36px;
	background-color: rgb(255, 140, 0);
	border-width: 1px;
	border-radius: 10px;
	border-style: solid;
	border-color: rgb(255, 22, 22);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sec-2 .grid-process .content {
	padding: 5px;
	border-radius: 10px;
	border: 1px solid rgb(255, 22, 22);

}
.sec-2 .grid-process .content ul{
	padding: 0;
	margin: 0;
}
.sec-2 .grid-process .content li {
	position: relative;
	padding-left: 15px;
}

.sec-2 .grid-process .content li:after {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	background: url(../images/check-red.svg) no-repeat;
	background-size: 100% 100%;
}

.sec-2 .grid-process .stt {
	position: relative;
	text-align: center
}

.sec-2 .grid-process .stt img {
	width: 50px;
	height: auto;

}

.sec-3 .ck-grid-1 {
	border-radius: 30px;
	border: 2px solid rgb(1 87 183);
	box-shadow: rgb(1 87 183) 3px 3px 0px 0px;
	padding: 6px;
	height: 280px;
	margin-bottom: 20px;
}

.sec-3 .ck-grid-1.active,.sec-3 .ck-grid-1:hover {
	background-color: rgb(1 87 183);
	border: 2px solid #fff;
	color: #fff
}

.sec-3 .ck-grid-1 h3 {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(1 87 183);
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase
}

.sec-3 .ck-grid-1.active h3,.sec-3 .ck-grid-1:hover {
	color: #fff
}

.sec-3 .ck-grid-1 .des {
	text-align: justify
}

.sec-3 .ck-grid-1 .image {
	width: 53px;
	height: 53px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px
}

.gs-grid {
	position: relative;
	overflow: hidden;

}

.gs-grid h3 {
	font-family: Oswald, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	color: rgb(255, 255, 255);
	text-align: center;
	background: rgb(1 87 183);
	position: relative;
	border-radius: 10px;
	margin-bottom: 6px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden
}

.gs-grid h3:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg-header.png);
	background-size: cover;
	background-origin: content-box;
	background-position: 50% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	opacity: 0.1;
	z-index: 0
}

.gs-grid .des {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid rgb(1 87 183);
	overflow: hidden;
}

.gs-grid .des h4 {
	font-size: 14px;
	font-weight: 700;
	padding-left: 18px;
	position: relative
}

.gs-grid .des h4:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/star.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3px;
}

.gs-grid .sub {
	font-size: 14px;

	padding-left: 18px;
	position: relative
}

.gs-grid .des .sub:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/user.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3px;
}

.gs-grid .des ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgb(51, 51, 51);
}

.gs-grid .des ul li {
	padding-left: 18px;
	position: relative
}

.gs-grid .des ul li:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/arrow2.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3px;
}

.owl-nav {
	margin: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	background: #ff5757;
	border-radius: 50%;
	color: #fff;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
}

.owl-nav .owl-next {
	right: -20px;
}

.owl-nav .owl-prev {
	left: -20px;
}

.sec-5 {
	background: url(../images/sec-5.jpg) no-repeat;
	background-size: cover;
}

.sec-8 {
	background: url(../images/sec-8.jpg) no-repeat;
	background-size: cover;
}

.ht-list {
	background: #fff;
	border: 3px solid rgb(1 87 183);
	border-radius: 20px;
	padding: 10px;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	width: 90%;
	align-items: center;
	cursor: pointer
}

.ht-list .image {
	flex: 0 0 76px;

}

.ht-list .image img {
	width: 100%;
	height: auto
}

.ht-list .content {
	flex: 1;
}

.ht-list h3 {
	font-family: Oswald, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	font-size: 19px;
	text-transform: uppercase;
	color: rgb(84, 84, 84);
}

.btnn2 {
	background: rgb(1 87 183);
	border-radius: 7px;
	border: none;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255) !important;
	text-align: center;
	padding: 5px 10px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}

.btnn2:after {
	content: '';
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../images/play1.svg) no-repeat;
	background-size: 100% 100%;
}

.btnn3 {
	background: rgb(255 140 0);
	border-radius: 10px;
	border: none;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255) !important;
	text-align: center;
	padding: 5px 30px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
}

.orange .btnn2 {
	background: rgb(255, 121, 0) !important;
}

.orange .des {
	border-color: rgb(255, 121, 0) !important;
}

.ht-list.green, .ht-list:hover {
	background: rgb(1 87 183);
	color: #fff
}

.ht-list.green h3,.ht-list:hover h3 {
	color: #fff
}

.form-dk {
	border-radius: 20px;
	padding: 25px 15px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 2
}

.form-dk:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/bg-form.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
	background-origin: content-box;
	position: absolute;
	z-index: -1
}

.form-dk:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(1 87 183);
	opacity: 0.8;
	position: absolute;
	z-index: -1
}

.form-dk h3 {
	font-family: Oswald, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(251, 251, 251);
	text-align: center;
	margin-bottom: 10px;
}

.form-dk label {

	font-size: 13px;
}

.form-dk label span {
	color: red;
}

.form-control {
	background: #fff;
	border: none;
	padding: 8px 16px;
	font-size: 15px;
	height: auto;
}

.btn-submit {
	border-color: #FFFFFF;
	color: #FF9902;
	font-size: 16px;
	padding: 10px 15px;
	background: #fff;
	border: none;
	font-weight: 700;
	border-radius: 6px;
}

.km-box {
	width: 80%;
	margin: 0 auto;
}

.border-radius-10 {
	border-radius: 10px;
	overflow: hidden
}

.km-box .content {
	border: 1px solid rgb(255, 121, 0);
	border-radius: 5px;
	padding: 20px;
	box-shadow: rgb(255, 145, 77) 5px 5px 0px 0px;
}

.km-box .content h3 {
	text-align: center;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 140, 0);
	border: 3px dashed rgb(255, 140, 0);
	padding: 5px 10px;
	margin-bottom: 10px;
}

.ss-box {
	width: 70%;
	margin: 0 auto;
}

.ss-box .content {
	border: 2px solid rgb(255, 140, 0);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 20px 5px;
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.ss-box .content.green {
	border-color: rgb(1 87 183);
	background: rgb(1 87 183);
	color: #fff;
}

.ss-box .content.green .btnn3 {
	color: rgb(1 87 183) !important;
	color: #fff !important
}

.ss-box .content:before {
	content: '';
	width: 48px;
	height: 53px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/dots-organe.svg) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg)
}

.ss-box .content.green:before {
	content: '';
	width: 48px;
	height: 53px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/dots-white.svg) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg)
}

.ss-box .content:after {
	content: '';
	width: 48px;
	height: 53px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../images/dots-organe.svg) no-repeat;
	background-size: 100% 100%;
}

.ss-box .content.green:after {
	content: '';
	width: 48px;
	height: 53px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../images/dots-white.svg) no-repeat;
	background-size: 100% 100%;
}

.ss-box .content h3 {
	font-family: Oswald, sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(246, 91, 10);
	text-align: center;
}

.ss-box .content.green h3 {

	color: #FFFFFF;

}

.ss-box .des li {
	padding-left: 22px;
	position: relative;

}

.ss-box .des ul {
	padding: 0
}

.ss-box .des li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/check3.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ss-box .content.green .des li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/check2.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ql-box {
	width: 80%;
	margin: 0 auto;
}

.ql-list {
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 16px;
	color: #fff;
}

.ql-list.green {
	background: rgb(12 151 31)
}

.ql-list.orange {
	background: rgb(255 140 0)
}

.ql-list.blue {
	background: rgb(43 152 149)
}

.ql-list.darkblue {
	background: rgb(5 34 74)
}

.ql-list .image {
	flex: 0 0 49px;
	position: relative
}

.ql-list .image img {
	width: 100%;
	height: auto
}

.ql-list .image:after {
	content: '';
	width: 3px;
	height: 50px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
}

.ql-list h3 {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
}

.ql-list .des {
	text-align: justify
}

.ql-list .content {
	flex: 1
}

.gv-grid {
	position: relative
}

.gv-grid .image {
	border-radius: 10px;
	border: 2px solid rgb(255, 140, 0);
	overflow: hidden;
	margin-bottom: 10px;

}

.gv-grid .image img {
	width: 100%;
	height: auto
}

.gv-grid .des ul {
	padding: 0;
	margin: 0
}

.gv-grid .des li {
	padding-left: 20px;
	position: relative;

}

.gv-grid .des li:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../images/star.svg) no-repeat;
	background-size: 100% 100%;
}

.hs-grid {
	position: relative;
	border-radius: 20px;
	border: 1px solid rgb(255, 121, 0);
	background: rgb(248 251 251);
	box-shadow: rgb(255, 121, 0) 2px 2px 0px 0px;
	margin-bottom: 3px;
}

.hs-grid .image {
	padding: 5px;
	margin-bottom: 20px;
}

.hs-grid .image .avatar {
	flex: 0 0 50%;
	border-radius: 15px;
	position: relative;
	border: 1px solid rgb(246, 91, 10);
}

.hs-grid .image .avatar .av {
	position: relative;
	padding-top: 100%;
}

.hs-grid .image .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.hs-grid .image .rank {
	flex: 0 0 50%;
	font-family: "Bungee", sans-serif;
	font-size: 24px;
	color: rgb(208, 32, 37);
	text-shadow: rgb(217, 217, 217) 1px 2px 3px;
}

.hs-grid .image .link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	bottom: -25px;
	white-space: nowrap;
}

.hs-grid .image .link a {
	display: inline-block;
	padding: 3px;
	width: 27px;
	height: 27px;
}

.hs-grid .image .link a img {

	position: relative;
}

.hs-grid .image .link a:nth-child(1) {
	background: #eee966
}

.hs-grid .image .link a:nth-child(2) {
	background: #ff5757
}

.hs-grid .image .link a:nth-child(3) {
	background: #f65b0a
}

.hs-grid .image .link a:nth-child(4) {
	background: #cbcaca
}

.hs-grid .image .link a:nth-child(5) {
	background: #d02025
}

.hs-grid .image .rank ul {
	padding: 0;
	margin: 0
}

.hs-grid .image .rank span {
	color: rgb(8, 50, 107);
}

.hs-grid .content {
	padding: 10px;
	min-height: 195px;
}

.hs-grid .content h3 {
	font-family: Oswald, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(246, 91, 10);
	text-align: center;
	margin-bottom: 5px;
}

.hs-grid .des {
	font-size: 14px;
}

.hs-grid .des ul {
	padding: 0;
	margin: 0;
}

.hs-grid .des li {
	padding-bottom: 5px;
	padding-left: 25px;
	position: relative
}

.hs-grid .des li:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/badge.svg) no-repeat;
	background-size: 100% 100%;
}

.cn-owl .img-full {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgb(0, 74, 173);
}

.nx-grid {
	border-radius: 10px;
	border: 1px solid rgb(203, 202, 202);
}

.nx-grid .content {
	padding: 15px;
}

.nx-grid .content .head {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
    align-items: center;
}
.img-square{
	position: relative;
	padding-top: 100%;
}
.img-square img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover
}
.nx-grid .name {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.nx-grid .date {
	font-size: 13px;
	line-height: 1.6;
	color: rgb(101, 103, 107);
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
}

.nx-grid .date:after {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/earth.svg) no-repeat;
	background-size: 100% 100%;
}

.nx-grid .content .avatar {
	border: 2px solid rgb(24, 118, 242);
	border-radius: 50%;
	height: 45px;
	width: 45px;
	flex: 0 0 45px;
	overflow: hidden;
	padding: 2px;
}
.nx-grid .content .avatar img{
	border-radius: 50%;
	border: 2px solid rgb(24, 118, 242);
	height: 38px !important;
	width: 38px !important;
}
.nx-grid .content .avatar img {
	width: 100%;
	height: auto
}

.nx-grid .content .des {
	font-size: 15px;
	font-family: Roboto, sans-serif;
}
.nx-grid .like{
	font-size: 15px;
    line-height: 1.6;
    color: rgb(101, 103, 107);
	position: relative;
	padding-left: 60px;
	    border-bottom: 1px solid rgb(174, 173, 173);
		padding-bottom: 7px;
		margin-bottom: 7px;
}
.nx-grid .like:before{
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/like.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0
}
.nx-grid .like:after{
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/heart.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 26px;
	
}
.nx-grid .social{
	padding: 10px;
}
.nx-grid .social .cm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	    font-weight: bold;
}
.nx-grid .like2, .nx-grid .cm2{
	display: flex;
	align-items: center;
	gap: 5px;
}
.nx-grid .like2:before{
	content: '';
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../images/like-o.svg) no-repeat;
	background-size: 100% 100%;

}
.nx-grid .cm2:before{
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/comment.svg) no-repeat;
	background-size: 100% 100%;
}
.bc{
    border-radius: 5px;
    border:1px solid rgb(166, 166, 166);
	padding-top: 120%;
	overflow: hidden;
	position: relative
}
.bc img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover
}
.bc-owl .owl-prev{
	transform: rotate(180deg)
}
.bc-owl .owl-next, .bc-owl .owl-prev{
	font-size: 15px;
	background: #fff;
	border: 1px solid #ff5757;
	color: #ff5757
}
.bl-bl-box{
	width: 90%;
	margin: 0 auto;
}
.bl-bl-box .head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(211, 211, 211);
}
.bl-bl-box .head strong{
	font-size: 18px;
	font-weight: bold;
    line-height: 1.2;
    color: rgb(5, 34, 74);
}
.bl-bl-box .fk-input{
margin-left: 20px;
    font-weight: 700;
    background: #eeeeee;
    padding: 7px 25px;
    border-radius: 4px;
    padding-right: 40px;
    position: relative;

}
.bl-bl-box .fk-input:after{
    content: '';
    width: 12px;
    height: 22px;
    display: inline-block;
    background: url(../images/sort.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;

    right: 15px;

}
.bl-bl-box .sort{
	display: flex;
	align-items: center;
	font-size: 14px;
}
.bl-bl-box .com{
	margin-bottom: 10px;
}

.sec-16{
	padding: 50px 0;
	background: url(../images/sec-16.jpg) no-repeat;
	background-size: cover
}
.w-80{
	width: 80%;
	margin: 0 auto;
}
.heading{
	    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(1 87 183);
	font-size: 30px;
}
.heading-sub{
	    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(1 87 183);
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid rgb(1 87 183);
}
.ht-list.mn h3{
	color: rgb(1 87 183);
	font-size: 16px;
}
.ht-list.mn .image {
    flex: 0 0 51px;
}
.ht-list.mn.green h3, .ht-list.mn:hover h3{
	color: #fff
}
.d-flex-center{
	display: flex;
	align-items: center
}
img.loading{
	width: 60px;
	height: auto
}
.quest{
	display: flex;
	gap: 10px;
}
.quest .avatar{
	flex: 0 0 48px
}
.quest .avatar img{
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.quest .name{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(5, 34, 74);
}
.quest .content{
	flex: 1
}
.quest .content .cm{
	font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: rgb(5, 34, 74);
    text-align: justify;
}
.quest .content .s{
	font-size: 12px;
	margin-top: 7px;
}
.quest .content .s span{
	
    color: rgb(67, 102, 176);
    text-align: left;
	margin-right: 20px
}
.quest.anwer{
	    border-left: 1px dotted rgb(183, 179, 179);
		padding: 15px;
		margin-left: 65px;
		margin-top: 10px;
}
.logo-footer{
	text-align: center;
	margin-bottom: 30px;
}
.logo-footer img{
	height: 100px;
	width: auto
}
.logo-f{
	display: inline-block
}
footer{
	padding: 30px 0
}
.fix-mess{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
.fix-mess img{
	width: 100%;
	height: auto;
}



.title_section_center.mr_0 {
    margin: 20px 0px 30px 0px;
}
.title_section_center .title {
    font-family: "Gotham_bold", cursive;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    position: relative;
}
.title_section_center .title {
    font-family: "Gotham_bold", cursive;
    margin: 17px 0;
}
.a-center {
    text-align: center !important;
}
.product_center_wrap {
    position: relative;
}
.tns-outer {
    padding: 0 !important;
}
