/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.4
*/

#Header {
    min-height: auto !important;
	
}

#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 0 !important;
}

 #Top_bar.is-sticky #logo img.logo-sticky {
     
        max-height: 55px !important;
    } 

.section-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #262626;
    position: relative;
}

.section-title:before {
	content: '';
	display: inline-block;
	background-image: linear-gradient(to right,#da251c,rgb(58 123 213 / 0));
	border-image-slice: 1;
	width: 12%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#s1 h3 {
	  text-align: center;
	  color: #c23b37;
	
	  font-size: 32px;
	  line-height: 1.4;
}

#s1 .mfn-icon-box .desc-wrapper .title {
   color: #111;
   font-size: 18px;
   line-height: 1.4;
   font-weight: 500;
}

#s1 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
    width: 80%;
    position: relative;
    overflow: visible;
    margin-bottom: 10px;
}

#s1 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper:before {
	content: '';
	display: inline-block;
	width: 200px;
	height: 200px;
	background: #f1f1f1cc;
	border-radius: 50%;
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translateY(10px);
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#s1 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper:hover:before {
	    background: #e3c938;
}


#s3 .xct {
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #fab502;
	border-radius: 15px 0px 15px 0px;
	padding: 15px 30px 12px 88px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	/* right: 0; */
	/* top: 90px; */
	margin-top: 30px;
	display: inline-flex;
}

#s3 .xct .cea-button-icon {
	 font-size: 26px;
	 vertical-align: middle;
	 position: absolute;
	 top: 0;
	 left: 0;
	 padding: 0 15px;
	 height: 55px;
	 line-height: 55px;
	 background-color: #0d152c;
	 border-radius: 15px 0 0px 0;
	 color: #fff;
	 transition: all .3s;
}

a:hover {
	text-decoration: none
}

#s3 .section-title {
	margin-top: 30px;
}

.sub-title {
    color: #da251c;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
   
    line-height: 30px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 31px;
  
}

.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to right, #da251c, rgb(184 151 128 / 6%));
}
.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to left,#da251c,rgb(184 151 128 / 6%));
}

#s33 li {
	list-style: none;
  margin-bottom: 7px;
}

.buynow {
	display: inline-block;
	padding: 12px 35px;
	border-radius: 5px;
	background: #c23b37;
	text-align: center;
	color: #fff;
	text-align: center;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: relative;
	margin: 50px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	z-index: 1;
	animation: ring 2.3s infinite ease-in-out;
	min-width: 180px;
}

.buynow:before {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4); /* sÃ³ng mÃ u tráº¯ng má» */
  border-radius: 5px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  animation: sonar 2.5s infinite;
}

.buynow:hover {
	color: #fff
}

@keyframes sonar {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(2deg); }
  20% { transform: rotate(-2deg); }
  30% { transform: rotate(3deg); }
  40% { transform: rotate(-3deg); }
  50% { transform: rotate(2deg); }
  60% { transform: rotate(-2deg); }
  70% { transform: rotate(1deg); }
  80% { transform: rotate(-1deg); }
  90% { transform: rotate(0.5deg); }
  100% { transform: rotate(0); }
}

#s3 .tit-home2 {
	text-align: left
}

#s3 .tit-home2 {
    text-align: left;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 40px;
}

#s3 .tit-home2:before {
    width: 100px;
    background: #e3c938;
    left: 0;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

#s3 p {
	    font-size: 20px;
    line-height: 1.4;
    text-align: justify;
    font-style: italic;
}

#s3 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
    width: 35%;
    margin-bottom: 15px;
}

#s3 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper img {
	height: 100px;
	object-fit: contain;
	width: auto
}

#s3 .mfn-icon-box .desc-wrapper .title {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    color: #111;
}

.nut-xem-them {
    /* border: 1px solid #fab502 !important; */
    font-weight: normal;
    /* font-size: 14px !important; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding: 9px 30px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all .2s;
    background: #fab502;
    margin-top: 30px;
    font-weight: bold;
}

.nut-xem-them:hover {
	color: #fff
}

.tit-home {
    font-size: 38px;
    font-weight: bold;
    color: #c23b37;
    margin: 0 auto 70px;
    text-align: center;
    line-height: 1.2;
}

.nut-xem-them i {
    margin-right: -.15em;
    margin-left: .4em;
}

#s4 h2 {
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	/* text-align: center; */
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#s4 h2:before {
	width: 7%;
  left: 50%;
  transform: translateX(-50%);
}

