/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: Vipnagorgialla-Bold;
  src: url(fonts/Vipnagorgialla-Bold.otf);
}
@font-face {
  font-family: Vipnagorgialla-Bold-Italic;
  src: url(fonts/Vipnagorgialla-Bold-Italic.otf);
}
@font-face {
  font-family: Vipnagorgialla-Regular-Italic;
  src: url(fonts/Vipnagorgialla-Regular-Italic.otf);
}
@font-face {
  font-family: Vipnagorgialla-Regular;
  src: url(fonts/Vipnagorgialla-Regular.otf);
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Montserrat", sans-serif;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
body h1, body h2, body h3,body h4,body h5,body h6 {
	font-family: Vipnagorgialla-Regular;
	font-weight: 400;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: Vipnagorgialla-Bold;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-family: Vipnagorgialla-Bold-Italic;
}
.section > .section-content > .row > .col {
	padding-bottom: 0
}
.section.bg-custom .section-bg {
	background-size: contain !important;
}

.nav-spacing-xlarge>li {
    margin: 0 30px;
}
.header-main .nav > li > a {
    font-size: 18px;
    font-family: Vipnagorgialla-Regular;
    font-weight: 400;
}
.header-main .nav > li ul > a {
    font-family: Vipnagorgialla-Regular;
}
.nav-dark .nav>li>a {
    color: #fff;
}
.nav-dark .nav>li:hover>a,
.nav-dark .nav>li.active>a {
    color: var(--primary-color);
}
.header-main .nav > li.html_topbar_left {
    position: absolute;
    bottom: 70px;
    right: 0;
}
.box-hotline {
    display: flex;
    align-items: center;
}
.box-hotline .box-hotline-text .box-hotline-title {
    font-size: 18px;
    font-weight: 500;
}
.box-hotline .box-hotline-text .box-hotline-phone {
    font-size: 20px;
    font-weight: 700;
}
.box-hotline-img {
	margin-right: 10px;
}

.big-txt h2 {
  font-size: 60px;
}
.medium-txt h2, .medium-txt h3, .medium-txt h4, 
.medium-txt {
  font-size: 35px;
  font-family: Vipnagorgialla-Regular;
}
.font-h2 h2 {
    font-size: 60px;
}
.font-30 h4 {
    font-size: 30px;
}
.font-20 h4 {
    font-size: 20px;
}
.font-18 h4 {
    font-size: 18px;
}
.font-35 h2 {
    font-size: 35px;
}

.font-25 h2 {
    font-size: 25px;
}
.font-32 h4 {
    font-size: 32px;
}
.font-23 h3,
.font-23 p{
    font-size: 23px;
}
.marquee-wrapper p {
    font-size: 40px;
}
.font-100 h2 {
    font-size: 100px;
}
.font-80 h2 {
    font-size: 75px;
}
/* --- CẤU TRÚC CHUNG --- */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /* Bạn có thể thêm background hoặc font-size chung ở đây */
    margin: 10px 0 25px;
}

.marquee-item {
    display: inline-block;
    padding-right: 50px; /* Khoảng cách giữa các đoạn text nối tiếp */
    text-transform: uppercase; /* Viết hoa */
}

/* --- ANIMATION --- */
/* Class cho chạy sang TRÁI */
.to-left {
    display: inline-block;
    animation: scroll-left 80s linear infinite;
}

/* Class cho chạy sang PHẢI */
.to-right {
    display: inline-block;
    animation: scroll-right 80s linear infinite;
}
.right-40 {
    display: inline-block;
    animation: scroll-right-2 20s linear infinite;
    text-align: center;
    width: 150%;
}
.left-40 {
    display: inline-block;
    animation: scroll-left 20s linear infinite;
    text-align: center;
}
.left-40 img,
.right-40 img {
	margin-right: 20px;
	height: 100px;
	width: auto;
	object-fit: none;
}

/* --- KEYFRAMES --- */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
@keyframes scroll-right-2 {
    100% { transform: translateX(-100%); }
    0% { transform: translateX(50%); }
    
}

