.color-text {
    color: #a3a3a3;
}

.text-secondary {
    color: var(--color-text) !important;
}

p {
    color: #797979;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Header                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/

/*header top*/
.topbar {
    border-bottom: 1px solid #f2f2f2;
    color: #fff;
    position: relative;
    background-image: linear-gradient(to right, var(--color-highlight) 65%, var(--color-second) 65%);
}

.topbar .topbar-section a:hover i {
    color: var(--color-highlight) !important;
}

.contact-info {
    position: relative;
    z-index: 1;
}
.contact-info li i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 0;
}

.contact-info li a {
    font-size: 1.6rem;
}
.topbar>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-info li:first-child i {
    vertical-align: middle;
}
/*end header top*/

/*header main*/
.menu-setting.fixed .logo-section img {
    height: 5rem;
}

.menu-setting .menu-section > ul > li:hover > a {
    color: var(--color-highlight);
}

.menu-setting .menu-section .entry-menu,
.menu-section .entry-menu.dropdown ul {
    background: var(--color-main);
}

.menu-setting .menu-section .entry-menu.dropdown li:hover > a {
    padding-left: 10px;
}

.menu-section .menu-link {
    padding: 13px 35px 13px 0;
    font-size: 1.4rem;
}

.menu-section .entry-menu.dropdown li {
    border-bottom: 1px solid #35363a;
}

.menu-section .entry-menu.dropdown ul {
    top: calc(-50% + 1.5rem);

}

.menu-section .menu-title {
    color: var(--color-text);
}

.cart-contact > div {
    float: right;
    position: relative;
}

.theme-btn {
    padding: 12px 20px;
    cursor: pointer;
    letter-spacing: 1px;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--color-highlight);
}

.cart-contact .theme-btn {
    font-weight: normal;
}
.theme-btn:hover {
    color: #ffffff;
    /* border: none; */
    background: var(--color-highlight);
}


@media screen and (min-width: 992px) {
    .menu-setting .menu-section .entry-menu.dropdown:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 10px 9px;
        border-color: transparent transparent var(--color-main) transparent;
        margin: 0 0 0 20px;
        padding-top: 1px;
        position: absolute;
        top: -11px;
    }
}

.menu-setting {
    background: #fff;
    color: white;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

.menu-setting.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.menu-setting.hide {
    top: -100px;
}
/*end header main*/

.menu-section .grower {
    color: var(--color-highlight);
}

.menu-section.open .entry-menu {
    background: #fff;
}

.menu-section.open .entry-menu.dropdown li {
    border-bottom: 1px solid #e6e6e6;
}

.menu-section.open .entry-menu.dropdown:before {
    display: none;
}

.menu-section.open .entry-menu li a {
    padding: 0 3rem !important;
}
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                             End    Header                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Body                                      ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/

/*slider main*/
.slider-plus .swiper-slider-main .swiper-slide img {
    max-height: 745px;
}

p.swiper-slide--description {
    font-size: 2rem;
    max-width: 550px;
    margin: 0 auto 3rem auto;
}

.slider-plus .swiper-slider-main .swiper-slide::before {
    background: #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-slide--link {
	padding: 1.2rem 2rem;
	cursor: pointer;
	letter-spacing: 1.2px;
	background: none;
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background:#333;
}

.slide-btn .swiper-slide--link:first-child {
    margin: 0 10px;
}

.slide-btn .btn-2 {
    color: #fff;
    background: var(--color-highlight);
    transition: all 0.3s;
}

.slide-btn .btn-2:hover {
    color: var(--color-highlight);
    background: #fff;
    transition: all 0.3s;
}

.slide-btn .btn-1:hover {
    color: #fff;
    background: var(--color-highlight);
    transition: all 0.3s;
}

.slide-btn .btn-1, .slide-btn .btn-2 {
    width: 125px;
}

.slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 120px;
}

.swiper-button-prev, .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-plus .swiper-button-next, .slider-plus .swiper-rtl .swiper-button-prev {
    right: 25px;
}

.slider-plus .swiper-button-prev, .slider-plus .swiper-rtl .swiper-button-next {
    left: 25px;
}

.slider-plus .swiper-pagination-bullet-active {
    background: var(--color-highlight);
    opacity: 1;
}

