/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/awe5/css/all.css);
@import url(assets/css/flatsome.css);
:root{
  
}
.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-woocommerce-product-content ul, .elementor-widget-woocommerce-product-content ol{
    margin-bottom: 15px;
    padding-left: 16px;
}
.elementor-widget-theme-post-content ol li, .elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li, .elementor-widget-woocommerce-product-content ul li, .elementor-widget-woocommerce-product-content ol li{
    margin-bottom: 4px;
}
/*===================icon contact=========*/
.if-round li{
	list-style: none;
	margin-left: 0 !IMPORTANT;
}
.if-round li>div {
    display: table-cell;
    vertical-align: top;
}
.if-round li>div p, .if-round li>div i{
	color: #444;
}
.if-round li>div p{
	margin-bottom: 0;
}
.if-round .if-icon i {
    width: 21px;
    height: 12px;
    line-height: 0;
    text-align: left;
    font-size: 0px;
    letter-spacing: -.02em;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #86C5D8;
}
.if-round .if-icon i:before{
	font-size: 14px;
}
ul.if-round {
    margin-left: 0;
}
.copyright-footer {
    color: #fff;
    font-size: 16px;
}
i.fas.fa-phone-alt:before {
    content: "\f879";
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
}
/*===================end icon contact=========*/

/*======================breadcrumbs===========*/
.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
}
.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}
ul.breadcrumbs li:last-child:after {
    content: none;
}
.sitepath-l h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #f00;
}
ul.breadcrumbs {
    margin-bottom: 0;
    margin-left: 0;
}