#s4 blockquote {
	margin-top: 0 !important
}

#s4 .wpcf7 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 40px 40px 30px;
	background-color: #c23b37;
	/* margin-top: 60px; */
}

#s4 .wpcf7 h3 {
	font-size: 25px;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 0;
}

#s4 .wpcf7 p {
	color: #fff;
	text-align: center
}

textarea {
	height: 80px;
}

#s4 .wpcf7 .wpcf7-submit{
	background: #e3c938;
	font-weight: bold;
	padding: 12px 35px;
	color: #000;
	margin-top: 10px;
	animation: ring 2.3s infinite ease-in-out;
	font-weight: bold;
}

#Footer h4 {
	font-size: 17px;
	line-height: 1.3
}

#Footer b {
	font-size: 16px;
	line-height: 1.3
}

p.hihi {
	display: flex;
	align-items: start;
	margin-bottom: 0;
}

 .slick-slide {
  margin: 0 !important; 
}

 .slick-dots {
	    margin: 10px 0;
    position: absolute;
    bottom: -40px;
}

.slick-dots li {
	margin: 5px 0 !important
}

 .slick-dots li button {
	padding: 0;
}

.slick-dots li button:before {
	font-size: 10px;
}

 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c23b37;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: #fff;
    font-size: 15px;
}

#Subheader:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #00000082;
    position: absolute;
    left: 0;
    top: 0;
}

.share-simple-wrapper {
	display: none
}

.sidebar .post-excerpt, .sidebar .post-footer {
    display: none;
}
.sidebar .entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    /* font-family: 'Roboto'; */
}
.sidebar .post-desc {
    padding: 0 0 0 15px;
}
.mcb-sidebar{
	/* padding: 0; */
}
.sidebar .post-photo-wrapper {
    width: 30%;
    float: left;
}
.sidebar .post-photo-wrapper img {
	height: 80px;
	/* width: 55px; */
	object-fit: cover;
	border-radius: 5px;
}
.sidebar .post-desc-wrapper {
    width: 70%;
    float: left;
}
.widget:not(.widget_block) > h3 {
	    font-size: 20px;
	    line-height: 1.4;
	
	    color: #d72926;
	    text-align: center;
	    text-transform: capitalize;
	    font-weight: bold;
	    text-align: left;
	
}
.sidebar .post-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
.sidebar .post-item:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.section-related-adjustment h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.section-related-adjustment .single-photo-wrapper img {
    height: 180px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.section-post-related .simple .post-related .image_frame {
    display: block;
}

.section-post-related .simple .post-related h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}


#s4 .slick-dots li {
	margin: 0 !important
}

.post-header .title_wrapper h1 {
    font-size: 25px;
    line-height: 35px;
}

.post-header, .post-header .mcb-column-inner {
	margin-bottom: 0
}

#video {
	max-width: 1050px;
  margin: 0 auto;
  border: 5px solid #e26a40
}

#tt .section-title {
	text-align: center
}

#tt {
	padding-bottom: 50px;
}


#s44 .section-title:before, #tt .section-title:before {
  	width: 7%;
	    left: 50%;
    transform: translateX(-50%);
}

.slide2 img {
	height: 460px;
  object-fit: conver;
  width: 100%;
  border-radius: 3px;
}

#tt .item_wrapper {
    box-shadow: 0 0 3px #afafaf94;
    padding: 10px;
    transition: 0.5s;
    cursor: pointer;
    background: #fff;
    /* margin: 15px; */
}

#tt .post-meta {
    margin-bottom: 5px;
    font-size: 14px;
    font-style: italic;
}

#tt h3.entry-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin: 10px 0;
    height: 45px;
}

#tt h3.entry-title a {
    color: #d72a27;
}

#tt .post_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #757575;
    font-size: 15px;
    line-height: 22px;
   
}

#tt .column_blog img {
    height: 200px;
    object-fit: cover;
    width: 100%
}

#tt .grid .post-desc-wrapper .post-desc {
    padding: 10px 10px 0;
}

