:root {
	--bs-primary: #2eabe0;
	--bs-secondary: #254A99;
	--bs-tertiary: #EE9020;
	--bs-accent: #EF8AA0;
	--bs-gradient-primary-Secondary: linear-gradient(90deg, #254A99, #2CABE0);
	--bs-info: #0284C7;
	--bs-success: #16A34A;
	--bs-warning: #F59E0B;
	--bs-danger: #DC2626;
	--bs-info-dark: #0C4A6E;
	--bs-success-dark: #166534;
	--bs-warning-dark: #B45309;
	--bs-danger-dark: #991B1B;
	--bs-gray-one: #333333;
	--bs-gray-two: #4F4F4F;
	--bs-gray-three: #828282;
	--bs-gray-four: #BDBDBD;
	--bs-gray-five: #E0E0E0;
	--bs-gray-six: #EAECF0;
	--bs-dark: #000000;
	--bs-white: #ffffff;
	--bs-text-color: #000000;
	--bs-fw-thin: 100;
	--bs-fw-extra-thin: 200;
	--bs-fw-light: 300;
	--bs-fw-normal: 400;
	--bs-fw-medium: 500;
	--bs-fw-semi-bold: 600;
	--bs-fw-bold: 700;
	--bs-fw-extra-bold: 800;
	--bs-fw-ultra-bold: 900;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Inter', 'Siemreap', sans-serif;
	font-size: 15px;
	font-weight: var(--bs-fw-normal);
	line-height: 26px;
	color: var(--bs-text-color);
	background-color: #fff;
	overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', 'Kantumruy Pro', sans-serif;
	font-weight: var(--bs-fw-semi-bold);
	line-height: 1.6;
	letter-spacing: normal;
}
h1, .h1 {
	font-size: 36px;
	line-height: 48px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 38px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 34px;
	color: var(--bs-secondary);
}
h4, .h4 {
	font-size: 20px;
	line-height: 28px;
	color: var(--bs-secondary);
}
h5, .h5 {
	font-family: 'Inter', 'Siemreap', sans-serif;
	font-size: 18px;
	font-weight: var(--bs-fw-normal);
	line-height: 30px;
}
h6, .h6 {
	font-family: 'Inter', 'Siemreap', sans-serif;
	font-size: 16px;
	font-weight: var(--bs-fw-normal);
	line-height: 28px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.btn {
	font-size: 14px;
	font-weight: var(--bs-fw-normal);
	line-height: 20px;
	border-radius: 8px;
	column-gap: 10px;
	color: var(--bs-dark);
}
.btn-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-dark);
}
.btn-secondary {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	color: var(--bs-white);
}
.btn-white {
	background-color: var(--bs-white);
	border-color: var(--bs-white);
	color: var(--bs-dark);
}
.btn-readmore {
	min-width: 364px!important;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	border-radius: 8px;
}
.btn-readmore:hover {
	background-color: var(--bs-white);
	color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}
.btn-register {
	min-width: 275px!important;
	background-color: var(--bs-white);
	color: var(--bs-dark);
	border-radius: 8px;
	border: 1px solid var(--bs-primary);
}
.btn-register:hover {
	background-color: rgb(46 171 224 / 25%);
}
.btn-submit {
	height: 55px;
	color: var(--bs-white);
	width: 364px;
	background-color: var(--bs-primary);
}
.btn-submit:hover {
	background-color: var(--bs-white);
	color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}
