/*
Theme Name: Mypage Child
Theme URI: https://www.mypage.vn/
Author: Mypage
Author URI: https://www.mypage.vn/
Description: Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: mypage

*/

@import url("../mypage/style.css");
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body, h1, h2 ,h3, h4, h5, h6, p, a, #main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5{
    font-family: "Be Vietnam", Helvetica, Arial, sans-serif!important;
}
.gridlist-toggle > a, #side-nav-panel .accordion-menu .arrow{
    font-family: "Porto"!important;
}
#header.header-corporate .share-links a, .mega-menu.show-arrow>li.has-sub>a:after {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f0d7"!important;
}
.btn-borders { padding: 8px 14px; border-width: 2px; }

/* Header */
@media (min-width: 992px) {
  #header.header-12 #main-menu .mega-menu > li.menu-item > a, #header.header-12 #main-menu .mega-menu > li.menu-item > h5 {
    padding: 10px 13px 0px;
  }
}
#header.header-corporate .share-links a {
  box-shadow: none;
  background: transparent;
}

@media (max-width: 991px) {
  #header .share-links {
    display: none;
  }

  .fixed-header #header .header-main {
    background: rgba(255, 255, 255, 0.1);
  }
}
#nav-panel .mobile-nav-wrap {
  padding: 10px !important;
}

@media (max-width: 767px) {
  #header .logo {
    max-width: 130px;
  }
}
/* Breadcrumbs */
.page-top .page-title {
  text-transform: uppercase;
  font-size: 2.6em;
}

/* Layouts */
.main-content, .left-sidebar, .right-sidebar {
  padding-top: 50px;
}

/* Footer */
#footer {
  padding-top: 20px;
  overflow: hidden;
}
#footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

#footer .widgettitle,
#footer .widget-title {
  margin-bottom: 22px;
}

#footer .widgettitle,
#footer .widget-title,
#footer .widgettitle a,
#footer .widget-title a {
  font-size: 1.8em;
  font-weight: 200;
}

#footer .footer-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-wrapper #footer .footer-bottom .container > div {
  padding-top: 20px;
}

@media (min-width: 992px) {
  #footer .logo {
    margin-top: 75px;
  }
}
#footer ul.list-footer-nav li {
  margin-bottom: 13px;
}

#footer ul.list-footer-nav a {
  font-size: 14px;
  text-decoration: none;
}

#footer .fa {
  display: inline-block;
  padding-right: 2px;
  position: relative;
  top: 1px;
  color: #000;
}

/* Newsletter */
#footer .widget.widget_wysija {
  margin-bottom: -15px;
}

#footer form.widget_wysija {
  display: table;
  width: 100%;
  position: relative;
}

#footer form.widget_wysija > * {
  display: table-caption;
}

#footer .widget_wysija .wysija-paragraph {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
}

#footer .wysija-paragraph label {
  display: none;
}

#footer .widget_wysija .wysija-input {
  max-width: 100%;
  height: 45px;
  padding: 12px;
  borer-radius: 0;
}

#footer .widget_wysija .wysija-submit {
  display: table-cell;
  height: 45px;
  width: 45px;
  padding: 0;
  margin: 0 0 0 -1px;
  vertical-align: middle;
  text-align: center;
  text-indent: -9999px;
  background: transparent;
  border-color: #ccc;
  position: relative;
  z-index: 1;
}

#footer .widget .widget_wysija:after {
  content: '\e094';
  font-family: 'Simple-Line-Icons';
  font-size: 14px;
  text-indent: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  right: 0;
  top: 0;
  background: #fff;
}

#footer .widget_wysija .wysija-submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #adadad;
}

/* Testimonial */
.testimonial.testimonial-with-quotes blockquote p {
  font-size: 20px;
}

/* Revolution Slider */
.tparrows {
  background: transparent;
}

.tparrows:hover {
  background: transparent;
}

.tparrows:before {
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-shadow: none;
}

