.utilities img {
	width: 34px;
}
.item-news .overflow-hidden a {
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
	float: left;
	width: 100%
}
.item-news .overflow-hidden a img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.content-detail ol, .content-detail ul{
	list-style: revert;
	padding-left: 15px;
}
.submenu2 {
	box-shadow: 4px 4px 24px #0000001f;
	z-index: 10;
	background-color: #fff;
	width: 100%;
	min-width: 0;
	max-width: 80rem;
	max-height: 100vh;
	bottom: auto;
	left: 50%;
	margin-top: -5px;
	transform: translate(-50%);
	border-radius: 15px;
}
.submenu2 li a {
	align-items: center;
}
.titpe_text {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(135deg, #99c9fa, #1378dd 57%);
	-webkit-background-clip: text;
	background-clip: text;
	text-transform: uppercase;
}
.submenu2 img {
	aspect-ratio: 1;
	width: 1.5rem;
	margin-right: 5px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.bottom-hotline a{
	float: left;
	width: 100%;
}
.bottom-hotline img {
    /* Base styles for the icon */
    animation: pulse 0.8s infinite alternate;
    width: 44px;
    height: 44px;
}



.content-standard-ck {
  color: #282828;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; }

.content-standard-ck p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial"; }

.content-standard-ck table tr:hover {
  background-color: #F8FAFB; }

.content-standard-ck ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }
  .content-standard-ck table > tbody > tr > th {
  	background: #3758f9;
  	color: #fff;
  	font-weight: 600;
  }


@media(max-width: 575px) {
	.title-sm-m {
		font-size: 24px;
	}
	#home {
		padding-top: 70px;
	}
	.ud-header.sticky {
		padding: 15px 0;
	}
	.submenu2 {
		overflow-x: scroll;
	}
}