/*
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 .menu > li > a {
	text-transform: uppercase
}

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

.tit-home2 {
	font-size: 35px;
	font-weight: 500;
	color: #c23b37;
	text-transform: capitalize;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}

.tit-home2:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 120px;
	background: #e3c938;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#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;
}

#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;
}


#s2 h3 {
	font-size: 28px;
	font-weight: 500;
	color: #c23b37;
	text-transform: capitalize;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-top: 70px;
}

#s2 p {
	font-size: 26px;
	color: #000;
	line-height: 1.8;
	text-align: left;
}

#s2 p strong {
	color: #c23b37;
}

a:hover {
	text-decoration: none
}

.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;
}

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

#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: 5px;
}

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

textarea {
	height: 130px;
}

#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;
}

#slide-tiktok .slick-slide {
  margin: 0 7.5px; /* Tổng 15px giữa 2 slide */
}

#slide-tiktok .slick-dots {
	    margin: 0;
    position: absolute;
    bottom: -40px;
}

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

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

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

@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: 34px;
    font-weight: bold;
    color: #c23b37;
    margin: 0 auto 70px;
    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: 20px;
}	
	
p, li {
    font-size: 15px;
    line-height: 1.4;
}	
	
	#Footer .widget {
		margin-top: 0;
	}	
p.hihi {
    display: block;
 
}	
}