/*<mt-style.css> */
	/*  Start Header */
		#layout-header {
			padding: 8px;
			box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
		}
		.header {
			padding: 25px 16px;
			background-color: var(--warning-50);
			overflow: hidden;
		}
		.header .logo-head{
		  	max-width: 210px;
		}
		.bg_opacity{
			width: 100%;
  			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0.2;
			background-image: url('../images/img-new/bg-head.png');
		}
		.wrapper.active{
			height: 100vh;
			overflow: hidden;
		}
		.navigation{
			top: 0;
			left: 0;
			width: 100%;
			z-index: 999;
			padding: 30px;
			height: 100vh;
			position: absolute;
			background-color: var(--warning-50);
			clip-path: polygon(47.38% 8.38%, 49.87% 8.38%, 50.9% 9.2%, 46.62% 9.3%);
			transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
			background-image: url('../images/img-new/bg_menu.png');
			background-position: top left;
		}
		.navigation > svg{
			position: absolute;
			top: 30px;
			right: 30px;
			z-index: 999;
			cursor: pointer;
		}
		.navigation > .copy_right{
			position: absolute;
			bottom: 10px;
			left: 0;
			padding: 20px 10px 20px;
			color: #BD9288;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px;
			text-align: center;
			width: 100%;
			border-top: 1px solid;
		}
		.active .navigation {
		  	background-color: var(--warning-50);
		  	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
		}
		.nav-primary {
			margin-top: 60px;
			transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
		}

		.nav-primary > ul > li{
			position: relative;
			margin-bottom: 20px;
  			text-align: center;
		}

		.nav-primary > ul > li > ul.uk-submenu {
			width: 100%;
			padding: 16px;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 16px;
			position: absolute;
			left: 0;
			border-radius: 12px;
			background: linear-gradient(#fff, #dbdbdb, #cecece);
			backdrop-filter: blur(16px);
			top: 100%;
			min-width: 250px;
			display: none;
			z-index: 9999;
		}
		.nav-primary > ul > li:hover > ul{
			display: flex;
		}
		.nav-primary a {
			color: var(--error-900);
			text-align: center;
			text-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
			font-size: 24px;
			font-style: normal;
			font-weight: 500;
			line-height: 32px; /* 133.333% */
		}
	/*  End Header */

	/*  Start Slider */
		.slider-homepage .owl-dots {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			position: absolute;
			width: 100%;
			bottom: 6px;
			left: 0;
		}
		.slider-homepage .owl-dots .owl-dot {
			width: 6px;
			height: 6px;
			border-radius: 100%;
			background-color: var(--color-white);
			margin: 0 2px;
		}
		.slider-homepage .owl-dots .owl-dot.active {
			width: 10px;
			height: 10px;
			background-color: var(--error-800, #912018);
		}
	/*  End Slider */

	/*  Start Target */
		.item-target{
			border-right: 1px solid #BD9288;
			border-bottom: 1px solid #BD9288; 
			background: var(--warning-25);
			height: 80px;
			padding: 13px 12px;
			background-image: url('../images/img-new/Illus_left.png'), url('../images/img-new/Illus_right.png');
			background-repeat: no-repeat;
			background-position: left bottom, right bottom;
		}
		.item-target:nth-child(2n+2){
		  	border-right: 0;
		}
		.box-target{
		  	text-align: center;
		}
		.title-target{
			color: var(--error-900);
			text-align: center;
			text-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
			font-family: "DFVN Arthemys Display";
			font-size: 14px;
			font-style: normal;
			font-weight: 300;
			line-height: 20px;
			letter-spacing: 0.28px;
			margin-top: 8px;
		}
	/*  End Target */ 

	/*  Start Company */
		.homepage-company .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-company .item-counter{
			padding: 4px;
			background-color: var(--color-white);
			/* Shadow/sm */
			box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
		}
		.homepage-company .item-counter:not(:last-child){
			margin-bottom: 12px;
		}
		.homepage-company .box-counter{
			padding: 0 8px 10px;
			background-color: var(--warning-50);
			background-image: url('../images/img-new/Illus2_left.png'), url('../images/img-new/Illus2_right.png');
			background-repeat: no-repeat;
			background-position: left bottom, right bottom;
		}
		.homepage-company .box-counter.info{
			padding: 20px;
		}
		.homepage-company .counter-num{
			color: var(--gray-900);
			font-size: 20px;
			font-style: normal;
			font-weight: 600;
			line-height: 30px;
		}
		.homepage-company .title-counter{
			color: var(--gray-900);
			font-size: 12px;
			font-style: normal;
			font-weight: 500;
			line-height: 18px;
		}
		.homepage-company .thumb{
			width: 120px;
			margin: 0 auto;
			border: 2px solid #BD9288; 
		}
		.homepage-company .description {
			color: var(--gray-900);
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			margin-top: 15px;
		}
	/*  End Company */ 


	/*  Start Service */ 
		.homepage-service .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-service .infor{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 12px;
		}
		.homepage-service .infor .titlep{
			color: var(--color-white);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-service .infor .description{
			overflow: hidden;
			color: var(--color-white);
			text-overflow: ellipsis;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px; /* 150% */
		}
	/*  End Service */ 

		
	/*  Start Form */
		.homepage-laso .box-form-laso {
		  	padding: 5px;
		  	background-image: url('../images/img-new/bg_stroke.png');
		  	background-repeat: no-repeat;
		  	background-position: top center;
		}
		.homepage-laso .box-form-laso .heading{
			padding: 4px;
			background-color: var(--color-white);
			border-bottom: 1px solid #C5AA80;
		}
		.homepage-laso .box-form-laso .heading span{
			display: block;
			padding: 12px;
			background-color: var(--warning-50);
			color: var(--error-900);
			text-align: center;
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px;
			letter-spacing: 0.4px;
			background-image: url('../images/img-new/illus_.png'), url('../images/img-new/illus_.png');
		  	background-repeat: no-repeat;
		  	background-position: left 16px top, right 16px top;
		}
		.homepage-laso .box-form-laso .pane-body {
			background-color: var(--color-white);
			padding: 12px;
		}
		.uk-form-element .uk-display-block .txt-label{
			white-space: nowrap;
			color: var(--gray-900); 
			font-weight: 400;
		}
		.uk-input, .uk-select, .uk-textarea {
			max-width: 100%;
			width: 100%;
			padding: 0 10px;
			color: var(--gray-500); 
			transition: .2s ease-in-out;
			transition-property: all;
			transition-property: color,background-color,border;
			border: 1px solid var(--gray-300);
		  	background-color: var(--color-white);
		  	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
		}
		.uk-input, .uk-select:not([multiple]):not([size]) {
			height: 40px;
			vertical-align: middle;
			display: inline-block;
		}
		.uk-form-element .uk-textarea {
			padding: 10px
		}
	/*  End Form */ 

	/*  Start About */

		.homepage-about .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-about .item .infor{
			border: 1px solid rgba(255, 255, 255, 0.30);
			background: rgba(255, 255, 255, 0.30);
			color: var(--color-white, #FFF);
			backdrop-filter: blur(12px);
			padding: 16px;
			position: absolute;
			bottom: 16px;
			left: 16px;
			right: 16px;
		}
		.homepage-about .item .titlep{
			color: var(--color-white);
			font-size: 18px;
			font-style: normal;
			font-weight: 600;
			line-height: 28px;
		}

		.homepage-about .owl-dots {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			position: absolute;
			width: 100%;
			bottom: 26px;
			left: 0;
		}
		.homepage-about .owl-dots .owl-dot {
			width: 6px;
			height: 6px;
			border-radius: 100%;
			background-color: var(--color-white);
			margin: 0 2px;
		}
		.homepage-about .owl-dots .owl-dot.active {
			background-color: var(--error-800, #912018);
		}

	/*  End Form */ 
		
	/*  Start product */
		.homepage-product .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-product .heading a{
			color: var(--error-900);color: var(--error-900);
		}

		.item-product .sale-offer {
			color: var(--color-white);
			font-size: 12px;
			font-weight: 300;
			line-height: 16px;
			background: var(--red);
			box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
			padding: 2px 6px;
			position: absolute;
			top: 10px;
			left: 10px;
		}
		.item-product .info .title a {
			color: var(--gray-800);
			font-size: 14px;
			font-weight: 600;
			line-height: 24px;
		}
		.item-product .description {
			overflow: hidden;
			color: var(--gray-800);
			text-overflow: ellipsis;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			display: -webkit-box;
			font-size: 12px;
			font-weight: 400;
			line-height: 15px;
			height: 45px;
		}
		.item-product .price-old {
			color: var(--gray-500);
			font-size: 12px;
			font-weight: 400;
			line-height: 18px;
			text-decoration: line-through;
		}
		.item-product .price-sale {
			color: var(--gray-900);
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
		}
		.item-product .price-sale font {
			text-decoration: underline;
			font-weight: normal;
		}
	/*  End product */

	/*  Start Course */
		.homepage-course .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.homepage-course .heading a {
			color: var(--error-900);
		}
		.item-course .thumb {
			height: 144px;
		}
		.item-course .info .title a{
			color: var(--gray-800);
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 20px;
			display: block;
		}
		.item-course .description{
			overflow: hidden;
			color: var(--gray-600);
			text-overflow: ellipsis;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			display: -webkit-box;
			font-size: 12px;
			font-weight: 400;
			line-height: 18px;
			height: 72px;
		}
	/*  End Course */

	/*  Start Feedback */
		.homepage-feedback .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
		.item-feedback .thumb {
			height: 196px;
		}
		.item-feedback .info{
		  	padding: 12px;
		}
		.item-feedback .info .title{
			color: var(--gray-500);
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px;
			smargin-bottom: 0;
		}
		.item-feedback .description{
			overflow: hidden;
			color: var(--gray-600);
			text-overflow: ellipsis;
			-webkit-line-clamp: 8;
			-webkit-box-orient: vertical;
			display: -webkit-box;
			font-size: 14px;
			font-weight: 400;
			line-height: 20px;
			height: 160px;
		}
		.item-feedback .description ~ p{
			color: var(--gray-800);
			font-size: 12px;
			font-style: normal;
			font-weight: 500;
			line-height: 18px;
			margin-bottom: 0;
		}
		.homepage-feedback .owl-dots {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			position: absolute;
			bottom: 215px;
			left: 12px;
		}
		.homepage-feedback .owl-dots .owl-dot {
			width: 6px;
			height: 6px;
			border-radius: 100%;
			background-color: var(--error-100);;
			margin: 0 3px;
		}
		.homepage-feedback .owl-dots .owl-dot.active {
			background-color: var(--error-800, #912018);
		}
	/*  End Feedback */

	/*  Start Contact */
		.homepage-contact .heading {
			color: var(--error-900);
			font-family: "DFVN Arthemys Display";
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 30px; /* 150% */
			letter-spacing: 0.4px;
		}
	/*  End Contact */


	.page-main > .panel-head{
		padding: 15px 20px;
		background: var(--error-900);
		color: var(--color-white);
		text-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10), 0px 1px 2px rgba(16, 24, 40, 0.06);
		font-family: "DFVN Arthemys Display";
		font-size: 32px;
		font-style: normal;
		font-weight: 300;
		line-height: 48px;
		letter-spacing: 0.64px;
	}
	.product-hot .item-product{
	  	background: var(--error-900);
	  	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	}
	.product-hot .item-product .info{
		padding: 12px;
	}
	.product-hot .item-product .price-old{
		color: #BD9288; 
	}
	.product-hot .item-product .info .title a,
	.product-hot .item-product .description,
	.product-hot .item-product .price-sale {
		color: var(--color-white);
	}
	.product-hot .owl-dots {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 20px 0;
	}
	.product-hot .owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background-color: var(--gray-300);;
		margin: 0 3px;
	}
	.product-hot .owl-dots .owl-dot.active {
		background-color: var(--error-800, #912018);
	}
	.product-more a{
		color: var(--error-900);
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px; /* 150% */
	}







	/*  Start Software */
		.laso-item .panel-head .title{
			color: var(--error-900);
			text-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10), 0px 1px 2px rgba(16, 24, 40, 0.06);
			font-family: "DFVN Arthemys Display";
			font-size: 24px;
			font-style: normal;
			font-weight: 300;
			line-height: 36px;
			letter-spacing: 0.48px;
		}
		.software-form:not(.not_bg) {
			background-image: url('../images/bg_form.png');
			background-repeat: no-repeat;
			background-size: 100%;
			background-position: top right;
		}
		.software-form .panel_head {
			padding: 18px;
			background-color: var(--orange-dark-900);
			background-image: url('../images/top_left.png'),
				url('../images/top_right.png'),
				url('../images/bottom_right.png'),
				url('../images/bottom_left.png');
			background-repeat: no-repeat;
			background-position: top left, top right, bottom right, bottom left;
			background-size: 37px;
		}
		.software-form .panel_head svg{
			position: absolute;
			top: 0;
			left: 0;
		}
		.asideFromLaso{
			padding: 15px;
			border-radius: 0px 0px 12px 12px;
			background: var(--color-white);
			box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
		}
		.uk-checkbox-custom,
		.uk-radio-custom {
			position: relative;
			padding-left: 30px;
			line-height: 20px;
		}
		.uk-radio-custom label::before{
			border-radius: 100px;
		}
		.uk-checkbox-custom label::before{
			border-radius: 6px;
		}
		.uk-radio-custom label::before,
		.uk-checkbox-custom label::before{
			border: 1px solid var(--gray-300);
			background: var(--base-white, #FFF);
		}
		.uk-radio-custom label::before,
		.uk-checkbox-custom label::before,
		.uk-checkbox-custom label::after {
			content: '';
			width: 20px;
			height: 20px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		.uk-radio-custom input[type="radio"],
		.uk-checkbox-custom input[type="checkbox"] {
		  	display: none;
		}
		.uk-radio-custom input[type="radio"]:checked ~ label:before,
		.uk-checkbox-custom input[type="checkbox"]:checked ~ label:before{
			border-color: var(--orange-dark-900);
		}
		.uk-radio-custom input[type="radio"]:checked ~ label:after{
			content: '';
			width: 8px;
			height: 8px;
			border-radius: 100%;
			background-color: var(--orange-dark-900);
			position: absolute;
			top: 50%;
			left: 6px;
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		.uk-checkbox-custom input[type="checkbox"]:checked ~ label:after{
			background-image: url('../images/check.png');
			background-repeat: no-repeat;
			background-position: center;
			z-index: 1;
		}
		.cung-menh .titles {
			color: var(--orange-dark-900);
			font-family: Inter;
			font-size: 20px;
			font-weight: 600;
			line-height: 30px;
		}
		.cung-menh .item-titles {
			color: var(--gray-900);
			font-family: Inter;
			font-size: 18px;
			font-weight: 500;
			line-height: 28px;
			width: 150px;
		}
		.cung-menh .item-progress{
			width: -webkit-calc(100% - 150px);
	        width: -moz-calc(100% - 150px);
	        width: -ms-calc(100% - 150px);
	        width: -o-calc(100% - 150px);
	        width: calc(100% - 150px);
		}
		.cung-menh .item-progress > .uk-progress {
		  	width: 100%;
		  	height: 24px;
		  	box-shadow: none;
		  	border: 1px solid #f7f7f7;
		}
		.cung-menh .uk-progress .uk-progress-bar{
			box-shadow: none;
		}
		.cung-menh .uk-progress.uk-progress-color1 {
			border-color: var(--error-500);
		}
		.cung-menh .uk-progress.uk-progress-color1 .uk-progress-bar {
			background: var(--error-500);
		}
		.cung-menh .uk-progress.uk-progress-color2 {
			border-color: var(--success-500);
		}
		.cung-menh .uk-progress.uk-progress-color2 .uk-progress-bar {
			background: var(--success-500);
		}
		.cung-menh .uk-progress.uk-progress-color3 {
			border-color: var(--blue-dark-500);
		}
		.cung-menh .uk-progress.uk-progress-color3 .uk-progress-bar {
			background: var(--blue-dark-500);
		}
		.cung-menh .uk-progress.uk-progress-color4 {
			border-color: var(--gray-blue-500);
		}
		.cung-menh .uk-progress.uk-progress-color4 .uk-progress-bar {
			background: var(--gray-blue-500);
		}
		.cung-menh .uk-progress.uk-progress-color5{
			border-color: var(--primary-500);
		}
		.cung-menh .uk-progress.uk-progress-color5 .uk-progress-bar {
			background: var(--primary-500);
		}
		.cung-menh .box-avg-point {
			border-radius: 16px;
			border: 1px solid var(--orange-dark-900);
			text-align: center;
		}
		.cung-menh .box-avg-point .item{
			padding: 40px;
		}

		.uk-accordion-title{
			padding: 20px;
			color: var(--error-900);
			font-size: 16px;
			font-weight: 400;
			line-height: 30px;
			background-image: url('../images/chevron-down.png');
			background-position: right 20px center;
			background-repeat: no-repeat;
			border-top: 1px solid var(--error-900);
			border-bottom: 1px solid var(--error-900);
			background-color: var(--warning-50);
		}
		.uk-accordion-title.uk-active{
			background-image: url('../images/chevron-up.png');
		}
		.uk-accordion-title span:first-child{
			display: block;
			font-family: "DFVN Arthemys Display"; 
			font-size: 24px;
			font-style: normal;
			font-weight: 300;
			line-height: 28px; /* 150% */
			letter-spacing: 0.48px; 
		}
		.uk-accordion-content{
		  	padding: 20px;
		}
		.box-laso-tuv .content-top {
			color: var(--gray-900);
			font-size: 13px;
			line-height: 18px;
		}
		.box-laso-tuv .content-top .item-left {
			width: 150px;
			font-weight: 600;
		}
		.box-laso-tuv .content-top .item-right {
			width: -webkit-calc(100% - 150px);
	        width: -moz-calc(100% - 150px);
	        width: -ms-calc(100% - 150px);
	        width: -o-calc(100% - 150px);
	        width: calc(100% - 150px);
		}
		.content-top .left-top {
			width: -webkit-calc(100% - 130px);
	        width: -moz-calc(100% - 130px);
	        width: -ms-calc(100% - 130px);
	        width: -o-calc(100% - 130px);
	        width: calc(100% - 130px);
		}
		.respone-html .info-website .company_title {
			font-size: 30px;
			line-height: 40px;
		}
		.respone-html .content-top .item-left {
			width: 250px;
			line-height: 28px;
		}
		.respone-html .content-top .item-right {
			width: -webkit-calc(100% - 250px);
	        width: -moz-calc(100% - 250px);
	        width: -ms-calc(100% - 250px);
	        width: -o-calc(100% - 250px);
	        width: calc(100% - 250px);
			line-height: 28px;
		}
		#luchao-table .respone-html .table-content .table-item caption,
		#luchao-result .respone-html .content-middle .title-top {
		  	font-size: 30px;
		  	border-width: 2px;
		}
		#luchao-result .respone-html .table-content .table-item caption,
		#luchao-result .respone-html .table-content .table-item table th,
		#luchao-result .respone-html .table-content .table-item table td{
			padding: 30px 10px;
			border-width: 2px;
		}
		#luchao-result .respone-html .table-content .table-item table{
			border-width: 2px;
		}
		.respone-html [data-line]{
			max-width: 150px;
			height: 20px;
		}
		.respone-html [data-sline]{
			width: 36px;
			height: 6px;
		}
		.respone-html .line-0[data-line] span {
  			width: 65px;
  			height: 20px;
		}
		.respone-html .sline-0[data-sline] span {
  			height: 6px;
		  	width: 14px;
		}
		.content-top .right-top {
		  	width: 130px;
		}
		.info-website .company_title {
		  	font-size: 20px;
		}
		#laso-tabled.uk-active {
			padding: 15px;
		}
		#luchao-result .laso-tabled {
			border: 1px solid var(--orange-dark-900);
			border-radius: 10px;
			padding: 15px;
		}
		#luchao-result .laso-tabled .content-middle.mt25 {
		  	border-top: 1px solid var(--orange-dark-900);
		}
		#luchao-result .content-middle .title-top,
		#luchao-result .content-middle .title-bottom {
			color: var(--gray-500);
			text-align: center;
			font-family: Inter;
			font-size: 24px;
			font-weight: 500;
			line-height: 36px;
			text-transform: uppercase;
			margin: 20px 0;
			min-height: 36px;
		}
		#luchao-result .content-middle .title-top{
			color: var(--error-500);
			font-weight: 700;
		}
		#tutru-result .table-content .table-item table{
			border-collapse: separate;
		}
		#luchao-result .table-content .table-item table{
			border: 1px solid var(--orange-dark-900);
		}
		#luchao-result .table-content .table-item caption {
			color: var(--orange-dark-900);
			text-align: center;
			font-family: Inter;
			font-size: 20px;
			font-weight: 600;
			line-height: 30px;
			text-transform: uppercase;
			border: 1px solid var(--orange-dark-900);
			border-bottom-width: 0;
			padding: 10px 15px;
		}
		#luchao-result .table-content .table-item table th{
			color: var(--gray-900);
			text-align: center;
			font-family: Inter;
			font-size: 12px;
			font-weight: 600;
			line-height: 18px; /* 150% */
		}
		#tutru-result .table-content .table-item table td:not(.vertical-align-top){
			vertical-align: middle;
		}
		#tutru-result .table-content .table-item table td{
			text-align: center;
			font-family: Inter;
			font-size: 13px;
			line-height: 18px;
			border-color: #d5d5dd;
			padding: 12px 8px;
			text-align: center;
			border: 1px solid var(--orange-dark-900);
			color: var(--gray-900);
		}
		#luchao-result .table-content .table-item table td {
			color: var(--blue-dark-800);
			text-align: center;
			font-family: Inter;
			font-size: 14px;
			font-weight: 600;
			line-height: 18px;
			border-color: #d5d5dd;
			padding: 12px 8px;
			text-align: center;
			vertical-align: middle;
		}
		#tutru-result .table-content .table-item table tr:last-child td,
		#luchao-result .table-content .table-item table tr:last-child td {
		  	border-color: var(--orange-dark-900);
		}
		#luchao-result .table-content .table-item table tr.uk-active{
			background: var(--error-100); 
		}
		#luchao-result .table-content .table-item table tr.uk-active td {
			color: var(--error-800); 
		}
	 	.responeHtml {
		  	width: 1100px;
		  	opacity: 0;
		}
	 	.responeHtml #lasoTable{
		  	/*background-color: #e8e8e0;
		  	background-color: #FFFBEF;*/
		  	background-color: #FFFAEB;
	 	 	padding: 5px;
	 	}
	 	.responeHtml table.table-laso, .responeHtml .thien-ban-top table td {
			font-size: 16px !important;
			line-height: 26px
		}
	 	.responeHtml .triet-position-bottom{
	 		left: 85px;
	 	}
	 	.responeHtml .txt-sub-content-la-so {
		  	font-size: 15px;
		}
		.responeHtml .info-website:last-child {
		  	margin-bottom: 10px;
		}
		.view-top .item-top > * {
		  	white-space: nowrap;
		}
		.view-bottom .item-bottom {
		  	min-width: 40px;
		}
		.respone-html {
			width: 1900px;
		}
		.info-laso{
		  	padding: 40px 20px;
		  	background-color: var(--warning-50);
		  	background-image: url('../images/img-new/bg_info_left.png'), url('../images/img-new/bg_info_right.png');
		  	background-position: left bottom -30px, right bottom -30px;
		  	background-repeat: no-repeat;
		  	border-radius: 0;
		}
		.info-laso label{
			color: var(--gray-600);
			font-size: 14px;
			font-style: normal;
			font-weight: 500;
			line-height: 20px; /* 142.857% */
		}
		.info-laso .label-res{
			color: var(--gray-900);
			font-size: 18px;
			font-style: normal;
			font-weight: 400;
			line-height: 28px; /* 155.556% */
		}
		.info-laso .uk-form-element .uk-input, 
		.info-laso .uk-form-element .uk-select{
		  	border-radius: 7px;
		}
		.respone-html {
			padding: 15px;
		  	font-size: 26px;
		}
		.box-laso-tuv #luchao-table .content-top,
		#luchao-table .table-content .table-item table th,
		#luchao-table .table-content .table-item table td {
		  	font-size: 26px;
		}
		#luchao-table .table-content .table-item caption{
			font-size: 28px;
		}

		#tutru-result .table-content .table-item .titlep {
			color: var(--gray-500, #667085);
			text-align: center;
			font-family: Inter;
			font-size: 24px;
			font-weight: 700;
			line-height: 36px; /* 150% */
			text-transform: uppercase;
		}
		#tutru-result .table-content .table-item table td.title_row {
			color: var(--orange-dark-900, #771A0D);
			text-align: center;
			font-family: Inter;
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
			text-transform: capitalize;
		}

		#tutru-result .note-color .box-color {
			width: 40px;
			height: 20px;
			display: inline-block;
		}
		.box-color.color5hanh-1{
			background: var(--gray-500);
		}
		.box-color.color5hanh-2{
			background: var(--success-500);
		}
		.box-color.color5hanh-3{
			background: var(--blue-dark-500);
		}
		.box-color.color5hanh-4{
			background: var(--error-500);
		}
		.box-color.color5hanh-5{
			background: var(--warning-500);
		}


		.color5hanh-1{
			color: var(--gray-500);
		}
		.color5hanh-2{
			color: var(--success-500);
		}
		.color5hanh-3{
			color: var(--blue-dark-500);
		}
		.color5hanh-4{
			color: var(--error-500);
		}
		.color5hanh-5{
			color: var(--warning-500);
		}

		.cung-menh .box-avg-point .item:first-child span {
			color: var(--gray-900, #101828);
			text-align: center;
			font-family: Inter;
			font-size: 20px;
			font-weight: 600;
			line-height: 30px;
		}
		.cung-menh .box-avg-point .item:last-child {
		  	border-left: 1px solid var(--orange-dark-900);
		}
		.cung-menh .box-avg-point .item:last-child span {
			color: var(--orange-dark-900, #771A0D);
			/* Display 2xl/Semibold */
			font-family: Inter;
			font-size: 72px;
			font-weight: 600;
			line-height: 90px; /* 125% */
			letter-spacing: -1.44px;
		}
		.software-form .panel_head .title{
			color: var(--color-white);
			font-family: Inter;
			font-size: 24px;
			font-weight: 600;
			line-height: 38px;
			text-transform: capitalize;
		}
		.software-form .btn-down-laso,
		.software-form .btn-down-luchao {
			border-radius: 10px;
			background: var(--orange-dark-900, #771A0D);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			padding: 10px 18px;
			color: var(--color-white);
			text-align: center;
			font-family: Inter;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			border: 0;
		}

		.info-sohoc{
		  	padding: 40px 20px;
		  	background-color: var(--warning-50);
		  	background-image: url('../images/img-new/bg_info_left.png'), url('../images/img-new/bg_info_right.png');
		  	background-position: left bottom -30px, right bottom -30px;
		  	background-repeat: no-repeat;
		}
		.info-sohoc .label-res{
			color: var(--error-900);
			font-size: 18px;
			font-style: normal;
			font-weight: 600;
			line-height: 28px;
			margin-bottom: 10px;
			min-height: 28px;
		}
		.info-sohoc .key-name,
		.info-sohoc .key-value{
			color: var(--gray-900);
			text-align: center;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 24px; /* 150% */
			width: 44px;
		}
		.image-thap{
			width: 316px;
			height: 250px;
			color: var(--gray-700);
			font-size: 14px;
			margin: 0 auto 10px;
		}
		.image-thap .uk-position-absolute{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			text-align: center;
		}
		.image-thap .big_size{
			font-weight: 700;
			font-size: 18px;
		}
		.tam-giac-lon .dinh{
			position: absolute;
			top: 0;
			left: 50%;
			width: 20px;
			-webkit-transform: translate(calc(-50% - 4px), 0);
		    -moz-transform: translate(calc(-50% - 4px), 0);
		    -ms-transform: translate(calc(-50% - 4px), 0);
		    -o-transform: translate(calc(-50% - 4px), 0);
		    transform: translate(calc(-50% - 4px), 0);
		}
		.tam-giac-lon .dinh_{
			position: absolute;
			top: 17px;
			left: calc(50% + 2px);
			width: 20px;
		}
		.tam-giac-lon .day_left{
			position: absolute;
			bottom: 0;
			left: -2px;
			width: 20px;
		}
		.tam-giac-lon .day_right{
			position: absolute;
			bottom: 0;
			right: -2px;
			width: 20px;
		}
		.tam-giac-nho-1 .dinh{
			position: absolute;
			top: 70px;
			left: 50%;
			-webkit-transform: translate(calc(-50% - 4px), 0);
		    -moz-transform: translate(calc(-50% - 4px), 0);
		    -ms-transform: translate(calc(-50% - 4px), 0);
		    -o-transform: translate(calc(-50% - 4px), 0);
		    transform: translate(calc(-50% - 4px), 0);
			width: 20px;
		}
		.tam-giac-nho-1 .dinh_{
			position: absolute;
			top: 85px;
			left: 50%;
			width: 20px;
		}
		.tam-giac-nho-1 .day_left{
			position: absolute;
			top: 150px;
  			left: 92px;
			width: 20px;
		}
		.tam-giac-nho-1 .day_right{
			position: absolute;
			top: 150px;
			right: 102px;
			width: 20px;
		}
		.tam-giac-nho-2 .dinh{
			position: absolute;
			top: 160px;
			left: 110px;
			width: 20px;
		}
		.tam-giac-nho-2 .day_left{
			position: absolute;
			bottom: 0;
			left: 50px;
			width: 20px;
		}
		.tam-giac-nho-2 .day_right{
			position: absolute;
			bottom: 0;
			right: 151px;
			width: 20px;
		}
		.tam-giac-nho-3 .dinh{
			position: absolute;
			top: 160px;
  			right: 80px;
			width: 20px;
		}
		.tam-giac-nho-3 .day_right{
			position: absolute;
			bottom: 0;
			right: 55px;
			width: 20px;
		}

		.img_chart span{
			position: absolute;
			font-size: 14px;
			font-weight: 600;
			color: var(--gray-700);
		}
		.img_chart span.pos-1{
			left: 0;
			top: 50px;
		}
		.img_chart span.pos-2{
			left: 35px;
			top: 110px;
		}
		.img_chart span.pos-3{
			left: 75px;
			top: 35px;
		}
		.img_chart span.pos-4{
			left: 125px;
			top: 85px;
		}
		.img_chart span.pos-5{
			left: 133px;
			top: 140px;
		}
		.img_chart span.pos-6{
			left: 180px;
			top: 105px;
		}
		.img_chart span.pos-7{
			left: 230px;
			top: 105px;
		}
		.img_chart span.pos-8{
			right: 25px;
			top: 65px;
		}
		.img_chart span.pos-9{
			right: 5px;
  			top: 30px;
		}
		.img_chart span.pos-10{
			right: -15px;
  			top: -10px;
		}

		.box-form-laso .uk-tab {
		  	border-bottom: 0;
		}
		.box-form-laso .uk-tab li + li {
			margin-left: 15px;
		}
		.box-form-laso .uk-tab li a {
			padding: 8px 18px;
			min-width: 125px;
			text-shadow: none;
			border-radius: 10px;
			border: 1px solid var(--gray-300);
			background: var(--color-white);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			color: var(--gray-700);
			text-align: center;
			font-family: Inter;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
		}
		.box-form-laso .uk-tab li.uk-active a {
			color: var(--color-white);
			background: var(--orange-dark-900);
			border-color: var(--orange-dark-900);
			box-shadow: 0px 4px 6px 0px rgba(16, 24, 40, 0.05), 0px 12px 16px -2px rgba(16, 24, 40, 0.16);
		}
		.box-form-laso form .txt-label {
			color: var(--gray-700);
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
		}
	
		.box-form-laso form .uk-select,
		.box-form-laso form .uk-input {
			padding: 8px 12px; 
			border: 1px solid var(--gray-300);
			background: var(--color-white);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			color: var(--gray-500);
			font-family: Inter;
			font-size: 14px;
			font-weight: 400;
			line-height: 22px; /* 150% */
		}
		.box-form-laso form .uk-select.uk-text-bold,
		.box-form-laso form .uk-select.uk-text-bold option{
			font-size: 20px;
			padding: 0 12px;
			font-weight: 700;
			font-family: inherit;
		}
		.box-laso-tuv table.table-laso {
			border: .12em solid #000;
			font-size: 14px;
			border-collapse: collapse;
			margin-bottom: 0;
		}
		.table-item + .table-item {
		  	margin-top: 15px;
		}
		.box-laso-tuv table.table-laso > tbody > tr > td {
			border: .12em solid #000;
			position: relative;
			padding: 10px;
		}
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="5"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="6"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="7"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="8"] {
		  	border-top: 0;
		}
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="5"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="4"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="3"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="2"] {
		  	border-left: 0;
		}
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="0"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="1"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="2"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="11"] {
		  	border-bottom: 0;
		}
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="8"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="9"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="10"],
		.laso-tabled table.table-laso > tbody > tr > td[data-cung-id="11"] {
		  	border-right: 0;
		}
		[data-line] {
			max-width: 108px;
			width: 100%;
			display: block;
			margin-top: 3px;
			margin-bottom: 3px;
			position: relative;
			height: 15px;
		}
		.line-1[data-line] span {
			background-color: #155eef;
			display: block;
  			height: 100%;
		}
		.line-1[data-line].uk-active span {
		  	background-color: #D92D20;
		}
		.line-0[data-line]{
			display: -ms-flexbox;
		  	display: -webkit-flex;
		  	display: flex;
		  	-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.line-0[data-line] span{
			width: 45px;
			height: 15px;
			background: #155eef;
		}
		.line-0[data-line].uk-active span {
		  	background-color: #D92D20;
		}
		#luchao-result .table-content .table-item table td span.uk-active {
		  	color: #D92D20;
		}
		[data-sline] {
			width: 18px;
			display: inline-block;
			position: relative;
			height: 2px;
		}
		.sline-1[data-sline] span{
			background-color: #155eef;
			display: block;
  			height: 100%;
		}
		.sline-0[data-sline] {
/*			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			margin-left: 4px*/
		}
		.sline-0[data-sline] span {
			width: 6px;
			height: 2px;
			background: #155eef;
			display: inline-block;
		}

		#luchao-result .table-content .table-item table tr.uk-active .sline-1[data-sline] span,
		#luchao-result .table-content .table-item table tr.uk-active .sline-0[data-sline] span {
		  	background-color: #D92D20;
		}

		.error-900{
			color: var(--error-600); 
		}
		.gray-900{
			color: var(--gray-900); 
		}
		.warning-500{
			color: var(--warning-500); 
		}
		.success-500{
			color: var(--success-500); 
		}
		.bold-900{
			font-weight: 900;
		}
		.bold-800{
			font-weight: 800;
		}
		.bold-600{
			font-weight: 600;
		}
		#triet, #tuan, #tuan-triet, 
		#dvtuan, #dvtriet, #dvtuan-triet, 
		#lntuan, #lntriet, #lntuan-triet {
			width: 120px;
			height: 22px;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 2;
			color: var(--color-white);
			font-family: Inter;
			font-size: 14px;
			font-weight: 700;
			white-space: nowrap;
		}
		#triet span, #tuan span, #tuan-triet span, 
		#dvtuan span, #dvtriet span, #dvtuan-triet span, 
		#lntuan span, #lntriet span, #lntuan-triet span {
			display: inline-block;
			background: #000;
			min-width: 80px;
			text-align: center;
		}
		.width-item-la-so:first-child{
		  	width: 65%;
		}
		.width-item-la-so:last-child{
		  	width: 35%;
		}
		#dvtuan, #dvtriet, #dvtuan-triet{
			z-index: 22;
		}
		#lntuan, #lntriet, #lntuan-triet {
			z-index: 222;
		}
		.triet-position-bottom {
			position: absolute;
			bottom: -13px;
			left: 60px;
		}
		.triet-position-bottom-right {
			position: absolute;
			bottom: -13px;
			right: -55px;
		}
		.triet-position-top {
			position: absolute;
			bottom: -13px;
			left: -55px;
		}
		.triet-position-top-left {
		    position: absolute;
		    top: -13px;
		    left: -55px;
		}
		.triet-position-top-center {
		    position: absolute;
		    top: -13px;
		    left: 50%;
		    -webkit-transform: translate(-50%, 0);
		    -moz-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		    -o-transform: translate(-50%, 0);
		    transform: translate(-50%, 0);
		}
		.responeHtml .thien-ban-top table td:last-child{
		  	color: blue;
		}
		.title-la-so-thien-ban {
			color: blue;
			font-family: Inter;
			font-size: 36px;
			text-align: center;
			font-weight: 600;
			line-height: 44px;
			letter-spacing: -0.72px;
		}
		.thien-ban-top table td {
			font-size: 14px;
			padding: 5px 0;
			font-weight: 500;
		}
		.box-laso-tuv .cung-view {
  			height: 360px;
		  	position: relative;
		}
		.item-top > span{
			display: block;
			text-align: center;
		}
		.cung-view .view-middle li {
		  	white-space: nowrap;
		}
		.info-website .logo-site img {
		  	max-height: 30px;
		}
		.website_target a, .company_name {
		  	color: var(--gray-500);
		  	font-weight: 500;
		}
		.view-bottom {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 0 4px;
		}
		.kim-color{color: #999999}
		.moc-color{color: #009130}
		.tho-color{color: #ffa000}
		.thuy-color{color: #000000}
		.hoa-color{color: #ff0000}

		.uk-button.uk-button-view {
			background: var(--error-700);
			box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
			color: var(--color-white);
			text-align: center;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			padding: 10px 18px;
		}
		.txt-sub-content-la-so {
			font-size: 13px;
			font-weight: 700;
			font-stretch: normal;
			line-height: 1.38;
			letter-spacing: -0.39px;
			color: #333;
			min-width: 35px;
		}
		.khoi-tieu-han-bottom-0 {
			position: absolute;
			bottom: -30px;
			right: -50px;
		}
		.khoi-tieu-han-bottom-3 {
			position: absolute;
			bottom: -30px;
			left: -50px;
  			text-align: right;
		}
		.khoi-tieu-han-bottom {
			position: absolute;
			bottom: -30px;
			display: flex;
			justify-content: center;
			width: 100%;
		}
		.khoi-tieu-han-mid-0 {
			position: absolute;
			height: 100%;
			display: flex;
			align-items: center;
			top: 0;
			right: -50px;
			width: 27px;
		}
		.khoi-tieu-han-mid {
			position: absolute;
			height: 100%;
			display: flex;
			align-items: center;
			top: 0;
			left: -50px;
			width: 22px;
			justify-content: end;
		}
		.khoi-tieu-han-top-0 {
			position: absolute;
			top: -30px;
			right: -50px;
		}
		.khoi-tieu-han-top {
			position: absolute;
			top: -30px;
			display: flex;
			justify-content: center;
			width: 100%;
		}
		.khoi-tieu-han-top-3 {
			position: absolute;
			top: -30px;
			left: -50px;
  			text-align: right;
		}
		.view-con-giap-la-so {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
		}
		.view-thien-ban table td {
			padding: 5px;
			border-bottom: 0;
		}
		.view-thien-ban table td p {margin-bottom: 0}
		.view-thien-ban {
		  	padding: 50px;
		  	position: relative;
		  	z-index: 1;
		}
	/*  End Software */

	/*  Pagination  */
		.uk-pagination .pagination {
	  		padding: 0;
	  		margin: 0;
	  		display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			margin-bottom: 40px;
			margin-top: 20px;
		}
		.uk-pagination .pagination li {
		    width: 30px;
		    height: 30px;
		    text-align: center;
		    line-height: 30px;
		    background: #FFFFFF;
			border: 1px solid #DFE3E8;
			border-radius: 4px;
			margin: 0 3px;
			overflow: hidden;
		}
		.uk-pagination .pagination li > * {
		    display: block;
		    color: #212B36;
		    font-size: 14px;
		    font-weight: 500;
		}
		.uk-pagination .pagination li.disabled {
		  	background-color: #919EAB;
		  	border-color: #919EAB;
		}
		.uk-pagination .pagination li.disabled > *,
		.uk-pagination .pagination li:last-child > * {
			color: #C4CDD5;
		}
		.uk-pagination .pagination li.active {
		    background: #E25B4D;
			border-color: #E25B4D;
		}
		.uk-pagination .pagination li.active > * {
		    color: #fff
		}
	/*  End Pagination  */

	/*  Footer */
		#layout-footer {
			background-image: url('../images/img-new/background.png'),
				url('../images/img-new/top_left.png'),
				url('../images/img-new/top_right.png'),
				url('../images/img-new/bottom_right.png'),
				url('../images/img-new/bottom_left.png');
			background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat;
			background-position: top left, top left, top right, bottom right, bottom left;
			background-color: var(--error-900);
			padding: 20px;
			color: var(--color-white);
			font-size: 14px;
			font-style: normal;
		}
		.title-footer{
			color: var(--color-white);
			font-weight: 600;
			line-height: 20px; /* 142.857% */
		}
		.footer-bottom .copy_right{
			color: var(--color-white);
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px; /* 150% */
		}
		.footer-bottom .target_link a{
			color: var(--gray-200);
		}
	/*  End Footer */


	/* ===== Breadcrumb ===== */
		.breadcrumb {
		    position: relative;
		    color: var(--orange-dark-900);
		    border-bottom: 1px solid var(--orange-dark-300);
			background: var(--orange-dark-200);
		}
	    .breadcrumb ul {
	        overflow: hidden; 
	        -ms-text-overflow: ellipsis; 
	        text-overflow: ellipsis;
	        white-space: nowrap;
	        padding: 12px 0px;
	        margin-bottom: 0;
	    }
	    .breadcrumb ul li {
	    	position: relative;
	    }
	    .uk-breadcrumb > li:not(.uk-active) > span {
		    color: var(--orange-dark-900);
		}
	    .breadcrumb ul li + li {
	    	margin-left: 10px;
	    	padding-left: 10px;
	    }
	    .breadcrumb ul li:nth-child(n+2)::before {
		    content: "/";
		    display: block;
		    position: absolute;
		    left: 0px;
		    top: 50%;
		    -webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		    color: inherit;
		    color: var(--orange-dark-900); 
		}
	    .breadcrumb ul a {
		    font-size: 14px;
		    line-height: 20px;
		    color: var(--orange-dark-900); 
		}
	    .breadcrumb ul li.uk-active > * {
	    	font-weight: 700;
	    }
	/* ===== END Breadcrumb ===== */

	/* ===== Aside ===== */
		.aside-category .heading {
			color: var(--orange-dark-900);
			font-size: 20px;
			font-weight: 600;
			line-height: 30px;
			border-bottom: 1px solid var(--gray-300);
			padding-bottom: 10px;
			margin-bottom: 20px;
		}
		.list-cat-aside li a {
			color: var(--gray-900);
			font-family: Inter;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
		}
	/* ===== END Aside ===== */

	/* ===== Category product ===== */
		.category-filter {
			padding: 15px; 
			background: var(--gray-100); 
		}
		.category-filter .btn-filter.uk-active{
			color: var(--color-white);
			background: var(--orange-dark-900);
			border-color: var(--orange-dark-900);
		}
		.category-filter .btn-filter{
			padding: 7px 18px;
			border-radius: 10px;
			border: 1px solid var(--gray-300);
			background: var(--base-white, #FFF);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			color: var(--gray-700); 
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
		}
		select.btn-filter {
		  	height: 40px;
		}
		.prdbox-shadow {
			border-radius: 12px;
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
		}
		.prdbox-shadow .info{
			padding: 10px;
		}
	/* ===== END Category product ===== */

	/* ==== Product Detail ===== */
		.title-product {
			color: var(--gray-900);
			font-size: 36px;
			font-weight: 600;
			line-height: 44px;
			letter-spacing: -0.72px;
		}
		.vote_num{
			color: var(--gray-900);
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			text-decoration-line: underline; 
		}
		.price-detail {
			padding: 16px; 
			background: var(--orange-dark-100);
		}
		.price-detail .price-old{
			color: var(--gray-700);
			font-size: 20px;
			font-weight: 400;
			line-height: 30px;
			text-decoration: line-through;
		}
		.price-detail .price-sale{
			color: var(--gray-900);
			font-size: 30px;
			font-weight: 600;
			line-height: 38px;
		}
		.price-detail .price-sale font{
			text-decoration: underline;
			font-weight: normal;
		}
		.price-detail .sale-offer{
			padding: 4px 12px; 
			border-radius: 6px;
			background: var(--red);
			color: var(--color-white);
			font-size: 14px;
			font-weight: 700;
			line-height: 20px;
		}
		.products-detail .description {
			color: var(--gray-900);
			font-family: Inter;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
			padding-bottom: 15px;
			border-bottom: 1px solid var(--gray-300);
			margin-bottom: 30px;
		}
		.products-detail .type-text{
			color: var(--gray-900, #101828);
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			min-width: 100px;
		}
		.item-type.variant-option.uk-active {
			color: var(--color-white);
			background: var(--orange-dark-900);
			border-color: var(--orange-dark-900);
		}
		.item-type.variant-option {
			border-radius: 10px;
			border: 1px solid var(--gray-300, #D0D5DD);
			background: var(--base-white, #FFF);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			padding: 6px 18px;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			cursor: pointer;
		}
		.quantity-box .quantity {
			border-radius: 32px;
			border: 1px solid var(--gray-300);
			width: 120px;
			height: 36px;
			padding: 10px 18px;
			text-align: center;
		}
		.quantity-box .btn {
			border-radius: 80px;
			border: 1px solid var(--gray-300, #D0D5DD);
			background: var(--base-white, #FFF);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			width: 36px;
			height: 36px;
			position: absolute;
			top: 0;
			text-align: center;
			line-height: 30px;
			cursor: pointer;
		}
		.quantity-box .btn.btn-down{
			left: 0;
		}
		.quantity-box .btn.btn-up{
			right: 0;
		}
		.product-quantity .number_{
			color: var(--gray-600);
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
		}
		.ajax-addtocart {
			border-radius: 10px;
			border: 1px solid var(--orange-dark-900);
			background: var(--color-white);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			padding: 8px 18px;
			color: var(--orange-dark-900);
			text-align: center;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			font-family: Inter; 
			cursor: pointer;
		}
		.ajax-addtocart.action-buy{
			color: var(--color-white);
			background: var(--orange-dark-900);
			border-color: var(--orange-dark-900);
		}
		.lSSlideOuter img {
		  	border-radius: 20px;
		}
		.lSPager.lSGallery li:not(.active) {
		  	opacity: 0.5;
		}
		.lSSlideOuter .lSSlideWrapper{
			overflow: unset;
		}
		.lSSlideOuter .lSAction > a {
			background-image: none;
			opacity: 1;
			width: 40px;
			height: 40px;
			top: calc(100% + 80px);
			background-color: #fff;
		}
		.lSSlideOuter .lSAction > a.lSPrev{
			left: 1px;
		}
		.lSSlideOuter .lSAction > a.lSNext{
			right: 1px;
		}
		.content-product {
			color: var(--gray-900, #101828);
			font-family: Inter;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
		}
		.contact-form .panel-head .heading,
		.content-product .panel-head .heading,
		.aside-product-hot .panel-head .heading {
			font-size: 24px;
			line-height: 32px;
		}
		.count-prd-pay {
			color: var(--gray-800);
			font-size: 14px;
			line-height: 20px;
		}
	/* ===== EN Product Detail ===== */

	/* ===== Article ===== */
	.article-featured .info{
		width: 100%;
		padding: 20px;
		background: var(--warning-50);
	}
	.article-featured .info .meta{
		color: var(--gray-700);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.article-featured .info .title a {
		color: var(--gray-900);
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px; /* 150% */
	}
	.article-featured .info .description{
		overflow: hidden;
		color: var(--gray-700);
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		height: 72px;
	}
	
	.category-item .heading{
		color: var(--error-900);
		font-family: "DFVN Arthemys Display";
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: 0.48px;
		margin-bottom: 30px;
	}
	.category-item:nth-child(2n + 1){
		background-color: var(--warning-25);;
	}
	.category-item:not(:last-child){
	  	margin-bottom: 30px;
	}
	.list-post .article-post:not(:last-child){
	  	padding-bottom: 15px;
	  	border-bottom: 1px solid var(--gray-300);
	}

	.list-post .info .title a {
		color: var(--gray-900);
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px; 
	}

	.list-post .info .description{
		overflow: hidden;
		color: var(--gray-700);
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		font-size: 16px;
		font-style: normal;
		font-weight: 400; 
	}

	.form-search-article .input-form {
		padding: 10px 14px 10px 40px;
		border-radius: 12px;
		border: 1px solid var(--gray-300);
		background: var(--color-white);
		box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
		width: 100%;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		font-family: Inter;
	}
	.form-search-article .uk-button-search {
		position: absolute;
		top: 0;
		left: 0;
		width: 46px;
		height: 46px;
		border: 0;
		background-color: transparent;
	}
	.aside-article .heading {
		color: var(--gray-900);
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px;
	}
	.contact-form .panel-head .heading::before,
	.aside-article .panel-head .heading::before {
  		width: 7px;
  	}
  	.aside-article .uk-list li a {
		padding: 10px 14px;
		display: block;
		border-radius: 10px;
		color: var(--gray-500);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	.aside-article .uk-list li.uk-active a {
		background: var(--orange-dark-100);
		color: var(--orange-dark-900); 
	}
	.article-detail .target_link{
		border-radius: 10px;
		border: 1px solid var(--orange-dark-900);
		background: var(--base-white, #FFF);
		box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
		color: var(--orange-dark-900, #771A0D);
		padding: 8px 18px; 
		font-size: 16px;
		font-weight: 600;
		line-height: 24px; 
	}
	.article-detail .content-wrap{
		max-width: 770px;
	}
	.article-detail .post-image img {
		border-radius: 20px;
		overflow: hidden;
	}
	.article-detail .meta_user a,
	.article-detail .meta_time span {
		color: var(--gray-700);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
	}
	.article-detail .title_post {
		color: var(--gray-900);
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px; /* 133.333% */
	}
	.post-other h2 {
		color: var(--error-900);
		font-family: "DFVN Arthemys Display";
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: 0.48px;
		margin-bottom: 30px;
	}
	.post-other .article-post .thumb {
	  	height: 255px;
	}
	/* ===== END Article ===== */

	/* ===== Cart ===== */
		.page-cart {
	  		background: var(--gray-50);
	  		min-height: 65vh;
		}
		#shop__cart-steps,
		#shop__cart-partial .table-cart-items{
			padding: 24px;
			border-radius: 16px;
			background: var(--color-white);
			box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
		}
		#shop__cart-partial table{
			border-collapse: separate;
  			border-spacing: 0;
		}
		#shop__cart-partial table thead {
			background: var(--orange-dark-100);
		}
		#shop__cart-partial table thead th {
			padding: 20px;
			color: var(--gray-700);
			font-family: Inter;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			text-align: center;
		}

		#shop__cart-partial table tbody td {
  			border: solid var(--gray-200);
  			border-style: solid none solid none;
  			border-width: 1px;
  			padding: 20px;
  			vertical-align: middle;
  			white-space: nowrap;
		}
		#shop__cart-partial table tbody tr td:first-child { 
			border-left-style: solid; 
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
		}
		#shop__cart-partial table tbody tr td:last-child { 
			border-right-style: solid; 
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
		}
		#shop__cart-partial .thumb {
  			width: 80px;
  			height: 80px;
  			border-radius: 5px;
			overflow: hidden;
		}
		#shop__cart-partial .info{
	        padding-left: 10px;
		}
		#shop__cart-partial .info p {
			font-size: 14px;
			font-weight: 400;
			color: var(--gray-500);
		}
		.invalid-feedback, label.error {
			font-size: 13px;
			color: var(--red);
			margin-top: 5px;
			display: none;
		}
		.invalid-feedback.visible {
			display: block;
		}
		#shop__cart-partial .info .title-prd {
			color: var(--gray-900);
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			margin-bottom: 0px;
		}
		#shop__cart-partial .price-old {
			color: var(--gray-700);
  			font-size: 14px;
  			font-weight: 500;
  			line-height: 20px;
  			text-decoration: line-through;
  			text-align: center;
		}
		#shop__cart-partial .price-sale,
		#shop__cart-partial .price-item {
			color: var(--gray-900);
  			font-size: 14px;
  			font-weight: 600;
  			line-height: 20px;
  			text-align: center;
		}
		#shop__cart-partial .sale-offer {
			color: var(--color-white);
			font-size: 10px;
			font-weight: 700;
			line-height: 18px;
			background: var(--red, #EE3A23);
			box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
			padding: 2px 6px;
			border-radius: 4px;
		}
		#shop__cart-partial .quantity-box .btn{
			border-radius: 0;
		}
		#shop__cart-partial .uk-text-center.store-count {
			color: var(--gray-600);
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			margin-bottom: 0;
		}
		#shop__cart-partial .view_other {
  			color: var(--gray-900);
  			text-align: center;
  			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
		}
		.shop__order-summary,
		#shop__cart-partial .form-bag {
			border-radius: 16px;
			background: var(--color-white);
			padding: 20px 24px;
			border: 1px solid #eee;
		}
		#shop__cart-partial .chose-filter label {
			color: var(--orange-dark-900);
			font-family: Inter;
			font-size: 14px;
			font-weight: 600;
			line-height: 24px;
		}
		#shop__cart-partial .chose-filter label span,
		#shop__cart-partial .chose-filter button {
			display: none;
		}
		#shop__cart-partial .chose-filter button {
			color: var(--gray-500);
			font-family: Inter;
			font-size: 14px;
			font-weight: 500;
			line-height: 24px;
			background-color: transparent;
			border-color: transparent;
			cursor: pointer;
		}
		#shop__cart-partial .payment-title label {
			color: var(--gray-500);
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
		}
		#shop__cart-partial .payment-title span {
			color: var(--orange-dark-900);
			font-size: 24px;
			font-weight: 600;
			line-height: 32px;
			margin-left: 20px;
		}
		#shop__cart-partial .payment-filter button{
			border: 0;
			border-radius: 10px;
			padding: 9px 18px; 
			background: var(--orange-dark-900, #771A0D);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			color: var(--color-white);
			font-size: 16px;
			font-weight: 600;
			cursor: pointer;
			line-height: 24px;
		}
		#shop__cart-steps{display: none}
		#shop__cart-steps .heading {
			color: var(--gray-900);
			font-size: 18px;
			font-weight: 600;
			line-height: 24px;
			margin-bottom: 15px;
		}
		#shop__cart-steps .input-field input {
			border: 1px solid var(--gray-300);
			width: 100%;
			height: 40px;
			padding: 5px 18px;
			border-radius: 5px;
			font-family: Inter; 
			font-size: 14px;
		}
		#shop__cart-steps .input-field textarea {
			border: 1px solid var(--gray-300);
			width: 100%;
			padding: 10px 18px;
			border-radius: 5px;
			font-family: Inter; 
			font-size: 14px;
		}
		.uk-list-payment .method-item {
			border: 1px solid var(--gray-300);
			border-radius: 15px;
			padding: 10px 15px;
		}
		.uk-list-payment .method-item input {
		  	display: none;
		}
		.uk-list-payment .method-item label {
			padding-left: 40px;
			position: relative;
			padding-top: 10px;
			display: block;
			padding-bottom: 10px;
		}
		.uk-list-payment .method-item label::before {
			content: '';
			width: 30px;
			height: 30px;
			border: 1px solid var(--gray-300);
			border-radius: 100%;
			position: absolute;
			left: 0;
			top: 50%;
			-webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}
		.uk-list-payment .method-item:hover label::after,
		.uk-list-payment .method-item.uk-active label::after{
			content: '';
			width: 22px;
			height: 22px;
			background-color: #e15c4c;
			border-radius: 100%;
			position: absolute;
			left: 4px;
			top: 50%;
			-webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}
		.uk-list-payment .method-item:hover,
		.uk-list-payment .method-item.uk-active {
			border-color: #e15c4c;
		}
		.cart-bottom{
			font-family: Inter;
			font-size: 14px;
			line-height: 20px;
		}
		.cart-bottom span:first-child {
			color: var(--gray-600);
			font-weight: 500; 
		}
		.cart-bottom span:last-child {
			color: var(--gray-500);
			font-weight: 400; 
		}
		.cart-bottom span:last-child font {
			color: var(--orange-dark-900); 
			font-size: 20px;
			font-weight: 500;
			line-height: 30px; 
		}
		.note_payment.mb20 {
			color: var(--gray-500);
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
		}
		.button-payment {
			border-radius: 10px;
			background: var(--orange-dark-900, #771A0D);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			border: 0;
			padding: 10px 18px;
			color: var(--color-white);
			text-align: center;
			font-family: Inter;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			width: 100%;
			cursor: pointer;
		}

	/* ===== END Cart ===== */

	/* ===== Contact ===== */
		.contact-form .box_svg {
			border-radius: 80px;
			background: var(--orange-dark-100);
			width: 64px;
			height: 64px;
			padding: 8px;
		}
		.contact-form .title-contact {
			color: var(--gray-900);
			text-align: center;
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
		}
		.contact-form .content-contact {
			color: var(--orange-dark-900);
			text-align: center;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
		}
		.contact-form .input-area,
		.contact-form .input-text {
			padding: 8px 14px;
			border: 1px solid var(--gray-300);
			background: var(--color-white);
			color: var(--gray-500, #667085);
			font-size: 14px;
			font-weight: 400;
			line-height: 24px;
			width: 100%;
			font-family: Inter;
		}
		.form-submit .uk-button-submit {
			padding: 10px 18px;
			border-radius: 10px;
			background: var(--orange-dark-900);
			box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
			color: var(--color-white);
			font-family: Inter;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
		}
		.contact-form .img-cover img {
		  	border-radius: 15px;
		  	overflow: hidden;
		}

	/* ===== END Contact ===== */

	/* ===== Số học ===== */
	@media print {
	  	@page {
		    margin: 0 !important;
		    size: auto;
		    width: 210mm;
		    height: 297mm;
		    padding: 0 !important;
	  	}
	  	.title-member, .from-date{
	  		color: #FDB022 !important;
	  		line-height: 26px !important;
  			font-size: 20px !important;
	  	}
	  	.page-sohoc .item-page .footer{
	  		height: 80px !important;
	  		background-image: none !important;
	  	}
	  	.content_chiso .num_chiso,
	  	.page-sohoc .item-page.custom-page .thungo,
	  	.page-sohoc .item-page.custom-page .title_page span,
	  	.page-sohoc .item-page.custom-page .footer-page span{
	  		color: #912018 !important;
	  	}
	  	.page-sohoc .item-page.custom-page .footer-page span{
	  		background-color: #fff !important;
	  	}
	  	.fav_number{
	  		background: linear-gradient(0deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) padding-box, linear-gradient(90deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) border-box !important;
		    background-color: rgba(0, 0, 0, 0) !important;
		  	border: 2px solid transparent !important;
	  	}
	  	.box_borderline{
	  		background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) border-box !important;
  			border: 2px solid transparent !important;
	  	}
	  	.top_congthuc::before,
		.content_congthuc .width-column:not(.arrow)::before{
			content: '' !important;
			width: 8px !important;
			height: 25px !important;
			background-image: url('../images/sohoc/icon-arrow-bottom.png') !important;
			position: absolute !important;
			top: -35px !important;
			-webkit-transform: translate(-50%, 0) !important;
			-moz-transform: translate(-50%, 0) !important;
			-ms-transform: translate(-50%, 0) !important;
			-o-transform: translate(-50%, 0) !important;
			transform: translate(-50%, 0) !important;
		}
		.width-column:not(.arrow)::before{
			left: calc(50% + 10px) !important;
		}
		.content_congthuc::before,
		.top_congthuc::before{
			left: 50% !important;
		}
	  	.item-page {
	  		padding: 20px 16px !important;
	  	}
	  	.fix-table-full{
		  	margin-right: -20px !important;
		  	margin-left: -20px !important;
		}
		.uk-table.table-thunhap thead tr th{
			background-color: #912018 !important;
			width: 25% !important;
			white-space: nowrap !important;
			color: #fff !important;
			font-size: 12px !important;
			font-weight: 500 !important;
			line-height: 18px !important;
			text-align: center !important;
		}
		.uk-table.table-thunhap td{
			font-size: 10px !important;
			font-weight: 400 !important;
			line-height: 15px !important;
			text-align: center !important;
			border: .0em solid #EAECF0 !important;
			width: 25% !important;
			vertical-align: middle !important;
			white-space: nowrap !important;
		}
		.uk-table.table-thunhap td:first-child{
		  	border-left: 0 !important;
		}
		.list-mqh span{
			width: 24px !important;
			height: 24px !important;
			border-radius: 100% !important;
			text-align: center !important;
			background-color: #912018 !important;
			color: #fff !important;
			font-size: 14px !important;
			font-weight: 700 !important;
			line-height: 22px !important;
			margin-right: 5px !important;
		}
		.list-mqh > * {
			font-size: 12px !important;
			font-weight: 400 !important;
			line-height: 18px !important;
			text-align: left !important;
			background: #FEE4E2 !important;
			border-radius: 15px !important;
			padding: 10px !important;
		}
		.list-mqh > *.uk-flex{
			padding: 4px 6px !important;
			font-weight: 600 !important;
			margin-bottom: 10px !important;
			font-size: 14px !important;
			border-radius: 25px !important;
		}
		.page-sohoc .item-page.custom-page .item-content{
			font-size: 14px !important;
			line-height: 22px !important;
		}
		.title_small span, .title_large span{
			color: #FDB022 !important;
		}
		.title_small span::before{
			content: '' !important;
			width: 100% !important;
			height: 2px !important;
			background-color: #FDB022 !important;
			position: absolute !important;
			left: 50% !important;
			bottom: -10px !important;
			-webkit-transform: translate(-50%, 0) !important;
			-moz-transform: translate(-50%, 0) !important;
			-ms-transform: translate(-50%, 0) !important;
			-o-transform: translate(-50%, 0) !important;
			transform: translate(-50%, 0) !important;
		}
	  	body{
	  		margin: 0 !important;
	  		padding: 0 !important;
	  	}
	}
	@page {
	    size: A4 portrait;
	    margin: 14px 0 0 0 !important;
	    padding: 0;
	}
	#page-main-rendera4:not(.uk-active){
		/*width: 595.28px;
		width: 21cm;*/
		opacity: 0;
	  	visibility: hidden;
	  	height: 1px;
	  	overflow: hidden;
	}
	.page-sohoc.page-main-rendera4 .item-page{
		/*width: 595.28px;
  		height: 841.89px;*/
  		width: 21cm;
	    height: 29.7cm;
		padding: 20px 16px;
		margin: 0 auto;
	}
	.title_small{
		font-size: 32px;
		font-weight: 500;
		line-height: 48px;
		text-align: center;
		font-family: "Be Vietnam Pro", sans-serif;
		color: #FDB022;
		text-transform: uppercase;
	}
	.title_large {
		font-family: Inter;
		font-size: 42px;
		font-weight: 800;
		line-height: 63px;
		letter-spacing: 0.02em;
		text-align: center;
		color: #FDB022;
		text-transform: uppercase;
	}
	.title_small span::before
	{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #FDB022;
		position: absolute;
		left: 50%;
		bottom: -10px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.item-page.page0 .group{
		position: absolute;
		width: 100%;
		bottom: 20%;
		z-index: 2;
	}
	.item-page.page0 .bg_star{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.page-sohoc.page-main-render .item-page {
		padding: 20px 16px;
  		height: 748px;
	}
	.contentHeight{
	  	height: 100%;
	}
	.page-sohoc .item-page.page {
		background-color: #FFFAEB;
		background-image: url('../images/sohoc/bg_.png');
	}
	.page-sohoc .item-page.page0 {
		position: relative;
		background-image: url('../images/sohoc/group.png'), url('../images/sohoc/bg_star.png');
		background-repeat: no-repeat;
		background-position: bottom 25% center, top left;
  		background-size: 100% auto, 100% auto;
	}
	.page-sohoc:not(.page-main-rendera4) .item-page .logo{
		width: 225px;
	}
	.page-sohoc .item-page .item-content{
		background-image: url('../images/sohoc/temp_tl1.png'), 
			url('../images/sohoc/temp_tr1.png'), 
			url('../images/sohoc/temp_br1.png'), 
			url('../images/sohoc/temp_bl1.png');
		background-repeat: no-repeat;
		background-position: top left, top right, bottom right, bottom left;
		border: .1em solid #FDB022;
		padding: 20px;
		height: 100%;
		z-index: 999;
	}
	.page-sohoc .item-page.custom-page .item-content p, 
	.page-sohoc .item-page.custom-page .item-content table{
	  	margin-bottom: 5px;
	}
	.page-sohoc .item-page .footer{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9;
		background-image: url('../images/sohoc/footer.png'), url('../images/sohoc/footer.png');
		background-repeat: no-repeat;
		background-position: left center, right center;
		height: 72px;
	}
	.page-sohoc .item-page .title-member,
	.page-sohoc .item-page .from-date{
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 99;
		font-family: Inter;
		line-height: 24px;
		font-size: 16px;
	}
	.page-sohoc .item-page .title-member{
	  	top: 10px;
		font-weight: 600;
	}
	.page-sohoc .item-page .from-date{
	  	bottom: 10px;
		font-weight: 400;
	}
	.page-sohoc .item-page.page0 .title-member,
	.page-sohoc .item-page.page0 .from-date{
		color: #FDB022;
	}
	.page-sohoc .item-page.custom-page .item-content {
		background-image: url('../images/sohoc/temp_tl.png'), 
			url('../images/sohoc/temp_tr.png'), 
			url('../images/sohoc/temp_br.png'), 
			url('../images/sohoc/temp_bl.png');
		background-repeat: no-repeat;
		background-position: top left, top right, bottom right, bottom left;
		border: 0.1em solid #912018;
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px
	}
	.page-sohoc.page-main-rendera4 .item-page.custom-page .item-content{
	  	font-size: 14px;
	  	line-height: 22px;
	}
	.pageDefault{display: none}
	.page-sohoc .item-page.custom-page .thungo{
		font-family: "Alex Brush", cursive;;
		font-size: 40px;
		font-weight: 400;
		line-height: 60px;
		color: #912018;
	}
	.page-sohoc .item-page.custom-page .title_page{
		border-radius: 80px;
		font-family: DFVN Arthemys Display;
		font-size: 15px;
		font-weight: 300;
		line-height: 24px;
		color: #912018;
		background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) border-box;
		border: 2px solid transparent;
		padding: 2px 10px 0 25px;
		position: relative;
		margin-left: 15px;
		min-width: 200px;
		max-width: 300px;
		text-align: center;
	}
	.page-sohoc .item-page.custom-page .title_page span:last-child{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.page-sohoc .item-page.custom-page .title_page .fav_fix{
		position: absolute;
		left: -13px;
		top: 50%;
		z-index: 9;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.page-sohoc .item-page.custom-page .footer-page{
		position: absolute;
		bottom: -7px;
		left: 0;
		font-family: Inter;
		font-size: 10px;
		font-weight: 400;
		line-height: 15px;
		text-align: left;
		color: #912018;
		width: 100%;
  		padding: 0 30px;
	}
	.page-sohoc .item-page.custom-page .footer-page span{
	  	background-color: #fff;
	  	padding: 2px 10px;
	  	line-height: 14px;
	}
	.page-main-render .hoavan{
		display: none;
	}
	.box_borderline {
		background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) border-box;
		border: 1px solid transparent;
		border-radius: 12px;
  		padding: 10px;
		font-family: Inter;
	}
	.page-sohoc.page-main-rendera4 .item-page .fav_number,
	.page-sohoc.page-main-rendera4 .item-page .title_page,
	.page-sohoc.page-main-rendera4 .item-page .box_borderline{
		border: 0.1em solid #c2a249;
		background: transparent;
	}
	.page-sohoc.page-main-rendera4 .item-page .title_page br{display: none}
	.page-sohoc.page-main-rendera4 .item-page .title_page{
		max-width: 360px;
		border-radius: 2em;
	}
	.noao > .item-page:not(:first-child){
		visibility: hidden;
	}
	.page-sohoc.page-main-rendera4 .item-page .fav_number{
		background-color: #e6bf52;
		border-radius: 20px;
		line-height: 37px;
	}
	.top_congthuc{
		font-weight: 600;
		text-align: left;
		position: relative;
	}
	.top_congthuc > span{
	  	margin-left: 5px;
	}
	.width-column .box_borderline {
		height: 100%;
	}
	.width-column .box_borderline ul{
	  	padding-left: 15px;
	  	list-style: decimal;
	}
	.top_congthuc::before,
	.content_congthuc .width-column:not(.arrow)::before{
		content: '';
		width: 8px;
		height: 25px;
		background-image: url('../images/sohoc/icon-arrow-bottom.png');
		position: absolute;
		top: -35px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.width-column:not(.arrow)::before{
		left: calc(50% + 10px);
	}
	.content_congthuc::before,
	.top_congthuc::before{
		left: 50%;
	}
	.fav_number{
		position: absolute;
		left: -13px;
		top: 50%;
		z-index: 9;
		width: 33px;
		height: 33.5px;
		border-radius: 100%;
		font-size: 17px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		background: linear-gradient(0deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) padding-box, 
			linear-gradient(90deg, #A87E29 0%, #FDF591 50%, #A87E29 100%) border-box;
		border: 2px solid transparent;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.content_chiso .title_chiso{
		font-size: 12px;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
	}
	.content_chiso .num_chiso{
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		color: #912018;
	}
	.content_chiso .desc_chiso{
		font-size: 10px;
		font-weight: 400;
		line-height: 15px;
		text-align: center;
	}
	.fix-table-full{
	  	margin-right: -20px;
	  	margin-left: -20px;
	}
	.uk-table.table-thunhap thead tr th{
		background-color: #912018;
		width: 25%;
		white-space: nowrap;
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		line-height: 18px;
		text-align: center;
	}
	.uk-table.table-thunhap td{
		font-size: 10px;
		font-weight: 400;
		line-height: 15px;
		text-align: center;
		border: 1px solid #EAECF0;
		width: 25%;
		vertical-align: middle;
		white-space: nowrap;
	}
	.uk-table.table-thunhap td:first-child{
	  	border-left: 0;
	}
	.list-mqh span{
		width: 24px;
		height: 24px;
		border-radius: 100%;
		text-align: center;
		background-color: #912018;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		line-height: 22px;
		margin-right: 5px;
	}
	.list-mqh > * {
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		text-align: left;
		background: #FEE4E2;
		border-radius: 15px;
		padding: 10px;
	}
	.list-mqh > *.uk-flex{
		padding: 3px;
		font-weight: 600;
		margin-bottom: 5px;
		border-radius: 25px;
	}
	.list-mqh:last-child > *.uk-flex{
		margin-bottom: 0;
	}
	.slider-pdf img{
	  	width: auto !important;
	  	margin: 0 auto;
	}
	.dowload-pdf{
		padding: 10px;
		border-radius: 8px;
		background-color: #fff;
		border: 1px solid #7A271A;
		margin: 16px;
	}
	.dowload-pdf button{
		color: #7A271A;
		background-color: transparent;
		border: none;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		font-family: Inter;
	}
	.nav-owl span{
	  	margin: 0 15px;
	}
	#img_chart{
	  	max-width: 358px;
	  	margin: 0 auto;
	}
	.fr-fic.fr-dib{
		display: block;
		margin: 0 auto;
	}

	/* ===== END Số học ===== */

	.hotline-fixed {
		position: fixed;
		bottom: 30px;
		right: 20px;
		z-index: 999;
	}
	.hotline-fixed a{
		width: 40px;
		height: 40px;
		padding: 8px;
		border: 1px solid var(--error-800);
		border-radius: 100%;
		margin-top: 10px;
		border-radius: 80px;
		background: var(--error-900);
		box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
	}
	.layout-404.page-section {
	  	min-height: 70vh;
	}

	/*  Responesive */
	/*@media (min-width: 1440px) {
		
	}
	@media (min-width: 1220px) {
		
    }
    @media (max-width: 1200px) {
		#laso-canvas, #luchao-canvas {
		  	display: block;
		}
    }

    @media (min-width: 768px) {
		
    }

    @media (min-width: 961px) {
		
    }
    @media (max-width: 960px) {
		.panel-head .heading{
			font-size: 30px;
			line-height: 40px;
		}
		.more_target{
			padding: 8px 15px;
		}
		.article-detail .title_post {
			font-size: 20px;
			line-height: 28px;
		}
		.products-detail .uk-width-large-1-2.mb50 {
		  	margin-bottom: 25px !important;
		}
		.lSSlideOuter img {
		  	border-radius: 0px;
		}
		.lSSlideOuter .lSAction > a {
		  	top: 50%;
		}
		.box_detail_product .price-detail {
		  	margin: 10px 0;
		}
		.title-product {
			font-size: 26px;
			line-height: 34px;
		}
		.category-filter > span, .category-filter select.btn-filter {
			width: 100%;
			font-weight: 500;
		}
    }
    @media (max-width: 767px) {
    	.cart-header {
		  	margin-right: 10px;
		}
		.new-grid.item-hot .thumb,
		.homepage-product .panel-head,
		.homepage-news .panel-head{
			margin-bottom: 20px !important;
		}
		.homepage-product .more_target, .homepage-aboutus .more_target{
			display: none;
		}
		.homepage-news .uk-tab {
		  	margin-top: 15px;
		}
		.panel-head .heading,
		.panel-head .heading {
		  	width: 100%;
		  	font-size: 22px;
			line-height: 28px;
		}
		.panel-head .heading::before {
			width: 8px;
		}
		.homepage-product .uk-tab > li > a, 
		.homepage-news .uk-tab > li > a, 
		.tab_news .uk-tab > li > a{
			font-size: 14px;
			line-height: 20px;
			padding: 8px 15px;
		}
		.tab_news .uk-tab > li > a{
			border:1px solid var(--gray-300)
		}
		.new-grid.item-hot .title a,
		.new-list .info .title a, 
		.list-item .title a {
		  	font-size: 18px;
		  	line-height: 26px;
		}
		.footer-col + .footer-col {
		  	margin-top: 20px;
		}
		.chose-filter {
  			margin-bottom: 10px;
  			width: 100%;
		}
		.payment-title {
  			width: 100%;
			margin-bottom: -10px;
		}
		.payment-filter{
			-ms-flex-pack: start;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}
		#shop__cart-partial .payment-title span {
			margin-left: 0;
			display: block;
		}
    }
    @media screen and (max-width: 767px) and (min-width: 414px) {
	  	
	}
    @media (min-width: 661px) {

	}
    @media (max-width: 660px) {
    	.item-about .thumb {
			width: 100%;
			height: auto;
			max-height: 240px;
			margin-bottom: 10px !important;
		}
		.item-about .info {
			width: 100%;
			padding-left: 0;
		}
		.footer-bottom .target_link {
		  	padding-top: 10px;
		}
		.footer-bottom .copy_right, .footer-bottom .target_link{
			font-size: 14px;
			line-height: 20px;
		}
		#laso-tabled .content-top .left-top, 
		#laso-tabled .content-top .right-top {
		  	width: 100%;
		}
		.ajaxFormGieoQue .style-mobile .item-width:first-child {
		  	display: none;
		}
		.ajaxFormGieoQue .item-width.uk-width-3-10:nth-child(2) {
		  	width: 32%;
		}
		.ajaxFormGieoQue .item-width.uk-width-3-10:nth-child(3) {
		  	width: 53%;
		}
		.ajaxFormGieoQue .item-width.uk-width-1-10 {
		  	width: 15%;
		}
	}
    @media (max-width: 460px) {

	}
    @media (max-width: 414px) {
		
    } */
/* </mt-style.css> 