.box-badge-custom.box-badge .box-text {
    bottom: 0;
    width: 95%;
}
.button {
    font-family: Vipnagorgialla-Regular;
    font-size: 30px;
    font-weight: 400;
}
.button.secondary-custom {
    font-size: 28px;
    color: #fff !important;
    border-radius: 99px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.button.btn-register {
    background-color: transparent !important;
    padding: 8px;
    margin: 0;
    border: 1px solid #009343;
    line-height: normal;
    min-height: auto;
}
.button.btn-register span {
    background-color: #009343;
    display: block;
    padding: 10px 30px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.button.btn-register:hover {
    border: 1px solid var(--primary-color);
}
.button.btn-register:hover span {
    background-color: var(--primary-color);
}
.footer-wrapper .social-icons .icon {
    margin: 0 20px;
}
.absolute-footer {
    display: none;
}

.col.post-item .box-image {
    margin-bottom: 15px;
}
.col.post-item .box-text-inner {
    border-bottom: 3px solid hsl(0deg 0% 100% / 20%);
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.col.post-item .box-text-inner .post-title {
    order: 1;
}
.col.post-item .box-text-inner .from_the_blog_excerpt  {
    order: 2;
}
.col.post-item .box-text-inner .is-divider {
    order: 3;
}
.col.post-item .box-text-inner .post-meta {
    order: 4;
}
.col.post-item .box:hover .box-text-inner {
    border-bottom: 3px solid var(--primary-color);
}
.col.post-item .post-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    line-height: 22px;
    height: 44px;
}
.col.post-item p.from_the_blog_excerpt {
    font-size: 16px;
    color: #fff;
}
.col.post-item .post-meta {
    font-size: 16px;
    color: #fff;
}
.page-title-bar {
    background-image: url(images/sup2.png);
    background-size: cover;
    padding: 400px 0 136px;
    text-align: center;
}
.page-title-bar .title {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.page-title-bar .breadcrumb {
    font-size: 18px;
}
.entry-content {
    color: hsl(0deg 0% 100% / 70%);
}
h1.entry-title {
    color: #fff;
    font-size: 32px;
}
.entry-header .entry-divider {
    display: none;
}
.widget {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 10px;
}
.widget .widget-title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-family: Vipnagorgialla-Regular;
    font-weight: 400;
}
.widget a {
    color: #333 !important;
}
.widget a:hover {
    color: var(--primary-color) !important;
}
.flatsome_recent_posts .recent-blog-posts-li .badge {
    height: 4.8em;
    width: 5.8em;
}
.flatsome_recent_posts .recent-blog-posts-li a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.flatsome_recent_posts .recent-blog-posts-li a .post_comments {
    display: none;
}
body:not(.home) .stuck .header-bg-color {
    background-color: #1b1b1b !important;
}

.widget.widget_search {
    padding: 10px;
}
.widget .searchform {
    margin-bottom: 0;
}
.widget .searchform input[type=search] {
    border: none;
    box-shadow: none;
}
.widget .searchform .button.icon {
    background-color: transparent;
    color: #333;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.row-contact {
    position: relative;
}
.row-contact .wpcf7-form-control {
    margin: 0;
    border-radius: 4px;
    height: 40px;
}
.row-contact .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    font-weight: 400;
    text-transform: none;
}
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-spinner {
    position: absolute;
}

.col-contact label {
	font-size: 20px;
}
.col-contact .wpcf7-form-control {
	height: 50px;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 20px;
}
.col-contact .wpcf7-form-control.wpcf7-submit {
	background-color: #009343 !important;
	font-size: 20px;
	width: 100%;
	border-radius: 0;
	display: block;
	margin: auto;
	height: 60px;
	margin-top: 25px;
}
.page-template .page-title-bar {
	padding: 400px 0 40px;
}
.page-template .page-title-bar .container {
	display: none;
}


/* --- Áp dụng cho tất cả các trang KHÔNG PHẢI trang chủ --- */
body:not(.home) #header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999; /* Đảm bảo menu nằm đè lên banner/ảnh */
}

/* Làm trong suốt nền của header */
body:not(.home) .header-bg-color,
body:not(.home) .header-wrapper {
	background-color: transparent !important;
	background-image: none !important;
}