.sitepath.clearfix .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sitepath.clearfix {
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrapper-breacome {
    display: flex;
    height: 250px;
    align-items: center;
}
/*======================end breadcrumbs===========*/

/*==============image cover=============*/
.has-format, .video-fit, .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100% !IMPORTANT;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*==============image cover=============*/

/*===============slick arow==========*/
button.slick-arrow {
    font-size: 0;
    position: absolute;
    left: -6px;
    z-index: 1;
    top: 120px;
    padding: 0;
    outline: none;
    border: none;
}

button.slick-arrow:before {
    font-size: 16px;
        background-color: rgb(255 255 255 / 80%);
    content: "\f105";
    color: var(--color1);
    font-family: 'Font Awesome 5 Pro';
    width: 35px;
    height: 35px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    content: "\f053";
    font-weight: 400;
    border-radius: 50%;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f054";
}

button.slick-arrow.slick-next {
    right: -6px;
    left: auto;
}
/*===============slick arow==========*/
/*=================image box===============*/
.box-overlay .box-text, .box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.box-text-top.box-overlay .box-text, .box-text-top.box-shade .box-text {
    position: absolute;
    top: 0;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-text-middle.box-overlay .box-text, .box-text-middle.box-shade .box-text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-none .box-text {
    display: none !important;
}
.image-center {
    margin-left: auto;
    margin-right: auto;
}
.image-right {
    margin-left: auto;
    margin-right: 0;
}
.box-text.text-center {
    margin-left: auto !IMPORTANT;
    margin-right: auto !IMPORTANT;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
@media(min-width: 550px){
    .box-list-view .box, .box-vertical {
        display: table;
        width: 100%;
    }
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
}
/*=================image box===============*/

.login-dev-menu .elementor-nav-menu>li>a {
    position: relative;
}

.login-dev-menu .elementor-nav-menu>li>a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    display: block;
    content: "\f007";
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #fff;
    line-height: 26px;
    border-radius: 50%;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    left: -21px;
}
.row-contact-page input[type='email'], .row-contact-page input[type='date'], .row-contact-page input[type='search'], .row-contact-page input[type='number'], .row-contact-page input[type='text'], .row-contact-page input[type='tel'], .row-contact-page input[type='url'], .row-contact-page input[type='password'], .row-contact-page textarea, .row-contact-page select {
    background: #F3F3F3;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #EBEBEB;
    border-radius: 2px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}
.form-button input.button {
    font-weight: normal;
    font-size: 16px;
    background-color: var( --e-global-color-secondary ) !IMPORTANT;
}
/*=============post sidebar============*/
.post-sidebara  li.recent-blog-posts-li .flex-col.mr-half {
    display: none;
}

.post-sidebar .widget_recent_entries ul>li {
    padding-left: 15px;
    padding-right: 15px;
    border: navajowhite;
    margin-bottom: 0px;
}
.post-sidebar .menu li{
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 0px;
}
.post-sidebar .menu li:last-chid a{
    border-bottom:none;
}
.post-sidebar .menu li a{
    border-bottom: dashed 1px #D8D8D8;
    display: block;
     font-family: "Playfair Display", sans-serif;
     font-weight: bold;
      color: #222222;
}
.post-sidebar .widget_recent_entries ul>li>a {
    font-weight: bold;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar .menu li a:hover, 
.post-sidebar .widget_recent_entries ul>li>a:hover{
    color: #000;
}

.post-sidebar .widget_recent_entries ul>li>a {
    border-bottom: dashed 1px #D8D8D8;
}
.post-sidebar .widget_recent_entries ul{
    padding-bottom: 15px;
}
.widget_recent_entries ul>li:last-child>a {
    border: none !IMPORTANT;
}
.post-sidebar aside {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 24px;
    display: inline-block;
    width: 100%;
}
.post-sidebar .widget-title {
    background-color: #00162B;
    border: none;
    font-size: 20px;
    text-transform: none;
    display: block;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px;
    border-left: solid 5px #093479;
    background-size: auto 34px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 1;
}
.post-sidebar .widget-title {
    border: none;
    background-color: #0050C2;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar aside {
    border: solid 1px #C7C7C7;
    border-radius: 15px;
    overflow: hidden;
}
.post-sidebar .tagcloud a{
    font-size: 16px !important;
    border: solid 1px #0050c2;
    color: #0050c2;
    border-radius: 99px;
    display: inline-block;
     font-family: "Playfair Display", sans-serif;
     margin-bottom: 10px;
     margin-right: 10px;
     padding: 5px 15px; 
}
.post-sidebar .tagcloud a:hover{
    color: #fff;
    background-color:  #0050c2;
}
.post-sidebar .tagcloud{

    padding: 15px;
}
.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a:hover {
    color: #0050c2;
}

.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a {
    font-size: 16px;
    line-height: 24px;
}

.post-sidebar .menu li a {
    font-size: 18px;
}

.post-sidebar  .menu li a:hover {
    color: #0050c2;
}
.post-sidebar  .menu li:last-child a {
    border-bottom: navajowhite;
}
.post-sidebar  .menu {
    margin-bottom: 13px;
}
.row-contact-page1 input[type='email'],
.row-contact-page1 input[type='date'],
.row-contact-page1 input[type='search'],
.row-contact-page1 input[type='number'],
.row-contact-page1 input[type='text'],
.row-contact-page1 input[type='tel'],
.row-contact-page1 input[type='url'],
.row-contact-page1 input[type='password'],
.row-contact-page1 textarea,
.row-contact-page1 select{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    box-shadow: none;
    border-bottom: solid 1px #E6E6E6;
    border-radius: 0px;
    height: 48px;
}
.row-contact-page1 input[type='email']::placeholder,
.row-contact-page1 input[type='date']::placeholder,
.row-contact-page1 input[type='search']::placeholder,
.row-contact-page1 input[type='number']::placeholder,
.row-contact-page1 input[type='text']::placeholder,
.row-contact-page1 input[type='tel']::placeholder,
.row-contact-page1 input[type='url']::placeholder,
.row-contact-page1 input[type='password']::placeholder,
.row-contact-page1 textarea::placeholder,
.row-contact-page1 select::placeholder{
    color: #797878;
}
.row-contact-page1 input[type='email']::-ms-input-placeholder,
.row-contact-page1 input[type='date']::-ms-input-placeholder,
.row-contact-page1 input[type='search']::-ms-input-placeholder,
.row-contact-page1 input[type='number']::-ms-input-placeholder,
.row-contact-page1 input[type='text']::-ms-input-placeholder,
.row-contact-page1 input[type='tel']::-ms-input-placeholder,
.row-contact-page1 input[type='url']::-ms-input-placeholder,
.row-contact-page1 input[type='password']::-ms-input-placeholder,
.row-contact-page1 textarea::-ms-input-placeholder,
.row-contact-page1 select::-ms-input-placeholder{
color: #797878;
}
.row-contact-page1 textarea {
    height: 120px;
}

.row-contact-page1 textarea {
    border-color: #E6E6E6 !important;
}
/*=============post sidebar============*/

.dev-button-blog {
    position: absolute;
    bottom: -16px;
    left: 0;
    padding-left: 15px;
}
.loop-single-dev {
    background-color: #fff;
    border: solid 1px #36364b;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px;
    border-radius: 15px;
    overflow: hidden;
}
.dev-button-blog a.elementor-button-link:hover {
    box-shadow: rgb(0 0 0 / 22%) 5px 5px 13px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
}
.dev-button-blog a.elementor-button-link .fas{
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}
.title-a a:hover {
    color: var(--color1) !IMPORTANT;
}

/* the slides */
.slider-post-dev .slick-slide {
  margin: 0 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* the parent */
.slider-post-dev .slick-list {
  margin: 0 -15px;
}
.slider-post-dev .slick-track
{
    display: flex !important;
}

.slider-post-dev .slick-slide
{
    height: inherit !important;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    height: 100%;
}
button.slick-arrow:hover, button.slick-arrow:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.slider-post-dev .ecs-posts .slick-slide>div article {
    height: 100%;
}
button.slick-arrow {
    padding: 5px;
}
.widget-social span.elementor-share-btn__icon {
    width: 30px;
    height: 30px;
    line-height: 30px !IMPORTANT;
    border-radius: 100% !IMPORTANT;
    overflow: hidden;
}

.widget-social .elementor-share-btn {
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
}

.widget-social span.elementor-share-btn__icon i {
    font-size: 14px;
}

.widget-social span.elementor-share-btn__icon span.elementor-screen-only {
    display: none;
}

.widget-social .elementor-grid-item {
}
/*=================sticky header============*/
.logo img {
    max-width: 342;
    height: auto;
    transition: all 0.5s ease;
}

.elementor-sticky--effects .logo img {
    max-width: 60px;
    height: auto;
}
.elementor-sticky--effects .menu-main-dev nav.elementor-nav-menu--main>ul>li>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.elementor-sticky--effects {
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px;
}

/*=================sticky header============*/

.dev-button-blog {
    bottom: 15px;
}
.post-sidebar .widget-title {
    margin-top: 0;
}
.post-sidebar .widget_recent_entries ul>li>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-sidebar .widget_recent_entries ul {
    margin-bottom: 0;
}
.container-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
/* ==============list contact================ */
/*.list-contact {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
}*/
.fix-contact1 {
    position: fixed;
    bottom: 60px !IMPORTANT;
    right: 20px !IMPORTANT;
    z-index: 100;
    display: inline-block !IMPORTANT;
    top: auto !important;
    margin-bottom: 0px !important;
}
.list-contact li {
    list-style: none;
}

.list-contact li img {
    max-width: 41px;
}

.list-contact ul {
    margin-bottom: 0;
}
.coppy-right-bx {
    margin-bottom: 0 !IMPORTANT;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
.nav-arrow nav>ul>li {
    position: relative;
    padding-left: 20px;
}
.nav-arrow nav>ul>li:before {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color:  var( --e-global-color-secondary ) !IMPORTANT;
    top: 3px;
    left: 0;
}
.mb0{
    margin-bottom: 0 !important;
}
.social-footer-dev  i.fab.fa-facebook {
    font-weight: 300;
    font-family: "Font Awesome 5 Brands";
}

.social-footer-dev i.fab.fa-facebook:before {
    content: "\f39e";
}

.social-footer-dev i.fab.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 300;
}

.social-footer-dev i.fab.fa-linkedin:before {
    content: "\f0e1";
}
/* ==============list contact================ */
.elementor-posts-nothing-found {
    white-space: nowrap;
}
/*equa height========================================*/
.button-view {
    position: absolute;
    bottom: 30px;
    left: 0;
   
    width: 100%;
}


@media(min-width:  768px){
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section>.elementor-container {
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section, .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        padding-bottom: 0;
    }
    
    .elementor-posts--skin-archive_custom .elementor, 
    .elementor-posts--skin-custom .elementor{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap,
    .elementor-posts--skin-custom  .elementor .elementor-section-wrap{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        height: 100%;
    }
    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section .elementor-container,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section .elementor-container {
        height: 100%;
    }

}
/*equa height========================================*/
.mb0{
    margin-bottom: 0 !important;
}
.custom-icon-footer li.elementor-icon-list-item>a {
    vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom-icon-footer li.elementor-icon-list-item i {
    margin-top: 5px;
}
.pdt-60{
    padding-top: 60%
}
.pdt-760{
    padding-top: 70%
}
.loop-single-dev1 {
    overflow: hidden;
}
.archive-dev .elementor-pagination span, .archive-dev  .elementor-pagination a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #E5E5E5;
    color: #333;
    border-radius: 8px;
}

.archive-dev nav.elementor-pagination {
    display: flex;
    justify-content: center;
}

.archive-dev .elementor-pagination .page-numbers.prev,  .archive-dev .elementor-pagination .page-numbers.next {
    font-size: 12px;
}

.archive-dev .elementor-pagination span.page-numbers.current, .archive-dev .elementor-pagination a:hover {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}

.headding-widget .elementor-widget-container .elementor-heading-title:before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    bottom: -1px;
}
.headding-widget .elementor-widget-container {
    position: relative;
}
.headding-widget .elementor-widget-container {
    border-bottom: solid 1px #E1E1E1;
}
.nav-arrow-right nav>ul>li>a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    color: var(--e-global-color-secondary) !important;
    top: 50%!important;
    right: 0;
    transform: translateY(-50%)!important;
}

.nav-arrow-right nav>ul>li>a {
    padding-right: 13px !IMPORTANT;
}
.post-related-view article .a-hover a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-related-view article .a-hover a:hover{
    color: var(--e-global-color-secondary) !important;
}
.bnt-readmore-dev i.fas.fa-chevron-right {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
}
.form-blog input.elementor-search-form__input {
    box-shadow: none;
}
.image-61 {
    padding-top: 42%;
}
.form-blog input.elementor-search-form__input {
    height: 50px;
}
.post-related-view article {
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 20px !IMPORTANT;
}
.post-related-view article:last-child {
    border: none;
    padding-bottom: 0 !IMPORTANT;
}
.my-account-menu-icon>a {
    font-size: 0;
    
    background-size: contain;
    background-repeat: no-repeat;
}

.my-account-menu-icon>a:before {
    content: "";
    width: 21px !important;
    height: 21px !important;
    background-image: url(assets/img/user.svg);
    opacity: 1 !IMPORTANT;
    background-position: center;
    background-color: transparent ! IMPORTANT;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
}
.search-icon form.elementor-search-form {
    margin-bottom: 0;
}

.search-icon form.elementor-search-form i.fas.fa-search:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.mini-cart-dev i.eicon-bag-medium {
    background-image: url(assets/img/cart.svg);
    background-position: center;
    background-color: transparent !IMPORTANT;
    background-repeat: no-repeat;
}
.mini-cart-dev i.eicon-bag-medium:before{
    opacity: 0;
}
.mini-cart-dev svg {
    width: 19px;
}
.mini-cart-dev {
    padding-top: 8px;
}
.search-icon-header  .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}
.my-account-menu-icon>a {
    width: 40px !IMPORTANT;
}
.search-header input {
    height: 40px;
    box-shadow: none;
 
}

.search-header button.elementor-search-form__submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.search-header .elementor-search-form__container {
    position: relative;
}
.search-header form{
    margin-bottom: 0;
}
.search-header .e-font-icon-svg-container:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}

.search-header .e-font-icon-svg-container svg {
    display: none;
}
a.totop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color:#fff;
    color: #5A5A5A ! IMPORTANT;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #5A5A5A;
}
.list-contact {
    text-align: center;
}

