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

/** Fonts Plus Jakarta Sans **/

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-ExtraLight.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-Light.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-LightItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-Regular.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-Italic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-Medium.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-MediumItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-SemiBold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-SemiBoldItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-Bold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-BoldItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-ExtraBold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans-ExtraBoldItalic.ttf");
}

/** Fonts Playball **/

@font-face {
    font-family: 'Playball';
    font-style: normal;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Playball-Regular.ttf");
}

.featured-box .icon-box-img img {
    padding-top: 0;
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.alt-font {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/** Header **/

#masthead .search-field {
    width: 360px;
    height: 40px;
    padding-left: 20px;
    padding-right: 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#woocommerce-product-search-field-0 {
    box-shadow: none;
    border: 1px solid #E1E1E1;
}

#masthead .submit-button {
    height: 40px;
    width: 55px;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #F7921D;
}
#masthead .submit-button i{
    font-size: 22px;
}
ul.top-bar-nav li a {
    font-size: 14px;
}
.html_topbar_right p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
ul.header-nav.nav-right .html_topbar_right {
    position: relative;
    padding-left: 44px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin-right: 15px;
}

ul.header-nav.nav-right .html_topbar_right p:last-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.3px;
    text-align: left;
    color: #D70000;
}

ul.header-nav.nav-right .html_topbar_right::before {
    content: "\f2a0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    color: #D70000;
    top: 6px;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #D70000;
    text-align: center;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Nav **/
#wide-nav .nav > li{
    margin: 0;
}
.header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding: 0px 26px;
    font-size: 16.5px;
    letter-spacing: 0.36000001430511475px;
    text-align: left;
}

/** Breadcrumbs **/

.breadcrumbs {
    font-weight: 600;
}
.header-contact-wrapper ul li a{
    text-transform: unset;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
}
.header-contact-wrapper ul li a::after{
    display: none;
}
.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}
h1.entry-title{
    color: #f7921d;
}
.breadcrumbs a {
    color: #b08804;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Video buttom **/

.icon-intro-videos {
    position: relative
}

.icon-intro-videos .img.has-hover {
    margin-bottom: 0;
}

.icon-intro-videos .video-button-wrapper {
	width: 58px;
    height: 58px;
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 29px)
}

.icon-intro-videos .video-button-wrapper a {
    margin-bottom: 0
}

.icon-intro-videos .video-button-wrapper .open-video {
    border: 0;
	width: 58px;
    height: 58px;
    z-index: 99;
    margin: 0;
	position: relative;
}

.icon-intro-videos .open-video .icon-play {
    color: #F6B709;
    font-size: 30px!important;
    top: 0px;
}

.video-button-wrapper .video-circle-fill {
    opacity: .7;
    box-shadow: 0 0 0 0 #fff;
    background-color: #fff
}

