/* all pages animation */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.img_moving_anim1 {
    position: relative;
    -webkit-animation: glide1 2s ease-in-out alternate infinite;
    animation: glide1 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide1 {
    from {
        right: 0px;
        top: 0px;
    }

    to {
        right: 0px;
        top: 20px;
    }
}

@keyframes glide1 {
    from {
        right: 0px;
        top: 0px;
    }

    to {
        right: 0px;
        top: 20px;
    }
}

.img_moving_anim2 {
    position: relative;
    -webkit-animation: glide2 2s ease-in-out alternate infinite;
    animation: glide2 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide2 {
    from {
        left: 0px;
        bottom: 0px;
    }

    to {
        left: 0px;
        bottom: 20px;
    }
}

@keyframes glide2 {
    from {
        left: 0px;
        bottom: 0px;
    }

    to {
        left: 0px;
        bottom: 20px;
    }
}

.text-effect span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: relative;
    top: -100px;
    -webkit-animation: text-effect 2s ease-in-out infinite;
    animation: text-effect 2s ease-in-out infinite;
}

.text-effect span:nth-child(1) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.text-effect span:nth-child(2) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.text-effect span:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.text-effect span:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.text-effect span:nth-child(5) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.text-effect span:nth-child(6) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.text-effect span:nth-child(7) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.text-effect span:nth-child(8) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.text-effect span:nth-child(9) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.text-effect span:nth-child(10) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}




.quality_middle_gallery {
    padding: 40px;
}

.sec_ptb_100 {
    padding: 50px 0px;
}



.quality_section {
    padding: 50px 0px;
}

.quality_section_wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.quality_top_title h2 {}

.quality_title h4 {
    position: relative;
    display: block;
    color: #217a06;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.quality_title h4 font {
    font-weight: 400;
}

.quality_desc p {
    color: #7a7b78;
}

.quality_img {
    /* width: 130px;
    height: 80px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
    margin:5px; */
}

.quality_middle_gallery {
    max-width: 300px;
    margin: auto;
}

.quality_section_wrap2 h2 {
    color: #292929;
    font-size: 50px;
}

.quality_section_wrap2 h4 {
    color: #181b31;
    font-size: 22px;
    font-weight: 700;
}

.quality_section_wrap2 p {
    color: #7a7a7a;
    font-size: 16.12px;
    font-weight: 400;
}

.quality_section_wrap2 .quality_img2 {
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 100%;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.quality_section_wrap2 .quality_content2_img1 {
    top: 27%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.quality_section_wrap2 .quality_content2_img2 {
    top: 27%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.quality_section_wrap2 .quality_content2_img3 {
    bottom: 27%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.quality_section_wrap2 .quality_content2_img4 {
    bottom: 27%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.quality_section_wrap2 .quality_text {
    width: 290px;
}

.quality2_left_thumb {
    top: 0;
    left: 0;
}

.quality2_righttop_thumb {
    top: 0;
    right: 0;
}

.quality2_rightbottom_thumb {
    bottom: 0;
    right: 0;
}


.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}

.d-flex {
    display: flex;
}

.quality_img {
    position: relative;
    width: 130px;
    height: 62px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    margin: 5px;
}

.quality_img .fa {
    color: #217a06;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.aboutmini,
.colorwhite,
.btntype1 a,
.conlisttab li a:hover i,
.conlisttab li a:focus i,
.conlisttab li.active a i,
.clwhite {
    color: white;
}

.btntype1:hover a {
    color: #00923f;
}

.bgred {
    background-color: #840203;
}

.listcustomer li a:before,
.imafor a:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.btntype1 {
    /*background-color: #D71C2C;
    border: 2px solid white;
    box-shadow: 0 0 0 3px #D71C2C;
    display: inline-block;
    padding: 8px 0;
    border-radius: 30px;*/
}

.btntype1 a {
    padding: 10px 15px;
    font-size: 20px;
}

.btntype1:hover {
    background-color: white;
    border: 2px solid #fcb92d;
    box-shadow: 0 0 0 3px white;
}

.transition,
.btntype1,
.listfilter fieldset button,
header.addfix .mainheader,
.listcustomer li a:before,
.conlisttab li i,
.imafor a:before {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

/*========================/*
/*nút nhấp nháu*/
.buttonpull {
    background-color: #fcb92d;
    border: 2px solid white;
    box-shadow: 0 0 0 3px #dda120;
    display: inline-block;
    padding: 8px 0;
    border-radius: 30px;
    /*background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;*/
}

@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #fcb92d;
        box-shadow: 0 0 5px #fcb92d;
    }

    50% {
        background-color: #dda120;
        box-shadow: 0 0 15px #fcb92d;
    }

    100% {
        background-color: #fcb92d;
        box-shadow: 0 0 5px #fcb92d;
    }
}

.buttonpull {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

ul.category-left>li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

ul.category-left>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 400px;
    margin-left: 0px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: all 200ms ease;
}

.bottom-contact {
    position: fixed;
    text-align: left;
    /* top: 24px; */
    bottom: 5px;
    z-index: 9999;
    display: block;
}


/* .rev_slider_wrapper,
.rev_slider {
  height: 100vh !important; 
  max-height: 800px;
  overflow: hidden;
}
.rev-slidebg {
  object-fit: cover;
  width: 100%;
  height: 100%;
} */

.quality_content {
    margin-bottom: 60px;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.align-items-start {
    align-items: flex-start !important;
}

justify-content-center {
    justify-content: center !important;
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}



/*** 
=============================================
    About Area style      
=============================================
***/
.about-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 110px;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;
}

.about-image-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
}

.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2;
}

.about-image-box .inner-box img {
    width: 100%;
}

.about-image-box .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-image-box .inner-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.about-image-box .inner-box .overlay .box .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.about-image-box .inner-box .overlay .box .icon img {
    width: auto;
}


.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 52px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1;
}

.about-image-box .text-box:before {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: 'icomoon';
    content: "\e939";
    color: #ebebeb;
    font-size: 70px;
    line-height: 70px;
    transform: perspective(1200px) rotateX(180deg) translateZ(0px);
    z-index: -1;
}

.about-image-box .text-box p {
    color: #828282;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 17px;
}

.about-image-box .text-box h3 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
}