.list-contact li {
    text-align: center;
}

a.totop {
    margin-left: auto;
    margin-right: auto;
}

.copyright-dev a{
    font-weight: 700 !important;
}
.menu-main-dev nav>ul>li.current-menu-item>a,
.menu-main-dev nav>ul>li.current-menu-parent>a{
    font-weight: 600 !important;
}
.image-full-dev img{
    width: 100%;
}
.nav-project-dev nav>ul>li.current-menu-item>a {
    font-weight: 700 !important;
    text-decoration: underline;
}
.cover-project-dev a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.11%, rgba(0, 0, 0, 0.64) 84.54%);
    z-index: 1;
}

.title-project-dev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.title-project-dev a {
    padding: 15px;
    display: block;
    color: #fff !IMPORTANT;
}

.title-project-dev a:hover {
    color: var(--color3) !IMPORTANT;
}
.cover-project-dev {
    padding-top: 102%;
}
.gallery-dev-inner .image-cover {
    padding-top: 160px;
    background-size: contain;
    background-color: #fff;
    border-radius: 5px;
}

.gallery-dev-inner .image-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain\;';
    padding: 5px;
}
.pagination.style-dev a:not(.prev):not(.next) {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #E5E5E5;
    color: #333;
    border-radius: 8px;
}

