.content-home {
	height: calc(100vh - 250px);
    min-height: 100px;
}
.chart-custom .line {
	height:3px;
	width:100%;
	background:#0041E1;
	position:relative;
}
.chart-custom .line:before {
	content: "";
    position: absolute;
    right: -1px;
    top: -2px;
    height: 3px;
    width: 6px;
    border-radius: 29px;
    transform: rotate(-130deg);
    background: #0041E1;
}
.chart-custom .line:after {
	content: "";
    position: absolute;
    right: -1px;
    top: 2px;
    height: 3px;
    width: 6px;
    border-radius: 15px;
    transform: rotate(-48deg);
    background: #0041E1;
}
.single .custom-content ul,.single .custom-content ol {
	list-style: outside;
    padding-left: 16px;
    margin-bottom: 15px;
}
.chart-custom .list-flex {
    height: 130px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: -35px;
}
.chart-custom .item-flex {
	margin:0 7px;
	width:20px;
	background:#98B0EC;
	position:relative;
}
.chart-custom .item-flex.active {
	background:#FFA200;
}
.chart-custom .item-flex.active:before {
	content:"";
	background-image:url('../images/woman.svg');
	background-size: 100% auto;
	width:13px;
	height:21px;
	display:block;
	position:absolute;
	top:-22px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.chart-custom .item-flex .number {
	font-size: 9px;
    color: #0C286E;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
}
.content-profile .userpo-general {
	min-height: 740px;
}
#menu-main ul li ul {
	width:450px;
}
#menu-main ul li ul li a {
	padding:15px 20px;
}
.examination-box-main li a {
	color:#000;
}
.nodata-default {
	padding:100px 15px;
}
.the-header #header.header-page #menu-main > div > ul > li > a {
	font-size:18px;
}
#editProfileForm .edit-action {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/edit_user.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#editProfileForm .form-submit {
	display:none;
}
#editProfileForm {
	border-top:1px solid #DFDFDF;
}
#editProfileForm .form-group {
	margin:0;
	padding:20px 0;
	border-bottom: 1px solid #DFDFDF;
}
#editProfileForm .uedit-item {
	padding-right:50px;
}
#editProfileForm .uedit-item .val {
	font-weight: 500;
}
#editProfileForm .uedit-item .avatar {
	width:50px;
	height:50px;
	border-radius:50%;
}
#editProfileForm .uedit-item .form-control{
	display:none;
}
#editProfileForm .form-submit {
	margin-top:30px;
}
.form-default .form-group input[type="file"] {
	padding:15px;
}
.sma-zero img {
	display:none;
}
.examination-table td img {
	margin-left:-5px;
}
.status-normal {
	font-size:10px;
}
.content-404{
  padding: 90px 0 60px;
  min-height:calc(100vh - 135px);
}
.inner-404{
  max-width: 578px;
  margin: 0 auto;
}
.inner-404 h1{
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 20px;
  font-weight: 700;
}
.inner-404 p{
  font-size: 18px;
  line-height: 1.39;
  color: #676A6E;
  margin-bottom: 10px;
}
.form-searc-404{
  background: #FFFFFF;
  border-radius: 8px;
  max-width: 400px;
  margin: 30px auto 0;
  height: 60px;
  padding-right: 60px;
  position: relative;
  border: 1px solid #FFC845;
}
.form-searc-404 input.input-404{
  padding: 18px 22px;
  background: transparent;
  border: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  color: #69768D;
  width: 100%;
}
.form-searc-404 .btn-submit-404{
  position: absolute;
  width: 48px;
  height: 48px;
  background: #FFC845;
  border-radius: 5px;
  top: 6px;
  right: 6px;
  text-align: center;
  line-height: 43px;
  border: none;
}
.type-list {
	display:none;
	padding:20px;
	font-size:12px;
}
#tab-4 .type-list {
	padding:0;
}
.change-inline {
	display:inline-block;
}
.tooltip-custom {
	position: absolute;
    right: -19px;
    bottom: 9px;
}
.btn-tooltip {
	width:15px;
	height:13px;
	display: block;
	background-image: url('../images/tooltip.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tooltip-custom .tooltip-content {
    position: absolute;
   	opacity: 0;
	visibility: hidden;
	bottom:19px;
    background: #FFF9EF;
    z-index: 999;
    padding: 5px;
    width: 150px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    font-size: 12px;
    font-weight: normal;
}
.tooltip-custom.active .tooltip-content {
	opacity: 1;
	visibility: visible;
	bottom:23px;
}
.tooltip-custom .tooltip-content:after {
	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 5px solid #FFF9EF;
  	content:"";
  	position: absolute;
  	top:100%;
  	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-template-profile .modal .close {
	display:none;
}
.note-scu {
	background: #fff;
    border: 2px dashed #FFC845;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}
.type-list {
    border-radius: 16px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    margin-top: 44px;
    font-size:16px;
    background: #fff;
}
.type-list .btn-pdf {
   	background-image: url(../images/pdf2.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #FFC845;
    padding: 12px 20px 12px 46px;
    color: #FFC845;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
.type-list h2 {
    font-size: 20px;
    margin-bottom: 27px;
    padding-top: 11px;
}
.type-list .typelist-item {
	margin-top:30px;
}
.type-list .typelist-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.type-list .table td{
    vertical-align: middle;
}
.type-list .table {
	margin:0;
}
.type-list .table td span {
    width: 130px;
    display: inline-block;
}
.type-list .table .table td {
	padding:0;
}
.type-list .table,.type-list .table th,.type-list .table td {
	border-color:#000;
}
.type-list .table th {
	background:#dedede;
}
.type-list .list-flex {
    margin: 0 -7px;
    flex-wrap: wrap;
}
.type-list .list-flex .item-flex {
	width: calc(25% - 14px);
    margin: 0 7px 14px;
    border: 1px solid #000;
    padding: 10px;
}
.type-list .list-flex .item-flex b {
	float:right;
}
.type-list .table-cls td:first-child{
	background:#dedede;
}
.type-list .table-default td {
	width:25%;
}
.pdf-footer img {
	width:300px;
}
.tooltip-modal .modal-header {
	background: #ffe7af;
}
.tooltip-modal .modal-header .modal-title {
	font-weight: bold;
}
.tooltip-modal .modal-header .unit {
	position: absolute;
	top:50%;
	right:50px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.tooltip-modal .close {
	top: 18px;
    right: 16px;
}
.tooltip-modal .modal-content .modal-body {
    padding: 20px;
    min-height: 200px;
}
.tooltip-modal .modal-content .modal-body ul {
	list-style: outside;
    padding-left: 18px;
}
@media (max-width:1600px) { 
	.the-header #header {
		padding:15px 0;
	}
	.the-header #header .header-right .item-inline {
		margin-left:15px;
	}
	#menu-main ul li.menu-item-has-children > a {
		background-position: right 10px center;
        background-size: 10px auto;
    	padding-right: 20px;
	}
	#menu-main ul li a {
		font-size:12px;
	}
	.content-home {
		height: calc(100vh - 209px);
	}
	.content-home .menu-home {
		padding:0;
	}
	.content-home .menu-home ul li a {
	    font-size: 16px;
	    padding: 15px 0;
	}
	.content-default {
		min-height: 100px;
	}
	.content-home {
		padding:30px 0;
	}
	.content-home .menu-home .btn {
		margin:20px 0;
	}
}
@media (max-width:1400px) { 
	body {
		font-size:14px;
	}
	.container {
		max-width: 1024px;
	 	padding: 0 15px;
	}
	.the-header #header {
		padding:10px 0;
	}
	#menu-main ul li a {
		padding-top:10px;
		padding-bottom: 10px;
	}
	.the-header #header .logo {
		font-size:20px;
	}
	.the-header #header .logo img {
		width:50px;
	}
	.the-header #header .header-right .dashboard-link {
		padding: 10px 15px 10px 63px;
		font-size:14px;
	}
	.the-header #header .header-right .languages {
		font-size: 14px;
    	padding: 10px 15px 10px 63px;
	}
	.the-header #header .header-right .list-link a {
		font-size:14px;
	}
	.the-header #header .header-right .list-link a:first-child {
		margin:0;
	}
	.content-home {
		padding:15px 0;
	}
	.content-home .menu-home .btn {
		font-size: 16px;
    	padding: 10px 25px;
    	margin: 0 0 15px;
	}
	.content-home .menu-home ul li a,.content-home .menu-home .link-sv {
		font-size:14px;
	}
	.content-home {
	    height: calc(100vh - 155px);
	}
	#footer .footer-inner {
		padding:10px 0;
	}
	#footer .footer-inner .socials img {
		height:21px;
	}
	.the-header #header.header-page #menu-main > div > ul > li > a {
	    font-size: 16px;
	    padding: 10px 15px;
	}
	.content-profile .userpo-general .profile-list .item-inline .profile-iitem .value {
		font-size:24px;
	}
	.note-scu {
		font-size: 12px;
	}
}
@media (max-width:1199px) {
	.content-home {
	    height: auto;
	}
	#footer .footer-inner .socials {
		position: static;
	}
	.content-home .menu-home ul li a {
		background-size: 20px auto;
	}
	/*.page-template-result #footer {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	}*/
}
@media (max-width:768px) {
	.content-home .col-sm-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.home .header-right {
		text-align: center !important;
	}
	.the-header #header .logo {
		text-align:center;
		font-size:16px;
	}
	.the-header #header .logo b {
		display:block;
		margin:5px 0 10px;
	}
	.the-header #header .logo img {
		margin-right:0px;
		width:45px;
	}
	.the-header #header .header-right .list-link {
		display:block;
		width:auto;
		margin:10px 0 0;
	}
	.the-header #header .header-right .list-link a {
		display:inline-block;
		margin:0 5px;
	}
	#menu-main {
	    background: #FFC845;
	}
	#menu-main ul {
		position:static;
	    transform: none;
   	 	-webkit-transform: none;
   	 	padding-top:60px;
	}
	#menu-main ul li {
		width:auto;
	    border-bottom: 1px solid rgba(255,255,255,0.5);
    	border-right: none;
	}
	.the-header #header.header-page .logo img {
		margin:0 0 0 45px;
	}
	.the-header #header.header-page .header-right .languages {
		padding-left:0;
		background:none;
	}
	.the-header #header.header-page .header-right .dashboard-link {
		background-size: 25px auto;
    	padding-left: 35px;
	}
	#footer {
		border-top:1px solid #4A4A4A;
	}
	#footer .footer-inner {
		border:none;
	}
	.single-title {
		font-size: 20px;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #4A4A4A;
	    margin-bottom: 15px;
	    padding-right: 30px;
	}
	.content-page {
		padding:15px 0;
	}
	.single-title .back-page {
		top:2px;
		text-indent: -999px;
	}
	.operating-bg,.contact-main {
		padding:30px 0;
	}
	.operating-main {
		display: block;
		margin:0;
	}
	.operating-left,.operating-right {
		width:auto;
		padding:0;
	}
	.operating-video-info,.contact-main,.contact-list {
		display:block;
	}
	.the-header #header.header-page #menu-main ul li ul {
		width: auto;
	}
	.the-header #header.header-page #menu-main ul li.menu-item-has-children > a {
		background-image: url(../images/arrow-down-gray.svg);
	    background-repeat: no-repeat;
	    background-position: right 30px center;
	    padding-right: 17px;
	}
	.the-header #header.header-page #menu-main > div > ul > li > a {
		font-size:18px;
	}
	#menu-main ul li ul {
		width:auto;
	}
	.contact-main {
		text-align:center;
	}
	.ct-user-feature {
		margin:0 0 15px;
	}
	.contact-user {
		margin:0;
	}
	.content-contact .contact-item {
		width:auto;
	}
	.health-bg {
		padding:20px 0 30px;
	}
	.health-box {
		display: block;
	}
	.health-left {
		padding:30px 15px;
		width:auto;
		border:none;
		border-bottom: 1px solid #707070;
	}
	.health-right {
		width:auto;
	}
	.health-it {
		padding:20px 15px;
	}
	.content-online .the-step {
    	margin-bottom: 20px;
	}
	.content-online #onlstep1 .list-flex {
		display:block;
	}
	.content-online #onlstep1 .list-flex .item-flex {
		width:auto;
	}
	.content-online #onlstep1 .list-flex .item-flex:first-child {
		border:none;
	    border-bottom: 1px solid #DFDFDF;
	    margin-bottom:20px;
	}
	.content-online #onlstep1 .list-flex .item-flex ul li,.content-online .diaonl-item ul li {
		width:50%;
		margin:0 0 10px;
	}
	.content-online .the-step .step-item {
		padding:10px;
		font-size: 10px;
    	line-height: 18px;
    	border-right:1px solid #fff;
    	display: flex;
   	 	align-items: center;
	}
	.content-online .the-step .step-item:last-child {
		border:none;
	}
	.content-online .the-step .step-item:after {
		border-top: 23px solid transparent;
	 	border-bottom: 23px solid transparent;
	 	display:none;
	}
	.content-online .the-step .step-item:before {
		border-top: 23px solid transparent;
	 	border-bottom: 23px solid transparent;
		border-left: 12px solid #fff;
		display:none;
	}
	.content-online .the-step .step-item.active:after {
		border-left: 10px solid #274BA4;
	}
	.content-online h3 {
		font-size:16px;
	}
	.content-online .diaonl-item {
		margin:0 0 20px;
	}
	.content-online .btn-next {
		margin-top:20px;
	}
	.content-online #onlstep3 {
		min-height: calc(100vh - 272px);
	}
	.content-disease .disease-left {
		min-height: 50px;
	}
	.content-disease {
		min-height: calc(100vh - 168px);
	}
	.content-disease .disease-left,.content-disease .disease-right {
		padding:15px;
	}
	.content-profile .userpo-general {
		min-height: 350px;
	}
	.dashboard-back {
		text-indent: -999px;
	}
	.examination-tab-content {
		height:auto;
		margin:0 -22px;
	}
	.examination-inner {
		padding:5px 10px;
	}
	.type-list {
		font-size:12px;
	}
	.type-list .btn-pdf {
		position:static;
		display:block;
		margin:0 0 15px;
	}
	.type-list .list-flex .item-flex {
		width:calc(50% - 14px);
	}
	.table-block-mo td {
		display:block !important;
		width:100% !important;
	}
	.type-list .table-default td {
		padding:5px;
	}
}