/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html, body, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
	font-family: "Montserrat", sans-serif !important;
}
:root{
	--color-vang: #e29b10;
	--color-main: #0f6fa9;
	--font: "TGFrZXNobJlLVJlZVsYXIubRm";
	--color-text: #010101cc;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1200px;
}
div#logo a {
    font-size: 16px;
    color: rgb(255, 240, 153);
    text-transform: capitalize;
}
@font-face {
	font-family: "TGFrZXNobJlLVJlZVsYXIubRm";
	src: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/lakeshore-regular-20230828073904-nij69.otf")
}
@keyframes slideInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.img_lider{
	position: absolute;
	bottom: 50px;
    height: 300.332px;
	left: 1433px;
}
.img_1 .img-inner{
	width: 495.059px !important;
	height: 100%;
	animation-name: slideInLeft;
    animation-delay: 0s;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
.img_2 .img-inner{
	width: 495.059px !important;
	height: 100%;
	animation-name: slideInLeft;
    animation-delay: 0s;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.img_lider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_banner h1 {
    font-family: "TGFrZXNobJlLVJlZVsYXIubRm" !important;
    font-size: 121px;
    text-align: center;
    font-weight: 100 !important;
    line-height: 88px;
}
.home_banner h2{
	font-size: 29px;
	font-weight: 500 !important;
	margin-top: 50px;
	line-height: 1.2;
}
.home_banner .button {
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
}
.home_banner .button.btn_book{
	background-color: var(--color-main);
	color: #fff;
}
.home_banner .button.btn_moto{
	background-color: #fff;
	color: #000;
}
.ladi-headline{
	font-family: var(--font) !important;
    line-height: 1.6;
    color: rgb(0, 108, 175);
    text-align: left;
	font-weight: 100 !important;
	font-size: 69px;
	margin-bottom: 0px;
}
.custom_title h3 {
    font-size: 34px;
    color: #000;
    line-height: 1.4;
	margin-bottom: 10px;
}
.custom_title p{
	font-size: 22px;
	margin-bottom: 10px;
	color: var(--color-text);
}
.box_text p{
	font-size: 17px;
	color: #000;
}
.bg_chi{
	position: relative;
}
.bg_chi .col{
	padding-bottom: 0px !important; 
}
.bg_chi:after{
	content:"";
	width: 100%;
	height: 139px;
	background: url(/wp-content/uploads/2025/11/chi.png) no-repeat center;
	background-size: contain;
}
.bg_chi:before{
	background: url(/wp-content/uploads/2025/11/cvdtht.png) no-repeat center;
	content:"";
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 66.992px;
	background-size: contain;
     height: 79px;
}
.box_slieder .slider_item{
	max-width: 34% !important;
	flex-basis: 34% !important;
	margin: 1px !important;
}
.box_slieder .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.box_slieder .box-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
}
.box_slieder .box-text h4 {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    font-weight: 400;
    padding-bottom: 30px;
}
.box_slieder .slider .flickity-prev-next-button {
    opacity: 1;
    top: -66px;
    height: 40px;
    right: 30px;
}
.box_slieder .slider-nav-circle .flickity-prev-next-button .arrow,.box_slieder .slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--color-main);
    border-color: var(--color-main);
	border-radius: 0;
}
.custom_title h4{
	font-size: 22px;
	color: #000;
}
.home_ss4:before {
    content: "";
    background: url(#) no-repeat center;
    width: 500px;
    height: 1000px;
    background-size: contain;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 99;
}
.home_ss4 .text-box-content {
    width: 688px;
	background: url(/wp-content/uploads/2025/11/bg-text.png) no-repeat center;
	background-size: cover;
}
.home_ss4 .text-box-content .content {
    width: 460px;
    padding: 10px;
}
.home_ss4 .text-box-content .content p{
	 font-size: 16px;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-main) !important;
}
.home_ss4 .ladi-headline {
    position: absolute;
    bottom: 30px;
    left: 26vw;
    width: fit-content;
    font-size: 229px;
    color: #fff;
}
.home_ss5 .custom_title{
	padding-bottom: 30px;
}
.home_ss5 .custom_title h2{
	font-weight: bold;
    line-height: 1.4;
    color: rgb(11, 135, 204);
    text-align: center; 
	font-size: 38px;
}
.home_ss5 .custom_title p {
    font-size: 19px;
}
.home_ss5 .custom_title .note {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.home_ss5 .icon-box{
    max-width: 400px;
    margin: auto;
}
@keyframes pulse{
	0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
	
}
.home_ss5 .icon-box .icon-box-text h3 {
    font-size: 16px;
    color: #000;
}
.home_ss5  .icon-box-img .icon-inner {
    border: 1px solid #c3803a;
    background-color: rgb(255, 226, 120);
    border-radius: 10px;
    padding: 5px;
}
.home_ss5  .icon-box-img .icon-inner img{
	animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.home_ss6 .row{
	background-color: #006caf;
    padding: 100px 10px 10px;
    border-radius: 13px;
	position: relative;
}
.home_ss6 .row:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/11/bg-3.jpg) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
}
.home_ss6 .img_title {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
}
.home_ss6 .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -41px;
	position: relative;
}
.home_ss6 .icon-box .icon-box-text {
    position: absolute;
    top: 45%;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.home_ss6 .icon-box .icon-box-text h3{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0px;
}
.home_ss6 .box .box-text h4{
	color: #fff;
	font-size: 16px;
}
.home_ss7 .row .col{
	max-width: 20%;
	flex-basis: 20%;
}
.home_ss7 .ux-menu-title {
    font-size: 18px;
    color: #000;
	justify-content: center;
    text-transform: capitalize;
}
.home_ss7 .ux-menu .menu-item a{
	justify-content: center;
	font-size: 17px;
	font-weight: 600;
}
.home_ss7 .ux-menu{
	gap: 16px;
}
.home_ss7 .ux-menu .menu-item:nth-child(2){
	background-color: #6d634e !important;
	border-radius: 30px;
	color: #fff;
	text-align: center;
}
.home_ss7 .ux-menu .menu-item:nth-child(3){
	background-color: #3498db !important;
	border-radius: 30px;
	color: #fff;
	text-align: center;
}
.home_ss7 .ux-menu .menu-item:nth-child(4){
	background-color: #325164 !important;
	border-radius: 30px;
	color: #fff;
	text-align: center;
}
.home_ss7 .ladi-list-paragraph li {
    font-size: 13px;
    color: #000;
    font-weight: 600;
	margin-bottom: 0px;
}
.home_ss7 .ladi-list-paragraph  h4 {
    font-size: 17px;
    font-weight: 600 !important;
    color: #000;
}
.home_ss8 .table_price .box_item h3 {
    background-color: rgb(50, 81, 100);
    color: #fff;
    text-align: center;
    font-size: 28px;
    border-top-left-radius: 30px;
    border-top-right-radius: 128px;
    padding-top: 6px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.home_ss8 .table_price .box_item ul {
    background-color: #3498db;
    border-radius: 20px;
    list-style: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.home_ss8 .table_price .box_item ul li{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0px;
	height: 40px;
}
.home_ss8 .table_price .box_item ul li:last-child{
	border-bottom: 0px;	
}
.home_ss8 .table_price .box_item ul li span{
	font-weight: 400;
}
.home_ss8 .table_price a.button {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}
.home_ss8 .table_price .ux-menu{
	border-top: 1px solid var(--color-main);
}
.home_ss8 .table_price .ux-menu-title.flex {
    color: #006caf;
    font-size: 20px;
}
.home_ss8 .table_price .menu-item .ux-menu-link__link{
	min-height: 20px !important;
	color: #000;
	position: relative;
	gap: 4px;
}
.home_ss8 .table_price .menu-item .ux-menu-link__link:before {
    content: "";
    min-width: 5px;
    height: 5px;
    background-color: #767676;
    border-radius: 50%;
}
.list_price-book ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.list_price-book ul li {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
    justify-content: space-between;
}
.list_price-book ul li span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-main);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.list_price-book ul li p{
	max-width: 60%;
	flex-basis: 60%;
	background-color: #3498db;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: right;
	color: #fff;
	padding: 10px 40px 10px;
	border-radius: 10px;
	height: 55px;
}
.list_price-book ul li div a {
    height: 55px;
    font-size: 22px;
    padding: 0px 25px;
    border: 2px solid var(--color-main);
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 10px;
}
.list_price-book ul li div a:hover{
	background-color: #000;
	color: #fff;
}
.home_ss10:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255 255 255 / 0%));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    z-index: 9;
}
.home_ss10 .box_slieder .box-text {
    position: relative;
    background-color: #006caf;
    padding: 20px;
    color: #fff;
}