/* (Tùy chọn) Xóa bỏ đường viền hoặc bóng đổ nếu có để trong suốt hoàn toàn */
body:not(.home) .header-main {
	box-shadow: none !important;
}
/* */
.ses-text-logo:after {
    background: url(images/bg-xe.png) center center no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 551px;
}
/* */
/*.ses-trungbay .box-text-inner:before {
    content: '';
    display: block;
    background: url(images/Icon.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -100px;
    background-size: 30px;
}*/
@media (min-width: 850px) {
    .header-main {
        padding-top: 50px;
    }
    .stuck .header-main {
        padding-top: 0px;
    }
    .header-main .header-inner {
        align-items: end;
    }

}
@media (max-width: 1700px) {
	.txt-blur h2 span {
		font-size: 100px !important;
	}
}
@media (max-width: 1400px) {
	.header-main .nav > li.html_topbar_left {
		right: 0;
	}
	.nav-spacing-xlarge>li {
		margin: 0 20px;
	}
	.left-custom {
		left: 5% !important;
	}
	.txt-blur h2 span {
		font-size: 300% !important;
	}
}
@media (max-width: 1200px) {
	#logo {
		width: 160px !important;
	}
	.header-main .nav > li > a {
		font-size: 18px;
	}
	.nav-spacing-xlarge>li {
		margin: 0 10px;
	}
	.header-main .nav > li.html_topbar_left {
		right: 0;
	}
	.page-title-bar {
		padding: 300px 0 60px;
	}
	.txt-blur h2 span {
		font-size: 30px !important;
	}
	
}
@media (max-width: 1024px) {
	.section.bg-custom .section-bg {
		background-size: cover !important;
	}
	.header-main .nav > li > a {
		font-size: 16px;
	}
	.nav-spacing-xlarge>li {
		margin: 0 10px;
	}
	.header-main .nav > li.html_topbar_left {
		right: 0;
	}
	.page-title-bar {
		padding: 300px 0 60px;
	}
	#logo {
		width: 160px !important;
	}
	.big-txt h2 {
		font-size: 80px;
	}
}
@media (max-width: 820px) {
	#logo {
        width: 150px !important;
        order: 1;
    }
	.header-main, 
	.transparent .header-main {
        height: 110px !important;
    }
	.page-title-bar {
		padding: 140px 0 40px;
	}
	.page-template .page-title-bar {
		padding: 120px 0 40px;
	}
	
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .big-txt h2 {
        font-size: 38px;
    }
    .medium-txt h2, .medium-txt h3, .medium-txt h4, .medium-txt {
        font-size: 25px;
    }
    .button.secondary-custom {
        line-height: 30px;
        padding: 7px 20px;
        display: block;
        width: 100%;
        font-size: 12px !important;
        border-radius: 100px;
    }
    #logo {
        width: 150px !important;
        order: 1;
    }
    .transparent .header-main {
        height: 110px;
    }
    .footer-wrapper .social-icons {
        font-size: 100% !important;
    }
    .footer-wrapper .social-icons .icon {
        margin: 0 10px;
    }
    .button {
        font-size: 17px;
        width: 100%;
    }
    .button.secondary-custom {
        font-size: 20px;
    }
	.section.bg-custom .section-bg {
		background-size: cover !important;
	}
	.page-title-bar {
		padding: 110px 0 40px;
	}
    .ses-text-logo:after {
        background-size: 100%;
    }
    .marquee-wrapper {
        margin-bottom: 15px;
    }
    h3 {
        font-size: 0.8em;
    }
    .big-txt h2 {
      font-size: 38px;
    }
    .medium-txt h2, .medium-txt h3, .medium-txt h4, 
    .medium-txt {
      font-size: 35px;
      font-family: Vipnagorgialla-Regular;
    }
    .font-h2 h2 {
        font-size: 30px;
    }
    .font-20 h4 {
        font-size: 20px;
    }
    .font-35 h2 {
        font-size: 21px;
    }

    .font-25 h2 {
        font-size: 25px;
    }
    .font-32 h4 {
        font-size: 24px;
    }
    .font-23 h3,
    .font-23 p{
        font-size: 20px;
    }
    .font-30 h4 {
        font-size: 24px;
    }
    .marquee-wrapper p {
        font-size: 25px;
    }
    .font-100 h2 {
        font-size: 20px;
    }
    .font-mb h2 {
        font-size: 23px;
    }
    .mb-29 h2 {
        font-size: 29px;
    }
    .btn-register span {
        font-size: 15px !important;
    }
    .ses-trungbay .box-text-inner:before {
        background-size: 20px;
    }
}

.stuck .header-bg-color, .stuck .header-wrapper {
    background-color: #1b1b1b9e;
}

.font-23-but * {
    font-size: 23px !important;
}
.font-23-but .button.secondary-custom {
    border-color: #009343;
}
.btn-register span {
    font-size: 23px;
    background: url(images/icon-right.png) 95% center no-repeat;
    padding-right: 60px !important;
    background-size: 29px;
}

.btn-second.button.is-outline {
    font-size: 20px;
    color: #fff;
    border: 5px solid #009343;
    height: 87px;
    line-height: 76px;
    min-width: 404px;
}

.lightbox-content {
    background-color: #1B1B1B;
}
.dark-form label,
.dark-form {
    font-size: 16px;
}

