/*
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: 1.6.2
*/


#Action_bar .contact_details li, #Action_bar .social{
    font-size: 14px;
    padding: 9px 0 !important;
    color: #fff;
}
#Action_bar .contact_details li img{
    vertical-align: middle;
}
#Action_bar .contact_details li > i {
    font-size: 23px;
    vertical-align: middle;
}
#Top_bar .menu_wrapper {
   float: right;
}
#Top_bar .menu > li > a span {
    border-right-width: 0 !important;
}
#Top_bar .menu > li > a{
    text-transform: uppercase;
}
#Top_bar .menu > li ul {
    top: 90% !important;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 15px #bebebe;
    background-image: none;
}
#Top_bar .menu li ul li {
    width: 270px;
}
#Top_bar .menu .icon-home{
    font-size: 18px;
}

#Top_bar .menu > li ul li a {
    color: #000;
}

#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    color: #233896;
    background: transparent;
}
#Header {
    min-height: auto !important;
}

    #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
   
        box-shadow: none;
        border-radius: 0;
    }

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: none;
        font-weight: bold;
        background: none;
        color: #0138ac;
    }

#bn{
    height: 746px;
}
#bn:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
#bn:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 121px;
    background: url(/wp-content/uploads/2021/04/bg_slide.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#bn .box-bn{
    width: 100%;
    max-width: 570px;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin: 250px auto 0;
}
#bn h1{
    font-size: 35px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
#bn h1:before{
    content: '';
    display: inline-block;
    width: 20%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
}

#bn .icon_down{
    margin-top: 150px;
}
#bn .icon_down .image {
    animation: pulse 1s infinite linear;
    -webkit-animation: pulse 1s infinite linear;
    -moz-animation: pulse 1s infinite linear;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}
#bn .icon_down .image a{
    display: inline-block;
}
.tit-page{
    color: #0138ac;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.tit-page:before{
    content: '';
    display: inline-block;
    width: 10%;
    height: 2px;
    background: linear-gradient(to right, rgb(58 123 213 / 0), #0138ac, rgb(58 123 213 / 0));
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
}
.tit-page:after{
    content: '';
    display: none;
    width: 85px;
    height: 3px;
    background: #0138ac;
    position: absolute;
    right: 42%;
    transform: translatex(-42%);
    bottom: -10px;
}

#gt .image_wrapper {
	padding-left: 25px
}

#gt h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	color: #0138ac;
	font-size: 35px;
}

#gt .box-gt {
	text-align: center
}

#gt .box-gt h4{
    color: #0138ac;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
#gt .box-gt h4 i{
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}
#gt p.under-tit{
   
    line-height: 28px;
}

#gt .tit-page:before {
  left: 0;
  transform: translatex(0);
  width: 17%;
}

.nut-xem-them {
    padding-top: 3px;
    padding-bottom: 3px;
    padding: 9px 30px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    /* margin-top: 10px; */
    transition: all .2s;
    background: #ed251d;
    font-weight: 500;
    margin-top: 15px;
}

.nut-xem-them:hover {
  background: #0138ac;
  color: #fff
}

#gt .flex-gt .ct-gt {
  display: flex;
  gap: 20px;
  margin: 0 -20px;
}

#s2{
    background-attachment: fixed;
}
#s2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0138aca3;
}
#s2 h3{
    color: #fff;
}
#s2 h3:before, #s2 h3:after{
    background: #fff
}
#s2 p{
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

#s2 .slick-slide {
  margin: 0 15px; 
}

#s2 .slick-list {
  margin: 0 -15px; 
}
#s2 .icon_box .image_wrapper {
    text-align: center;
    margin-bottom: 0;
}
#s2 .icon_box .image_wrapper img{
    display: block;
    height: 255px;
    object-fit: cover;
}
#s2 .icon_box .desc_wrapper h4 {
    margin: 0px 0 0;
    font-weight: bold;
    color: #0138ac;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 22px;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5f5;
    height: 60px;
}
#s2 .icon_box .desc_wrapper h4 {
    padding-top: 18px;
}
#s2 .icon_box {
    transition: 0.5s;
    transform: translatey(0);
    cursor: pointer;
}
#s2 .icon_box:hover{
    transform: translatey(-20px);
}
#s2 .column_icon_box.last .desc_wrapper h4 {
    padding-top: 10px;
}

#s2 .slick-dots {
	display: flex;
    align-items: center;
    justify-content: center;

}

#s2 .slick-dots li {
    margin: 0 5px;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

#s2 .slick-dots li.slick-active {
	background: #ec1919;
}

#s2 .slick-dots button {
	display: none
}