.tparrows:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #000 none repeat scroll 0 0;
  opacity: 0.2;
  height: 40px;
  margin: -40px 0 0;
  position: relative;
  transform: rotate(-45deg);
  width: 40px;
  content: "";
  display: block;
  z-index: 0;
}

.tparrows:hover:after {
  opacity: 1;
}

/* Filter, Divider */
.sort-source {
  font-size: 0.9em;
}

.sort-source + hr {
  margin: 30px 0;
}

hr {
  background: #dbdbdb;
}

/* Portfolio */
.portfolio-item.outimage {
  text-align: left;
}

ul.portfolio-details {
  margin-left: 0;
}

.portfolio-info,
.portfolio-desc:first-child,
ul.portfolio-details li h5:first-child {
  display: none;
}

.portfolio-medium .post-content,
.portfolio-ajax-modal .post-content {
  margin-top: 6px !important;
}

@media (min-width: 768px) {
  .portfolio-medium .col-md-8 > *,
  .portfolio-ajax-modal .col-md-8 > * {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .portfolio-medium .col-lg-8 > *,
  .portfolio-ajax-modal .col-lg-8 > * {
    margin-left: 15px;
  }
}
/* Sidebar menu */
.menu-company-container > .menu li {
  padding: 0;
  position: relative;
}

.menu-company-container li:before {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -4px;
  margin-left: 0 !important;
}

.menu-company-container li a {
  display: block;
  padding: 8px 0 8px 18px;
}

.menu-company-container li.active a {
  background-color: #eee;
  font-weight: bold;
  color: inherit;
}

.menu-company-container li:hover a {
  background-color: #eee;
  color: inherit;
}

#footer .widget .widget_wysija { max-width: none; }


/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .logo {
    min-width: 50px;
}
#header.header-corporate .header-main .searchform-popup, #header.header-corporate .header-main #mini-cart {
    display: inline-block;
}
a.header_btn {
    display: block;
    text-align: center;
}
a.header_btn img {
    display: inline-block;
}
a.header_btn span {
    display: block;
    font-size: 13px;
    color: #238500!important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    margin-top: 5px;
}
#header.header-corporate .header-main .header-right > * {
    vertical-align: bottom;
}
.wpb_text_column.wpb_content_element.desc_one h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.porto-ibanner.porto-ibanner-effect-style2.banner_one {
    overflow: visible;
    border: 1px solid #156db5;
}
.porto-ibanner.porto-ibanner-effect-style2.banner_one .porto-ibanner-title {
    -webkit-transform: none!important;
    transform: none!important;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    color: #fff;
}
.porto-ibanner.porto-ibanner-effect-style2.banner_one:hover .porto-ibanner-title {
    color: #fff;
}
.porto-ibanner.porto-ibanner-effect-style2.banner_one .porto-ibanner-desc {
  position: static;
  transform: none;
  background-color: #156db5;
}
.porto-recent-posts .post-item p.author-name {
    display: none;
}
.vc_custom_heading.title_one {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.porto-recent-posts .post-item {
    border: 1px solid #d9d9d9;
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.porto-recent-posts .post-item .post-image {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: initial;
    margin-bottom: 5px!important;
}
.porto-recent-posts .post-item.post-title-simple h4 {
    color: #156db5;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: left;
}
.porto-recent-posts .post-item.post-title-simple > p {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.porto-recent-posts .post-item.post-title-simple > a.btn {
    background-color: #156db5;
    color: #fff;
    border: none;
    border-bottom: 2px solid #0e4e82;
    text-transform: uppercase;
    font-size: 13px;
}
.vc_custom_heading.title_two {
    font-size: 22px;
    color: #156db5;
    line-height: 30px;
    margin-bottom: 15px;
}
.porto-sicon-wrapper.box_one .porto-sicon-title {
    font-size: 14px!important;
    color: #238500;
    font-weight: bold!important;
}
.vc_btn3-container.btn_one a {
    color: #156db5!important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.stats-block.stats-top.counter_one .porto-sicon-top {
    width: 125px;
    height: 125px;
    padding: 19px;
    margin: 0 auto 15px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
}
.stats-block.stats-top.counter_one .stats-text {
    font-size: 16px!important;
    font-weight: 700;
}
.stats-block.stats-top.color_1 .porto-sicon-top {
    border-color: #6d6df5;
}
.stats-block.stats-top.color_2 .porto-sicon-top {
    border-color: #ee4444;
}
.stats-block.stats-top.color_3 .porto-sicon-top {
    border-color: #00a504;
}
.stats-block.stats-top.color_4 .porto-sicon-top {
    border-color: #00a5d4;
}
.stats-block.stats-top.color_5 .porto-sicon-top {
    border-color: #c400ab;
}
.stats-block.stats-top.color_6 .porto-sicon-top {
    border-color: #ffb900;
}
.stats-block.stats-top.color_1 .stats-text {
    color: #6d6df5;
}
.stats-block.stats-top.color_2 .stats-text {
    color: #ee4444;
}
.stats-block.stats-top.color_3 .stats-text {
    color: #00a504;
}
.stats-block.stats-top.color_4 .stats-text {
    color: #00a5d4;
}
.stats-block.stats-top.color_5 .stats-text {
    color: #c400ab;
}
.stats-block.stats-top.color_6 .stats-text {
    color: #ffb900;
}
.porto-sicon-wrapper.info_two h3.porto-sicon-title {
    font-size: 14px;
    text-decoration: underline;
}
.porto-sicon-wrapper.info_two h3.porto-sicon-title {
    font-size: 14px;
    line-height: 20px;
}
.porto-sicon-wrapper.info_two .porto-sicon-header p {
    margin-bottom: 0;
}
.porto-sicon-wrapper.info_two .porto-sicon-box {
    margin-bottom: 5px;
}
.porto-sicon-wrapper.info_two .left-icon .porto-sicon-left .porto-icon {
    margin-right: 10px!important;
}
.vc_custom_heading.title_three {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.porto-sicon-wrapper.info_two {
    margin-bottom: 5px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
    padding: 1px 7px;
}
#footer .vc_custom_heading.footer_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}
#footer .porto-sicon-wrapper.info_two h3.porto-sicon-title {
    text-decoration: none;
}
#footer .wpb_content_element {
    margin-bottom: 0;
}
#footer .widget > div > ul li, #footer .widget > ul li, #footer .widget > div > ul, #footer .widget > ul {
    border: none;
}
#footer .widget_nav_menu > div > ul li:before {
    display: none;
}
#footer .widget > div > ul li, #footer .widget > ul li {
    padding: 5px 0 5px 0px;
}
.tabs.tabs-vertical.tour_one .nav-tabs li .nav-link, .tabs.tabs-vertical.tour_one .nav-tabs li .nav-link:hover {
    background: #40a9e1;
    color: #fff!important;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
    border-left: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
}
.tabs.tabs-vertical.tabs-left.tour_one ul.nav-tabs li .nav-link:hover, .tabs.tabs-vertical.tabs-left.tour_one ul.nav-tabs li.active .nav-link, .tabs.tabs-vertical.tabs-left.tour_one ul.nav-tabs li.active .nav-link:hover {
    background-color: #156db5;
}
.tabs.tabs-vertical.tabs-left.tour_one ul.nav-tabs li.active .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.page-top .page-title {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
}
.page-top ul.breadcrumb {
    display: inline-flex;
}
section.page-top .container {
    padding-top: calc(6vw - 36px);
    padding-bottom: calc(6vw - 36px);
}
.tab-content h2 {
    font-size: 24px;
    font-weight: bold;
}
.sidebar-content .widget .widget-title {
    background-color: #156db5!important;
    padding: 8px 15px!important;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
}
.sidebar-content aside.widget {
    margin-bottom: 35px!important;
    border: 1px solid #efefef;
    background-color: #f5f5f5;
    padding: 0 20px 20px!important;
}
.sidebar-content {
    border: none!important;
}
.sidebar-content .widget_nav_menu ul{
    border: none;
}
.sidebar-content .widget_nav_menu ul li {
    padding-left: 0;
    font-size: 14px;
    border: none;
    line-height: 16px;
}
.sidebar-content .widget_nav_menu ul li:before, .widget_product_categories .widget-title .toggle, .widget_price_filter .widget-title .toggle, .widget_layered_nav .widget-title .toggle, .widget_layered_nav_filters .widget-title .toggle, .widget_rating_filter .widget-title .toggle, ul.products li.product-col .add-links-wrap, .woocommerce-tabs .resp-tabs-list{
    display: none;
}
.price, td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal, .product-nav .product-popup .product-details .amount, ul.product_list_widget li .product-details .amount, .widget ul.product_list_widget li .product-details .amount {
    color: #156db5;
}
ul.products li.product-col .price {
    font-size: 14px;
    font-weight: 600;
}
.single-product .related .slider-title {
    color: #156db5;
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 0;
}
.porto-related-products {
    background-color: #fff;
}
.wpb_single_image.wpb_content_element.image_video {
    position: relative;
}
.wpb_single_image.wpb_content_element.image_video:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(images/play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.mfp-content {
    position: relative;
    background: #156db5;
    padding: 30px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    border-color: #c4c4c4;
}
.mfp-content .mfp-close {
    color: #fff;
}
.mfp-content span.wpcf7-not-valid-tip {
    color: #fff;
}
.wpcf7-submit.custom-btn-style-4 {
    background: transparent !important;
    color: #FFF;
    font-weight: 900 !important;
    border: 2px solid #fff !important;
    padding: 10px 30px !important;
    font-size: 14px;
    border-radius: 30px !important;
}
.porto-modal-content h3 {
    color: #fff;
    text-align: center;
}
.porto-modal-content .row.text_other p {
    text-align: center;
    color: #fff;
}
#header .share-links a:before, .share-links a:before {
    font-family: "Font Awesome 5 Brands"!important;
}
.share-links .share-email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free"!important;
}
table td {
    border: 1px solid #eee;
}
.stats-block.counter_one .stats-number {
    color: #333;
}
.porto-ibanner.banner_one .porto-ibanner-content {
    position: static;
    color: #fff!important;
    opacity: 1;
    text-align: justify;
    padding: 10px 0 0;
}
.share-links .zalo-share-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
#side-nav-panel .accordion-menu li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
#zalo_chat {
    position: fixed;
    bottom: 160px;
    left: 15px;
    z-index: 99;
}
#zalo_chat img {
    width: 75px;
}
.messanger_mobile {
    display: inline-block;
    position: fixed;
    bottom: 115px;
    right: 8px;
    z-index: 99;
}
.fanpage_link {
    position: fixed;
    bottom: 235px;
    left: 25px;
    z-index: 99;
}
@media (max-width: 767px){
    #zalo_chat {
        bottom: 142px;
        left: 20px;
    }
    #zalo_chat img {
        width: 65px;
    }
    .messanger_mobile {
      bottom: 100px;
      right: 29px;
    }
    .messanger_mobile svg, .fanpage_link svg {
        width: 50px;
    }
    .fanpage_link {
        bottom: 200px;
        left: 26px;
    }
    .mypage-alo-phone{
        right: -16px;
        bottom: 55px;
    }
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 30px;
    right: 130px;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    bottom: 0;
    display: block
}

