/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #011232;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #222;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #1a3c5e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    float: left;
    position: relative;
    background: #011A3E;
}


.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 330px;
	height: 100px;
}

.site-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #222;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: calc(100% - 330px);
	margin: 19px 0 0 0;
}

.site-header .widget-area .widget{
	float: left;
}

.site-header .wrap,
.home-hero .wrap{
	width: 85%;
	min-width: 1200px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	background: #011A3E;
	padding: 10px 0 25px;
}

.nav-primary .wrap{
	width: 70%;
	min-width: 1200px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	width: 20%;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    transition: .25s ease;
    border-radius: 15px;
    background: url(images/i_m.svg) no-repeat left center;
    background-size: 14px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
    color: #F7BA16;
}

.site-header .menu li a:hover{
	background: #fff0e6;
    color: #e85d04;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #222;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #59b752;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding:  0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
    padding: 15px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1200px;
	color: #333;
    font-weight: 500;
}

.breadcrumb a{
	color: #222;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #222;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #222;
	font-family: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #222;
}

.widget-area .widgettitle a {
	color: #222;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #222;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #333;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f7f8fb;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: poRoboto;
	padding: 10px 20px;
	color: #222;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    /* padding: 12px 0 0; */
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    position: relative;
    background: url(images/bgf.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 30px 0;
}

.site-footer img{
	margin: 0;
	display: block;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #222;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: poRoboto;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    poRoboto-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: poRoboto;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: poRoboto;
    color: transparent;
    border: 0;
    outline: none;
	background: #f9f3e4;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #ff8200;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget-area h2{
	color: #FFC000;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 8px 0 0;
}

.site-header .widget-area p a{
    color: #FFC000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    background: url(images/call.svg) no-repeat left center;
    padding-left: 65px;
    line-height: 1.3;
    background-size: 55px;
}

.site-header .widget-area p a em{
	font-style: inherit;
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.site-header .widget-area .widget:last-child{
	float: right;
	width: 280px;
}

.site-header .widget-area .widget:first-child{
	width: calc(100% - 280px);
	text-align: center;
}

.home-hero-content{
    max-width:55%;
    color:#fff;
    margin:80px 0 0;

    transform: translateX(-200px);
    opacity: 0;
    animation: slideLeft 0.8s ease forwards;
}

/* Keyframes */
@keyframes slideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.home-hero-desc p {
    margin: 0;
}

.home-hero-desc ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 22px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.home-hero-desc li {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding-right:22px;      /* khoảng cách tới line */
}

.home-hero-desc li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: rgba(255,255,255,.18);
}

.home-hero-desc li:nth-child(4n)::after {
    display: none;
}

.home-hero-desc li img{
	margin: 0;
	width: 65px;
}

.home-hero-desc h2{
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
}

.home-hero-desc h2 em{
	font-style: inherit;
	color: #D5A24A;
}

.home-hero {
	min-height: 800px;
}

.home-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 5px;
    background: #D5A24A;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
	cursor: pointer;
	transition: all 0.2s;
	margin: 25px 0 0;
}

.home-hero-btn:hover {
    background: #c6902f;
    color: #fff;
    transform: translateY(-4px);
}

.menu-primary a span{
    display: inline-block;
    transition: transform .2s ease;
}

.menu-primary a:hover span{
    transform: translateX(4px);
}

.hero-card-list{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: -160px;
}

.hero-card{
    background: #011232;
    border-radius: 20px;
 	transition:transform .25s ease, box-shadow .25s ease;
    will-change:transform;
}

.hero-card:hover{
    transform:translateY(-4px);
    box-shadow: 0 7px 15px rgb(202 202 203 / 77%);
}

.hero-card img{
	border-radius: 20px;
}

.hero-card-title{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding: 20px;
}

.hero-card-title::before{
    content:"";
    width:52px;
    height:2px;
    background:#D5A24A;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.hero-card-title span{
	display: block;
}

.section-title,
.home-chinhchu h2{
	color: #011232;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px;
    line-height: 1.1;
    padding-bottom: 20px;
}

.section-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:160px;
    height:5px;

    background:#4b7fe8;
    border-radius:10px;
}

.home_uythac {
	margin: 70px 0;
}

.uythac-item{
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(21,53,110,.08);
    border: 1px solid #edf2fa;
    transition: .3s;
}

.uythac-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(21,53,110,.12);
}