.home_ss10 .box_slieder .box-text:before {
    content: "";
    background: url(/wp-content/uploads/2025/11/bg-3.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.home_ss11 .row_1 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 0px;
	position: relative;
}
.home_ss11 .icon-box-text {
    padding-right: 0px !important;
    font-size: 14px;
    color: #000;
}
.home_ss11 .row_1:before{
	content:"";
	position: absolute;
	right: 0px;
	width: 16px;
	height: 18px;
	top: calc(100% - 8px);
	background: url(/wp-content/uploads/2025/11/arrow.png) no-repeat center;
	background-size: cover;
}
.home_ss11 .row_1 .col:nth-child(even):before {
    width: 32px;
    height: 40px;
    content: "";
    background: url(/wp-content/uploads/2025/11/time_line_chekc.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
    transform: rotate(180deg) translateX(17px);
}
.home_ss11 .row_2 .col{
	padding-top: 30px;
}
.home_ss11 .row_2 .col:nth-child(odd):before {
    width: 32px;
    height: 40px;
    content: "";
    background: url(/wp-content/uploads/2025/11/time_line_chekc.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translatex(-50%);
}
.home_ss11 .box_step ul {
    margin: 0px;
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-color: #e2e2e2;
    align-items: center;
    padding-right: 10px;
    border-radius: 26px;
}
.home_ss11 .box_step ul li{
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
    color: #3a3a3a;
	display: flex;
	align-items: center;
	gap: 5px;
}
.home_ss11 .box_step ul li:nth-child(1) {
    background-color: #3498db;
    padding: 12px 15px;
    border-radius: 26px;
    color: #fff;
    font-size: 20px;
}
.home_ss11 .box_step ul li:after{
	content:"";
	background: url(/wp-content/uploads/2025/11/step_arow.png) no-repeat center;
	width: 25px;
	height: 15px;
	background-size: contain;
	display: block;
}
.home_ss11 .box_step ul li:last-child:after, .home_ss11 .box_step ul li:first-child:after{
	display: none;
}
.home_ss11 .tabbed-content .nav {
    gap: 30px;
}

.home_ss11 .tabbed-content .nav li a{
	color: #fff;
	font-size: 25px; 
	font-weight: 600;
}
.home_ss11 .tabbed-content .nav li{
	background-color:#0b87cc;
	 max-width: 30%;
    flex-basis: 30%;
    font-size: 25px;
    text-align: center;
	color: #fff;
}
.home_ss11 .tabbed-content .nav li.active {
	background-color: #e29b10;
}
.home_ss12 .custom_title h3{
	text-transform: uppercase;
}
.home_ss12 .box_text h3 {
    font-size: 24px;
    color: rgb(50, 81, 100);
	margin-bottom: 0px;
}
.home_ss12 .col .col-inner{
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 16px;
	padding: 30px 16px 16px;
}
.home_ss12 .row_1 .col .col-inner{
	box-shadow: none;
	padding: 0px;
}
.home_ss12 .box_text p {
    color: #3a3a3a;
	font-size: 16px;
}
.home_ss13 .custom_title h3 {
    color: rgb(11, 135, 204);
    text-transform: uppercase;
}
.home_ss13 .custom_title  p{
	font-size: 16px
}
.home_ss13 .slider_img_xe img{
	object-fit: contain;
}
.home_ss13 .title h3 {
    background-color: #325165;
    color: #fff;
    font-size: 18px;
    padding: 30px 0px;
}
.home_ss13 .col .col-inner{
	background-color: #fff;
	padding-bottom: 20px;
}
.home_ss13 .row_3 .col .col-inner{
	background-color: transparent;
}
.home_ss13 .box_price{
	padding: 0px 30px;
}
.home_ss13 .box_price .price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_ss13 .box_price .price:first-child{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.home_ss13 .box_price .price .text{
	font-size: 16px;
	color: #000;
}
.home_ss13 .box_price .price .number{
	color: rgb(50, 81, 100);
	font-size: 18px;
	font-weight: 700;
}
.home_ss13 .btn_buy_xe{
	margin: 20px 0px 0px;
	background-color: #0b87cc;
}
.home_ss13 .btn_buy_xe{
	font-weight: 400;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{
	opacity: 1
}
.home_ss14 .row3 .col .col-inner{
	background-color: rgb(11, 135, 204);
}
.home_ss14 .row3 .rom_name h4{
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	padding: 20px 0px;
	border-bottom: 1px solid #fff;
}
.home_ss14 .row3 .box_price p{
	font-size: 22px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}