/*
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.   ***************/
.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0;
}

.breamBox {
    padding: 10px 0 10px !important;
    margin-bottom: 0;
    border-bottom: 1px dashed #ebebeb;
    background-color: #f1f1f1;
}

.breamBox span {
    font-size: 14px;
}

.breamBox span a {
    color: black;
}

.breamBox .breadcrumb_last {
    color: #5d4434;
    font-weight: bold;
}

.col,
.columns,
.gallery-item {
    padding: 0 15px 0px;
}

.header-block {
    width: auto;
}

.header-block .header-block-block-1 {}

.logo-left .logo {
    margin-left: 0;
    margin-right: 121px;
}

.header-main .nav>li>a {
    font-size: 16px;
    font-weight: bold;
}

.btnHeadPhone {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    padding: 9px 27px 9px 27px;
    border-radius: 9px;
    min-height: unset;
    line-height: unset;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.btnHeadPhone span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btnHeadPhone span::before {
    content: "";
    width: 19px;
    height: 19px;
    position: relative;
    background: url(images/hdphone.png) no-repeat;
}

.ftFooter {
    background: linear-gradient(185deg, rgba(0, 84, 70, 1) 0%, rgba(7, 191, 148, 1) 100%);
}

.ftMenu1 {}

.ftMenu1 h4 {}

.ftMenu1 ul {}

.ftMenu1 ul li {
    list-style: none;
    margin: 0 0 17px;
}

.ftMenu1 ul li a {}

.ftMenu1 ul li a::before {
    content: "";
}

.ftMenu1 ul li:hover a {}

.ftMenu1 ul li:hover a::before {}

.ftCopyright {}

.ftCopyright p {
    margin-bottom: 0;
    font-size: 15.75px;
}


.menu-item-has-children>.sub-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}

.menu-item-has-children>.sub-menu>li {}

.menu-item-has-children>.sub-menu>li>a {
    font-size: 15px;
    padding: 7px 0px;
    color: black;
    border: none;
}

.menu-item-has-children>.sub-menu>li>a:hover {
    padding-left: 6px;
}

.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 100%;
    min-width: 200px;
    background: white;
    border-radius: 0;
    top: 0;
    display: none;
}

.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li {}

.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li>a {
    font-size: 0.8em;
    color: black;
    text-transform: uppercase;
}

.menu-item-has-children>.sub-menu>li {
    width: 100%;
}

.menu-item-has-children>.sub-menu>li:before {}

.txtSlide {
    /* font-family: "Mona Sans"; */
}

.txtSlide h4 {
    font-size: 16px;
    color: #00C290;
    font-weight: bold;
    padding: 9px 18px;
    background: rgb(0 194 144 / 10%);
    display: inline-block;
    width: auto;
    border-radius: 20px;
    margin: 0;
}

.txtSlide h2 {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    font-weight: 700;
    margin: 0;
}

.txtSlide h3 {
    font-size: 40px;
    color: #676767;
    font-weight: 700;
    margin-bottom: 0;
}

.txtSlide p {
    font-size: 20.25px;
    color: #4F6073;
    font-weight: 400;
    margin-bottom: 0;
}

.btnSlide {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    border: none;
    box-shadow: none;
    padding: 19px 36px;
    border-radius: 13.5px;
    line-height: unset;
}

.btnSlide span {
    display: flex;
    line-height: unset;
    align-items: center;
    gap: 9px;
    font-size: 18px;
    font-weight: 600;
}

.btnSlide span::after {
    content: "";
    background: url(images/arSlide.png) no-repeat;
    width: 16px;
    height: 16px;
    transform: translate(0px, -4px);
}

.ftTitle {}

.ftTitle h3 {
    margin: 0;
    font-size: 35.25px;
    text-transform: uppercase;
}

.ftInfo {}

.ftInfo h4 {
    font-size: 20.25px;
    font-family: 'Inter';
    margin-bottom: 17px;
    font-weight: 500;
}

.ftInfo ul {}

.ftInfo ul li {
    list-style: none;
    font-family: 'Inter';
    font-size: 14px;
    transition: all 300ms;
    font-weight: 400;
    margin: 0 0 27px;
    padding-left: 36px;
    display: block;
}

.ftInfo ul li a {}

.ftInfo ul li a:hover {}

.ftInfo ul li:nth-child(1) {
    background: url(images/ft1.png) 0px 5px no-repeat;
}

.ftInfo ul li:nth-child(2) {
    background: url(images/ft2.png) 0px 2px no-repeat;
    font-weight: bold;
    font-size: 18px;
}