.pagination.style-dev {
    display: flex;
    justify-content: center;
}

.pagination.style-dev a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    color: #333335;
}

.pagination.style-dev a.pagination-link.disabled {
    color: #CCCCCC;
}

.pagination.style-dev a.pagination-link.active:not(.prev):not(.next), .pagination.style-dev a.pagination-link:hover:not(.prev):not(.next) {
    background-color: var(--e-global-color-secondary) !IMPORTANT;
    color: #fff !IMPORTANT;!I;!;
}
a.pagination-link.prev.disabled {
    cursor: context-menu;
}
span.pagination-numbers {
    display: flex;
}


.gallery-dev-inner .image-cover1 {
    display: flex;
    width: 100%;
    height: 150px;
    object-fit: scale-down;
    background-color: #fff;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.gallery-dev-inner .image-cover1 img {
    object-fit: scale-down;
    padding: 15px;
}
.menu-main-dev nav>ul>li.current-menu-item>a, .menu-main-dev nav>ul>li.current-menu-parent>a {
    font-weight: 700 !important;
}

.box-content-product {
    position: absolute;
    bottom: 0;
    padding: 15px;
    transition: all 0.3s;
}

.box-content-product .woocommerce-loop-product__title {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.box-link-add-to-cart i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #E31215;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.box-link-add-to-cart a {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    height: 40px;
    align-items: center;
}
.box-link-add-to-cart a span {
    background-color: var(--color1);
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
}
.wrapper-produdct-dev .image-cover {
    padding-top: 116% !important;
}