.slider-plus .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .slider-plus .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.slider-plus .swiper-pagination-bullet {
	font-size: 15px;
	color: #d9d9d9;
	margin: 0 5px;
	opacity: 0.4;
	background: transparent;
	position: relative;
}
.slider-plus .swiper-pagination-bullet:before {
	content: "";
	background: #fff;
	width: 1px;
	height: 10px;
	position: absolute;
	left: 7px;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-plus .swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
	font-weight: 700;
}
.slider-plus .swiper-pagination-bullet-active:before {
	opacity: 1;
	top: -12px;
}

@media (max-width: 991px) {
    .slider-plus .swiper-button-prev, .slider-plus .swiper-button-next {
        display: none;
    }
}

/*back to top*/
#backToTop {
    background-color: rgba(253, 161, 43, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--color-highlight);
    border-radius: 45px;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 90px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#backToTop:hover {
    background-color: var(--color-highlight);
}

.is-mobile #backToTop {
    background-color: rgba(253, 161, 43, 0.7);
}
#backToTop.show {
    opacity: 1;
}

/*end back to top*/

.swiper-slide--wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-title {
    font-size: 2rem;
    color: #fff;
    padding-bottom: 12px;
    text-transform: capitalize;
    position: relative;
}

.upper-footer .widget-title::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--color-highlight);
    content: "";
    left: 0;
    bottom: 0;
}

.btn-new-footer {
    background: #1e282f;
    color: var(--color-highlight);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-new-footer i {
    font-size: 2.2rem;
}

.news_letter_footer .form-control {
    background: #1e282f;
    border: 0;
    height: 50px;
    padding: 6px 20px;
    color: white;
}

.news_letter_footer form {
    margin-top: 25px;
    position: relative;
}

.btn-new-footer:hover {
    color: var(--color-highlight);
}

.share-buttons {
  z-index: 1234;
}

.featured-icon-box {
    padding: 4rem 2rem 3rem;
    position: relative;
}

.box-shadow2 {
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .1);
}

.featured-icon-box .featured-icon {
    height: 72px;
    width: 72px;
    line-height: 72px;
    color: #fff;
    background-color: var(--color-highlight);
    margin: 0 auto;
    font-size: 2.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 0;
}

.featured-icon-box .featured-content {
    padding-top: 14px;
}

.featured-title h5 {
    font-size: 2.2rem;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured-icon-box .featured-content a {
    color: var(--color-highlight);
}

.featured-icon-box .featured-icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--light);
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.featured-box .featured-icon-box:hover .featured-icon:after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.featured-box .featured-icon-box:hover .featured-icon {
    color: var(--color-highlight);
}

.features-wrapper {
    float: left;
    width: 100%;
    position: relative;
    top: -80px;
    z-index: 10;
}

.about-us-block .article-title {
    font-size: 3.8rem;
}

.about-us-block .article-description {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 3rem !important;
}

.about-section {
    padding: 0 0 110px;
}