.video-circle-fill {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.banner .video-circle-fill {
    left: 1px
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

/** Footer **/

.footer-wrapper .widget {
    padding-left: 0;
    padding-right: 0;
}

.footer-widget-asea:nth-child(2) {
    padding-left: 45px;
}

.footer-widget-asea .widget-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
    display: inline-block;
}

.footer-widget-asea:nth-child(1) .widget_media_image {
    display: flex;
    align-items: center;
}

.footer-widget-asea:nth-child(1) .widget_media_image .widget-title {
    order: 2;
    padding-left: 15px;
    padding-bottom: 0;
}

.footer-widget-asea:nth-child(1) .widget_media_image img {
    width: 200px;
}
.footer-wrapper .row-2{
    padding-top: 30px;
    border-top: 1px solid #FFFFFF4D;
}
.footer-widget-asea ul li{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
}
.footer-widget-asea a,
.footer-widget-asea ul li a{
    color: #fff;
}
.footer-widget-asea:nth-child(1) ul li {
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.footer-widget-asea:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 2px;
    left: 0;
}

.footer-widget-asea:nth-child(1) ul li:nth-child(2):before {
    content: "\f095";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(3):before {
    content: "\f0e0";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(4):before {
    content: "\e60e";
}

.footer-widget-asea:nth-child(3) img {
    width: 100%;
}

#footer h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
.absolute-footer{
    display: none;
}
.absolute-footer.dark {
    color: #2E2E2E;
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.absolute-footer > .container {
    position: relative;
    padding-top: 15px;
}

.absolute-footer > .container::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    border-top: 1px solid #D3D3D3;
    top: 0;
    left: 15px;
}

.footer-secondary {
    padding: 0px;
}

.footer-primary {
    line-height: 40px;
}

#footer a.back-to-top {
    background: #b08804;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
}

/** Widget **/

.widget .is-divider {
    display: none;
}

span.widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.post-sidebar .widget-area {
    padding: 20px 15px;
    border-radius: 0px;
    border: 1px solid #DDDDDDCC;
    background: linear-gradient(0deg, #F7F9FB, #F7F9FB);
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

.widget > ul > li + li, ul.menu > li + li {
    border-top: 0;
}

/** Page Contact **/

.gg-map p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="email"] {
    height: 45px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #8D8D8D;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
    border-radius: 5px;
}

form input[type="submit"] {
    height: 40px;
    padding: 0px 30px;
    border-radius: 5px;
}

/** Blog **/

h1.page-title {
    font-size: 30px;
    color: #1569bf;
	display: none;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}
.entry-header-text .entry-meta .posted-on{
    display: none;
}
.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}
h2.heading{
    position: relative;
}
h2.heading::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #A07B00;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
h2.heading span{
    background: #F6921D;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 15px 50px 13px;
    position: relative;
}
h2.heading span::after{
    content: "";
    position: absolute;
    left: -44px;
    top: 0px;
    background: url(assets/images/Frame48426.png) no-repeat;
    width: 44px;
    height: 63px;
}
h2.heading span::before{
    content: "";
    position: absolute;
    right: -44px;
    top: 0px;
    background: url(assets/images/Frame48427.png) no-repeat;
    width: 44px;
    height: 63px;
}
.headtitle{
    color: #403F46;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sec_01 .headtitle{
    margin-top: 35px;
}
.post-item .box{
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
}
.sec_01 .post-item .box .box-image{
    border-radius: 10px 10px 0 0;
}
.sec_01 .post-item .box .box-text{
    padding: 10px 20px 15px;
}
.sec_02 .headtitle{
    color: #333;
    font-size: 26px;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding-left: 15px;
}
.sec_02 .headtitle::after{
    content: "";
    background-color: #F6921D;
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 25px;
}
.sec_02 .wpcf7{
    background: url(assets/images/Rectangle24.png) no-repeat;
    border-radius: 10px;
    padding: 50px 30px 35px;
}
.sec_02 .wpcf7 form{
    margin-bottom: 0;
}
.sec_02 .wpcf7 .col{
    text-align: center;
}
.sec_02 .wpcf7-form-control-wrap textarea{
    min-height: 45px;
}
.sec_02 .wpcf7-form-control.wpcf7-submit{
    border: 1.5px solid #FFFFFF;
    border-radius: 25px;
    background: linear-gradient(90deg, #EF8414 0%, #F5B20A 100%);
    height: 42px;
    font-size: 15px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin: 14px 0 0;
    text-align: left;
}
.sec_03 .row.large-columns-2{
    margin: 0 !important;
}
.sec_03 .post-item{
    padding-bottom: 25px;
}
.sec_03 .post-item .box{
    display: inline-block;
    width: 100%;
}
.sec_03 .post-item .box::before{
    display: none;
}
.sec_03 .post-item .box .box-image{
    margin-left: 0;
    float: left;
    border-radius: 10px 0 0 10px;
}
.sec_03 .post-item .box .box-text{
    float: right;
    width: 65%;
    padding: 25px 15px 25px 23px;
}
.sec_04 .text h2{
    font-size: 33px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 7px;
}
.sec_04 .text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
}
.sec_04 a.button{
    border: 2.5px solid #FFFFFF;
    background: linear-gradient(90deg, #EF8414 0%, #F5B20A 100%);
    height: 55px;
    line-height: 52px;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    margin: 0 !important;
}
.wpcf7-spinner{
    display: none;
}
#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #DDD;
}
.post-item .box::before{
    content: "";
    background: url(assets/images/Group32559.png) no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}
.post-item .box .post-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.post-item .box .post-title a{
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.from_the_blog_excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.post-item .box .post-meta{
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.post-item .box .is-divider{
    display: none;
}
.post-item .box.box-default .box-image {
    border-radius: 10px;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #1875CB;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #1875CB;
    border-top-color: rgb(24, 117, 203);
    border-right-color: rgb(24, 117, 203);
    border-bottom-color: rgb(24, 117, 203);
    border-left-color: rgb(24, 117, 203);
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}
.slider .flickity-button svg{
    background: #F6921D;
    border-color: #F6921D;
}
.slider .flickity-button svg path{
    color: #fff;
}
/** Home **/

.heading-introduct h4 {
    font-family: "Playball";
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
}

.heading-introduct h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.heading-section h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}

.heading-introduct .content {
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}

.heading-introduct .content::before {
    content: "";
    position: absolute;
    border: 1px solid #F6B709;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}

.heading-gradient h2 {
    background: linear-gradient(90deg, #EF8315 0%, #F6B709 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-home {
    margin: 0;
    border: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(269.86deg, #F6B709 0.12%, #EF8315 93.44%);
}

.btn-home .icon-angle-right::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 15px;
}

.item-uytin {
    position: relative;
}

.item-uytin::before {
    content: "";
    width: auto;
    height: 100%;
    position: absolute;
    border-right: 1px dashed #F6B709;
    right: -15px;
    top: 0;
}

.item-uytin::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #F6B709;
    border-radius: 50%;
    right: -18px;
    top: calc(50% - 3.5px);
}

.item-uytin.last-item-child::before,
.item-uytin.last-item-child::after {
    display: none;
}

.item-uytin .icon-box-img img {
    height: 140px;
}

.item-uytin h3 {
    background: linear-gradient(90deg, #EF8315 0%, #F6B709 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-step h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
}

.card-step p {
    line-height: 30px;
    text-align: justify;
}

.item-card-step .col-inner {
    height: 100%;
}

.card-step {
    height: 100%;
    color: #FFF;
    background: #3382C1;
    padding: 40px 40px;
    border: 4px solid #FFFFFF;
    border-radius: 15px;
    position: relative;
}

.card-step::before {
    content: "";
    position: absolute;
    right: -30px;
    top: calc(50% - 30px);
    width: 0;
    height: 0;
    border-left: 30px solid #FFF;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 99;
}

.card-step::after {
    content: "";
    position: absolute;
    right: -24px;
    top: calc(50% - 25px);
    width: 0;
    height: 0;
    border-left: 25px solid #3382c1;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    z-index: 99;
}

.item-card-step:nth-child(2) .card-step {
    background: #F5A50A;
}

.item-card-step:nth-child(3) .card-step {
    background: #FF6E3F;
}

.item-card-step:nth-child(2) .card-step::after {
    border-left: 28px solid #F5A50A;
}

.item-card-step:nth-child(3) .card-step::before,
.item-card-step:nth-child(3) .card-step::after {
    display: none;
}

.sec_information .section-bg {
    background-position-y: top;
}

.item-infomation {
    counter-increment: step-counter;
}

.item-infomation a {
    color: #F6B709;
}

.item-infomation h3 {
    height: 65px;
    line-height: 65px;
    padding-left: 80px;
    font-size: 25px;
    position: relative;
}

.item-infomation h3::before {
    content: counter(step-counter, decimal-leading-zero);
    font-size: 25px;
    background: linear-gradient(180deg, #FF8100 0%, #FFAA29 100%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 5px solid #FFE7BA;
    z-index: 99;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

.form_home form {
    margin: 0;
    padding: 30px 35px;
    border-radius: 10px;
    background: linear-gradient(230.91deg, #1569BF 3.15%, #195796 87.25%);
}

.form_home form input[type="submit"] {
    margin: 0;
    margin-top: 8px;
    border-radius: 25px;
    border: 2px solid #FFF;
    background: linear-gradient(267.12deg, #F6B709 5.15%, #EF8315 79.87%);
}

.slider_customer .flickity-slider .row {
    width: 20% !important;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
}

.slider_customer .flickity-page-dots {
    bottom: -20px;
}

.slider_customer .flickity-page-dots .dot {
    opacity: 1;
    border-color: #D9D9D9;
}

.slider_customer .slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #D9D9D9;
}

.slider_customer .slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
    background: #F6B709;
    border-color: #F6B709;
}

.item-avatar .box-text {
    padding-left: 0px;
    padding-right: 0px;
}

.item-avatar p.note {
    color: #CC3C33;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    font-family: "Playball", sans-serif;
}

.item-avatar h4 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.item-avatar p:last-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #666666;
}
.tab-handbook ul li.tab a {
    color: #EF8315;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
}

.tab-handbook ul li.tab.active a {
    color: #1569BF;
}

.tab-handbook ul li.tab:not(:last-child) {
    margin-right: 30px;
}

.tab-handbook ul.nav:hover li.tab a::before {
    opacity: 1;
}

.tab-handbook ul li.tab:not(:last-child) a::before {
    content: "";
    width: auto;
    height: 25px;
    position: absolute;
    border-right: 1px solid #B4B4B4;
    top: 10px;
    right: -16px;
}

.gallery-doitac .flickity-prev-next-button {
    top: 35%;
}

.gallery-doitac .gallery-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gallery-doitac .gallery-col .gallery-box {
    background: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px #00000014;
}

.gallery-doitac .gallery-col .gallery-box img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.blog-home .post-item .box-image img {
    border-radius: 5px;
}

.blog-home .post-item .box .post-title {
    font-size: 16px;
}

.button-contact h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
}

.button-contact a.button {
    margin: 0;
    padding-left: 30px;
    padding-right: 60px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(267.12deg, #F6B709 5.15%, #EF8315 79.87%);
}

.button-contact a.button span {
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.button-contact a.button .icon-angle-right::before {
    content: "";
    background: url("assets/images/icon-send.png") no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -17px;
    background-size: contain;
    right: -30px;
}

#gui-yeu-cau-tu-van.lightbox-content {
    border-radius: 10px;
    background-color: #f6b709;
    background: linear-gradient(267.12deg, #F6B709 5.15%, #EF8315 79.87%);
}

#gui-yeu-cau-tu-van h3 {
    color: #FFF;
    margin-bottom: 20px;
}

#gui-yeu-cau-tu-van form {
    margin: 0;
}

#gui-yeu-cau-tu-van input[type="submit"] {
    margin: 0;
    border-radius: 25px;
    border: 2px solid #FFF;
    background: linear-gradient(230.91deg, #1569BF 3.15%, #195796 87.25%);
}

/** Mobile **/

.mobile-sidebar .sidebar-menu .html_topbar_right::before {
    content: "\f2a0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    color: #f6b709;
    top: calc(50% - 21px);
    left: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f6b709;
    text-align: center;
    line-height: 40px;
}

#main-menu ul.nav-sidebar .html.custom {
    flex-flow: nowrap;
    font-size: 15px;
}

.mobile-sidebar .sidebar-menu .html_topbar_right {
    color: #666;
    display: flex;
    flex-direction: column !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    align-items: flex-start;
    padding-left: 83px !important;
}

#main-menu ul.nav-sidebar .html.custom p:last-child {
    font-size: 25px;
    color: #F13B3B;
}

@media only screen and (max-width: 767px) {
    .header-main .nav > li > a{
        padding: 0;
    }
    h2.heading span{
        font-size: 16px;
        line-height: 32px;
        padding: 13px 20px 12px;
    }
    h2.heading span::after{
        left: -32px;
    }
    h2.heading span::after,
    h2.heading span::before{
        height: 46px;
        background-size: contain;
    }
    .sec_01 .headtitle{
        margin-top: 25px;
        margin-bottom: 0;
    }
    .headtitle{
        line-height: 34px;
        font-size: 20px;
    }
    .row-slider .flickity-prev-next-button{
        width: 30px !important;
    }
    .row-slider .flickity-prev-next-button svg{
        padding: 8px !important;
    }
    .sec_01 .section-content > .row > .col:nth-child(3) > .col-inner{
        padding: 0 15px !important;
    }
    .sec_01 .post-item .box .box-text{
        padding: 10px 15px 10px;
    }
    .sec_02 .headtitle{
        font-size: 20px;
        line-height: 32px;
    }
    .sec_02 .headtitle::after{
        top: 5px;
        height: 20px;
    }
    .sec_02 .wpcf7{
        padding: 30px 20px 25px;
        background-size: cover;
    }
    .sec_03 .post-item{
        padding-bottom: 15px;
    }
    .sec_03 .post-item .box .box-text{
        padding: 10px 10px 10px 15px;
    }
    .sec_04 .text h2{
        font-size: 20px;
        line-height: 24px;
    }
    .sec_04 .text p{
        padding: 0 10%;
        font-size: 14px;
        line-height: 22px;
    }
    .sec_04 a.button{
        height: 46px;
     line-height: 46px;
    }
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .heading-section h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .heading-section h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .sec_information .section-bg {
        background-position-y: bottom;
    }
    .sec_information .heading-section h2 {
        color: rgb(21, 105, 191) !important;
    }
    .card-step {
        padding: 30px 25px;
    }
    .card-step::before,
    .card-step::after {
        display: none;
    }
    .form_home form {
        padding: 20px 15px;
    }
    .slider_customer .flickity-slider .row {
        width: 50% !important;
    }
    .slider_customer .flickity-page-dots {
        bottom: -8px;
    }
    .item-avatar p.note {
        font-size: 13px;
        line-height: 20px;
    }
    .item-avatar h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .button-contact a.button {
        padding-left: 15px;
        padding-right: 30px;
    }
    .button-contact a.button span {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .button-contact h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .button-contact a.button .icon-angle-right::before {
        width: 16px;
        height: 16px;
        top: -9px;
        right: -16px;
    }
    /** Footer **/
    .footer-widget-asea:nth-child(2) {
        padding-left: 15px;
    }
    .footer-primary {
        line-height: 20px;
        font-size: 13px;
    }
}