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

h1, h2, h3, h4, h5, h6 {
	text-wrap: wrap;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-nav-main{
	justify-content:center !important;
}
.home .stuck .header-main .nav>li>a {
    color: var(--primary-color) !important;
}
.home .header-main .nav>li>a:hover{
    color: var(--fs-color-secondary) !important;
}
.transparent .header-main {
    height: 110px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0 !important;
    box-shadow: 0px 0px 40px 0px rgb(22 107 165 / 20%);
}

.section-title b {
    visibility: hidden;
}

.section-title-center span:before {
    content: "";
    width: 45px;
    position: absolute;
    bottom: -10px;
    background: var(--fs-color-secondary);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.service-icon {
    position: absolute;
    top: 135px;
    left: -32px;
    transform: translateY(-50%);
}

.service-icon:before {
    background-color: #fff;
    content: "";
    left: -23px;
    height: 110px;
    position: absolute;
    box-shadow: 0px 0px 40px 0px rgb(22 107 165 / 20%);
    top: -31%;
    transform: rotate(45deg);
    width: 110px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.service-icon2 {
    position: absolute;
    top: 135px;
    right: -43px;
    transform: translateY(-50%);
}

.service-icon2:before {
    background-color: #fff;
    content: "";
    left: -23px;
    height: 110px;
    position: absolute;
    box-shadow: 0px 0px 40px 0px rgb(22 107 165 / 20%);
    top: -31%;
    transform: rotate(45deg);
    width: 110px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

/* .section_choose span.so {
    position: relative;
    color: #fff;
    font-size: 26px;
    z-index: 9;
    top: 10px;
    left: 20px;
} */

.choose-left .so {
    position: relative;
    color: #fff !important;
    font-size: 26px;
    z-index: 9;
    top: 50px;
    left: 20px;
}

.section_choose .choose-left  .so:before {
    background-color: var(--primary-color);
    content: "";
    left: -7px;
    height: 45px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    width: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}


.section_choose .choose-left .so {
    position: absolute;
    margin-left: -70px;
    margin-top: 0px;
}

.section_choose .choose-left p{
	margin:0;
}
/*section_data*/

.section_data .progress {
    height: 36px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.102);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}

.section_data .progress .progress-bar.int-1 {
    animation: progressAnimation-1 5s;
    position: relative;
    height: 100%;
}

.section_data .progress .progress-bar {
    background: var(--primary-color) !important;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}

.section_app .banner-app img {
    position: relative;
    top: 7px;
    animation: gbounce 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
}

.lazyload.loaded {
    background: transparent;
}

.section_app .banner-app img {
    position: relative;
    top: 7px;
    animation: gbounce 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5)
}

.section_app .content-app {
    margin: 180px 0 30px
}

.section_app .content-app .title-app {
    font-size: 26px;
    font-weight: 700;
    color: #3c4550;
    font-family: "Muli", sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase
}

.section_app .content-app .summary-app {
    position: relative;
    padding-left: 25px;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #3c4550;
    margin-bottom: 20px
}

.section_app .content-app .summary-app:before {
    content: '';
    background: url(//bizweb.dktcdn.net/100/374/039/themes/871123/assets/icon-check.png?1654048729206) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px
}

.section_app .content-app .button_mobile {
    border: 2px solid #19b7f9;
    padding: 10px 0;
    border-radius: 30px;
    color: #19b7f9;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 10px;
    width: 220px;
    line-height: 24px;
    position: relative;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_app .content-app .button_mobile {
        margin-right: 5px
    }
}

@media (max-width: 767px) {
    .section_app .content-app .button_mobile {
        width: 100%;
        margin-bottom: 10px
    }
}

.section_app .content-app .button_mobile:hover {
    background: #19b7f9;
    border-color: #19b7f9;
    color: #fff
}

.section_app .content-app .button_mobile:hover img {
    filter: brightness(100)
}

.section_app .content-app .button_mobile img {
    float: left
}

.section_app .content-app .button_mobile span {
    float: left;
    padding-left: 10px;
    line-height: 20px
}

.section_app .content-app .button_mobile b {
    font-size: 20px
}

@keyframes gbounce {
    0% {
        transform: translateY(0)
    }
    30% {
        transform: translateY(-7px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-7px)
    }
}


/*List*/

.list ul li {
    list-style: none;
}

.list ul li:before {
    content: '';
    background: url(//bizweb.dktcdn.net/100/374/039/themes/871123/assets/icon-check.png?1654048729206) no-repeat;
    position: absolute;
    left: -5px;
    margin-top: 7px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.buttom-app .button_mobile {
    border: 2px solid var(--primary-color);
    padding: 10px 0;
    border-radius: 30px;
    color: var(--primary-color);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 10px;
    width: 220px;
    line-height: 24px;
    position: relative;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.buttom-app .button_mobile:hover {
    color: #fff;
    background-color: #19b7f9;
}

.button_mobile:hover {
    background: #19b7f9;
    border-color: #19b7f9;
    color: #fff
}

.button_mobile:hover img {
    filter: brightness(100)
}

.badge.post-date {
    top: 0;
}

.badge-outline .badge-inner {
    color: #ffffff;
    background-color: #19b7f900;
    border: 0;
    position: absolute;
    top: 40px;
    /* left: 30px; */
    font-family: "Muli", sans-serif;
    font-size: 16px;
    z-index: 999999;
}

.badge-outline .badge-inner:before {
    background-color: #19b7f9;
    content: "";
    left: -10px;
    height: 60px;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    width: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

input#gui {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 0;
}

textarea.wpcf7-form-control,
input.wpcf7-form-control.wpcf7-text {
    border: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    border-bottom: 1px solid #0e0e0e40;
}

.lienhe ul li {
    list-style: none;
}

.lienhe ul li svg path {
    fill: #fff;
}

.bando {
    margin-top: -290px;
}

.absolute-footer.dark {
    color: #fff;
}

.box-text .button {
    margin-top: 1em;
}

.button.is-link:hover,
.button.is-underline:hover {
    color: var(--fs-color-secondary);
}

.service-icon1 img:hover,
.service-icon img:hover {
    animation: roll 1s
}

@keyframes roll {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@media  (max-width: 850px){
	.transparent .header-main,
	.header.transparent{
		position:relative;
	}.buttom-app .button_mobile{
		margin-bottom:15px;
	}
	.section_choose h3{
		font-size:19px;
	}
}
@media  (max-width: 550px) {
	.section_choose .choose-left .so {
		margin-left: -19px;
	}
	
	
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
