/*
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.   ***************/

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

.breamBox>span {}

.breamBox>span a {
    color: black;
}

.breamBox .breadcrumb_last {
    color: black;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
    /*max-width: 1170px;*/
}

.headPhone {
    background: url(images/hdPhone.png) no-repeat;
    padding-left: 33px;
    height: 24px;
    color: #70936F;
    font-size: 18px;
    font-weight: 500;
}

.headPhone span {}

.xFormSearch {}

.xFormSearch .search-field {}

.xFormSearch .ux-search-submit {}

.ftSocial {}

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

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

.ftSocial ul li a {
    width: 36px;
    height: 36px;
    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;
}

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

.ftMenu {}

.ftMenu h3 {
    color: white !important;
}

.ftMenu ul {
    margin: 0;
}

.ftMenu ul li {
    list-style: none;
    margin: 0 0 .6em 0;
    padding: 0;
}

.ftMenu ul li a {
    transition: all 500ms;
    color: #CBD5E1;
    font-size: 15.75px;
}

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

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

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

.ftMenuBottom {}

.ftMenuBottom ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
}

.ftMenuBottom ul li {
    margin: 0;
}

.ftMenuBottom ul li a {
    color: #64748B;
}

.ftMenuBottom ul li a:hover {}

.xCopyright {}

.xCopyright p {
    margin-bottom: 0;
}

.xFormPhone {}

.xFormPhone .wpcf7-form-control {
    background: hsl(0deg 0% 100% / 10%);
    border: 1px solid #6B7280;
    border-radius: 5px;
}

.xFormPhone .wpcf7-submit {
    width: 100%;
    background: #70936F;
    border-radius: 5px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.xFormPhone .wpcf7-spinner {
    display: none;
}

.xFormPhone .wpcf7-response-output {
    margin: 10px 0 !important;
}

.contact-form-wrap .col-inner {
    /* border-top: 1px solid #e0e0e0; */
    background-color: #fff;
    box-shadow: -1px -2px 20px rgb(0 0 0 / 13%);
    padding: 30px 30px 1px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.imgContactPage img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.contact-form-wrap .form-header {
    text-transform: uppercase;
    color: #808000;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-form .btn-submit {
    background-color: #70936f;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 0;
    line-height: 40px;
}

.contact-form .wpcf7-form-control {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.xColFull {
    background-color: rgb(249, 242, 228);
    align-content: center;
}

.xColFull .col-inner {
    height: auto;
}

.postPage {
    padding: 30px 0;
}

#ez-toc-container a {
    padding: 5px;
}

#ez-toc-container a:hover {
    text-decoration: none;
    background-color: #ededed;
    padding: 5px;
}

.ez-toc-title-container {
    display: none !important;
}

.asidePostBox {
    position: sticky;
    top: 60px;
}

.xMenuCusColor {}

.xMenuCusList {}

.xMenuCusList h3 {}

.xMenuCusList ul {
    list-style: none;
    margin: 0 0 .6;
    padding: 0;
}

#wide-nav .xMenuCusList ul li {
    margin-left: 0 !important;
}

.xMenuCusList ul li a {
    color: #333;
}

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

.pPostItem {}

.pPostItemThumb {
    margin-bottom: 8px;
}

.pPostItemCover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
}

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

.pPostItemContent {}

.pPostCategory {
    margin-bottom: 5px;
}

.pPostCategory a {
    font-weight: bold;
    color: #70936F;
    font-size: 13px;
}

.pPostItemTitle {
    margin-bottom: 8px;
}

.pPostItemTitle a {
    color: #0F172A;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
}

.pPostItemText {
    color: #64748B;
    font-size: 15.75px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 50px;
}

.pPostItemReadMore {
    display: none;
}

.pPostItemReadMore a {}

.pPostItem:hover {}

.pPostItem:hover .pPostCategory a {}

.pPostItem:hover .pPostItemTitle a {}

.pPostItem:hover .pPostItemCover img {
    transform: scale(1.1);
}

.relateBox {
    padding: 30px 0;
}

.relateHeading {}

.relateHeading h3 {}

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

.pagePro {
    padding: 30px 0;
}

.pPageProHeading {}

.pPageProHeading h1 {
    text-align: center;
}

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

.pPageProGroup1 {
    display: flex;
    justify-content: space-between;
    color: #64748B;
    margin-top: 6px;
}