.btn-view-all {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-primary);
	font-family: 'Inter', 'Siemreap', sans-serif;
	font-size: 16px;
	font-weight: var(--bs-fw-normal)!important;
	width: 100%;
	display: none;
}
.btn-view-all:hover {
	background-color: var(--bs-primary);
	opacity: 70%;
	display: none;
}
.btn-readmore-outline {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-primary);
	font-family: 'Inter', 'Siemreap', sans-serif;
	font-size: 16px;
	font-weight: var(--bs-fw-normal)!important;
	width: 100%;
}
/* animation scroll */
.animate {
    opacity:0;
    transition: all .8s ease;
}
.slide-right {
	transform: translateX(400px);
}
.slide-left{
    transform: translateX(-400px);
}
.slide-bottom{
    transform: translateY(120px);
}
.zoom-in{
    transform: scale(.7);
}
.animate.show {
	transform: translateX(0);
    opacity:1;
}
.view-all-wrap {
	width: 100%;
	text-align: center;
}
.wp-block-group {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-group.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
:root :where(.wp-element-button, .wp-block-button__link) {
	padding: 0;
	background-color: transparent;
}
:root :where(.editor-styles-wrapper) :where(.wp-element-button, .wp-block-button__link) {
	background-color: transparent!important;
	border-radius: 0!important;
}
.header {
	min-height: 42px;
}
.wp-block-image {
	margin: 0;
}
.lang-navbar-toggler {
	gap: 10px;
}
.lang-wrap {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 14px;
}
.lang-wrap img {
	width: 24px;
}
.lang-wrap a {
	display: flex;
	gap: 6px;
	color: var(--bs-white);
}
.lang-wrap a span {
	display: none;
}
.navbar-toggler {
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
}
.navbar-toggler .custom-toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 24px;
}
.navbar-toggler .custom-toggler span {
    height: 2px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}
.navbar-toggler:focus {
	text-decoration: none;
	box-shadow: none;
}
.navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(2) {
    display: none;
}
.navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(1) {
    transform: rotate(45deg) translate(0px, 5px);
}
.navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(3) {
    transform: rotate(-45deg) translate(0px, -5px);
}
.navbar-brand img {
	height: 72px;
	width: 256px;
}
.navbar-top-menu {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	flex-direction: row;
	font-family: 'Poppins', 'Kantumruy Pro', sans-serif;
	font-size: 18px;
}
.navbar-top-menu .nav-item .nav-link {
	color: var(--bs-white);
}
.navbar-top-menu .nav-item .nav-link:hover {
	color: var(--bs-primary);
}
.navbar-top-menu .nav-item .nav-link.active {
	color: var(--bs-primary);
}
.dropdown-toggle::after {
	background-image: url('../image/icons/dropdown.svg');
	height: 6px;
    width: 10px;
	background-repeat: no-repeat;
	border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}