.hotline-phone-ring,
.hotline-phone-ring-circle {
    background-color: transparent;
    width: 110px;
    height: 110px;
    left: 0
}

.hotline-phone-ring-circle {
    top: 0;
    border-radius: 100%;
    border: 2px solid #e81212;
    -webkit-animation: phonering-alo-circle-anim 1.2s ease-in-out infinite;
    animation: phonering-alo-circle-anim 1.2s ease-in-out infinite;
    opacity: .5
}

.hotline-phone-ring-circle,
.hotline-phone-ring-circle-fill {
    position: absolute;
    transition: all .5s;
    transform-origin: 50% 50%
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    background-color: #f71d1d;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s ease-in-out infinite;
    animation: phonering-alo-circle-fill-anim 2.3s ease-in-out infinite
}

.hotline-phone-ring-img-circle {
    background-color: #e81212;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s ease-in-out infinite;
    animation: phonering-alo-circle-img-anim 1s ease-in-out infinite;
    transform-origin: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px
}

.hotline-bar {
    position: absolute;
    background: #f71d1d;
    height: 45px;
    width: 190px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px 0 20px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

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

    to {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@media (max-width:768px) {
    .hotline-bar {
        display: none
    }
}
@media (min-width: 768px){
  #header.header-corporate .block-inline {
    line-height: 40px;
    margin-bottom: 0px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
    }
}
@media (max-width: 991px){
    .tabs.tabs-vertical.tour_one {
        display: block;
    }
    .tabs-vertical.tour_one .nav-tabs, .tabs-vertical .tab-content {
        display: block;
    }
}
@media (max-width: 767px){
  section.page-top {
    padding-bottom: 32px;
    padding-top: 32px;
  }
    .header-contact img {
      width: 40px;
  }
  #header .search-popup .searchform {
    left: -50px;
  }
  .hotline-phone-ring-wrap{
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px){
  #header .header-left .searchform, #header .header-left.search-popup .searchform, #header .header-center .searchform, #header .header-center.search-popup .searchform, #header .header-right .searchform, #header .header-right.search-popup .searchform {
    width: 338px!important;
  }
  #header .searchform:before{
    left: -50px;
  }
}
@media (max-width: 575px){
  #header .header-center .searchform-popup .searchform, #header .header-center.search-popup .searchform-popup .searchform {
    left: -50px;
  }
  #header .searchform:before {
    right: 207px;
  }
  #header.search-sm .search-popup .searchform {
    width: 285px;
  }
}
@media (max-width: 375px){
  #header .searchform:before {
    right: 220px;
  }
  .wpb_text_column.wpb_content_element.desc_one span {
    font-size: 35px;
  }
}
#header .share-links a, #footer .widget.follow-us .share-links a, .widget.follow-us .share-links a {
    font-size: 20px;
}
#header .header-main .header-left, #header .header-main .header-right, #header .header-main .header-center {
    padding: 5px 0;
}
#header.sticky-header .header-contact {
    display: inline-block;
}
body.single.single-post .main-content-wrap {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 12%);
}
.wpb_text_column.wpb_content_element.text-uppercase.desc_one span {
    line-height: 1.2;
}
#header .share-links a {
    border-radius: 50%;
    width: 2em!important;
    margin: 4px 2px!important;
}
#header .share-links .share-facebook {
    background-color: #3b5a9a!important;
}
#header .share-links .share-youtube {
    background-color: #c3191e!important;
}
.post-item.with-btn.post-title-simple {
    text-align: center;
}
.posts-grid .grid-box > .clearfix {
    text-align: center;
}
.posts-grid .grid-box > .clearfix a {
    float: none!important;
}
.tab-content .grid.row {
  height: initial!important;
}
.blog-posts article.post-grid {
    position: static!important;
}
.grid.row article.post.post-title-simple .entry-title {
    height: 56px;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.grid.row article.post.post-title-simple p, .post-item.with-btn.post-title-simple .desc {
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.grid.row article.post.post-title-simple .entry-title {
    margin-bottom: 0;
}
.grid.row article.post.post-title-simple .entry-title a, .post-item.post-title-simple h4 a {
    height: 40px;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
html[lang="fr-FR"] #main-menu .mega-menu > li.menu-item > a, html[lang="fr-FR"] a.header_btn span {
    font-size: 11px;
}
.related-posts .sub-title strong {
    font-weight: normal;
}