.ftInfo ul li:nth-child(3) {
    background: url(images/ft3.png) 0px 0px no-repeat;
}

.ftMenu {}

.ftMenu h4 {
    font-size: 20.25px;
    font-family: 'Inter';
    margin-bottom: 17px;
    font-weight: 500;
}

.ftMenu ul {}

.ftMenu ul li {
    list-style: none;
    margin: 0 0 17px;
}

.ftMenu ul li a {
    font-family: 'Inter';
    font-size: 14px;
    transition: all 300ms;
    font-weight: 400;
}

.ftMenu ul li a:hover {
    padding-left: 6px;
}

.ftMenu1 {}

.ftMenu1 h4 {
    font-size: 20.25px;
    font-family: 'Inter';
    margin-bottom: 17px;
    font-weight: 500;
}

.ftMenu1 ul {}

.ftMenu1 ul li {
    font-family: 'Inter';
    font-size: 16px;
    transition: all 300ms;
    font-weight: 400;
    /* text-align: justify; */
}

.ftMenu1 ul li a {}

.ftMenu1 ul li a:hover {}


.ftSocial {}

.ftSocial ul {
    display: flex;
    gap: 25.87px;
    margin: 0;
}

.ftSocial ul li {
    list-style: none;
    margin: 0;
}

.ftSocial ul li a {
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
}

.ftSocial ul li:nth-child(1) a {
    background: url(images/so1.png) no-repeat;
}

.ftSocial ul li:nth-child(2) a {
    background: url(images/so2.png) no-repeat;
}

.ftSocial ul li:nth-child(3) a {
    background: url(images/so3.png) no-repeat;
}

.button.icon.is-small {
    border-width: 0px;
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
}



#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    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
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17, 143, 253);
    background: linear-gradient(160deg, rgba(17, 143, 253, 1) 20%, rgba(188, 60, 218, 1) 50%, rgba(253, 223, 5, 1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-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
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, .8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

#popup-showroom-vr,
div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,
.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,
#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

@media(max-width:673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202
}

#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%)
}

#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%
}

#tiktok-vr .phone-vr-img-circle {
    background: #020202
}

#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #6a4ffe;
    background-color: rgb(106 79 254 / 50%)
}

#messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe
}

#messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%
}

#zalo-vr {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 9999;
}


.btnViewMore {
    background: #F4F4F4;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #575757 !important;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 53px;
}

.btnViewMore:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    color: #005446 !important;
}

.btnViewMore2 {}