.pPageProGroup1 .icon {
    font-size: 15.72px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pPageProGroup1 .icon:nth-child(1):before {
    content: "";
    background: url(images/icon_pro1.png) no-repeat;
    width: 20px;
    height: 8px;
}

.pPageProGroup1 .icon:nth-child(2):before {
    content: "";
    background: url(images/icon_pro2.png) no-repeat;
    width: 13px;
    height: 21px;
}

.pPageProGroup1 .icon:nth-child(3):before {
    content: "";
    background: url(images/icon_pro3.png) no-repeat;
    width: 8px;
    height: 17px;
}

.pPageProItemTitle {
    margin-top: 8px;
}

.pPageProItemTitle a {
    color: #0F172A;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
}

.pPageProItemText1 {
    color: #64748B;
    font-size: 15.75px;
    text-align: justify;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 25px;
}

.pPageProItemText1 {}

.pPageProItemPrice {
    color: #70936F;
    font-weight: bold;
}

.pPageProItemReadMore {
    display: none;
}

.pPageProItemPrice .woocommerce-Price-amount {
    color: #70936F;
}

.pPageProItem:hover .pPageProItemTitle a {
    color: #70936F;
}


.pPageProItem .pPageProItemCover {
    position: relative;
    padding-top: 125.09%;
    border-radius: 10px;
    overflow: hidden;
}

.pPageProItem .pPageProItemCover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pPageProItem .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.pPageProItem:hover .img-hover {
    opacity: 1;
}

.pPageProItem:hover .img-main {
    opacity: 0;
}

.proTab {
    background: rgba(112, 147, 111, 0.2);
}

.product-page-accordian {}

.accordion {}

.accordion-item {}

.accordion-item .accordion-title {
    padding-left: 0;
    border: none;
    background: transparent;
}

.accordion-item .accordion-title button {
    order: 2;
    right: 0;
    left: unset;
}

.accordion-item .accordion-inner {
    padding: 20px 0;
}

.xAddFormSignCart {
    margin-top: 10px;
}

.yikes-custom-woo-tab-title {
    display: none !important;
}

.xProSignInfo .pPageProGroup1 {
    max-width: 300px;
    margin-bottom: 10px;
}

.xAddFormSignCart .single_add_to_cart_button {
    border-radius: 8px;
    overflow: hidden;
    background-color: #70936F;
}

.xProSignInfo .product-short-description {
    font-size: 16px;
    line-height: 1.8;
    border: 1px dashed #70936f;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    color: black;
    margin: 10px 0;
}

.xProSignInfo .product-short-description p {
    margin-bottom: 5px;
}

.xProSignContentx {
    background: rgba(112, 147, 111, 0.2);
    padding: 30px 0;
    margin-top: 20px;
}

.xProSignRelate {
    padding: 30px 0;
}

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

.product-main {
    padding: 40px 0 0;
}

.pPageChilPro {
    margin-bottom: 30px;
}

.pPageCategoryList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 35px;
}

.pPageCategoryItem {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
}

.pPageCategoryThumb {
    max-width: 80px;
    min-width: 80px;
    margin: auto;
    display: block;
}

.pPageCategoryCover {
    border-radius: 50%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

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

.pPageCategoryName {
    margin-top: 5px;
}

.pPageCategoryName a {
    margin: 10px 0 0 !important;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #202020;
    text-decoration: underline;
}

.pPageCategoryItem:hover {}

.pPageCategoryItem:hover .pPageCategoryCover img {
    transform: scale(1.1);

}

.pPageCategoryItem:hover .pPageCategoryName a {
    text-decoration: none;
}

.pPageProCurText {
    max-width: 906px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
}

.pPageProCurText p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
}

.pPageProCurText a {
    text-decoration: none;
    color: #70936F;
    transition: color .25s linear;
}

.pPageProCurTextBottom {
    margin-top: 40px;
}


.xSlideCol {}

.xSlideCol .col-inner {
    border-radius: 13.5px;
    overflow: hidden;
}

.xSubSlide {
    color: #70936F;
    font-size: 15.75px;
    margin-bottom: 8px;
    display: block;
}

.xMainSlide {
    display: block;
}

.xMainSlide h2 {
    display: block;
    margin: 0;
    line-height: unset;
    font-weight: 800;
}