#tt .post-photo-wrapper {
    width: 32%;
     float: left;
}
#tt .post-photo-wrapper img{
    height: 130px;
    object-fit: cover;
}
#tt .post-desc-wrapper {
    width: 68%;
    float: left;
}
#tt .post-desc {
    padding: 0 10px 0 15px;
}
.div-tit{
    border-bottom: 2px solid #0138ac;
    width: 100%;
}
.div-tit h2 {
    display: inline-block;
    position: relative;
    background-color: #0138ac;
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
}
.div-tit h2:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-left: 35px solid #0138ac;
    border-top: 40px solid transparent;
}
.div-tit .show_all {
    color: #000;
    float: right;
    margin: 10px 0;
    line-height: 17px;
    font-size: 15px;
}
.div-tit .show_all:hover{
    color: #0138ac;
}
a:hover{
    text-decoration: none;
}
#tt .one-second{
    padding: 0 15px;
}
#tt .entry-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
#tt .entry-title a{
   color: #202020;
}
#tt .post-excerpt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
    color: #747272;
}
#tt .column_blog{
    margin-bottom: 20px;
}
#tt .show_alll{
    color: #0138ac;
    font-weight: bold;
    font-size: 15px;
}
#s3 .content_slider {
    padding: 0;
}
#s3  .slick-slide {
   margin: 0 10px;
}
#s3 .content_slider .content_slider_ul li {
    padding: 10px;
    background-color: #fff;
}
#s3 .button_icon:after{
    display: none !important
}
#s3 .content_slider .button {
    margin: -19px 0 0;
    font-size: 13px;
    padding: 0;
}
#s3 .content_slider .slider_prev {
    left: -60px;
}
#s3 .content_slider .slider_next {
    right: -60px;
}
#s3 .content_slider .button i{
    font-size: 40px;
}
#s3 .content_slider .slider_pagination{
    display: none;
}
#Footer h4{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 24px;
}
#Footer h4:before {
    content: "";
    background-color: #fff;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}
#Footer .widget {
    margin-top: 0;
}
#Footer li{
    list-style: none;
    margin-bottom: 7px;
}
#Footer p{
    margin-bottom: 7px;
}
#Footer .footer_copy {
    background: #0138ac;
    font-size: 14px;
}
#Footer .footer_copy .one {
    margin-bottom: 0;
    padding-top: 12px;
}
#Subheader .breadcrumbs {
    margin-top: 0 !important;
}
.mcb-sidebar:before {
    background: transparent;
}
.aside_right .mcb-sidebar {
    border-left-width: 0;
}
.archive.category .column_blog img{
    height: 180px !important;
    object-fit: cover;
}
.archive.category .post-desc {
    /* padding: 10px 0; */
}
.archive.category .post-excerpt{
    /* display: none; */
}
.archive.category h2.entry-title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}
.archive.category h2.entry-title a:hover{
    color: #0138ac;
}
.archive.category .post-foote{
   display: none; 
}
.widget > h3 {
    padding: 10px 25px;
    background: #233896;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.sidebar li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}
.sidebar li:last-child {
    border-bottom: 0;
}
.sidebar .post-item:last-child {
    border-bottom: 0;
}
.sidebar li a{
    color: #585858;
}
.sidebar li a:hover{
    color: #0138ac;
}
.sidebar li i{
    float: left;
    height: 40px;
}
.mcb-sidebar {
    padding: 0;
}
.aside_right .widget:after {
   display: none
}
.sidebar .widget {
    padding-bottom: 0;
}
.sidebar .post-desc {
    padding: 0 10px !important;
}
.sidebar .image_wrapper img {
    height: 80px !important;
    object-fit: cover;
}
.sidebar .post-item {  
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}
.sidebar .post-excerpt {
    display: none
}
.sidebar h2.entry-title {
    font-weight: bold;
    font-size: 15px !important;
    color: #333;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.sidebar .post-foote {
    display: none;
}
.post-header .title_wrapper h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}  

#s3 .slick-slide img {
  
    height: 90px;
    object-fit: contain;
}

.pager a.next_page, .pager a.prev_page {
  
    display: none;
}

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

.sub-title {
    color: #f0201a;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    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, #f0211a, 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, #ef1f16, rgb(184 151 128 / 6%));
}

.section-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #111;
    position: relative;
    font-weight: bold;
}
.section-title:before {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #22389b, rgb(58 123 213 / 0));
    border-image-slice: 1;
    width: 17%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#lh .icon_box {
    margin: 0px 0px 0px 0px;
    padding: 43px 20px 38px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EFEFEF;
    border-radius: 20px 0px 20px 0px;
    width: 98%;
}

#lh .icon_box .icon_wrapper {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 25px;
    border-width: 1px;
    box-shadow: none !important;
    background-image: none;
    border-color: #22389b !important;
    transform: rotateY(0deg);
    transition: all .5s;
}

#lh .icon_box .icon_wrapper i {
  color: #22389b;
}

#lh .icon_box:hover .icon_wrapper {
    background-color: #2c3a96 !important;
    border-color: #2c3a96 !important;
    transform: rotateY(360deg);
    transition: all .5s;
}

#lh .icon_box:hover .icon_wrapper i {
  color: #fff !important
}

#lh .icon_box .icon_wrapper:before {
  display: none
}

#lh .icon_box .desc_wrapper h4 {
    /* font-family: Marcellus; */
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin: 25px 0;
}

#lh .desc {
  color: #797979;
  font-size: 15px;
  line-height: 22px;
  width: auto;
  display: block;
}

#tt .classic  {
  display: flex;
    flex-wrap: wrap;
}

