/*
Theme Name: Nevo Child
Theme URI: https://nevothemes.com/
Description: Child theme for Nevo theme
Author: Your Name
Template: nevo
Version: 1.0.0
Text Domain: nevo-child
*/



.box1 .tencty {
    width: 120%;
}
/* Header mặc định */
.main-header {
    height: 90px;
    transition: height .25s ease;
}
.site-branding img.is-logo-image {
    /*max-width: 85px;*/
    transition: max-width .25s ease;
}
/* Khi scroll */
#masthead.is-fixed .main-header {
    height: 60px;
}
#masthead.is-fixed .site-branding img.is-logo-image {
    max-width: 85px;
}
/* Fixed header */
#masthead.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
/* Chống che nội dung */
body.has-fixed-header {
    padding-top: var(--header-height, 90px);
}


.btnmauso2 .elementor-button {
    background-color: #d69f4d !important;
}
.formqt .wpcf7-submit {
    background-color: #d69f4d;
    border-radius: 30px !important;
    font-weight: 600;
}
.formqt h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.formqt p {
    color: #fff;
    margin-bottom: 0px;
}
.txtqtcamket p {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
.txtquytrinh h1 {
    color: #fff;
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.cssshadowright {
    position: relative;
    overflow: hidden;
}
.cssshadowright::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(
    to left,
    rgb(28 53 132) 0%,
    rgba(28,53,132,0.9) 10%,
    rgba(28,53,132,0.8) 20%,
    rgba(28,53,132,0.7) 30%,
    rgba(28,53,132,0.6) 40%,
    rgba(28,53,132,0.5) 50%,
    rgba(28,53,132,0.4) 60%,
    rgba(28,53,132,0.3) 70%,
    rgba(28,53,132,0.2) 80%,
    rgba(28,53,132,0.1) 90%,
    transparent 100%
);
    pointer-events: none;
    z-index: 99;
}
.dv-steps-vertical {
    max-width: 600px;
}
.dv-step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.dv-number {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s ease;
}
.dv-text {
	font-size: 20px;
    color: #fff;
}




.footer-section.top-footer .nevo-container.inside-footer.normal {
    max-width: 100%;
    padding: 0px;
    margin-bottom: -7px;
}
.duan-item-txt .title {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
}
.duan-item-btn {
    text-align: center;
}
.duan-item-txt {
    padding: 20px;
}
.dv-duan-item .thumb {
    position: relative;
}
.dv-duan-item .thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        to top,
        #1c3584 0%,
        rgba(28, 53, 132, 0.7) 40%,
        rgba(28, 53, 132, 0.3) 70%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 2;
}
.dv-duan-info {
    margin-top: 30px;
	margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #eee;
    background: #fafafa;
}
.dv-duan-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.dv-duan-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dv-duan-info li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.dv-duan-info li:last-child {
    border-bottom: none;
}
.featured-image.cv-col-12.post-image img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