.xMainSlide p {
    color: #E2E8F0;
    font-size: 15.75px;
}

.xSlideButton1 {
    border-radius: 9px;
    padding: 18px 36px;
}

.xSlideButton1 span {}

.xSlideButton2 {
    border-radius: 9px;
    color: white !important;
    padding: 18px 36px;
}

.xSlideButton2 span {}

.iBoxChatLuong {}

.iBoxChatLuong .icon-box-img {}

.iBoxChatLuong .icon-box-img .icon {}

.iBoxChatLuong .icon-box-img .icon .icon-inner {
    box-shadow: rgb(22 22 22 / 20%) 0px 8px 24px;
    border-radius: 50%;
    overflow: hidden;
}

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

.iBoxChatLuong .icon-box-text {}

.iBoxChatLuong .icon-box-text h3 {
    font-size: 22.5px;
    color: #0F172A;
}

.iBoxChatLuong .icon-box-text p {
    color: #64748B;
    font-size: 15.75px;
}

.xHeadingDefault2 {}

.xHeadingDefault2 h2 {
    padding-bottom: 15px;
}

.xHeadingDefault2 h2::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 4.5px;
    background: #70936F;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.xPartner1 {
    text-align: center;
}

.xPartner1Thumb {
    max-width: 174px;
}

.xPartner1Cover {
    border: 4px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    overflow: hidden;
}

.xPartner1Cover img {}

.xPartner1Title {
    margin-top: 10px;
}