.wrapper-produdct-dev .image-cover:before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.11%, rgba(0, 0, 0, 0.64) 84.54%);
    z-index: 1;
    transition: all 0.3s;
}

.box-content-product {
    width: 100%;
    z-index: 2;
}
.box-link-add-to-cart {
    position: absolute;
    
   transform: translateY(70px);
    bottom: 30px;
     transition: all 0.3s;

}
.wrapper-produdct-dev{
    overflow: hidden;
    position: relative;
}
.wrapper-produdct-dev:hover .box-link-add-to-cart {
    transform: translateY(0%);
   
}
.wrapper-produdct-dev:hover  .box-content-product {
    padding-bottom: 70px;
}
.wrapper-produdct-dev:hover .image-cover:before {
    background: rgb(0 0 0 / 50%);
    height: 100%;
}
.woocommerce-toolbar-wrapper {
    display: none;
}
.nav-product-dev nav>ul>li:not(.current-menu-item)>a:before {
    background-color: #F2F4FB !important;
    opacity: 1 !important;
}

.nav-product-dev nav>ul>li:hover>a:before {
    background: var(--color1) !important;
}
.qty-flex button {
       margin: 0 !IMPORTANT;
    height: 45px !important;
    line-height: 45px !important;
    padding-top: 0;
    padding-bottom: 0;
}
.single-product .quantity input.input-text {
    height: 45px !important;
    margin: 0;
}
.add-to-enquery-dev .quantity {
    display: none;
}