#tt .classic .post-item {
  width: 50%;
}

#tt .Latest_news.featured ul.ul-first li .photo {
    border-bottom-width: 0;
}
#tt .Latest_news.featured ul.ul-first li img {
    height: 370px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 7px;
}
#tt .Latest_news.featured ul.ul-first li .desc h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    height: auto;
}

#tt .Latest_news ul.ul-second li .photo {
   
    border-right-width: 0;
}

#tt .Latest_news.featured ul.ul-second li img {
    height: 120px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.desc_footer {
  display: none
}

#Subheader ul.breadcrumbs li span {
    margin: 0;
    opacity: 1;
}

.share-simple-wrapper {
  
    display: none;
}

.section-related-adjustment h3 {
  font-size: 18px;
  font-weight: bold
}

.section-related-ul img {
    height: 180px !important;
    object-fit: cover;
}

.section-related-ul h4 {
  font-size: 15px;
  line-height: 1.5
}

@media only screen and (max-width: 1600px){
#bn {
    height: 100%;
    background-size: contain;
}
#bn .box-bn {
    margin: 200px auto 0;
}
#bn:after {
    height: 100px;
    background-size: 1600px;
}
}
@media only screen and (max-width: 1366px){
#bn {
    height: 100%;
    background-size: contain;
}
#bn .box-bn {
    margin: 150px auto 0;
}
#bn:after {
    height: 80px;
    background-size: 1366px;
}
#bn .icon_down {
    margin-top: 105px;
}
}
@media only screen and (max-width: 767px){
#Action_bar .contact_details {
    display: none;
}
#Top_bar .top_bar_right {
   display: none !important;
}
#Top_bar a.responsive-menu-toggle i {
    font-size: 28px;
    color: #263a9a;
}
#Side_slide #menu ul li a {
    margin-right: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
#bn {
    background-size: cover;
}
#bn .box-bn {
    margin: 20px auto 0;
}
#bn h1 {
    font-size: 18px;
    line-height: 25px;
}
#bn .icon_down {
    margin-top: 30px;
}
#bn .icon_down img{
    max-width: 35px;
}
#bn:after {
    height: 24px;
    background-size: cover;
}
.tit-page {
    font-size: 25px;
    line-height: 35px;
}
.tit-page:before {
    width: 75px;
    /* left: 40%; */
}
.tit-page:after {
    width: 75px;
    right: 29%;
}
#gt p.under-tit {
    width: 100%;
}
p, li{
    font-size: 15px;
    line-height: 22px;
}
#s2 p {
    width: 100%;
}
#s2 .column_icon_box{
    /* width: 48% !important; */
    /* margin: 0 1% 15px !important; */
    clear: none;
}
#tt .one-second {
    padding: 0;
}
#tt .post-excerpt {
   display: none
}
#tt .post-photo-wrapper img {
    height: 100px;
    object-fit: cover;
}
#tt .entry-title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    
    #tt .classic .post-item {
    width: 100%;
};
    
#tt .classic .post-item {
    width: 100%;
};
}
#tt .post-item {
    margin-bottom: 20px;
}
.content_slider.carousel .content_slider_ul li .title{
    display: none !important;
}
#s3 .content_slider.carousel .content_slider_ul li img {
    margin-bottom: 0;
    opacity: 1;
}
#s3 .slick-arrow{
    display: none;
}
#s3 .content_slider {
    margin: 0;
}
#Subheader ul.breadcrumbs {
    display: block !important;
}
#Subheader ul.breadcrumbs li span {
    margin: 0;
}
.post-header .title_wrapper h1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.sidebar .post-photo-wrapper {
    width: 35%;
    float: left;
    margin-right: 10px;
}
.section-related-adjustment h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.single-photo-wrapper.image {
    text-align: center;
    float: left;
    width: 35%;
    margin-right: 10px;
}
.single-photo-wrapper.image img{
    height: 80px !important;
    object-fit: cover;
}
.archive.category .column_blog .post-item{
    width: 48% !important;
    margin: 0 1% 15px !important;  
}
.archive.category .column_blog img {
    height: 140px !important;
}
.archive.category h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
  #Action_bar {
    display: none
  } 
  
#tt .Latest_news.featured ul.ul-first li img {
    height: auto !important;
    object-fit: cover;
    border-radius: 7px;
}
  
#tt .Latest_news.featured ul.ul-second li img {
    height: 90px !important;
    object-fit: cover;
    border-radius: 5px;
} 
  
#tt .show_alll {
  
    font-size: 14px;
} 
  
#tt .classic .post-item {
    width: 100%;
} 
  
#gt .flex-gt .column_attr {
    display: block;
    margin: 0;
} 
	
	#Top_bar .logo #logo {
		height: 70px !important;
		line-height: 70px !important
	}	
	
#Top_bar a.responsive-menu-toggle {
     
        top: 45px;
    }	
	
#gt h2 {
    font-size: 25px;
    margin-top: 15px;
}	
	
#gt .image_wrapper {
    padding-left: 0;
}	
	
#gt .flex-gt .ct-gt {
    display: block;
    margin: 0;
}	
}  