.xPartner1Title a {
    color: #0F172A;
    font-weight: 500;
    font-size: 13.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xPartner2 {
    position: relative;
    overflow: hidden;
    border-radius: 13.5px;
}

.xPartner2Thumb {}

.xPartner2Cover {
    border-radius: 13.5px;
    overflow: hidden;
    padding-top: 144.1%;
    position: relative;
}

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

.xPartner2Content {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 36px;
}

.xPartner2Title {}

.xPartner2Title a {
    font-size: 27px;
    font-weight: 600;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xPartner2Sub {
    color: #CBD5E1;
    font-size: 15.75px;
}

.xPartner2Sub p {
    margin: 0;
}

.xPartner2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 9;
    transition: all 500ms;
}

.xPartner2:hover::before {
    overflow: hidden;
    opacity: 1;
    background: rgb(0 0 0 / 10%);
}

.xPartner2:hover .xPartner2Cover img {
    transform: scale(1.1);
}

.xPartner3 {}

.xPartner3Thumb {
    margin-bottom: 10px;
}

.xPartner3Cover {
    padding-top: 72.57%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

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

.xPartner3Content {}

.xPartner3Title {
    margin-bottom: 10px;
}

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


.xPartner3Sub {}

.xPartner3Sub ul {
    margin: 0;
    padding-left: 17px;
    font-size: 14px;
}

.xPartner3Sub ul li {
    color: #64748B;
}

.xPartner3ReadMore {}

.xPartner3ReadMore a {
    background: url(images/ar1.png) right center no-repeat;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #70936F;
}

.xPartner3:hover {}

.xPartner3:hover .xPartner3Cover {}

.xPartner3:hover .xPartner3Cover img {
    transform: scale(1.1);
}

.xPartner3:hover .xPartner3Title a {
    color: #70936F;
}

.xDefaultHeading {}

.xDefaultHeading h2 {
    color: #0F172A;
    font-weight: 800;
    font-size: 40.5px;
    margin-bottom: 8px;
}

.xDefaultSubHeading {}

.xDefaultSubHeading p {
    color: #64748B;
    font-size: 18px;
}

.xImageStep {}

.stepText1 {}

.stepText1 p {
    font-size: 13.5px;
    color: #70936F;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.stepText2 {}

.stepText2 h2 {
    font-size: 40.75px;
    color: #0F172A;
    margin-bottom: 10px;
}

.quytrinhImage {}


.xAccordion-item {
    transition: all 500ms;
    margin-bottom: 10px;
    position: relative;
}

.xAccordion-header {
    padding: 0;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-left: 0;
    /* text-transform: uppercase; */
    color: #94A3B8;
    position: relative;
    height: 49px;
    padding-left: 77px;
    font-size: 20.25px;
    display: flex;
    align-items: center;
}

.xAccordion-header::after {
    content: "+";
    position: absolute;
    right: 15px;
    transition: 0.3s;
}

.xAccordion-item.active .xAccordion-header::after {
    content: "-";
}

.xAccordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
    padding: 0 15px;
    opacity: 1;
    padding-left: 30px;
    color: #64748B;
    font-size: 15px;
    padding-top: 0;
    padding-left: 77px;
    padding-bottom: 0;
}

.xAccordion-item.active .xAccordion-content {
    padding: 15px;
    max-height: 200px;
    /* hoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·c lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºn hÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿u content dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i */
    opacity: 1;
    padding-left: 77px;
    padding-top: 0;
    padding-bottom: 0;
}

.xAccordion-item.active .xAccordion-header {
    color: #0F172A;
}

.quytrinhImage img {
    max-width: 100%;
    height: auto;
    border-radius: 13.5px;
}

.xAccordionNumber {
    background: #70936F;
    width: 49px;
    height: 49px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    left: 0;
    top: 0;
    font-size: 18px;
}

.xAccordionNumber span {}

.xAccordion-item::before {
    content: "";
    width: 1px;
    height: 1px;
    background-color: #E2E8F0;
    position: absolute;
    top: 50px;
    left: 23px;
    width: 3px;
    height: 0;
    border-radius: 5px;
    transition: height .3s;
}

.xAccordion-item.active::before {
    height: calc(100% - 54px);
}

.xLocationHeading {}

.xLocationHeading h2 {
    text-transform: uppercase;
    font-size: 40.5px;
    color: #0F172A;
}

.xLocationSub {}

.xLocationSub p {
    color: #64748B;
    font-size: 15.75px;
}


.xLocation {}

.xLocationItem {
    background: #EEEEEE;
    padding: 20px 30px;
    cursor: pointer;
}

.xLocationItem:nth-child(2n) {
    background: #F9F8F8;
}

.xLocationItemTitle {
    font-size: 18px;
    color: #0F172A;
    font-weight: bold;
    margin-bottom: 5px;
}

.xLocationItemContent {
    font-size: 14px;
    color: #64748B;
    background: url(images/Icon_location.png) left 4px no-repeat;
    padding-left: 26px;
}


.xLocaltionImage {}

.xLocaltionImage img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.xLocationItem.active .xLocationItemTitle {
    color: #70936F;
}

.xTaisaoSub1 {}

.xTaisaoSub1 p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    color: #70936F;
    font-size: 13.5px;
}

.xTaisaoSub2 {}

.xTaisaoSub2 h2 {
    font-size: 40.5px;
    color: #0F172A;
    margin-bottom: 10px;
}

.xTaisaoSub3 {}

.xTaisaoSub3 p {
    font-size: 15.75px;
    color: #64748B;
}

.iBoxtaisao {
    align-items: center;
}

.iBoxtaisao .icon-box-img {}

.iBoxtaisao .icon-box-img .icon {}

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

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

.iBoxtaisao .icon-box-text {}

.iBoxtaisao .icon-box-text h3 {
    text-transform: uppercase;
    color: #334155;
    font-size: 15.75px;
}

.iBoxtaisao p {
    margin-bottom: 2px;
    font-size: 13.5px;
    color: #64748B;
}

.toamImage {
    border-radius: 13.5px;
    overflow: hidden;
}

.xDefaultSubHeading2 {}

.xDefaultSubHeading2 p {
    margin-bottom: 5px;
    color: #70936F;
    font-weight: bold;
    font-size: 13.75px;
    text-transform: uppercase;
}

.xPostHomeHeading {}

.xPostHomeHeading h2 {
    font-size: 33.75px;
    color: #0F172A;
}

.xPostHomeSub {}

.xPostHomeSub p {}

.xPostHomeAllMore {
    margin-bottom: 0;
    font-size: 18px;
}

.xContentHome {}

.xContentHome h2 {
    font-size: 33.75px;
    color: #0F172A;
}

.xContentHome h3 {
    font-size: 22.5px;
    color: #70936F;
}

.xContentHome ul {}

.xContentHome ul li {
    color: #64748B;
    font-size: 15.75px;
}

.xContentHome p {
    color: #64748B;
    font-size: 15.75px;
}

.xFaq {}

.xFaq .accordion-item {
    padding: 27px;
    background: #FFFFFF;
    margin-bottom: 18px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.xFaq .accordion-item .accordion-title {
    font-weight: bold;
    font-size: 18px;
    color: #0F172A;
}

.xFaq .accordion-item .accordion-title button {}

.xFaq .accordion-item .accordion-title button i {}

.xFaq .accordion-item .accordion-title span {}

.xFaq .accordion-item .accordion-inner {
    padding: 0;
}

.xFaq .accordion-item .accordion-inner p {
    margin-bottom: 5px;
    color: #64748B;
    font-size: 15.75px;
}

.xLienheHome {}

.xLienheHome>.col-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.xLienheHomeInfo {}

.xLienheHomeInfo h2 {
    font-size: 33.75px;
}

.iBoxLienhe {}



.iBoxLienhe .icon-box-img {}

.iBoxLienhe .icon-box-img .icon {}

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

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

.iBoxLienhe .icon-box-text {}

.iBoxLienhe .icon-box-text h3 {
    text-transform: uppercase;
    color: #334155;
    font-size: 15.75px;
    margin-bottom: 5px;
}

.iBoxLienhe p {
    margin-bottom: 2px;
    font-size: 13.5px;
    color: #64748B;
}

.xEmailHome {}

.xEmailHomeForm {}

.xEmailHomeForm>p {
    display: flex;
    gap: 10px;
}

.xEmailHomeForm .wpcf7-form-control-wrap {}

.xEmailHomeForm .wpcf7-form-control-wrap .wpcf7-form-control {
    background: #F1F5F9;
    border-radius: 9px;
    border: none;
    box-shadow: none;
}

.xEmailHomeForm .wpcf7-submit {
    border-radius: 9px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.xEmailHome .wpcf7-spinner {
    display: none;
}

.xEmailHome .wpcf7-response-output {
    margin: 10px 0 !important;
}

.xCustomerItem {}

.xCustomerItemThumb {
    max-width: 141px;
}

.xCustomerItemCover {}

.xCustomerItemCover img {}

.xCustomerItemStar {
    background: url(images/lineStar.png) no-repeat;
    width: 131px;
    height: 22px;
    margin: 19px 0;

}

.xCustomerItemStarBox {
    display: block;
    border-top: 1px solid #D3D3D3;
    margin-top: 19px;
}

.xCustomerItemContent {}

.xCustomerItemSub {
    font-size: 15.75px;
    color: #141414;
    margin-bottom: 15px;
    text-align: justify;
}

.xCustomerItemTitle {}

.xCustomerItemTitle a {
    font-size: 22.5px;
    color: #70936F;
    font-weight: bold;
}

.xCustomerItemSub2 {
    font-size: 15.75px;
    color: #94A3B8;
}
.xColorMenu{align-items: center;}





.xColorMenu .icon-box-img {
}

.xColorMenu .icon-box-img .icon {}

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

.xColorMenu .icon-box-img .icon .icon-inner img {
    padding: 0;
    border: 2px solid white;
    border-radius: 50%;
}

.xColorMenu .icon-box-text {
    padding-left: 6px !important;
}

.xColorMenu .icon-box-text h3 {

}

.xColorMenu p {
    margin-bottom: 2px;
    color: #333;
}

/*desktop*/

@media (max-width: 767px) {
    .xDefaultHeading h2 {
        font-size: 24px;
    }

    .xLocationHeading h2 {
        font-size: 24px;
    }

    .stepText2 h2 {
        font-size: 24px;
    }

    .xTaisaoSub2 h2 {
        font-size: 24px;
    }

    .postListRelate {
        grid-template-columns: repeat(1, 1fr);
    }

    .postList {
        grid-template-columns: repeat(1, 1fr);
    }

}


@media (min-width: 768px) {}

@media screen and (min-width: 850px) {}


@media (min-width: 992px) {}


@media (min-width: 1200px) {}


@media (min-width: 1400px) {}





.fixAside {
    width: 49px;
    position: fixed;
    right: 10px;
    top: 50%;
    list-style: none;
    z-index: 9999;
}

.fixAside ul {}

.fixAside ul li {
    list-style: none;
    margin-bottom: 10px;
}

.fixAside ul li a {}

.fixAside li img {
    display: block;
    animation: rungXoay 1.5s infinite;
}



@keyframes rungXoay {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    75% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes shine {
    from {
        left: -75%;
    }

    to {
        left: 125%
    }
}