.page-gravure1.slick1 .slick-arrow {
    top: 50%;
}

.page-gravure1.slick1 button.slick-prev.slick-arrow {
    left: 15px;
}

.page-gravure1.slick1 button.slick-next.slick-arrow {
    right: 15px;
}
/* the slides */
.page-gravure1.slick1 .slick-slide {
  margin: 0 5px;
}

/* the parent */
.page-gravure1.slick1 .slick-list {
  margin: 0 -5px;
}
.wrapper-thumb-slider {
    padding-top: 3px;
}
ul.slider-nav1 {
    padding: 0;
}
.list-text-product ul{
    margin: 0;

}
.list-text-product ul li, .list-text-product ul li a{
    color: #111414;
}
.list-text-product ul li a:hover{
    color: var(--color3);
}
.nav-slider-product .elementor-swiper-button {
    background-color: rgb(255 255 255 / 80%);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nav-slider-product .elementor-main-swiper {
    height: auto !important;
}

.nav-slider-product .elementor-main-swiper .elementor-carousel-image {
    padding-top: 116%;
}
.nav-product-dev nav>ul>li {
    padding-bottom: 10px;
}

.archive-pro ul.products.elementor-grid.columns-3 {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex ! IMPORTANT;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-column-gap: 0 !IMPORTANT;
    grid-row-gap: 0 !IMPORTANT;
    margin-left: -15px !important;
    margin-right: -15px !important;
    grid-template-columns: none !important;
}
.archive-pro ul.products.elementor-grid.columns-3 li.product-dev {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 15px;
}
.slider-home1 .elementor-slide-description, .slider-home1 .swiper-slide-contents {
    width: 100% !important;
}
.cover-product1 a:before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(27, 43, 108, 0.00) 59.03%, rgba(27, 43, 108, 0.90) 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.cover-product1 {
    padding-top: 104%;
}
.loop-product-post:hover .product-info-loop {
    bottom: 0 !important;
}
.loop-product-post:hover .cover-product1 a:before{
    opacity: 1;
}
.product-info-loop {
    bottom: -100% !important;
    transition: all 0.3s;
}
.btn-product a {
    width: 40px;
    height: 40px;
    background-color: var(--color3);
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.btn-product a:hover {
    background-color: var(--e-global-color-1854b5e);
}

.row-border>div:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    top: auto;
    bottom: 0;
    border-top: dashed 1px rgb(255 255 255 / 20%);
    left: 50%;
    transform: translateX(-50%);
}
.row-border>div:after {
    content: "";
    position: absolute;
    height: calc(100% - 30px);
    width: 1px;
    top: 50%;
    border-left: dashed 1px rgb(255 255 255 / 20%);
    right: 0;
    transform: translateY(-50%);
}
.info-project-home {
    bottom: -100% !important;
    transition: all 0.3s;
    position: absolute;
    left: 0 !important;
}

.cover-project-dev.style1 a:before {
    background: linear-gradient(180deg, rgba(27, 43, 108, 0.00) 57.58%, #1B2B6C 100%);
    opacity: 0;
    transition: all 0.3s;
}
.loop-post-project1:hover .info-project-home{
    bottom: 0% !important;
}
.loop-post-project1:hover .cover-project-dev.style1 a:before {
    opacity: 1;
}
.loop-post-project1{
    position: relative;
    overflow: hidden;
}

.btn-project-1 span.elementor-button-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color3);
    color: #fff !important;
    fill: #fff;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.btn-project-1 a:hover span.elementor-button-icon{
    background-color: var(--e-global-color-1854b5e) !important;
     color: #fff !important;
}
.btn-project-1  span.elementor-button-text {
    align-items: center;
    display: flex;
}