.about-image-box .text-box h3 span {
    color: #0081c5;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}


.about-text {
    position: relative;
    display: block;
    padding-left: 100px;
}

.about-text .sec-title {
    padding-bottom: 44px;
}

.about-text .inner-content {
    position: relative;
    display: block;
}

.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px;
}

.about-carousel-box {
    position: relative;
    display: block;
    background: #0081c5;
    padding: 41px 41px 37px;
    z-index: 1;
}

.about-carousel-box:before {
    position: absolute;
    left: 40px;
    bottom: -30px;
    font-family: "Flaticon";
    content: "\f103";
    color: #0081c5;
    font-size: 40px;
    line-height: 40px;
    transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}

.about-carousel-box .single-box {
    position: relative;
    display: block;
}

.about-carousel-box .single-box .icon-holder {
    width: 90px;
}

.about-carousel-box .single-box .icon-holder span:before {
    color: #ffffff;
    font-size: 90px;
    line-height: 90px;
    margin-left: 1px;
}

.about-carousel-box .single-box .icon-holder,
.about-carousel-box .single-box .text-holder {
    display: table-cell;
    vertical-align: middle;
}

.about-carousel-box .single-box .text-holder {
    padding-left: 30px;
}

.about-carousel-box .single-box .text-holder h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 21px;
    text-decoration: underline;
}

.about-carousel-box .single-box .text-holder p {
    color: #ffffff;
    margin: 0;
}

.about-carousel-box.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

.about-carousel-box .owl-dots {
    position: absolute;
    /*    margin-top: 105px !important;*/
    margin-top: 70px !important;
    height: 25px;
    line-height: 25px;
    left: -10px;
}

.about-carousel-box .owl-dots .owl-dot {
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0%;
    transition: all 500ms ease;
    display: inline-block;
}

.about-carousel-box .owl-dots .owl-dot span {
    display: none;
}

.about-carousel-box .owl-dots .owl-dot.active {
    background: #0081c5;
    border-color: #0081c5;
}



.other-options .theme-btn {
    margin-bottom: 10px;
    ;
}

.footer-column {
    padding-right: 0px;
    padding-left: 0px;
}

.testimonial-block .info .name::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 1px;
    width: 125px;
    background-color: #a3a3a2;
    content: "";
    display: inline-block;
}

@media (max-width: 767px) {

    .rev_slider_wrapper .tp-leftarrow,
    .rev_slider_wrapper .tp-rightarrow {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {

    .rev_slider_wrapper .tp-leftarrow,
    .rev_slider_wrapper .tp-rightarrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
        line-height: 30px !important;
        padding: 0 !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center center;
        top: 50% !important;
        /* Giữ vị trí trung tâm theo chiều dọc */
        transform: translateY(-50%);
        /* Căn giữa nút */
    }

    .tparrows:before {
        line-height: 30px !important;
    }
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}
.mobile-menu .nav-header {
    background: #217a06;
}
.main-header .main-box {
    padding: 0;
}
.main-header .nav-outer{
    padding-right:20px;
}

.detail-box h2 {
    font-weight: 600;
    color: #217a06;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #217a06;
    padding: 10px 0;
}
.detail-box .title-box h4 {
    color: #217a06;
    line-height: 1.2em;
    font-weight:600;
    text-transform: uppercase;
    padding: 10px 0;
    font-size:20px;
}

.tag-list li {
    background: #217a06;
    color: white;
}

.category-list {
    position: relative;
    display: block;
}
.category-list li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 2px;
    width: 8px;
    background-color: #777777;
    content: "";
}

.category-list li a {
  /*  position: relative;
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 300;
    line-height: 25px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;*/
}

    .category-list li a span {
        display: inline-block;
        font-size: 14px;
    }

    .category-list li a:hover {
        color: #d4b196;
    }

.main-footer .text .fa, .contact .text .fa, .contact .contact-info li .fa {
    padding-right: 10px;
}


.mySwiper-gallery2 {
    margin-top:10px;
}
.cursor-pointer {
    cursor: pointer;
}


.swiper-button-next, .swiper-button-prev {
    color: #FFC107 !important;
}
.swiper-pagination-bullet-active {
    background: #00923f !important;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px)) !important;
}