.about-section .about-pic-area .background-about {
    width: 480px;
    height: 480px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-section .about-pic-area img {
    position: relative;
    margin-top: 40px;
}

@media (min-width: 769px) {
    .about-section .about-pic-area img {
        position: relative;
        margin-right: 90px;
    }
}

.about-section .about-pic-area .box {
    background: #fff;
    width: 143px;
    height: 143px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: 45%;
    z-index: 1;
    -webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .about-pic-area .fa-circle-play::before {
    font-size: 6rem;
    color: var(--color-highlight);
}

.about-section .about-pic-area a span {
    display: block;
    margin-top: 1rem;
}

.about-section .about-pic-area .box a {
    font-size: 1.7rem;
    color: #333;
}

@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    
    .about-section .inner-content {
        padding-top: 75px;
    }
}

.service-category {
    padding-bottom: 60px;
    padding-top: 100px;
}

@media (min-width: 1000px) {
    .title-section-s2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

.title-section-s2 > span, .about-us-block .article-category {
    font-family: "Crimson Text", serif;
    font-size: 2.7rem;
    color: var(--color-highlight);
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}

.title-section-s2 h2, .title-section-s2 h3, .cta-content h3 {
    font-size: 4.6rem;
    font-weight: bold;
    text-transform: capitalize;
}

.title-section-s2 p {
    font-size: 1.7rem;
    margin: 0;
}

.categories-item {
    padding: 25px 30px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.categories-item p,.article-title-s2, .blog-section .article-description, .description_comment {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8.5rem;
    min-height: 8.5rem;
}

.article-title-s2 {
    -webkit-line-clamp: 2;
    max-height: 6rem;
    min-height: 6rem;
}

.blog-section .article-description {
    -webkit-line-clamp: 4;
    max-height: 9.5rem;
    min-height: 9.5rem;
}

@media (max-width:1300px) {
    .blog-section .article-description {
    -webkit-line-clamp: 4;
    max-height: 10.5rem;
    min-height: 10.5rem;
}

}
.description_comment {
    -webkit-line-clamp: 5;
    max-height: 13.5rem;
    min-height: 13.5rem;
}

.categories-item .icon-categories {
    position: inherit;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--light);
    text-align: center;
    margin: 0 0 15px;
    font-size: 3.3rem;
    line-height: 60px;
    color: var(--color-highlight);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 0;
}

.categories-item:hover {
   -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}

.categories-item:hover .icon-categories {
    color: #fff;
}

.categories-item .icon-categories::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-highlight);
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.categories-item:hover .icon-categories::after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cta-section {
    background: var(--color-highlight);
    position: relative;
    text-align: center;
}

.cta-section , .portfolio-section, .team-section, .blog-section, .padding-section {
    padding: 110px 0;
}

.cta-section .background__1cta, .cta-section .background__2cta {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    top: -15px;
    margin: auto;
    z-index: 2;
}

.cta-section .background__2cta {
    top: auto;
    bottom: -15px;
    margin: auto;
}

.cta-section p {
    font-family: "Crimson Text", serif;
    font-size: 2.9rem;
    color: #f3efef;
    font-style: italic;
    margin: 0 0 2.5rem;
}

.phone-contact, .widget .btn.btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.phone-contact .phone, .phone-contact span {
    font-size: 2.6rem;
    color: #fff;
    display: inline-block;
}

.portfolio-section .inner-content {
    padding: 25px 28px;
    border: 1px solid #eee;
    border-bottom: 5px double #eee;
}
.blog-section .article-item {
    border: 1px solid #eee;
    border-bottom: 5px double #eee;
    margin: 0;
}
.portfolio-section .article-title-s2 a {
    color: var(--color-highlight);
}

.portfolio-section .article-title-s2:hover a {
    color: var(--color-main);
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .swiper-button-prev, .owl-carousel .swiper-button-next {
    background: #fff;
}

.owl-carousel .swiper-button-prev, .owl-carousel .swiper-rtl .swiper-button-next {
    left: 0px;
}

.owl-carousel .swiper-button-next, .owl-carousel .swiper-rtl .swiper-button-prev {
    right: 0px;
}

@media (min-width: 650px) {
    .owl-carousel .swiper-button-prev, .owl-carousel .swiper-rtl .swiper-button-next {
        left: -32px;
    }
    
    .owl-carousel .swiper-button-next, .owl-carousel .swiper-rtl .swiper-button-prev {
        right: -32px;
    }
}

.owl-carousel .swiper-button-prev:hover, .owl-carousel .swiper-button-next:hover {
    color: white;
    background: var(--color-highlight);
}

.fun-fact-section, .partners-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 110px 0;
}

.fun-fact-section::before, .partners-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.75;
    z-index: -1;
}

.item_tk {
    min-height: 14rem;
    background-color: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.number_tk {
    color: var(--color-highlight);
    font-size: 4.8rem;
    position: relative;
    width: 100%;
}

.number_tk:before {
    /* content: attr(data-count); */
    font-family: system-ui;
    font-size: 4.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}
.item_tk:hover .number_tk {
    font-size: 5.2rem;
    transition: all .3s ease-in-out;
    clear: both;
}

.title_tk {
    font-size: 1.8rem;
}

.col-custom {
    flex: 0 0 calc(100%/4);
    max-width: calc(100%/4);
}

.inner {
    position: relative;
}



.team-section .inner .img-holder {
    position: relative;
    background: var(--color-main);
}
.team-section .inner .img-holder img {
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
}

.team-section .inner:hover .img-holder img {
    opacity: 0.5;
}

.team-section .inner .details {
    background: rgba(255, 255, 255, 1);
    width: 94%;
    padding: 15px;
    left: 3%;
    bottom: 80px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3);
    position: relative;
    text-align: center;
    margin: 0 0 -50px;
}

.team-section .inner:hover .details {
    bottom: 100px;
    opacity: 1;
}