.btnCallMore {
    border: 1px solid #005446;
    background: linear-gradient(92.53deg, #005446 29.73%, #07bf94 97.09%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    line-height: 53px;
    font-size: 16px;
    letter-spacing: 0;
}

.btnDefaultAb1 {
    margin: 0;
    padding: 10px 20px 10px 44px;
    background-position: 7px 6px;
    border-radius: 35px;
    text-transform: uppercase;
    color: #005446;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgb(0 84 70);
    border-radius: 30px;
    width: auto;
    display: inline-block;
}

.btnDefaultAb3 {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #005446 !important;
    padding: 6px 20px;
}


.btnDefaultAb3 span {
    background: linear-gradient(92.53deg, #005446 29.73%, #07bf94 97.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btnDefaultAb3:hover {
    background: transparent !important;
}

.btnDefaultAb3:hover span {}

.btnDefaultAb3:hover i {
    color: #005446;
}

.btnDefaultAb1 p {
    margin-bottom: 0;
}

.btnUserx {
    background: url(images/abiuser.svg) no-repeat;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}

.aboutBox h2 {

    background: linear-gradient(92.53deg, #005446 29.73%, #07bf94 97.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.btnFaq {
    background-image: url(images/abifaq.svg);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.btnFaq p {
    color: #005446;
}

.btnAboutSup {
    width: 100%;
    font-size: 18px;
}

.btnAboutSup span {}

.btnAboutSupx1 {
    margin: 0;
    border: 2px solid white;
    background: linear-gradient(62.14deg, #FF9800 -0.06%, #FF5722 43.03%);
    color: white;
    font-weight: 600;
    letter-spacing: 0;
}

.btnAboutSupx2 {
    margin: 0;
    letter-spacing: 0;
    border-radius: 8px;
    border: 2px solid white;
    background: linear-gradient(91.23deg, #0079BD 4.71%, #00A3FF 97.93%);
    color: white;
    font-weight: 600;
}

.btnAboutSupx3 {
    margin: 0;

    color: white;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid white;
    background: linear-gradient(138.62deg, #BC0D2C 7.45%, #E65F1E 85.72%);
    letter-spacing: 0;
}

.imgAvatar img {
    width: auto !important;
}

.btnXuthe {
    background-image: url(images/abixuthe.svg);

    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}

.xRow {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    padding: 20px;
    max-width: 1170px;
}

.xRow p {
    font-size: 14px;
    line-height: 23px;
    color: #4F4F4F;
}

.row-dashed .col-inner,
.row-solid .col-inner {
    padding: 15px;
}

.row-dashed .col:before,
.row-solid .col:before {
    border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
}

.row-dashed .col:after,
.row-solid .col:after {
    border-bottom: 1px dashed #ddd;
    bottom: -1px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}

.row-dashed .col:before {
    width: 100%;
    border-top: 1px dashed #ddd;
}

.row-dashed .col:after {
    height: 100%;
    border-right: 1px dashed #ddd;
}

.xRow h3 {
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}

.dvIbox {}

.dvIbox h3 {
    font-size: 20px;
    line-height: 40px;
    color: #2C2C2C;
}

.dvIbox p {
    font-size: 14px;
    line-height: 25px;
    color: #5E5E5E;
}

.banner2 h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}

.pagePostHeading {}

.pagePostHeading h1 {}


span.widget-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 21px;
    background: linear-gradient(138.62deg, #BC0D2C 7.45%, #E65F1E 85.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: none;
    letter-spacing: 0;
}

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

.widget_categories ul,
.widget_nav_menu ul {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.widget_categories ul li a,
.widget_nav_menu ul li a {
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #2C2C2C;
}

.widget:where(:not(.widget_shopping_cart)) a:hover {
    color: #f57600;
}

.widget_nav_menu ul li.current-menu-item a {
    font-weight: bold;
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-lien-he input,
.form-lien-he textarea {
    border: 1px solid #005446;
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    box-shadow: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
}

.form-lien-he input,
.form-lien-he textarea {
    border: 1px solid #005446;
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    box-shadow: none;
}

.form-lien-he input[type=submit] {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    border: 1px solid rgba(245, 118, 0, 0.23);
    border-radius: 10px;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}


.process-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    counter-reset: my-step-counter;

}

.process-card {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgb(217 217 217);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    counter-increment: my-step-counter;
}

.step-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #02755e21;
    color: #037760;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 25px;
    z-index: 2;
}

.step-number::before {
    content: counter(my-step-counter, decimal-leading-zero);
}

.process-thumb {
    width: 65px;

    height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.process-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.process-content {
    font-weight: bold;
    color: #444;
    padding: 0 19px;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;

    margin-bottom: 15px;
}

.homePostHeading {}

.homePostHeading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0B1C30;
    margin: 0;

}

.aboutHomeText {}

.aboutHomeText h2 {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
    font-weight: 700;
    margin: -10px 0 0 0;
}

.aboutHomeText h3 {
    color: #4F6073;
    font-size: 25px;
}

.aboutHomeText h4 {
    font-size: 19px;
    color: #A7A7A7;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.aboutHomeText p {
    font-size: 20.25px;
    color: #4F6073;
    margin-bottom: 10px;
}

.btnAboutHome {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    padding: 18px 45px;
    border-radius: 9px;
    min-height: unset;
    line-height: unset;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
}

.btnAboutHome span {}

.aboutHomest {}

.btnAboutHome:hover {}

.btnAboutHome:hover span {}

.aboutHomeImage {
    /* position: unset; */
}

.aboutHomeImage .col-inner {
    /* position: unset; */
}

.aboutHomeImage .col-inner::before {
    content: "";
    background: url(images/vechungtoi1.png) no-repeat;
    width: 206px;
    height: 121px;
    position: absolute;
    top: 0;
    transform: translate(26px, -90px);
}

.aboutHomeImage .col-inner::after {
    content: "";
    height: 317px;
    position: absolute;
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    width: 317px;
    opacity: .2;
    transform: translate(-49px, 69px);
    TOP: 0;
    z-index: -1;
}

.aboutHomest {}

.aboutHomest::before {
    content: "";
}

.aboutHomest::after {
    content: "";
}

.aboutHomest .section-content::before {
    content: "";
}

.aboutHomest .section-content::after {
    content: "";
    background: url(images/vechungtoi2.png) no-repeat;
    width: 206px;
    height: 121px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0px, -40px);
}

.xAboutIboxCol {}

.xAboutIboxCol .col-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.xAboutIbox {
    padding: 21px 30px;
    border-radius: 28px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.xAboutIbox .icon-box-img {}

.xAboutIbox .icon-box-img .icon {}

.xAboutIbox .icon-box-img .icon .icon-inner {}

.xAboutIbox .icon-box-img .icon .icon-inner img {
    padding: 0;
}

.xAboutIbox h3 {
    font-size: 16px;
    color: #0B1C30;
}

.xAboutIbox p {}

.homeText3 {}

.homeText3 h2 {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36.45px;
    font-weight: 700;
    margin: 0;
}

.homeText3 h3 {
    font-size: 36.45px;
    color: #005446;
}

.xColHomeHH {}

.xColHomeHH .col-inner {
    box-shadow: rgb(122 122 122 / 20%) 0px 8px 24px;
    height: 100%;
}

.xHomeIbox1 {}

.xHomeIbox1 .icon-box-img {
    margin-bottom: 7px;
}

.xHomeIbox1 .icon-box-img .icon {}

.xHomeIbox1 .icon-box-img .icon img {
    padding: 0;
}

.xHomeIbox1 h3 {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20.25px;
}


.xHomeIbox1 ul {}

.xHomeIbox1 ul li {
    list-style: none;
    margin: 0 0 10px;
    background: url(images/iCheck.png) 0px 6px no-repeat;
    padding-left: 25px;
    font-size: 13px;

}

.xHomeIbox1 ul li::before {
    content: "";
}



.xHomeIbox2 .icon-box-img {
    margin-bottom: 7px;
}

.xHomeIbox2 .icon-box-img .icon {}

.xHomeIbox2 .icon-box-img .icon img {
    padding: 0;
}

.xHomeIbox2 h3 {
    color: #8285FE;
    font-size: 20.25px;
}


.xHomeIbox2 ul {}

.xHomeIbox2 ul li {
    list-style: none;
    margin: 0 0 10px;
    background: url(images/iCheck2.png) 0px 6px no-repeat;
    padding-left: 25px;
    font-size: 13px;

}

.xHomeIbox2 ul li::before {
    content: "";
}

.dvHeadingCol {}

.dvHeadingCol .button {
    margin-bottom: 0;
    line-height: unset;
    height: unset;
    min-height: unset;
}

.dvHeadingCol .button span {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16.54px;
}

.dvHeadingCol .button:hover {}

.dvHeadingCol .button:hover span {}

.dvHeadingCol h2 {
    color: #0B1C30;
    font-size: 32.76px;
    margin: 0;
    background: url(images/line1.png) no-repeat;
    width: 576px;
    height: 166px;
    margin: 0 auto;
    padding-top: 19px;
}

.dviBoxCol {}

.dviBoxCol .col-inner {}

.dviBox {}

.dvHeadingCol h2::after {
    content: "";
    background: url(images/ar3.png) no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0px, -38px);
    margin: auto;
}

.dviBox .icon-box-img {
    margin-top: -85px;
}

.dviBox .icon-box-img .icon {}

.dviBox .icon-box-img .icon .icon-inner {}

.dviBox .icon-box-img .icon .icon-inner img {
    padding: 0;
}

.dviBox h3 {
    font-size: 24px;
    color: white;
    margin-bottom: 20px !important;
}

.dviBox p {}

.taisaoHeading {}

.taisaoHeading h2 {
    font-size: 40px;
    margin: 0;
    color: white;
}

.taisaoiBoxCol {}

.taisaoiBoxCol .col-inner {
    box-shadow: rgb(122 122 122 / 20%) 0px 8px 24px;
    height: 100%;
}

.taisaoiBox {}


.taisaoiBox .icon-box-img {}

.taisaoiBox .icon-box-img .icon {}

.taisaoiBox .icon-box-img .icon .icon-inner {}

.taisaoiBox .icon-box-img .icon .icon-inner img {
    padding: 0;
}

.taisaoiBox h3 {
    font-size: 27px;
    color: #8285FE;
    margin: 0 0 9px;
}

.taisaoiBox p {
    color: #4F6073;
    margin: 0 0 5px;
    font-size: 14px;
}

.xtaisaoText2 {}

.xtaisaoText2 p {}

.btnReadAllPost {}

.btnReadAllPost span {}

.btnReadAllPost:hover {}

.btnReadAllPost:hover span {}

.postHomeGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.postHomeItem {
    border: 1px solid #94A3B8;
    border-radius: 15px;
    overflow: hidden;
}

.postHomeItemThumb {}

.postHomeItemCover {
    position: relative;
    width: 100%;
    padding-top: 62.6812%;
    overflow: hidden;
}

.postHomeItemCover img {
    transition: all 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.postHomeItemContent {
    padding: 27px;
}

.postHomeItemCategory {
    font-size: 13.85px;
    color: #13C5A1;
    font-weight: bold;
    text-transform: uppercase;
}

.postHomeItemTitle {}

.postHomeItemTitle a {
    color: #0F172A;
    font-size: 18.46px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.postHomeItemText1 {
    font-size: 15.15px;
    color: #64748B;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 77px;
    margin: 13px 0;
}

.postHomeItemDate {
    font-size: 13.85px;
    color: #94A3B8;
}

.postHomeItem:hover {}

.postHomeItem:hover .postHomeItemCover img {
    transform: scale(1.1);
}

.postHomeItem:hover .postHomeItemTitle a {}

.xThaydoiCol {}

.xThaydoiCol .col-inner {
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    border-radius: 45px;
}

.xThaydoiCol h2 {
    font-size: 40px;
    color: white;
}

.xThaydoiCol p {
    font-size: 20px;
    color: white;
}

.btnThaydoi1 {
    padding: 24px 45px;
    color: #006C4F;
    background: white;
    line-height: unset;
    border: 2px solid white;
    /* margin-bottom: 0; */
}

.btnThaydoi1 span {}

.btnThaydoi2 {
    padding: 24px 45px;
    color: white;
    background: transparent;
    line-height: unset;
    border: 2px solid white;
    /* margin-bottom: 0; */
}

.btnThaydoi2 span {}

.phayiBox {}

.phayiBox .icon-box-img {}

.phayiBox .icon-box-img .icon {}

.phayiBox .icon-box-img .icon .icon-inner {}

.phayiBox .icon-box-img .icon .icon-inner img {
    padding: 0;
}

.phayiBox h3 {
    font-size: 29.43px;
    background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.phayiBox p {}

.donghanhRow {}

.donghanhRow::before {}

.donghanhLogo {
    max-width: 132px;
    height: 132px;
    max-height: 132px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    transform: translate(16px, 85px);
    box-shadow: rgb(122 122 122 / 20%) 0px 8px 24px;
    border-radius: 50%;
}

.donghanhLogo .img-inner {}

.donghanhLogo .img-inner img {}

.boxPostGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.postPage {
    padding-top: 15px;
}

.form-sidebar {
       background: linear-gradient(117deg, rgba(63, 222, 218, 1) 0%, rgba(0, 189, 145, 1) 100%);
    border-radius: 20px;
    padding: 30px;
    color: white;
    font-size: 14px;
}
.form-sidebar h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}
.form-sidebar p {
    margin-bottom: 13px;
    font-size: 13px;
}
.form-sidebar input {
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
}
.form-sidebar input::placeholder{
        font-family: "Mona Sans";
}
.form-sidebar input[type=submit] {
    margin: 0;
    tex-tr: non;
    text-transform: none;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    background: #015e4d;
}
.widget_categories ul li, .widget_nav_menu ul li {
    background-image: url(images/arroPost.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left: 12px;
}
.wpcf7-spinner{
    display: none;
}
.pagePostDetails{
    padding-top:30px;
}

.signPostHeading {
margin-bottom:15px;
}
.signPostHeading h1{
    -webkit-text-fill-color: transparent;
    font-size: 36.45px;
    font-weight: 700;
    background: linear-gradient(117deg, rgb(63, 222, 218) 0%, rgb(0, 189, 145) 100%) text;
    margin: 0px;
}

.signPostBoxContent ul{
    padding-left: 17px;
}
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .boxPostGrid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .txtSlide h3 {
        font-size: 26px;
    }

    .txtSlide p {
        font-size: 18.25px;
    }

    .ftTitle h3 {
        font-size: 22.25px;
    }

    .banner2 .text-box {
        width: 100% !important;
        padding: 15px !important;
    }

    .banner2 h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner2 .button {
        width: 100%;
    }

    .process-container {

        grid-template-columns: repeat(2, 1fr);

    }

    .xAboutIboxCol .col-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .homeText3 h2 {

        font-size: 31.45px;

    }

    .homeText3 h3 {
        font-size: 17.45px;
    }

    .dviBoxCol {
        margin-bottom: 30px;
    }

    .dvHeadingCol h2 {
        color: #0B1C30;
        font-size: 26.76px;
        background: none;
        width: 100%;
        height: auto;
        margin: 0 auto 75px;
        padding-top: 19px;
    }

    .dvHeadingCol h2::after {

        visibility: hidden;
    }

    .aboutHomest .section-content::after {

        visibility: hidden;
    }
}




@keyframes stretch {
    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);
    }
}