.uythac-num{
    position: relative;
    min-height: 63px;
    padding-left: 80px; /* 63px + khoảng cách */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.uythac-num span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 63px;
    height: 63px;
    border-radius: 8px;
    background: linear-gradient(180deg,#5c8ef8,#4476e8);

    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    line-height: 63px;
}

.uythac-num h3{
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #011232;
    text-transform: uppercase;
}

.uythac-num p{
    margin: 0;
    color: #D88900;
    font-size: 18px;
    font-weight: 600;
}

.uythac-text{
    flex: 1;
}

.uythac-text p{
    margin: 0;
    color: #011232;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}

.uythac-list{
	float: left;
	width: 620px;
}


/* --------- minh bạch ---------*/
.home_minhbach,
.home-chinhchu{
    position: relative;
    padding: 70px 0 80px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.home_minhbach .wrap{
	position: relative;
}

.home_minhbach .section-title{
    text-align: right;
    position: absolute;
    right: 0;
}

.home_minhbach .section-title:after{
    content: "";
    display: block;
    width: 95px;
    height: 4px;
    background: #4A7BD5;
    margin: 14px 0 0 auto;
    right: 0;
}

.mb-head h3{
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #0b2348;
    text-transform: uppercase;
}

.mb-item{
    --gap: 40px;

    display: grid;
    grid-template-columns: calc(42% - var(--gap) / 2) calc(58% - var(--gap) / 2);
    gap: var(--gap);
    align-items: center;

    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mb-item:nth-child(even){
    grid-template-columns: calc(58% - var(--gap) / 2) calc(42% - var(--gap) / 2);
}

.sohoa2-item{
    --gap: 40px;

    display: grid;
    grid-template-columns: calc(40% - var(--gap) / 2) calc(60% - var(--gap) / 2);
    gap: var(--gap);
    align-items: center;

    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sohoa2-item:nth-child(even){
    grid-template-columns: calc(60% - var(--gap) / 2) calc(40% - var(--gap) / 2);
}

.mb-item:nth-child(even) .mb-img,
.sohoa2-item:nth-child(even) .sohoa2-img{
    order: 2;
}

.mb-item:nth-child(even) .mb-head,
.sohoa2-item:nth-child(even) .sohoa2-text{
    order: 1;
}

.mb-img img{
    width:100%;
    height:auto;
    display:block;
}

.mb-head{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:14px;
    align-items:flex-start;
}

.mb-head span{
    width:42px;
    height:42px;
    border-radius:7px;
    background:linear-gradient(180deg,#5c8ef8,#4476e8);
    color:#fff;
    font-size:28px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*--- số má vận hành ------ */
.home-sohoa,
.home-sohoa2 ,
.home-vanhanh2{
    position: relative;
    padding: 70px 0 30px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.sohoa-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.sohoa-box{
    min-height: 125px;
    padding: 22px 18px;
    background: rgba(255,255,255,.68);
    border: 1px solid #4A7BD5;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
}

.sohoa-box:hover,
.baove-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(21, 53, 110, .12);
}

.sohoa2-img,
.mb-img,
.home-hero-desc li img{
	transition: .3s;
}

.sohoa2-img:hover,
.mb-img:hover,
.home-hero-desc li:hover img{
	transform: translateY(-6px);
}

.home-sohoa .wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	position: relative;
}

.sohoa-person{
	position: absolute;
    right: -31px;
    width: 620px;
    bottom: -30px;
}

.home-sohoa .sohoa-person img{
	margin: 0;
	display: flex;
} 

.sohoa-box img{
	display: block;
	margin: 0 auto 15px;
}

.sohoa-box p strong{
	font-size: 20px;
	font-weight: 600;
}

.sohoa-box p:not(:last-child){
    margin-bottom: 10px;
}

.sohoa-head h3{
	margin: 0;
}

.sohoa-head h3 em{
	display: block;
	font-style: inherit;
}

.sohoa-subtitle{
	color: #4A7BD5;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
}

.sohoa-head{
	margin: 30px 0;
}

.home-vanhanh2 h2,
.home-baove h2,
.home-chinhchu h2,
.home-moigioi h2,
.home-chothue h2,
.home-danhgia h2,
.home-hoptac h2,
.home-donghanh h2,
.home-tuyendung h2{
	text-align: center;
}

.home-vanhanh2 .section-title::after,
.home-baove .section-title::after,
.home-chinhchu h2::after,
.home-moigioi h2::after,
.home-chothue h2::after,
.home-danhgia h2::after,
.home-hoptac h2::after,
.home-donghanh h2::after,
.home-tuyendung h2::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

    width: 160px;
    height: 5px;
    background: #4b7fe8;
    border-radius: 10px;
}

.home-vanhanh2 .sohoa-subtitle,
.baove-subtitle {
	font-size: 20px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.vanhanh2-list,
.baove-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 30px 0 ;
}

.home-vanhanh2{
	padding: 70px 0 200px;
    background-position: bottom;
}

.home-baove{
	padding: 70px 0 500px;
    background-position: bottom;
}

.baove-item{
	background: #ffffffc7;
    padding: 30px;
    transition: .3s;
    border-radius: 20px;
}

.home-chinhchu h2 em{
	color: #D88900;
	display: block;
	font-style: inherit;
	margin: 20px 0 0;
}

.chinhchu-note{
    max-width: 800px;
    margin: 45px auto 0;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: rgba(255,255,255,.9);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(37,82,150,.08);
}

.chinhchu-icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(180deg,#315dc4,#477ef0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chinhchu-icon img{
    width: 50px;
    object-fit: contain;
    display: block;
}

.chinhchu-note-text{
    background: linear-gradient(90deg, #3F71FB 0%, #203366 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
}

.chinhchu-note-text em{
    color: #D88900;
    -webkit-text-fill-color: #D88900;
    background: none;
    font-style: inherit;
}

.home-moigioi{
    padding:70px 0 500px;
    background-size:cover;
    background-position:center bottom;
    overflow:hidden;
}

.home-moigioi .wrap{
    max-width:1200px;
    margin:0 auto;
    position: relative;
}

.moigioi-sub{
	color: #4A7BD5;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}

.moigioi-list{
    position:relative;
    margin: 55px auto 0px;
    min-height: 390px;
}

.moigioi-list:before{
    content:"";
    position:absolute;
    left:120px;
    right:120px;
    top:45px;
    height:600px;
    border-top:2px dashed #4b7fe8;
    border-radius:50% 50% 0 0;
    pointer-events:none;
}

.moigioi-list::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    height: 30px;
    pointer-events: none;
    background: radial-gradient(circle, #D98A00 0 6px, transparent 7px) calc(50% - 250px) 9px / 14px 14px no-repeat, 
    radial-gradient(circle, #D98A00 0 6px, transparent 7px) calc(50% + 250px) 9px / 14px 14px no-repeat;
}

.moigioi-item{
    position:absolute;
    width:320px;
    text-align:center;
}

.moigioi-item-1{
    left:0;
    top:130px;
}

.moigioi-item-2{
    left:50%;
    top:0;
    transform:translateX(-50%);
}

.moigioi-item-3{
    right:0;
    top:130px;
}

.moigioi-icon{
    margin:0 auto -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.moigioi-icon:hover {
    transform: translateY(-4px);
}

.moigioi-box{
    min-height:78px;
    padding:22px 20px 18px;
    background:rgba(255,255,255,.92);
    border-radius:8px;
    box-shadow:0 10px 25px rgba(34,75,140,.13);
    line-height:1.5;
}

.moigioi-box p{
    margin:0;
}

.moigioi-box strong,
.moigioi-box b{
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
}

.moigioi-logo{
    position:absolute;
    left:50%;
    bottom:-200px;   /* chỉnh lên xuống */
    transform:translateX(-50%);
    z-index:1;
}

.home-chothue{
    padding:70px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.chothue-sub{
	color: #4A7BD5;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}

.chothue-list{
    margin: 50px 0 0;
}

.nhaitem{
    display:flex;
    gap:18px;
    padding:16px;
    background:#fff;
    border-radius:12px;
    box-shadow: 0 0 16px 0 rgba(54, 112, 188, 0.20);
    transition: transform .3s ease, box-shadow .3s ease;
    margin: 15px;
}

.nhaitem:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(32, 65, 120, .16);
}

.nha-thumb{
    width:42%;
}

.nha-thumb img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:8px;
    margin: 0;
    display: flex;
}

.nha-info{
    flex:1;
}

.nha-info h3{
    margin:0 0 14px;
    color: #011232;
    font-size:18px;
    font-weight:800;
    text-transform:uppercase;
}

.nha-info ul{
    margin:0;
    padding:0;
    list-style:none;
}

.nha-info li{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
    color:rgba(1, 18, 50, 0.50);
    font-size:17px;
}

.nha-info li img{
    width:18px;
    height:18px;
    flex-shrink:0;
}

.btn-thue{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 22px;
    margin-top:10px;
    border-radius:999px;
    background:#F7BA15;
    color:#fff !important;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-thue::after{
    content:"➜";
    margin-left:8px;
}

.btn-thue:hover{
    background:#F39C12;
}

.chothue-list .slick-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin:40px 0 0;
    padding:0;
    list-style:none;
}

.chothue-list .slick-dots li{
    margin: 0;
    display: block;
    width: 36px;
    height: 36px;
}

.chothue-list .slick-dots button{
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    background:transparent;
    color:#333;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.chothue-list .slick-dots .slick-active button,
.chothue-list .slick-dots button:hover{
    background:#FDB515;
    color:#fff;
}

.home-danhgia{
    padding:70px 0;
    background:#E0EAFF;
}

.danhgia-list{
    margin:50px auto 0;
}

.danhgiaitem{
    background:#fff;
    border-radius:10px;
    padding:22px;
    box-shadow: 0 0 14px 0 rgba(54, 112, 188, 0.25);
    transition:.3s;
    margin: 15px;
    min-height: 325px;
}

.danhgiaitem:hover{
    transform:translateY(-4px);
    box-shadow: 0 0 14px 0 rgb(13 61 124 / 69%);
}

.danhgia-head{
    display:flex;
    gap:14px;
    align-items:center;
    margin-bottom:18px;
}

.danhgia-avatar{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#f1f1f1;
    overflow:hidden;
    flex-shrink:0;
}

.danhgia-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.danhgia-info h3{
	color: #4A7BD5;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	margin: 0;
}

.danhgia-info p{
    margin:0;
    color:#4A7BD5;
    font-size:16px;
    font-weight:600;
}

.danhgia-star{
    color:#FDB515;
    font-size:18px;
    letter-spacing:1px;
}

.danhgia-content,
.danhgia-content p{
    margin:0;
    color:#011232;
    font-size:16px;
}

.home-hoptac{
    padding:70px 0 150px;
    background-size:cover;
    background-position:right bottom;
    overflow:hidden;
}

.home-hoptac .wrap{
    max-width:1200px;
    margin:0 auto;
}

.hoptac-form{
    width: calc(50% - 70px);
    padding: 35px;
    border-radius: 24px;
	background: #FFF;
	box-shadow: 8px 8px 32px 0 rgba(54, 112, 188, 0.25);
	margin: 70px 0 0;
}

/* input form */
.hoptac-form input[type="text"],
.hoptac-form input[type="tel"],
.hoptac-form input[type="email"],
.hoptac-form textarea,
.td-popup-form input[type="text"],
.td-popup-form button[type="button"],
.form_datngay input[type="text"]{
    width:100%;
    height:48px;
    border-radius: 12px;
	border: 1.5px solid rgba(183, 141, 183, 0.50);
    padding:0 14px;
    background:#fff;
    color:#333;
    font-size:16px;
    box-shadow: none;
}

.hoptac-form .name input[type="text"]{
	background: url(images/name.svg) no-repeat left 10px center;
    padding: 0 14px 0 35px;
    background-size: 20px;
}

.hoptac-form .sdt input[type="text"]{
	background: url(images/hot.svg) no-repeat left 10px center;
    padding: 0 14px 0 35px;
    background-size: 20px;
}

.hoptac-form .lo input[type="text"]{
	background: url(images/lo.svg) no-repeat left 10px center;
    padding: 0 14px 0 35px;
    background-size: 20px;
}

.hoptac-form textarea{
    height:90px;
    padding-top:12px;
}

.hoptac-form .caldera-grid label{
    display:block;
    margin-bottom:8px;
    color:#35313C;
    font-size:16px;
    font-weight:700;
}

.hoptac-form p{
    margin:0 0 20px;
}

.hoptac-form input[type="submit"],
.hoptac-form button[type="submit"],
.td-popup-form input[type="submit"],
.form_datngay input[type="submit"]{
    display:block;
    height:50px;
    margin:18px auto 0;
    border:0;
    border-radius:999px;
    background:#F6BA16;
    color:#fff;
    font-size:16px;
    padding: 0 40px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
    text-transform: uppercase;
}

.form_datngay .tt p{
    background: unset;
    padding: 0;
    text-align: center;
}

.hoptac-form input[type="submit"]:hover,
.hoptac-form button[type="submit"]:hover{
    background:#f39c12;
    transform:translateY(-2px);
}

.baomat p{
    color: #9A989E;
    font-size: 16px;
    background: url(images/key.svg) no-repeat left center;
    padding-left: 25px;
    background-size: 17px;
    margin: 10px auto 0;
    width: fit-content;
}

.tt p{
    color: #35313C;
    font-size: 28px;
    font-weight: 700;
    background: url(images/logo.svg) no-repeat left center;
    padding-left: 270px;
    background-size: 250px;
    line-height: 37px;
}

.tt p span{
	display: block;
    color: #35313c;
    font-size: 16px;
    font-weight: 400;
    background: url(images/time.svg) no-repeat left center;
    padding-left: 20px;
    background-size: 15px;
}


.home-donghanh{
    padding:70px 0;
    background: #E0EAFF;
}

.home-donghanh .wrap{
    max-width:1200px;
    margin:0 auto;
}

.donghanh-sub,
.tuyendung-sub{
    max-width:850px;
    margin:0 auto 35px;
    color: #4A7BD5;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}

.donghanh-logos{
    margin:0 auto;
}

.donghanh-logos .gallery{
    display:grid !important;
    grid-template-columns:repeat(5, 1fr);
    gap:20px;
}

.donghanh-logos .gallery-item{
    margin:0 !important;
    width:auto !important;
    background:#fff;
    border-radius:6px;
    box-shadow:0 8px 18px rgba(32,65,120,.1);
    padding: 10px 0;
    transition:transform .3s ease, box-shadow .3s ease;
}

.donghanh-logos .gallery-item:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(32,65,120,.16);
}

.donghanh-logos img{
    width:100%;
    object-fit:contain;
    display: flex;
    
}

.donghanh-note{
	margin: 50px auto 0;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: url(images/dh.png) no-repeat right bottom #fff;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(32, 65, 120, .1);
}

.donghanh-icon{
    width:58px;
    height:58px;
    flex-shrink:0;
}

.donghanh-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.donghanh-text{
    color:#4A7BD5;
    font-size:18px;
    line-height:1.5;
    font-weight:800;
    text-transform:uppercase;
    width: 60%;
}

.home-tuyendung{
    padding:70px 0 90px;
    background-size:cover;
    background-position:center bottom;
    overflow:hidden;
}

.tuyendung-list{
    margin:0 auto 45px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
}

.tuyendung-item{
    display:flex;
    min-height:240px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(32,65,120,.12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.tuyendung-item:hover{
	transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(32, 65, 120, .16);
}

.td-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.td-content h3 span{
	display: block;
}

.td-content{
    width:48%;
    padding:24px 18px;
    position: relative;
}

.td-img{
    width:52%;
    overflow:hidden;
    position: relative;
}

.td-img::before{
    content:"";
    position:absolute;
    left:-1px;
    top:0;
    width:80px; /* tăng vùng hòa trộn */
    height:100%;
    z-index:2;
    pointer-events:none;

    background:linear-gradient(
        90deg,
        #fff 0%,
        #fff 28%,
        rgba(255,255,255,.85) 55%,
        rgba(255,255,255,0) 100%
    );
}

.td-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.td-icon img{
    width:60px;
    object-fit:contain;
    margin: 0;
}

.td-content h3{
    color: #011232;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}

.td-desc ul{
    margin:0;
    padding:0;
    list-style:none;
}

.td-desc li{
    position:relative;
    margin-bottom:15px;
    padding-left:22px;
    color: #011232;
    font-size:16px;
    line-height:1.5;
}

.td-desc li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:4px;
    width:14px;
    height:14px;
    border-radius:3px;
    background:#4A7BD5;
    color:#fff;
    font-size:10px;
    line-height:14px;
    text-align:center;
    font-weight:800;
}

.td-call{
    max-width:70%;
    margin:0 auto;
    padding:22px 30px;
    display:flex;
    align-items:center;
    gap:20px;
    background:rgb(255 255 255 / 60%);
    border-radius:12px;
    box-shadow:0 10px 28px rgba(32,65,120,.12);
}

.td-call-icon img{
    width:90px;
    object-fit:contain;
}

.td-call-text{
    flex:1;
}

.td-call-text h3{
    margin:0 0 6px;
    color:#011232;
    font-size:18px;
    font-weight:800;
    text-transform:uppercase;
}

.td-call-text h3 span{
	color: #4A7BD5;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.td-call-text p{
    margin:0;
}

.td-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:48px;
    padding:0 28px;
    border-radius:999px;
    background:#4A7BD5;
    color:#fff;
    font-weight:800;
    text-decoration:none;
    transition:transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.td-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 32px rgba(68,118,232,.35);
    background:linear-gradient(135deg,#6a99fb,#4d7ef0);
}

.td-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.35s ease;
}

.td-popup.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.td-popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,20,45,.55);
    backdrop-filter:blur(5px);
}

.td-popup-box{
    position:relative;
    width:min(460px, calc(100% - 32px));
    max-height:90vh;
    overflow:auto;
    background:#fff;
    border-radius:18px;
    padding:34px 30px;
    box-shadow:0 25px 70px rgba(0,0,0,.25);
    transform:translateY(30px) scale(.96);
    opacity:0;
    transition:.35s ease;
    z-index:2;
}

.td-popup.active .td-popup-box{
    transform:translateY(0) scale(1);
    opacity:1;
}

.td-popup-close{
    position:absolute;
    right:14px;
    top:10px;
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    background:#eef3ff;
    color:#0b2348;
    font-size:26px;
    line-height:36px;
    cursor:pointer;
    z-index: 9999;
}

.td-popup-close:hover{
    background:#4b7fe8;
    color:#fff;
}

.td-popup-form .tt p {
    color: #35313C;
    font-size: 28px;
    font-weight: 700;
    background: url(images/logo.svg) no-repeat top center;
    padding: 55px 0 0 0;
    background-size: 200px;
    line-height: unset;
    text-align: center;
    margin: 0 0 20px;
}

.td-popup-form .tt p span{
	width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    color: #7d7c81;
}

.site-footer .wrap{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.7fr 1fr 1fr;
    gap:55px;
}

.site-footer .widget_media_image{
    grid-column:1 / -1;
    width:100%;
    text-align:center;
    margin:0 0 35px;
}

.site-footer .widget_media_image img{
    width:390px;
    max-width:100%;
    height:auto;
    margin:0 auto;
}

.site-footer .widget{
    margin:0;
}

.site-footer .widget-title,
.site-footer .widgettitle{
    margin:0 0 20px;
    color:#011232;
    font-size:24px;
    font-weight:800;
    text-transform:uppercase;
}

.site-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.site-footer .widget:nth-child(n+3) li{
    position:relative;
    margin-bottom:20px;
    padding-left:15px;
    text-transform: uppercase;
    font-size:16px;
    line-height:1.5;
    color: #3B3933;
}

.site-footer .widget:nth-child(n+3) li a{
    text-decoration:none;
    text-transform: uppercase;
    font-size:16px;
    color: #3B3933;
    transition: all 0.2s;
}

.site-footer li a:hover {
    color: #F6BA16 !important;
    padding-left: 4px;
}

.site-footer .widget:nth-child(n+3) li:before{
     content:"";
    position:absolute;
    left:0;
    top:5px;
    width:10px;
    height:10px;
    display:block;
    background:url(images/li.svg) no-repeat left center;
    background-size:contain;
}

.site-footer .widget:nth-child(2) p{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin:0 0 15px;
    line-height:1.5;
    font-size:17px;
    color: #3B3933;
}

.site-footer .widget:nth-child(2) p img{
    width:37px;
    height:37px;
    flex-shrink:0;
    margin:0 !important;
}

.site-footer .widget:nth-child(2) p em{
    display:block;
    font-style:normal;
    color:#666;
    font-size:16px;
}

.site-footer .widget:nth-child(2) li{
	display: inline-block;
	list-style-type: none;
	margin: 20px 5px 0 0;
}

.site-footer .widget:nth-child(2) li img{
	transition: transform .3s ease;
}

.site-footer .widget:nth-child(2) li img:hover{
	transform: translateY(-5px);
}

.nav-primary.f-nav{
	position: fixed;
    top: 0;
    z-index: 9;
    padding: 10px 0;
}

.content-icon li{
	list-style-type: none;
}

.content-icon{
	position: fixed;
	top: 30%;
	right: 5px;
	width: auto;
}

.content-icon img{
	width: 55px;
}

#click-menu{
	display: none;
}


.popup-form{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .35s ease;
}

.popup-form.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-overlay{
    position: absolute;
    inset: 0;
    background: rgba(5,20,45,.55);
    backdrop-filter: blur(5px);
}

.popup-box{
    position: relative;
    width: min(650px, calc(100% - 32px));
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
    transform: translateY(30px) scale(.96);
    opacity: 0;
    transition: .35s ease;
    z-index: 2;
}

.popup-form.active .popup-box{
    transform: translateY(0) scale(1);
    opacity: 1;
}

.popup-close{
    position: absolute;
    right: 14px;
    top: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef3ff;
    color: #0b2348;
    font-size: 26px;
    line-height: 36px;
    cursor: pointer;
    transition: .25s;
}

.popup-close:hover{
    background: #4b7fe8;
    color: #fff;
}

body.popup-open{
    overflow: hidden;
}

/*------------------- mobile --------------------- */

@media (max-width: 1366px) {
	.wrap,
	.nav-primary .wrap {
	    width: calc(100% - 30px);
	}

	.nav-primary .wrap{
		min-width: auto;
	}

	.site-header .wrap, .home-hero .wrap {
	    width: calc(100% - 30px);
	    min-width: auto;
	}

	.site-header .widget-area h2{
		font-size: 20px;
		margin: 13px 0 0;
	}

	.site-header .widget-area p a em{
		font-size: 26px;
	}

	.site-header .widget-area p a{
		background-size: 50px;
	}

	.site-title img{
		width: 300px;
	}

	.home-hero {
	    min-height: 725px;
	    background-position: right;
	    position: relative;
	}

	.home-hero::before{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            #011A3E 0%,
            #011A3E 36%,
            rgba(1,26,62,0.85) 50%,
            rgba(1,26,62,0.35) 68%,
            transparent 100%
        );
        pointer-events: none;
    }

	.home-hero-desc h2{
		font-size: 36px;
	}

	.home-hero-content{
		min-width: 800px;
	}

	.home-uythac{
		background-position: right bottom;
	}

	.home_minhbach .section-title{
		text-align: center;
        position: relative;
        right: auto;
        margin: 0;
	}

	.home_minhbach .section-title::after{
	    content: "";
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0;
	    width: 160px;
	    height: 5px;
	    background: #4b7fe8;
	    border-radius: 10px;
	    margin: 0;
	}

	.section-title, .home-chinhchu h2{
		font-size: 36px;
	}

}


@media (max-width: 1170px) {

	.site-header .widget-area .widget:first-child{
		display: none;
	}

	.site-header .widget-area .widget:last-child {
	    width: fit-content;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		font-size: 14px;
		padding: 10px 10px 10px 12px;
		background-size: 8px;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.site-title img {
        width: 250px;
    }

    .site-header .widget-area p a{
    	font-size: 15px;
    }

    .site-header .widget-area p a em {
        font-size: 20px;
    }

    .site-header .widget-area p a {
        background-size: 40px;
        padding-left: 50px;
    }

    .home-hero-content {
        min-width: auto;
        width: 60%;
        max-width: 60%;
        margin: 50px 0 0;
    }

    .home-hero-desc h2 {
        font-size: 28px;
    }

    .home-hero-desc ul {
	    grid-template-columns: repeat(3, 1fr);
	    gap: 10px;
	    margin: 0 0 32px;
	}

	.home-hero-desc li {
	    grid-template-columns: 50px 1fr;
	    font-size: 15px;
	}

	.hero-card-list {
	    display: grid;
	    grid-template-columns: repeat(5, 1fr);
	    gap: 15px;
	    margin-top: -160px;
	}

	.uythac-list {
	    width: 65%;
	}

	.mb-item {
	    margin: 50px auto 0;
	}

	.uythac-num h3,
	.chinhchu-note-text{
		font-size: 20px;
	}

	.sohoa-subtitle,
	.home-vanhanh2 .sohoa-subtitle, .baove-subtitle{
		font-size: 18px;
	}

	.sohoa-person{
		width: 480px;
	}

	.moigioi-list::after{
		content: unset;
	}

	.moigioi-logo{
		position: relative;
		text-align: center;
	}

}

@media (max-width: 960px) {
	.nav-primary{
		display: none;
	}

	#click-menu{
		display: block;
        right: 12px;
        top: 14px;
        padding: 5px 5px 0 5px;
        background: #ffffff26;
        border-radius: 5px;
	}

	#click-menu .line{
		width: 26px;
		border-radius: 10px;
	}

	.site-header .widget-area p a {
        font-size: 10px;
    }

    .site-header .widget-area p a em {
        font-size: 16px;
    }

    .site-header .widget-area p a {
        background-size: 30px;
        padding-left: 37px;
    }

    .site-header, .title-area {
        height: 60px;
    }

    .site-header .widget-area {
	    width: fit-content;
	    margin: 13px 40px 0 0;
	}

	.title-area{
		width: 140px;
	}

	.site-title img {
        width: 140px;
    }

    #responsive-menu ul li a{
    	font-size: 14px !important;
        background: url(images/i_m.svg) no-repeat left center;
        padding-left: 17px;
        background-size: 10px;
        text-transform: uppercase;
    }

    #responsive-menu ul li{
    	border-bottom: 1px solid #d6d6d621 !important;
    }

    .home-hero-desc h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .home-hero-desc li {
        grid-template-columns: 30px 1fr;
        font-size: 13px;
        padding-right: 5px;
    }

    .home-hero-content {
        min-width: auto;
        width: 75%;
        max-width: 75%;
        margin: 30px 0 0;
    }

    .home-hero-desc ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin: 0 0 32px;
    }

    .home-hero-btn {
	    min-height: 48px;
	    padding: 0 16px;
	    font-size: 15px;
	    margin: 0;
	}

	.home-hero {
        min-height: 470px;
        background-size: cover;
    }

    .home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, #011A3E 0%, #011A3E 10%, rgba(1, 26, 62, 0.85) 43%, rgba(1, 26, 62, 0.35) 60%, transparent 100%);
        pointer-events: none;
    }

    .home-hero-desc li:nth-child(even)::after{
    	content: unset;
    }

    .hero-card-list{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 15px;
	    margin-top: -40px;
	}

	.hero-card-list > *{
	    width: calc((100% - 30px) / 3);
	}

	.hero-card-title {
        font-size: 12px;
        padding: 15px 5px;
    }

    .home-uythac {
        background-position: top center;
        background-size: cover;
    }

    .section-title, .home-chinhchu h2 {
        font-size:28px;
    }

    .home_uythac {
	    margin: 60px 0 0;
	}

	.uythac-list {
        width: 100%;
    }

    .uythac-item {
	    padding: 15px;
	}

	.uythac-num span {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 45px;
	    height: 45px;
	    border-radius: 8px;
	    background: linear-gradient(180deg, #5c8ef8, #4476e8);
	    color: #fff;
	    font-size: 25px;
	    font-weight: 700;
	    text-align: center;
	    line-height: 45px;
	}

	.uythac-num{
		padding-left: 55px;
		margin-bottom: 5px;
	}

	.uythac-num p{
		font-size: 15px;
	}

	.uythac-text p {
	    font-size: 16px;
	    line-height: 26px;
	}

	.home_minhbach, .home-chinhchu{
	    position: relative;
	    padding: 35px 0;
	}

	.home-sohoa, .home-sohoa2, .home-vanhanh2 {
	    position: relative;
	    padding: 35px 0 0;
	}

	.mb-item {
        margin: 30px auto 0;
    }

    .sohoa-person{
		display: none;
	}

	.home-sohoa .wrap {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 30px;
	    position: relative;
	}

	.sohoa-grid p{
		font-size: 16px;
	}

	.sohoa-box{
		padding: 15px 5px;
	}

	.sohoa-head h3 em{
		display: contents;
	}

	.sohoa-content .uythac-num{
		margin-bottom: 20px;
	}

	.sohoa-box p strong {
	    font-size: 17px;
	}

	.sohoa-box img {
	    margin: 0 auto 10px;
	    width: 50px;
	}

	.sohoa2-item,
	.sohoa2-item:nth-child(even) {
	    --gap: 10px;
	    grid-template-columns: 1fr;
	}

	.sohoa2-text{
		margin-bottom: 20px;
	}

	.sohoa2-list .sohoa-head{
		margin: 0 0 15px;
	}

	.home-vanhanh2 .sohoa-subtitle, .baove-subtitle{
		width: 100%;
	}

	.sohoa-subtitle, .home-vanhanh2 .sohoa-subtitle, .baove-subtitle,
	.home-vanhanh2 p,
	.moigioi-sub,
	.chothue-sub,
	.donghanh-sub, .tuyendung-sub {
        font-size: 16px;
        width: 100%;
    }

    .home-vanhanh2 .section-title::after, .home-baove .section-title::after, .home-chinhchu h2::after, .home-moigioi h2::after, .home-chothue h2::after, .home-danhgia h2::after, .home-hoptac h2::after, .home-donghanh h2::after, .home-tuyendung h2::after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0;
	    width: 100px;
	    height: 3px;
	    background: #4b7fe8;
	    border-radius: 10px;
	}

	.vanhanh2-list, .baove-list {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0;
	    margin: 15px 0;
	}

	.home-vanhanh2 {
	    background-size: cover;
	}

	.vanhanh2-item,
	.baove-item{
		background: #ffffff94;
	    padding: 15px;
	    width: calc(100% - 30px);
	    border-radius: 20px;
	    margin: 0 0 20px;
	}

	.vanhanh2-item .uythac-num{
		margin-top: 0;
	}

	.home-baove {
	    padding: 30px 0;
	    background-position: bottom;
	    background-size: cover;
	}

	.chinhchu-note {
	    margin: 20px auto 0;
	    padding: 15px;
	    gap: 15px;
	}

	.chinhchu-icon {
	    width: 150px;
        height: 150px;
        background: unset;
        display: contents;
	}

	.home-moigioi {
	    padding: 30px 0;
	    background-size: cover;
	}

	.moigioi-item{
		position: relative;
	}

	.moigioi-list:before{
		content: unset;
	}

	.moigioi-list {
	    position: relative;
	    margin: 0;
	    min-height: auto;
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 15px;
	}

	.moigioi-item,
	.moigioi-item-1,
	.moigioi-item-2,
	.moigioi-item-3 {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
    }

    .moigioi-box {
	    min-height: auto;
	    padding: 30px 15px  15px;
	}

	.moigioi-icon {
	    margin: 0 auto -20px;
	    width: 70px;
	}

	.moigioi-logo {
        position: relative;
        text-align: center;
        bottom: 0;
        left: auto;
        transform: none;
        width: 270px;
        margin: 30px auto 0;
    }

    .home-chothue {
	    padding: 0 0 30px;
	}

	.chothue-list {
	    margin: 30px 0 0;
	}

	.nhaitem {
	    display: flex;
	    gap: 10px;
	    padding: 10px;
	    margin: 5px;
	}

	.nha-thumb {
	    width: 35%;
	}

	.nha-info h3 {
	    margin: 0 0 7px;
	    font-size: 16px;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	}

	.nha-info li {
	    margin-bottom: 3px;
	    font-size: 15px;
	}

	.btn-thue {
	    padding: 8px 15px 6px;
	    margin-top: 10px;
	    font-size: 14px;
	}

	.home-danhgia {
	    padding: 10px 0;
	}


	.danhgiaitem {
	    background: #fff;
	    border-radius: 10px;
	    padding: 15px;
	    box-shadow: 0 0 14px 0 rgba(54, 112, 188, 0.25);
	    transition: .3s;
	    margin: 10px;
	    min-height: auto;
	    width: 250px;
	}

	.danhgia-list {
	    margin: 30px auto 0;
	}

	.home-hoptac,
	.home-donghanh,
	.home-tuyendung {
	    padding: 30px 0;
	}

	.hoptac-form {
	    width: calc(100% - 30px);
	    padding: 15px;
	    border-radius: 15px;
	    background: #fffffff2;
	    margin: 35px 0 0;
	}

	.tt p {
	    color: #35313C;
	    font-size: 28px;
	    font-weight: 700;
	    background: url(images/logo.svg) no-repeat top center;
	    padding-top: 60px;
	    background-size: 215px;
	    line-height: 37px;
	    text-align: center;
	    padding-left: 0;
	}

	.tt p span {
	    color: #67636d;
	    font-size: 15px;
	    width: fit-content;
	    margin: 0 auto;
	}

	.donghanh-logos .gallery {
	    display: grid !important;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 10px;
	}

	.donghanh-note {
	    margin: 40px auto 0;
	    padding: 15px;
	    gap: 15px;
	    background-size: 200px;
	}

	.donghanh-text {
	    font-size: 16px;
	    width: 100%;
	}

	.tuyendung-list {
	    margin: 0 auto 45px;
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 25px;
	}

	.td-call {
	    max-width: 100%;
	    width: calc(100% - 30px);
	    padding: 15px;
	}

	.td-btn{
		font-size: 16px;
	}

	.site-footer .wrap {
	    max-width: 1200px;
	    margin: 0 auto;
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 20px;
	}

	.td-popup-box {
	    position: relative;
	    width: min(460px, calc(94% - 32px));
	    max-height: 90vh;
	    overflow: auto;
	    background: #fff;
	    border-radius: 18px;
	    padding: 20px;
	    box-shadow: 0 25px 70px rgba(0, 0, 0, .25);
	    transform: translateY(30px) scale(.96);
	    opacity: 0;
	    transition: .35s ease;
	    z-index: 2;
	}

	.td-popup-form .tt p{
		font-size: 26px;
	}

	.td-popup-form .tt p span{
		font-size: 12px;
	}

	.baomat p {
	    color: #9A989E;
	    font-size: 12px;
	    background: url(images/key.svg) no-repeat left top 2px;
	    padding-left: 18px;
	    background-size: 10px;
	    margin: 10px auto 0;
	    width: fit-content;
	}

	.popup-box {
	    width: min(650px, calc(94% - 32px));
	    padding: 15px;
	}

	.site-header.f-head{
		position: fixed;
	    top: 0;
	    z-index: 9;
	}

	#click-menu.f-menu{
		position: fixed;
	}

	#responsive-menu.f-list{
		position: fixed;
    top: 60px;
	}

	.site-footer{
		background: url(images/bgf.jpg) no-repeat right bottom #f9faff;
    	background-size: inherit;
	}

}