.btn-project-1 .elementor-button-wrapper:before {
    height: 2px;
    width: 100%;
    display: block;
    flex: 1;
    height: 2px;
    background-color: #EDEFF5;
    content: "";
}

.btn-project-1 .elementor-button-wrapper {
    display: flex;
    align-items: center;
}

.btn-project-1 .elementor-button-wrapper a {
    padding-left: 10px !important;
}
.cover-project-dev.style1 {
    padding-top: 104%;
}
 .nav-project-home nav>ul>li:first-child>a {
    font-weight: 700 !important;
	color: var(--color1) !important;
}
.section-project-home::before {
    height: 353px;
    bottom: 0;
    top: auto;
}
.list_pro {
    text-align: center;
}
.archive-pro ul.page-numbers li a, .archive-pro ul.page-numbers li span {
    width: 30px;
    height: 30px;
    display: flex !important;
    border-radius: 8px !important;
    justify-content: center;
    align-items: center;
}

.archive-pro ul.page-numbers li {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next  {
    background-color: transparent !important;
    color: #333333 !important;
}
.btn-project-1 a:hover span.elementor-button-icon svg path {
    fill: #fff;
}
.icon-dev span.elementor-icon-list-icon svg {
    color: transparent !important;
    fill: transparent !important;
}
.icon-v1 li.elementor-icon-list-item.elementor-inline-item {
    padding-bottom: 12px;
}
.load-more-wrapper {
    text-align: center;
}

.load-more-wrapper button {
    margin: 0;
    background-color: var(--color1);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 90px;
    margin-top: 20px;
}

.load-more-wrapper button:hover {
    background-color: #000 !important;!
}
.content-single-project blockquote {
    background-color: #F2F4FB;
    margin: 0;
    padding: 11px;
    color: #163762;
    margin-bottom: 14px;
}
.text-product1 h5 {
    text-transform: uppercase;
    font-weight: 600;
}
.wrapper-thumb-slider .slick-current .image-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(27 43 108 / 60%);
    z-index: 1;
}
.text-dev2 thead tr td {
    background-color: #1B2B6C;
    color: #fff;
    border-color: #1B2B6C;
    font-weight: 600;
}

.text-dev2 tbody tr td {
    border: solid 1px #EDEDED;
    background-color: #F9F9F9;
}

.text-dev2 tr td {
    padding: 13px;
    font-size: 16px;
    color: #222222;
}
.text-dev2 h4 {
    border-bottom: solid 1px #DEDEDE;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.text-number ol {
    list-style: none;
    padding-left: 0;
    counter-reset: my-awesome-counter var(--start, 0); /* Sử dụng biến CSS */
}

.text-number ol li {
    position: relative;
    margin-bottom: 7px;
    counter-increment: my-awesome-counter;
    padding-left: 30px;
}

.text-number ol li:before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: var(--color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.text-dev2 table tbody>tr:nth-child(odd)>td, 
.text-dev2  table tbody>tr:nth-child(odd)>th {
    background-color: #F9F9F9;
}
.slider-image-dev .elementor-swiper-button {
    background-color: #fff;
    color: var(--color1);
    fill: var(--color1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
}

.slider-image-dev .elementor-swiper-button svg {
    color: var(--color1);
    fill: var(--color1) !IMPORTANT;
}
.textv1 li strong {
    font-weight: 600;
}
.page-gravure1.slick1 .slick-track {
    margin-left: 0;
}
.page-gravure1 a.venobox {}

.page-gravure1 a.venobox  .image-cover {
    background-size: contain;
    border: solid 1px #ddd;
}

.page-gravure1 a.venobox .image-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}