.details p {
    font-size: 1.6rem;
    color: var(--color-highlight);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.team-section .swiper-slider-main .swiper-slide img {
    min-height: 32rem;
}

.details a:hover i {
    color: var(--color-highlight);
}

.team-section .owl-controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.team-section .swiper-button-prev, .team-section .swiper-button-next {
    position: inherit;
    transform: translateY(0px);
    border-radius: 0;
    margin: 5px;
    padding: 0;
    border: 2px solid #e2e2e2;
    box-shadow: unset;
}

.team-section .swiper-button-next {
    border-right: 0;
}

.team-section .swiper-button-prev {
    border-left: 0;
}

.team-section .swiper-button-prev:hover, .team-section .swiper-button-next:hover {
    background: var(--color-highlight);
    color: #fff;
    border-color: currentColor;
}

.testimonial-section {
    position: relative;
    padding: 90px 0px 90px;
}

.info-binh-luan {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.info-binh-luan .name-binh-luan {
    font-size: 1.45rem;
    color: var(--color-main);
    font-weight: 600;
}

.info-binh-luan .city-binh-luan {
    color: var(--color-highlight);
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    text-align: left;
}

.testimonial-section .swiper-slider-main .swiper-slide img {
    height: 7.5rem;
    width: 7.5rem;
    min-height: 7.5rem;
    object-fit: cover;
}

.img-comment {
    max-height: 7.5rem;
    border-radius: 100%;
    margin-right: 1.5rem;
}

.danh-gia {
    display: flex;
    align-items: center;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
}

.testimonial-section .swiper-slide {
    padding: 45px 35px;
    background: #fff;
    /* margin: 0.5rem; */
}

.danh-gia .star-rating {
    width: 10rem;
}

.danh-gia .star-rating::before, .danh-gia .star-rating span::before {
    font-size: 1.8rem;
}

.danh-gia .star-rating span::before {
    color: var(--color-highlight);
}

.testimonial-section .swiper-slider-main::after {
    content: " ";
    padding: 2rem;
    width: 100%;
    height: 1rem;
    display: block;
}

.testimonial-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #9a9a9a;
    margin: 5px !important;
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #869791;
}

.testimonial-section .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.blog-section {
    padding-bottom: 90px;
}

.blog-section .inner-content {
    /* background: #f8f8f8; */
    padding: 40px 30px;
}

.blog-section .article-title {
    min-height: 6rem;
    font-size: 20px;
    font-weight: 500;
}

.blog-section .theme-btn.one {
	background: var(--color-highlight);
	font-weight: 500;
	border: none;
}

.blog-section .theme-btn.one:hover {
	background:var(--color-highlight);	
}
.blog-section .theme-btn.one:after {
	background:#333;	
}

.cta-section .theme-btn {
    font-weight: 500;
    border: 0;
}

.blog-section .theme-btn:hover,
.padding-section .theme-btn:hover {
	color: #ffffff;
	background:#333;
}
.blog-section .theme-btn::after,
.padding-section .theme-btn::after,
.cta-section .theme-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--color-highlight);
	border: none;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.cta-section .theme-btn::after {
    color: var(--color-highlight);
    background: #fff;
}

.cta-section .theme-btn:hover {
    color: var(--color-highlight);
}

.blog-section .theme-btn:hover::after,
.padding-section .theme-btn:hover::after,
.cta-section .theme-btn:hover::after {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}



.author a img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 1rem;
    display: inline-block;
}

.meta, .comment a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*overflow: hidden;*/
}
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                 End   Body                                   ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Footer                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/

.tru-so address strong,
.copy-social .topbar-section strong,
.copy-social a:hover i {
    color: var(--color-highlight);
}

footer .upper-footer {
    padding: 90px 0;
    background: #253139;
}

.item-social {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e282f;
    color: var(--color-text);
}

.item-social:hover {
    background: var(--color-highlight);
}

.item-social:hover i {
    color: #fff;
}

footer a.text-secondary:hover,footer a.text-secondary:focus {
    color: var(--color-highlight) !important;
}

.social-section li:first-child {
    padding-left: 0 !important;
}

footer .lower-footer {
    text-align: center;
    position: relative;
    background: #1e282f;
}

.copy-social .topbar-section p {
    font-size: 1.5rem;
}
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                End    Footer                                 ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                     Page con                                 ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
.pagehding-sec {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    background-size: cover;
}

.pagehding-sec::before {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}

.title-breadcrum {
    font-size: 4.2rem;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 10px;
}