/*----custom-du-an----*/
.dv-duan-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.dv-duan-col {
    width: 100%;
}
@media (min-width: 768px) {
    .dv-duan-col {
        width: calc(33.333% - 14px);
    }
}
.dv-duan-item {
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
	background-color: #1c3584;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.dv-duan-item:hover {
	transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.dv-duan-item .thumb img {
	width: 100%;
    height: 250px;
    object-fit: cover;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dv-duan-item .title {
    font-size: 18px;
    margin: 10px 0;
}
.dv-duan-item .meta p {
    margin: 4px 0;
    font-size: 15px;
    color: #fff;
	position: relative;
    padding-left: 18px;
}
.dv-duan-item .meta p::before {
    content: "\f111"; /* icon chấm tròn */
    font-family: "Font Awesome 5 Free"; /* hoặc Font Awesome 6 Free */
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 6px;
    color: #fff;
}
.dv-duan-item .btn {
	display: inline-block;
    margin-top: 10px;
    padding: 6px 15px;
    background: #fff;
    color: #1c3584;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
}
/*---end-custom-du-an----*/

.dv-popup-box .wpcf7-response-output {
    margin: -20px 0px 0px 0px !important;
    color: #000;
}
.wpcf7-form-control {
    width: 100%;
    margin-top: 10px;
}
.boxformpopup p {
    margin-bottom: 0px;
}
/*--lienhe-contact-noi--*/
.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fc-item {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.fc-item.phone { background: #28a745; }
.fc-item.zalo { background: #0084ff; }
.fc-item.book { background: #d69f4d; }
.fc-text {
    position: absolute;
    right: 60px;
    white-space: nowrap;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 23px;
    opacity: 0;
    transform: translateX(10px);
    transition: 0.3s;
    font-size: 14px;
}
.fc-item img {
    width: 45px;
    height: 45px;
	border-radius: 100%;
}
a.fc-item:hover {
    color: #fff;
}
.fc-item:hover .fc-text {
    opacity: 1;
    transform: translateX(0);
}
.fc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shake 2s infinite;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(-10deg); }
    20% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
.fc-item::before,
.fc-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
}
.fc-item::before {
    animation: pulseRing 2s infinite;
}
.fc-item::after {
    animation: pulseRing 2s infinite;
    animation-delay: 1s;
}
.fc-item.phone::before,
.fc-item.phone::after {
    background: rgba(40, 167, 69, 0.4);
}
.fc-item.zalo::before,
.fc-item.zalo::after {
    background: rgba(0, 132, 255, 0.4);
}
.fc-item.book::before,
.fc-item.book::after {
    background: rgba(181, 148, 107, 0.4);
}
@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*-end-lienhe-contact-noi--*/

.video-box {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.video-box iframe {
  width: 100%;
  height: 642px;
  display: block;
  border: none;
}


.boxcol p {
    margin-bottom: 0px;
}
.btnhead {
    color: #fff !important;
}
a.nevo-menu-link {
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.btnhead i {
    margin-right: 5px;
}


.boxform {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
/* Mobile: về 1 cột */
@media (max-width: 768px) {
    .boxform {
        grid-template-columns: 1fr;
    }
}
/* Đảm bảo input full width */
.boxcol input,
.boxcol select {
    width: 100%;
}
.wpcf7-form-control {
    border-radius: 5px !important;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
	margin-bottom: -30px;
}
.wpcf7-response-output {
    margin: 0px !important;
    color: #fff;
}

.txtformhea h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
	font-size: 30px;
}
.txtformhea p {
    color: #fff;
}
.txtcoldv span {
    color: #fff;
}
.txtformhea {
    text-align: center;
}
.txtcoldv{
	text-align: center;
}
.txtcoldv p {
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
    font-weight: 600;
	font-size: 22px;
    line-height: 1.2;
}
.tieudecus h2 {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}
/*----btn-hieu-ung----*/
.elementor-button {
	background-color: #1c3584 !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	padding: 10px 24px !important;
}
.elementor-button::after{
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-45deg);
  animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}/*---end-btn-hieu-ung----*/


.txtnhung h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
	color: #fff;
}
.txtnhung ul {
    list-style: none;
    padding-left: 0;
}
.txtnhung ul li {
    position: relative;
    padding-left: 25px;
	margin-bottom: 10px;
    font-size: 20px;
	color: #fff;
}
.txtnhung ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
	color: #fff;
    font-size: 20px;
}
.txtnhung p{
	color: #fff;
	font-size: 26px;
}
.txt2banner h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}
.txt2banner p {
    text-align: justify;
}
.txt2banner h4 {
    font-size: 19px;
    font-weight: 600;
}
.boxtxtbanner {
    text-align: center;
    margin-top: 20px;
}
.boxtxtbanner h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
}
.boxtxtbanner h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.site-header {
    background-color: #ffffff00;
    z-index: 9999;
}
.footer-section.middle-footer.has-start.has-center.has-end > * {
    position: relative;
    z-index: 2;
}
.footer-section.middle-footer.has-start.has-center.has-end {
    position: relative;
    overflow: hidden;
}
.footer-section.middle-footer.has-start.has-center.has-end::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.boxft.box2 {
    margin-left: 100px;
}
.boxft h3 {
	font-size: 21px;
    color: #fff;
    font-weight: 600;
}
.boxft li a {
    color: #fff;
}
.boxfolow-ft {
    display: flex;
    align-items: center;
	padding-top: 10px;
}
.boxft li {
    font-size: 15px;
    margin-bottom: 3px !important;
	color: #fff;
	font-weight: 600;
}
.boxfolow-ft li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
	color: #fff;
	margin-right: 10px;
}
li.iconfbft a {
    background-color: #1877F2;
}
li.icontiktokft a {
    background-color: #000;
}
.boxfolow-ft li i {
    font-size: 19px;
}
li.iconzaloft img {
    border-radius: 100%;
}
li.iconzaloft {
    top: -3px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	
.txtquytrinh h1 {
	font-size: 27px;
}
.dv-popup-box h2{
	font-size: 18px;
}
.boxft.box1 {
    padding-bottom: 40px;
}
.box1 .tencty {
    width: 100%;
}
.footer-row-cols > * {
       margin-bottom: 0px;
}
.cssshadowright::after {
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;

        background: linear-gradient(
            to top,
            rgb(28 53 132) 0%,
            rgba(28,53,132,0.9) 10%,
            rgba(28,53,132,0.8) 20%,
            rgba(28,53,132,0.7) 30%,
            rgba(28,53,132,0.6) 40%,
            rgba(28,53,132,0.5) 50%,
            rgba(28,53,132,0.4) 60%,
            rgba(28,53,132,0.3) 70%,
            rgba(28,53,132,0.2) 80%,
            rgba(28,53,132,0.1) 90%,
            transparent 100%
        );
}
.video-box iframe {
  height: 209px;
}
.txtcoldv p{
	font-size: 17px;
}
.tieudecus h2 {
	font-size: 27px;
}
.boxtxtbanner h1 {
    font-size: 18px;
}
.boxtxtbanner h2 {
   font-size: 30px;
	margin-bottom: 5px;
}
.boxft.box2 {
    margin-left: 0px;
	padding-bottom: 40px;
}
}