/*
Theme Name: vaydoanhnghiep24h Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#logo {
	animation-name: flipInY;
    animation-delay: 11s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.section h1 {
        font-size: 42px;
}
.box-1 {
	border-width: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    background-color: rgba(36, 202, 246, 0.56);
        padding: 20px 30px;
}
.box-1:hover {
	background-color: rgba(36, 202, 246, 1)
}
.box-1 ul {
  display: flex;
  flex-wrap: wrap;
}

.box-1 ul li {
	flex-basis: 50%;
	box-sizing: border-box;
	position: relative;
    margin: 0;
    list-style: none;
    padding-left: 30px;
}
.box-1 ul li:before {
	position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    content: "";
    background: url('assets/images/download.svg') no-repeat;
    background-size: contain;
    display: block;
}
.button.primary {
    background-image: linear-gradient(rgb(229, 184, 151), rgb(213, 115, 16));
   	border: none;
   	box-shadow: none;
   	border-radius: 100px;
}
.section-title b {
	opacity: 0;
}
.box-2 {
	border-width: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(22, 159, 195);
    background-color: rgb(208, 235, 242);
    padding: 10px 15px;
}
.box-2 h3 {
	color: rgb(22, 159, 195);
}
.box-2 svg path {
	fill: url(#SHAPE186_desktop_gradient);
}
.box-3 p {
	border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    border-color: rgb(22, 159, 195);
    padding: 5px 10px;
    padding-left: 30px;
    position: relative;
    margin: 30px 0;
    background: #fff;
}
.box-3 p:before {
    transform: translateY(-50%);
	position: absolute;
    left: 8px;
    top: 50%;
    width: 22px;
    height: 22px;
    content: "";
    background: url('assets/images/check.png') no-repeat;
    background-size: contain;
    display: block;
}
.box-4 > .col-inner {
	background: #11a3ec;
	border-radius: 25px;
	box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
	overflow: hidden;
}
.box-4 > .col-inner:after {
	content:"";
	background: url('assets/images/bg.jpg') no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background-size: cover;
}
.box-4 > .col-inner > * {
	z-index: 2;
	position: relative;
}
.box-4 h4 {
	margin-bottom: 0;
}
.box-4 .featured-box {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #fff;
}
.box-4-text {
	background: #fff;
	border-radius: 25px;
}
.box-4-text h3 {
	font-weight: bold;
    line-height: 1.6;
    color: rgb(17, 163, 236);
    font-size: 28px;
    border-bottom: 1px solid rgb(17, 163, 236);
    padding: 10px 20px;
}
.box-4-text ul {
	padding: 10px 15px;
}
.box-4-text ul li {
	padding-left: 15px;
    position: relative;
    list-style: none;
    margin-left: 0;
    color: #000;
}
.box-4-text ul li:before {
    top: -6px;
    content: counter(linum, disc);
    font-size: 20px;
    color: rgb(17, 163, 236);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.section-faq:before {
	content:"";
	background: url('assets/images/bg.jpg') no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background-size: cover;
}
.row-step {

    counter-reset: step-counter;
}

.row-step .col .col-inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 10px 1px;
	padding-left: 60px;
	counter-increment: step-counter;
}
.row-step .col .col-inner::before {
    content: counter(step-counter, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 5px;
    background: #fff;
    border: 2px solid #11a3ec;
    color: #11a3ec;
    font-size: 14px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}
.row-step h3 {
	color: #11a3ec;
	margin-bottom: 0;
}
.absolute-footer  {
	display: none;
}
.back-to-top { border: none !important; height: 47px; width: 47px; bottom: 51px; right: 25px; background: var(--primary-color) !important; box-shadow: 0px 4px 4px rgba(15, 111, 183, 0.15); color: #fff !important; font-size: 19px; line-height: 50px !important; }
.accordion-item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2196F3;
    color: white;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 10px;
}

.accordion-title:hover {
    background: #1E88E5;
}
.accordion-title.active {
	    background: #2196F3;
}
.accordion-title .toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
    left: auto;
    right: 0;
}

.accordion-item[aria-expanded="true"] .toggle {
    transform: rotate(180deg);
}

.accordion-inner {
    background: #F5F5F5;
    padding: 15px;
    font-size: 14px;
    color: #333;
    display: none;
    border-radius: 10px !important;
    margin-top: 10px;
}

.accordion-item[aria-expanded="true"] .accordion-inner {
    display: block;
}
.desktop-slide .col > .col-inner {
	    border-width: 1px;
    border-radius: 20px;
    border-style: solid;
    border-color: rgb(36, 202, 246);
    padding: 15px;
    border-radius: 25px;
}
.desktop-slide .col > .col-inner h4 {
	min-height: 42px;
}
.desktop-slide .col > .col-inner p:last-child {
	min-height: 92px;
}
@media (max-width: 512px) {
	.section h1 {
	    font-size: 32px;
	}
	.box-2 {
		padding: 7px 7px;
	}
	.box-2 .icon-box-img {
		max-width: 60px;
	}
	.row-step .col .col-inner::before {
		    position: relative;
    	top: 17px;
	}
	.row-step .col .col-inner {
		padding-left: 15px;
	}
}




@-webkit-keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {-webkit-transform: perspective(400px) rotateY(0);transform: perspective(400px) rotateY(0);opacity: 1;}}@keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);-ms-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateY(-10deg);-ms-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);-ms-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {-webkit-transform: perspective(400px) rotateY(0);-ms-transform: perspective(400px) rotateY(0);transform: perspective(400px) rotateY(0);opacity: 1;}}