@media (max-width: 500px) {

	.site-footer .widget-title, .site-footer .widgettitle{
		font-size: 20px;
	}

	.site-footer .widget_media_image img {
	    width: 250px;
	    max-width: 100%;
	    height: auto;
	    margin: 0;
	}

	.site-footer .widget:nth-child(n+3) li a{
		font-weight: 500;
	}


	.td-call{
	    display: flex;
	    flex-direction: column;
	    align-items: center; /* hoặc flex-start nếu muốn căn trái */
	    gap: 5px;
	}

	.td-call-text {
	    flex: 1;
	    text-align: center;
	    margin-bottom: 10px;
	}

	.tuyendung-item{
        flex-direction: column-reverse;
        min-height: auto;
        display: block;
        border-radius: 20px;
    }

    .td-content{
    	width: calc(100% - 30px);
    	padding: 15px 15px 0;
        flex: 0 0 100%;
    }

    .td-desc li:last-child{
    	margin-bottom: 0;
    }

    .td-img{
        width: 100%;
        flex: 0 0 100%;
    }

    .td-img img{
        display: block;
        width: 100%;
        height: auto;
    }

    .td-img::before{
	    content: "";
	    position: absolute;
	    left: 0;
	    top: -1px;
	    width: 100%;
	    height: 80px;
	    z-index: 2;
	    pointer-events: none;
	    background: linear-gradient(
	        180deg,
	        #fff 0%,
	        #fff 28%,
	        rgba(255,255,255,.85) 55%,
	        rgba(255,255,255,0) 100%
	    );
	}

	.hero-card-title {
        font-size: 12px;
        padding: 15px 5px 10px;
    }

    .mb-item {
	    --gap: 15px;
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: var(--gap);
	}

	.mb-item:nth-child(even) .mb-img, .sohoa2-item:nth-child(even) .sohoa2-img {
	    order: inherit;
	}

	.mb-item:nth-child(even){
		grid-template-columns: 1fr;
	}

	.uythac-num h3 {
        font-size: 18px;
    }

    .home-chinhchu h2 em{
    	display: contents;
    }

    .chinhchu-note-text {
        font-size: 16px;
    }

    .moigioi-box strong, .moigioi-box b{
    	font-size: 16px;
    }

    .moigioi-icon {
        margin: 20px auto -20px;
        width: 55px;
    }

    .moigioi-box {
        padding: 30px 5px 10px;
        font-size: 15px;
    }


}