ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.error {
	color: red;
}

.operation-banner-text {
	color: #FFFFFF;
}

.border-bottom-1:after {
	content: "";
	background: #005CC9;
	position: absolute;
	height: 3px;
	width: 100%;
}

.border-bottom-2:after {
	content: "";
	background: #005CC9;
	position: absolute;
	height: 3px;
	width: 100%;
}

.border-bottom-1 {
	margin-top: 1px;
}

.border-bottom-2 {
	margin-top: 1px;
}

.article-bolder {
	font-family: Open Sans Semibold;
}

.download-datasheet {
	margin: auto;
	width: 122px;
	height: 32px;
	background-color: #FF6E01;
	border: 1px solid #FF6E01;
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
}

.btn-dl {
	color: #FFFFFF !important;
	font-size: 14px;
	font-family: Open Sans Semibold;
}

@media only screen and (max-width:768px) {
	.bkav-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.full-wrap-page-desk {
		display: none;
	}
	.wrap-image-diagram {
		display: none;
	}
	.full-wrap-page-mobi {
		background-image: url('/WebBkav/BkavGov/bg-banner-dataVisual-mobi.png');
		height: 437px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.operation-banner-text {
		padding-top: 71px;
		padding-left: 15px;
	}
	.lg-operation-banner-title {
		font-family: Open Sans Semibold;
		font-size: 28px;
		line-height: 39px;
	}
	.sm-operation-banner-title {
		font-size: 16px;
		line-height: 38px;
	}
	.operation-banner-article-mobi {
		font-size: 14px;
		line-height: 22px;
		padding-top: 23px;
	}
	.operation-detail-banner {
		padding-top: 15px;
		padding-left: 19px;
	}
	.nav-tabs>li>a.active, .nav-tabs>.active>a {
		color: #005CC9 !important;
		font-weight: 600;
	}
	.full-image-mobile {
		padding: 0;
	}
	.li-sub-tab {
		display: inline-block;
	}
	.wrap-news ul li a {
		text-decoration: none;
		color: #545353;
		font-size: 16px;
		padding-bottom: 1px;
		line-height: 30px;
	}
	.wrap-news ul li a:first-child {
		padding-left: 0px;
		position: relative;
		left: 10px;
		padding-right: 12px;
	}
	.main-tab {
		padding: 0 0;
		height: 63px;
		background-color: white;
		z-index: 2;
		max-width: 375px;
		overflow: auto;
		white-space: nowrap;
		overflow-y: hidden;
	}
	.nav-tabs {
		border: unset;
		margin-top: 12px;
	}
	.wrap-news {
		padding-bottom: 38px;
	}
	.tab-content {
		padding-bottom: 0px;
		padding-top: 21px;
	}
	.operation-info-text {
		font-size: 23px;
		color: #373737;
		padding-top: 28px;
	}
	.operation-info-article {
		font-size: 14px;
		color: #373737;
		padding-top: 10px;
		padding-bottom: 19px;
		word-break: break-word;
	}
	.operation-info-article ul li {
		list-style: none;
		background-image: url('/WebBkav/BkavGov/Tick.svg');
		background-repeat: no-repeat;
		background-position: -2px 4px;
		padding-left: 22px;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.operation-interface {
		font-size: 23px;
		color: #373737;
		text-align: center;
		padding-top: 19px;
		line-height: 29px;
		border-top: 1px solid #f1f1f1;
	}
	.wrap-image-interface {
		padding-top: 48px;
	}
	.download-datasheet {
		margin-top: 48px;
	}
	
	.form-control {
		height: 33px;
		font-size: 14px;
		line-height: 19px;
	}
	.text-bao-gia {
		color: #000000;
		font-size: 24px;
		line-height: 33px;
		border-radius: 5px;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.col-img-contact {
		padding-right: 8px;
	}
	.wrap-detail-call {
		width: 100%;
		background: #E6EFFA;
		display: inline-flex;
		padding: 10px;
		margin-bottom: 18px;
		border-radius: 5px;
	}
	.border-call {
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		width: 48px;
		height: 48px;
	}
	.img-contact {
		position: absolute;
		top: 22px;
		left: 36px;
	}
	.text-detail-call {
		color: #373737;
		font-size: 16px;
		line-height: 26px;
		font-family: Open Sans Semibold;
		font-weight: 600;
		margin-top: 12px;
		margin-left: 18px;
	}
	.text-head-formDetail {
		font-size: 24px;
		line-height: 33px;
		margin-top: 22px;
		margin-bottom: 20px;
	}
	.labelFormDetail {
		display: none;
	}
	.wrap-form-input {
		margin-bottom: 8px;
	}
	textarea.form-control {
		height: 93px;
	}
	.btnContact {
		background-color: #005CC9;
		border: none;
		padding: 8px 20px;
		text-decoration: none;
		margin-top: 25px;
		cursor: pointer;
		border-radius: 3px;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 22px;
		font-family: Open Sans Semibold;
		font-weight: 600;
		width: 118px;
		height: 40px;
	}
}

@media only screen and (min-width:769px) {
	.full-wrap-page-mobi {
		display: none;
	}
	.operation-banner-article-mobi {
		display: none;
	}
	.wrap-image-diagram-mobi {
		display: none;
	}
	.bkav-container {
		max-width: calc(1600px + 10%) !important;
		margin: 0 auto !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.full-wrap-page-desk {
		background-image: url('/WebBkav/BkavGov/bg-banner-dataVisual.png');
		height: 460px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.operation-banner-text {
		padding-top: 126px;
		padding-left: 104px;
	}
	.operation-banner-title {
		font-family: Open Sans Semibold;
		font-size: 32px;
		line-height: 45px;
	}
	.operation-banner-article {
		font-size: 16px;
		line-height: 26px;
		padding-top: 16px;
	}
	.operation-detail-banner {
		padding-top: 49px;
		padding-left: 71px;
	}
	.nav-tabs>li>a.active, .nav-tabs>.active>a {
		color: #005CC9 !important;
		font-weight: 600;
	}
	.wrap-news ul li a {
		text-decoration: none;
		color: #545353;
		font-size: 23px;
		padding-right: 40px;
		padding-bottom: 4px;
		/* line-height: 37px; */
		padding-top: 13px;
	}
	.wrap-news ul li a:first-child {
		padding-left: 0px;
		position: relative;
		left: 20px;
	}
	.nav-tabs {
		border: unset;
		margin-top: 34px;
	}
	.wrap-news {
		padding-bottom: 59px;
	}
	.max-w-550 {
		max-width: 550px;
	}
	.max-w-600 {
		max-width: 600px;
	}
	.tab-content {
		padding-bottom: 64px;
		border-top: 1px solid #f1f1f1;
	}
	.operation-info-text {
		font-size: 32px;
		color: #373737;
		padding-top: 91px;
		line-height: 44px;
	}
	.operation-info-article {
		font-size: 16px;
		color: #373737;
		padding-top: 21px;
		line-height: 25px;
	}
	.operation-info-article ul li {
		list-style: none;
		background-image: url('/WebBkav/BkavGov/Tick.svg');
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 12px;
	}
	.operation-interface {
		font-size: 32px;
		color: #373737;
		text-align: center;
		padding-top: 50px;
		margin-top: 64px;
		border-top: 1px solid #f1f1f1;
	}
	.wrap-image-detail {
		padding-left: 11px;
		padding-right: 14px;
		padding-top: 90px;
	}
	.wrap-image-detail-2 {
		padding-left: 15px;
		padding-right: 12px;
		padding-top: 65px;
	}
	.wrap-image-interface {
		padding-top: 31px;
	}
	.info-text-reverse {
		padding-left: 49px;
		padding-top: 66px;
	}
	.info-article-reverse {
		padding-left: 49px;
		padding-top: 20px;
		line-height: 26px;
	}
	.download-datasheet {
		margin-top: 31px;
	}
	
	.text-bao-gia {
		font-family: Open Sans Semibold;
		color: #000000;
		font-size: 32px;
		line-height: 44px;
		font-weight: 600;
		margin-top: 93px;
		margin-bottom: 32px;
	}
	.col-img-contact {
		padding-right: 8px;
	}
	.wrap-detail-call {
		width: 100%;
		background: #E6EFFA;
		display: inline-flex;
		padding: 10px;
		border-radius: 5px;
	}
	.border-call {
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		width: 48px;
		height: 48px;
	}
	.img-contact {
		position: absolute;
		top: 22px;
		left: 36px;
	}
	.text-detail-call {
		color: #373737;
		font-size: 16px;
		line-height: 26px;
		font-family: Open Sans Semibold;
		font-weight: 600;
		margin-top: 12px;
		margin-left: 18px;
	}
	.text-head-formDetail {
		font-weight: 600;
		font-size: 32px;
		line-height: 44px;
		font-family: Open Sans Semibold;
		margin-top: 60px;
		margin-bottom: 21px;
	}
	.labelFormDetail {
		font-size: 16px;
		line-height: 26px;
		color: #000000;
	}
	.wrap-form-input {
		margin-bottom: 8px;
		padding-left: 29px;
	}
	.col-detail-input {
		padding-left: 29px;
	}
	.btnContact {
		background-color: #005CC9;
		border: none;
		padding: 10px 32px;
		text-decoration: none;
		margin-top: 27px;
		cursor: pointer;
		border-radius: 2px;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 22px;
		font-family: Open Sans Semibold;
		font-weight: 600;
		width: 121px;
		height: 41px;
	}
}