.dark-form h3 {
    text-align: center;
    font-size: 30px;
    color: #F58220;
    font-style: italic;
    font-family: Vipnagorgialla-Bold;
    line-height: 35px;
}
.dark-form h4 {
    color: #F58220;
    font-size: 23px;
    font-weight: bold;
}
.dark-form label {
    font-weight: normal;
}
.dark-form p {
    margin-bottom: 10px;
}
.dark-form input.wpcf7-form-control {
    height: 62px;
    border-radius: 8px;
    margin-bottom: 0;
}
.dark-form input.wpcf7-form-control.wpcf7-submit {
    width: 418px;
    height: 85px;
    display: block;
    margin: auto;
    background-image: url(images/btn-submit.png);
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dark-form ul {

}
.dark-form ul li {
    margin-bottom: 0;
    margin-left: 20px;
}
.dark-form ul li p {
    margin-bottom: 0;
}
.wpcf7-checkbox input {
    margin-bottom: 0;
}
.dark-form a {
    color: #F58220;
    border-bottom: 1px solid #F58220;
}
.wpcf7 .dark-form br {
    display: block;
}

.row-form-custom {
    margin: 0 -10px;
}
.row-form-custom .col-form-custom {
    width: 50%;
    float: left;
    padding: 0 10px;
}
input::placeholder {
  /* use the same color as input element to avoid the browser set default color */
  color: #B3B3B3;
}

input::placeholder {
  /* less opaque text */
  color: #B3B3B3;
}
input[type="checkbox"]:enabled:checked {
    background-color: #000 !important;
    color: white;
}
input[type="checkbox"]:enabled:checked {
        background-color: #002B4E !important;
        color: white;
    }

   input[type="checkbox"]:before {
        background-color: #002B4E !important;
        color: white;
    }

    input[type="checkbox"]::before {
        background-color: #002B4E !important;
        color: white;
    }

        input[type="checkbox"]:checked {
        background-color: #002B4E !important;
        color: white;
    }
.form-canhan input[type=date] {
    text-align: right;
}
/* */
.ngaysinh-in {
    background: url(images/date.svg) 5px 19px no-repeat;
    padding-left: 34px !important;
}
.chonhangthidau .wpcf7-list-item {
    display: block;
}
.cus-taifile input {
    position: relative;
    top: 17px;
}
.row-form-custom {
    overflow: hidden;
}
.row-form-custom .col-form-custom:nth-child(2n+1) {
    clear: both;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
/* */
.font-30 h2 {
    font-size: 30px;
}
.font-18 h2 {
    font-size: 18px;
}
.col-title > .col-inner {
    background: #00C961;
    background: linear-gradient(180deg,rgba(0, 201, 97, 1) 0%, rgba(0, 147, 71, 1) 55%) !important;
    border-radius: 25px 25px 0 0;
    padding: 11px 0 8px;
}

.col-ra-b > .col-inner {
    border-radius: 0 0 25px 25px;
}
/* */
.row-logo-col3 .col-ra-b > .col-inner {
    min-height: 265px;
    display: table;
}
.row-logo-col3 .col-ra-b > .col-inner .ux-logo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.row-logo-col3 .col-ra-b > .col-inner .ux-logo img {
    margin: auto;
}
.row-logo-col3 .col-title > .col-inner {
    padding: 16px 0 13px;
}
.title-hc {
    margin-bottom: 0 !important;
}
.title-hc b {
    background: #050000;
    opacity: 1;
}
.slider-logo-hc .ux-logo-link {
    padding: 0 !important;
}
.slider-logo-hc .flickity-viewport {
    overflow: initial;
}
.slider-logo-hc .flickity-prev-next-button {
    top: 21%;
}
.slider-logo-hc .flickity-prev-next-button.next {
    right: -15%;
    left: initial;
}
@media only screen and (min-width: 1024px) {
    .stuck .header-nav {
        top: -10px;
    }
    .header-nav.header-nav-main.nav.nav-right {
        padding-right: 25px;
    }
}
@media (max-width: 480px) {
    .row-form-custom .col-form-custom {
        width: 100%;
    }
    .btn-second.button.is-outline {
        min-width: initial;
        font-size: 15px;
        border: 2px solid #009343;
        height: 55px;
        line-height: 53px;
    }
    .dark-form input.wpcf7-form-control {
        height: 45px;
    }
    .dark-form h4 {
        color: #F58220;
        font-size: 20px;
        line-height: 26px;
    }
    .dark-form input.wpcf7-form-control.wpcf7-submit {
        width: 95%;
        height: 63px;
        display: block;
        margin: auto;
        background-image: url(images/btn-submit.png);
        text-indent: -9999px;
        background-color: transparent;
        border-radius: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .font-30 h2 {
        font-size: 20px;
    }
    .font-18 h2 {
        font-size: 15px;
    }
    .row-tc-mb .row-logo-col3{
        margin-bottom: 20px;
    }
    .slider-logo-hc .flickity-viewport {
        overflow: hidden;
    }
    .slider-logo-hc .flickity-prev-next-button {
        display: block;
    }
    .left-40 img,
	.right-40 img {
		margin-right: 5px;
	}
    .slider-logo-hc img {
        object-fit: contain;
    }
}

#comments label {
    color: #fff;
}