.n2-ss-section-main-content {
	padding: 0;
}
img.skip-lazy {
	width: 100%!important;
}
div#n2-ss-2 .n2-font-49cc50130644fdb49e8858bbd0d8f696-hover {
	font-family: 'Poppins', 'Siemreap', sans-serif!important;
	line-height: 88px!important;
	padding-bottom: 44px;
}
div#n2-ss-2 .n2-font-f979e354ad2ce2a3869505173290efad-paragraph {
	font-family: 'Poppins', 'Siemreap', sans-serif!important;
	margin-bottom: 44px!important;
}
.slick-track {
	display: flex;
	gap: 20px;
}
.archive-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
}
.slick-dots li.slick-active {
    width: 40px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    opacity: .25;
	background-color: var(--bs-dark);
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    width: 40px;
	background-color: var(--bs-primary);
	border-radius: 30px;
}
.widget-heading .wp-block-heading {
	margin-bottom: 18px;
}
.col-about-text .wp-block-heading {
	color: var(--bs-secondary);
}
.widget-about {
	padding: 20px 0;
}
.widget-about .col-12:last-child {
	order: 1;
}
.widget-about .col-12:first-child {
	order: 2;
}
.img-full img {
	width: 100vw;
    max-width: 100vw!important;
    margin-left: calc(50% - 50vw);
    height: auto!important;;
    display: block;
	border-radius: 0;
	position: relative;
}
.widget-about .img-full img {
	border-radius: 0;
}
.img-full {
	position: relative;
}
.img-full::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 182px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(37, 74, 153, 0) 0%, rgba(43, 155, 212, 0.8) 100%);
	z-index: 10;
	margin-left: calc(50% - 50vw);
	width: 100vw;
    max-width: 100vw!important;
}
.widget-about .img-full {
	position: relative;
}
.widget-about .img-full:after {
	content: '';
	position: absolute;
	width: 88px;
	height: 88px;
	left: 16px;
	top: 16px;
	background-image: url('../image/sec-exp.png');
	z-index: 10;
}
.widget-link .logo img {
	display:block;
	-webkit-box-reflect: below 0px
	linear-gradient(
		to top,
		rgba(37,75,153,0.4) 0%,
		rgba(37,75,153,0.2) 16%,
		rgba(37,75,153,0.08) 28%,
		transparent 40%);
	transition: all 0.5s;
}
.widget-link .logo:hover img {
	transform: rotateY(360deg);
}
.check-list-item {
	padding-bottom: 16px;
}
.check-list-item p {
	margin-bottom: 0;
}
.check-list-item img {
	padding-right: 12px;
}
.widget-spotlight {
	margin: 20px 0!important;
}
.widget-spotlight .slick-track .archive-thumb {
	border-radius: 20px;
	overflow: hidden;
	z-index: 500;
}
.widget-spotlight .slick-track .archive-thumb:hover  {
	border-radius: 20px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);

}
/* .widget-spotlight .slick-track .archive-thumb img {
	transition: 400ms;
}
.widget-spotlight .slick-track .archive-thumb img:hover {
	transform: scale(1.01);
	transition: 400ms;
} */
.widget-promotion {
	padding: 20px 0;
}
.promotion {
	margin-bottom: 16px;
}
.widget-service h3 {
	margin-bottom: 20px;
	color: var(--bs-info-dark);
}
.widget-service h3 span {
	margin-bottom: 20px;
	color: var(--bs-info);
}
.widget-service {
	padding-top: 24px;
	position: relative;
	height: auto;
	margin-bottom: 48px;
}
.widget-service::after {
	content: '';
    height: 1095px;
    width: 100%;
    background-image: url(../image/background-services.png);
    position: absolute;
    top: 0;
	z-index: -2;
}
.product-service {
	margin: 0!important;
}
.product-list {
	width: 370px;
    height: 180px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 40px;
}
.product-list::after {
    content: '';
    width: 370px;
    height: 180px;
    background-color: var(--bs-primary);
	opacity: 40%;
    right: -10px;
    position: absolute;
    z-index: -1;
    top: 10px;
    border-radius: 10px;
}
.card-pricing {
	border-radius: 20px;
	border: 1px solid var(--bs-gray-six);
}
.card-pricing .card-head {
	padding: 20px 36px;
	background-color: #F4F3FF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.card-pricing .card-head .wp-block-image {
	margin-right: 16px;
}
.card-pricing .card-body {
	margin-top: 30px;
}
.card-pricing .card-body span {
	font-size: 16px;
}
.card-pricing .card-body .pricing {
	color: var(--bs-white);
	padding: 24px 40px;
	margin: 0 36px 40px 36px;
	background-color: var(--bs-secondary);
	border-radius: 20px;
}
.card-pricing .card-footer {
	background-color: var(--bs-white)!important;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
}
.contact-form {
	padding: 20px 0;
}
.contact-image-box {
	display: none;
}
.widget-faq {
	padding: 20px 0;
}
.accordion {
	--bs-accordion-btn-icon-width: 2.25rem;
	--bs-accordion-bg: none;
}
.accordion-button::after {
	content: '';
	position: absolute;
	background-image: url(../image/icons/plus-icon.svg);
    right: 20px;
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../image/icons/subtract-icon.svg);
}
.accordion-button:not(.collapsed) {
	background-color: var(--bs-white);
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-item:not(.collapsed)::after {
	border: 1px solid var(--bs-primary);
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
}
.accordion-body {
	padding: 0 20px 20px 20px;
}
.accordion-body p {
	margin: 0;
}
.accordion-item {
	border: 1px solid var(--bs-gray-six)!important;
	border-radius: 20px!important;
	overflow: hidden;
	margin-top: 25px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
}
.accordion-item:hover {
	border: 1px solid var(--bs-primary)!important;
	box-shadow: none;
}
.faq-title {
	padding: 0 58px 0 0!important;
	margin: 0;
}
.wp-heading-bar span {
	position: relative;
}
.wp-heading-bar span::before {
	display: block;
	content: '';
	position: absolute;
	background-color: var(--bs-secondary);
	height: 2px;
	width: 80%;
	bottom: -12px;
	left: 10%;
}
.wp-heading-bar span::after {
	display: block;
	content: '';
	position: absolute;
	background-color: var(--bs-primary);
	height: 4px;
	width: 30%;
	bottom: -13px;
	left: 35%;
}
.contact-form-box .wp-heading-bar {
	margin-bottom: 20px;
}

/* card new */
.blog-grid-item .card {
	border: 1px solid var(--bs-primary);
	border-radius: 10px;
	height: 100%;
	text-align: center;
}
.blog-grid-item .card .blog-info {
	padding: 16px 20px;
}
.blog-grid-item .card .blog-info p {
	margin-bottom: 16px;
}
.blog-grid-item .card .blog-info a {
	color: var(--bs-dark);
}
.blog-grid-item .card img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* widget-activity-news */
.widget-activity-news {
	padding: 20px 0 30px 0;
 }
.widget-activity-news .blog-grid-item {
	display: flex;
	justify-content: center;
}
.widget-activity-news .blog-grid-item .card .blog-thumb {
	position: relative;
	overflow: hidden;
}
.widget-activity-news .blog-grid-item .card .blog-thumb::after {
	content: '';
	bottom: 0;
    position: absolute;
	height: 160px;
    width: 100%;
	background: #254A99;
	background: linear-gradient(180deg, rgba(37, 74, 153, 0) 0%, rgba(43, 155, 212, 0.8) 100%);
	left: 0;
}

.widget-activity-news .blog-grid-item .card {
	position: relative;
	transition: 400ms;
	overflow: hidden;
}
.widget-activity-news .blog-grid-item .card:hover img {
	transform: scale(1.15);
	transition: 400ms;
}
.widget-activity-news .blog-grid-item .card img {
	min-height: 300px;
}
.widget-activity-news .blog-grid-item:first-child {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
	text-align: center;
}
.widget-technology-news {
	padding: 20px 0;
}
.widget-technology-news .blog-grid-item .card {
	padding-bottom: 20px;
	border: 1px solid var(--bs-gray-six);
	width: 100%;
	border-radius: 30px;
	transition: 400ms;
	overflow: hidden;
}
.widget-technology-news .blog-grid-item .card:hover {
	border: 1px solid var(--bs-primary);
}
.widget-technology-news .blog-grid-item .card:hover .btn-readmore-outline {
	background-color:  var(--bs-primary);
	color: var(--bs-white);
	opacity: 70%;
}
.widget-technology-news .blog-grid-item .card img {
	min-height: 268px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.widget-technology-news .blog-grid-item .card .blog-thumb {
	position: relative;
	overflow: hidden;
}
.widget-technology-news .blog-grid-item .card .blog-thumb img {
	transition: 400ms;
}
.widget-technology-news .blog-grid-item .card .blog-thumb:hover img {
	transform: scale(1.15);
	transition: 400ms;
}
.widget-technology-news .blog-grid-item .card .blog-thumb::after {
	content: '';
	bottom: 0;
    position: absolute;
	height: 100%;
    width: 100%;
	background-color: var(--bs-primary);
	opacity: 30%;
	left: 0;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
.widget-technology-news .view-all-wrap {
	padding: 0 52px;
}
.widget-link {
	padding: 40px 0 138px 0;
	background: #254B99;
	background: radial-gradient(circle, rgba(37, 75, 153, 0.78) 0%, rgba(37, 74, 153, 1) 100%);
	color: var(--bs-white);
	overflow: hidden;
}
.widget-link .wp-block-heading {
	color: var(--bs-white);
}
.widget-link .widget-content {
	column-gap: 60px;
}
.widget-partner .slick-track .archive-item {
	display: flex;
	justify-content: center;
}
.widget-partner .archive-thumb {
	min-width: 230px;
	min-height: 180px;
	border-radius: 20px;
}
.widget-partner .archive-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer {
	color: var(--bs-white);
	background-color: var(--bs-secondary);
	background-image: var(--bs-gradient-primary-Secondary);
	padding: 16px 0;
	font-family: 'Poppins', 'Kantumruy Pro', sans-serif!important;
}
.footer .wp-block-heading {
	font-family: 'Poppins', 'Kantumruy Pro', sans-serif!important;
}
.footer a {
	color: var(--bs-white);
}
.footer a:hover {
	color: var(--bs-tertiary);
}
.footer hr {
	display: none;
	margin: 10px 0;
}
.footer .logo-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.contact-info {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.contact-info-item {
	display: flex;
	column-gap: 10px;
}
.contact-info-item .wp-block-image img {
	max-width: none;
}
.widget-service-link {
	padding-top: 40px;
	margin-bottom: 4px;
}
.navbar-quick-links {
	flex-direction: column;
	gap: 10px;
}
.navbar-quick-links .nav-link {
	padding: 0 0 0 22px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='none'><path d='M7.71001 11.31L9.87868 9.29624C10.2195 8.97973 10.2195 8.44027 9.87868 8.12377L7.71001 6.11M8.75 16.75C13.1683 16.75 16.75 13.1683 16.75 8.75C16.75 4.33172 13.1683 0.75 8.75 0.75C4.33172 0.75 0.75 4.33172 0.75 8.75C0.75 13.1683 4.33172 16.75 8.75 16.75Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/></svg>");
}
.widget-social {
	padding-top: 40px;
	margin-bottom: 4px;
	text-align: start;
}
.bottom-wrap {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	row-gap: 10px;
	justify-content: center;
	align-items: center;
}
.text-copyright {
	order: 2;
}
.bottom-menu-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	order: 1;
	margin-top: 16px;
	padding-bottom: 10px;
	width: 100%;
}
.navbar-bottom-menu {
	justify-content: center;
}
.navbar-bottom-menu a {
	border-right: 1px solid var(--bs-gray-four);
	height: 21px;
    padding-top: 0;
	padding-bottom: 0;
}
.navbar-bottom-menu a:last-child {
	border: none;
}
.navbar-bottom-menu a.active {
	color: var(--bs-warning);
}
.social-wrap {
	display: flex;
	row-gap: 22px;
	justify-content: center;
	flex-direction: column;
}
.social-icons {
	display: flex;
	column-gap: 14px;
	justify-content: center;
}
.social-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(46, 171, 224, 0.45);
	border-radius: 6px;
	min-width: 44px;
	min-height: 48px;
}
.social-link a:hover {
	background-color: var(--bs-white);
}
.social-link a:hover img {
	filter: brightness(0) saturate(100%) invert(54%) sepia(81%)
        saturate(449%) hue-rotate(165deg) brightness(94%) contrast(94%);
}
.qr {
	text-align: center;
}
.site-qr img {
	max-width: 114px;
	max-height: 114px;
}
.site-qr a {
	background-color: var(--bs-primary);
	padding: 10px;
	margin-top: 10px;
	border-radius: 6px;
}
.site-qr a:hover {
	background-color: var(--bs-white);
}

/* SM ≥ 576px (small devices, large phones) */
@media (min-width: 576px) {
	.navbar-brand img {
		height: auto;
		width: auto;
	}
}

/* MD ≥ 768px (tablets) */
@media (min-width: 768px) {
	.btn {
		font-size: 18px;
		font-weight: var(--bs-fw-semi-bold);
		line-height: 28px;
		min-Width: 260px;
	}
	.contact-image-box {
		display: block;
	}
	.widget-faq .wp-block-heading {
		position: relative;
		text-align: start;
	}
	.widget-technology-news .view-all-wrap {
		padding: 0px 34px;
	}
	.widget-activity-news .blog-grid-item {
		display: flex;
		justify-content: end;
	}
	.footer {
		padding: 40px 0;
	}
	.footer hr {
		display: block;
	}
	.qr {
		text-align: center;
		padding-left: 0;
	}
	.social-wrap {
		width: max-content;
	}
	.bottom-wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.text-copyright {
		order: 0;
	}
	.bottom-menu-wrap {
		border: none;
		width: auto;
		margin-top: inherit;
		padding-bottom: inherit;
	}
	.navbar-bottom-menu a:last-child {
		padding-right: 0;
	}
	.widget-activity-news .blog-grid-item .card::after {
		content: '';
		background-color: var(--bs-primary);
		bottom: 0;
		border-radius: 10px;
		position: absolute;
		opacity: 40%;
		height: 100%;
		left: 10px;
		top: 10px;
		width: 100%;
		z-index: -1;
	}
	.widget-activity-news .blog-grid-item .card {
		width: 373px;
	}
	.img-full img {
        max-width: 100%!important;
        margin-left: inherit!important;
		border-radius: 25px;
	}
	.widget-about .img-full img {
		border-radius: 25px;
	}
	.img-full::before {
        max-width: 100%!important;
        margin-left: inherit!important;
		border-radius: 25px;
		z-index: 10;
	}
}

/* LG ≥ 992px (small laptops & desktop) */
@media (min-width: 992px) {
	body {
		font-family: 'Inter', 'Siemreap', sans-serif;
		font-size: 16px;
		line-height: 28px;
	}
	h1, .h1 {
		font-size: 56px;
		line-height: 72px;
	}
	h2, .h2 {
		font-size: 44px;
		line-height: 60px;
	}
	h3, .h3 {
		font-size: 36px;
		line-height: 50px;
	}
	h4, .h4 {
		font-size: 28px;
		line-height: 38px;
	}
	h5, .h5 {
		font-size: 22px;
		line-height: 34px;
	}
	h6, .h6 {
		font-size: 18px;
		line-height: 30px;
	}
	.header {
		min-height: 80px;
	}
	.navbar-top-menu {
		flex-direction: column;
	}
	.lang-wrap a span {
		display: inline;
	}
	.widget-about .col-12:last-child {
		order: 2;
	}
	.widget-about .col-12:first-child {
		order: 1;
	}
	.widget-service-link {
		padding-top: 74px;
	}
	.widget-social {
		padding-top: 74px;
	}
	.social-wrap {
		gap: 6px;
	}
	.widget-technology-news .view-all-wrap {
		padding: 0 15px;
	}
	.btn-view-all {
		display: block;
	}
	.btn-view-all:hover {
		display: block;
	}
	.widget-about .img-full img {
		border-top-left-radius: 225px;
	}
	.widget-partner .archive-thumb {
		min-width: 160px;
	}
}

/* XL ≥ 1200px (large desktops) */
@media (min-width: 1200px) {
	.social-wrap {
		gap: 12px;
	}
	.widget-technology-news .view-all-wrap {
		padding: 0 20px;
	}
	.widget-partner .archive-thumb {
		min-width: 230px;
	}
}


/* XXL ≥ 1400px (extra large screens) */
@media (min-width: 1400px) {
	.widget-technology-news .view-all-wrap {
		padding: 0 52px;
	}
}