.pagehding-sec .breadcrumbs-section a {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.pagehding-sec .breadcrumbs-section span {
    color: var(--color-highlight);
}

.services-faq {
    margin: 40px 0 0;
}

.accordion-wrapper .card {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.accordion-wrapper .card + .card {
    margin-top: 20px;
}

.accordion-wrapper .card .card-header a {
    font-size: 1.9rem;
    line-height: 28px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding: 20px 45px 20px 30px;
    cursor: pointer;
    color: #333;
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
    content: "\f106";
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 0 45px 25px 30px;
}

.services-details-content h3 {
    font-size: 3.9rem;
    font-weight: 900;
    color: var(--color-highlight);
    margin: 20px 0 10px 0;
}

.services-category ul li a {
    line-height: 50px;
    padding: 0 35px;
    background-color: #eee;
    display: block;
    font-size: 1.5rem;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.services-category ul li a:hover {
    color: var(--color-highlight);
}

.services-contact {
    background-color: var(--color-highlight);
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    margin: 30px 0 0;
}

.services-contact h5, .services-contact a {
    font-size: 1.9rem;
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 20px 0;
}

.services-contact a {
    font-size: 3.3rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9;
}

blockquote:before {
    content: "";
    background: url(https://cdn3610.cdn-template-4s.com/media/media/backgroud/quote.png) center center / auto no-repeat local;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 45px;
    top: 40px;
}

blockquote {
    background-color: var(--color-highlight);
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 65px;
    border: 0;
    position: relative;
    margin: 60px 0 20px;
    font-size: 1.85rem;
}

.article-content h3 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}

.tag {
    display: flex;
    margin-bottom: 2rem;
}

.tag-share {
    border: 1px solid #f1f1f1;
    padding: 25px 25px 15px;
    margin: 55px 0 0;
    color: #333;
    font-weight: 500;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

.tag-share .tags li a {
    font-size: 1.5rem;
    font-weight: normal;
    color: #627381;
    margin: 0 5px 5px;
}

.tag-share .list-social .btn-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.7rem;
    color: #627381;
}

.tag-share .social-share .list-social .btn-social a:hover {
    background: var(--color-highlight);
    color: #fff;
    border: 1px solid var(--color-highlight);
}

.entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
    padding: 0;
}

.entry-meta li {
    float: left;
    font-size: 1.5rem;
}

.entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.widget {
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    padding: 35px 25px;
}

.padding-section > .container > .row > div:last-child > .widget + .widget {
    margin-top: 65px;
}

.widget .btn-submit {
    background: transparent;
    border: 0;
    color: var(--color-highlight);
    font-size: 1.9rem;
    padding: 0 1.5rem;
}

.widget .btn-submit i {
    font-weight: 500;
}

.widget .btn-submit:hover {
    background: var(--color-highlight);
    color: #fff;
}

.widget .categories .categories-section > li > a {
    border: 0;
    font-size: 1.6rem;
}

.widget .categories .categories-section > li > a > span {
    float: right;
}

.widget .categories .categories-section > li > a::before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
}

.widget .categories-section a:hover::before {
    background: var(--color-highlight);
}

.widget .tag--item {
    background: #f3f3f3;
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 14px;
    color: #8e9696;
    border-radius: 0;
    text-transform: capitalize;
}

.widget .tag--item:hover {
    background: var(--color-highlight);
    color: #fff;
}

.lien-he-css .form-control {
    font-size: 1.7rem;
    border: 1px solid #cbcbcb;
    height: 5rem;
}

.lien-he-css textarea.form-control {
    min-height: 160px;
    border: 1px solid #cbcbcb;
}

.form-group .theme-btn {
    font-weight: 500;
    border: 0;
}

.single-info {
    display: flex;
    align-items: center;
}

.single-info + .single-info {
    margin-top: 30px;
}

.single-info .info-icon i {
    font-size: 2.6rem;
    color: #fff;
    background-color: var(--color-highlight);
    border-radius: 50%;
    text-align: center;
    width: 50px;
    line-height: 50px;
}

.info-content {
    padding-left: 2rem;
}

.map-container {
    width: 100%;
    margin-top: 40px;
}

.map-container iframe {
    width: 100%;
    border: 0;
    height: 200px;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}

.widget .wrap-suggestion > ul > li > a > div:first-child {
    flex: 0 0 35%;
    max-width: 35%;
}

.widget .wrap-suggestion > ul > li > a > div:last-child {
    flex: 0 0 65%;
    max-width: 65%;
}
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                   End page con                               ---------------------------                                       
---------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                   Reponsive All                              ---------------------------                                       
---------------------------------------------------------------------------------------------------------------------------*/


.is-mobile .upper-footer {
    padding: 30px 0;
}

.is-mobile .upper-footer > .container > .row > div,
.is-mobile .upper-footer > .container > .row > div > div:last-child {
    margin: 0;
}
.is-mobile .menu-setting-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .menu-setting > .container > .row > div:last-child {
        flex: 0 0 56.66667%;
        max-width: 56.66667%;
        order: 1;
    }
    
    .menu-setting > .container > .row > div:nth-child(2) {
        flex: 0 0 10%;
        max-width: 10%;
        order: 2;
        display: flex;
        justify-content: end;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1601px) {
    .swiper-slide--tile {
        font-size: 7.9rem;
    }
}

@media (max-width: 1400px) {
    
    .swiper-slide--wrap {
        top: 30%;
        transform: translate(-50%, -30%);
    }
}

@media (max-width: 1200px) {
    .btn-menu-mobile {
        display: flex;
        padding: 5px 10px;
        background: var(--color-highlight);
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 3rem;
        border: 1px solid var(--color-highlight);
    }
    
    .btn-menu-mobile:hover {
        background: #fff;
    }
    .slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .categories-item .icon-categories {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width:992px) {
    .logo-section img {
        height: 5rem;
    }
    .menu-setting-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .swiper-slide--description {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
	.swiper-slide--tile {
        font-size: 3rem;
        margin: 0 0 1.5rem;
    }    
    p.swiper-slide--description {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    
    .about-section .about-pic-area .box {
        left: 15px;
        top: 30%;
    }
}
@media (max-width: 768px) {
    .swiper-slide--wrap {
        top: 10%;
        left: 10%;
        right: 10%;
        transform: unset;
    }
    
    .menu-setting > .container > .row > div:last-child {
        flex: 0 0 80%;
        max-width: 80%;
        
    }
    
    .menu-setting > .container > .row > div:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .about-section .about-pic-area .box {
        left: 15px;
        top: 30%;
    }
    
    .title-section-s2 h2, .title-section-s2 h3, .cta-content h3 {
        font-size: 3.1rem;
    }
    
    .upper-footer > .container > .row > div,
    .is-mobile .upper-footer > .container > .row > div > div {
        margin-bottom: 2rem;
    }
    
    .features-wrapper {
        top: 0;
    }
    
    .slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
    }
    
    .about-section > .container > .row > div > div {
        padding-top: 30px;
    }
    
    .service-category {
        padding: 30px 0 50px 0;
    }
    
    .cta-section, .portfolio-section, .team-section, .testimonial-section {
        padding: 30px 0;
    }
    
    .portfolio-section, .team-section, .testimonial-section {
        padding-top: 50px;
    }
    
    .team-section .owl-controls {
        margin-top: 0;
    }
     
    .blog-section {
        padding: 50px 0;
    }
    
    .about-section, .padding-section{
        padding: 50px 0;
    }
    
    .about-section + .about-section {
        padding: 0 0 50px;
    }
    
    .description_comment {
        max-height: 14.5rem;
        min-height: 14.5rem;
        text-align: left;
    }
    
    .about-section .about-pic-area:before { 
        width: 335px;
        height: 400px;
    }
    
    .bg-contact::after {
        height: 0%;
    }
    
    .menu-setting>.container>.row>div:first-child {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
	#backToTop {
        bottom: 4.5rem;
        right: 1rem;
    }
    
    .cta-section p {
        font-size: 2.2rem;
    }
}

.swiper-slider-main .item-slider {
    position: relative;
}

@media (max-width:767px) {
	.is-mobile .topbar {
        background-image: linear-gradient(to top, var(--color-second) 50%, var(--color-highlight) 50%);
    }
	.is-mobile .topbar>.container>.row>div {
	    justify-content: center;
	}
    
    .col-custom {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    
	.is-mobile .topbar>.container>.row>div {
		flex-direction: column;
	}
}
@media (max-width: 650px) {
    .number_tk {
        font-size: 3rem;
    }
    
    .item_tk:hover .number_tk {
        font-size: 3.2rem;
    }
	
    .danh-gia .star-rating {
        width: 14rem;
    }
    
    .title-breadcrum {
        font-size: 2.4rem;
    }
}