.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
    margin-left: 0;
    margin-bottom: 5px;
    min-height: auto;
}
.blog_slider .button.slick-arrow {
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 22;
    padding: 10px 17px;
    opacity: 0;
    background-color: #111;
    color: #fff;
}
.blog_slider:hover .button.slick-arrow {
    opacity: 1
}
.blog_slider .button.slick-arrow.slider_next {
    left: auto;
    right: 0;
}
.blog_slider h4 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* font-family: 'Roboto'; */
    margin-top: 10px;
}
.blog_slider .blog_slider_ul li img {
    height: 250px;
    object-fit: cover;
    /* border-radius: 5px; */
}
.slider_pagination .slick-active a {
    width: 12px;
    height: 12px;
    margin: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slider_pagination .slick-active a:after {
    display: none
}
.blog_slider .blog_slider_ul li .item_wrapper .date_label {
    background-color: #d72a27;
    color: #fff;
}

#tt .slick-list {
    padding: 15px 0;
}

@media only screen and (max-width: 1145px) {
    #Top_bar .logo #logo {
 
        height: 80px !important;
        line-height: 80px !important;
    }
	
	#Top_bar a.responsive-menu-toggle {
        top: 50px;
        right: 10px;
        color: #c91b10;
    }
	
	#Top_bar a.responsive-menu-toggle i {
		font-size: 26px
	}
	
	.tit-home {
    font-size: 30px;
    font-weight: bold;
    color: #c23b37;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.3;
}
	
	#s1 .column_icon_box_2 {
		width: 48% !important;
		margin: 0 1% 20px !important
	}	
	
#s1 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
    width: 100%;
    position: relative;
    overflow: visible;
}	
	
#s1 .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper:before {
    width: 150px;
    height: 150px;
}	
	
.tit-home2 {
    font-size: 30px;
}	
	
	#s2 .column_image img {
		margin-left: -48px;
	}	
	
#s2 h3 {
    font-size: 28px;
    font-weight: 500;
    color: #c23b37;
    text-transform: capitalize;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 0;
    text-align: center;
}	
	
#s2 p {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    text-align: justify;
}	
	
.buynow {
    width: 80%;
    display: block;
    padding: 12px 35px;
    border-radius: 5px;
    background: #c23b37;
    text-align: center;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: relative;
    margin: 30px auto 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    z-index: 1;
    animation: ring 2.3s infinite ease-in-out;
}	
	
#s4 .wpcf7
 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 15px;
    background-color: #c23b37;
    margin-top: 0;
}	
	
    p, li {
        font-size: 18px;
        line-height: 1.5;
    }
	
	#Footer .widget {
		margin-top: 0;
	}	
p.hihi {
    display: block;
 
}	
  
    #Subheader {
        padding: 50px 0;
    }  
  
      #Subheader ul.breadcrumbs {
        display: block !important;
    }
  
  #Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
  
    line-height: 20px;
}
  
#Subheader ul.breadcrumbs li span {
    margin: 0;
}  
  
.post-header .title_wrapper h1 {
    font-size: 25px;
    color: #111;
    font-weight: bold;
  line-height: 1.3
}
  
  .single p, .single li {
        font-size: 16px;
        line-height: 1.6;
    }

      .classic .post-desc-wrapper .post-desc {
        padding: 0 0 0 15px;
    }
  
  .section-post-related .single-photo-wrapper.image {
        float: left;
        width: 30%;
        padding-right: 3%;
    }
  .section-title {
  font-size: 25px;
  margin-top: 0 !important;
}
  
.section-title:before { 
    width: 18%;
}  
  
    #video {
	max-width: 100%;
}
  
  #video iframe {
  	height: 280px
  }
  
  .mcb-item-placeholder-inner {
  	margin: 0 !important;
    height: 0 !important
  }
  
  .slide2 img {
  	height: 300px !important
  }
  
  ul {
  margin-left: 0 !important
  }

  #tt .mcb-item-blog_slider-inner {
  	margin-bottom: 0 !important
  }
  
  #tt .slick-dots {
  	bottom: -15px !important
  }
  
  #tt .section-title {
  
  	margin-bottom: 15px;
  }
  
  #tt .section-title:before {
  	width: 10%;
  }
.blog_slider .blog_slider_ul li img {
    height: auto;
   
}  
}