/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face {
   font-family: 'Sari';
   src: url('./fonts/SariRegular.otf');
}
@font-face {
   font-family: 'CoconVU';
   src: url('./fonts/CoconVU.ttf');
}
@font-face {
   font-family: 'CoconVUBold';
   src: url('./fonts/CoconVUBold.ttf') format('opentype');
}
@font-face {
   font-family: 'Saribold';
   src: url('./fonts/SariVNBold.ttf') format('opentype');
}
body {
font-family: 'Sari'!important;
  color: #333;
  box-sizing: border-box;
  overflow-x: hidden;
}
body.home p{
  font-family: Sari,sans-serif;
}*/
/*h1, h2, h3, h4, .header-bottom ul li a{
  font-family: 'CoconVUBold'!important;
}*/

/*header*/

h2.titlep{
  color: #e6588b;
}
.header-bottom ul li a{
	font-size: 14px;
    font-weight: 600;
    padding: 0 9px;
}
h2.titlesection{
  font-size: 30px;
}
.header-bottom ul li a:hover{
  color: #FFEB3B!important;
}
.dark, .dark p, .dark td{
  color: #000;
}
.nav-right {
  -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-around;
    background: #eb427b;
    line-height: 46px;
    max-width: 133px;
    top: -20px;
    position: absolute;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0/75%);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 8px 0 rgb(0 0 0/75%);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.dkform:before{
    content: "";
    position: absolute;
    left: -8px;
    bottom: -1px;
    display: block;
    border-style: solid;
    border-color: #b7275a;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 8px 8px 0;
    z-index: -1;
    transition: all .4s ease 0s;
}
.dkform:after{
    content: "";
    position: absolute;
    right: -9px;
    bottom: -1px;
    display: block;
    border-style: solid;
    border-color: #b7275a;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 8px 8px 0;
    z-index: -1;
    transition: all .4s ease 0s;
}
.dkform,.flex-right{
      position: relative;
}
.dkform a{
    color: #fff;
}
.hide-for-medium.flex-right {
  padding-left: 20px;
}
/*section home*/

.textgt p{
  margin-bottom: 15px;
  text-align: justify;
  font-size: 16px;
}
.boxicon img{
    max-width: 140px;
    margin: auto;
    display: block;
    margin-top: -23%;
}
.boxicon .box-image{
  overflow: initial;
}
.boxicon>.col{
    border: 4px solid #bfd730;
    border-radius: 10px;
    padding: 25px 20px;
    max-width: 24%;
    flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    margin-right: 10px;
}
.boxicon>.col:last-child{
  margin-right: 0;
  border: 4px solid #f6adcd;

}
.boxicon>.col:nth-child(2){
  border: 4px solid #7ed3f7;
}
.boxicon>.col:nth-child(3){
  border: 4px solid #afbde1;
}

.bx_pst_slider,.bx-wrapper{
  width: 100%!important;
  max-width: 100%!important;
}
.leftnews .col, .newsmain .col{
	padding-bottom: 0;
}
.rightnews .col{
	padding-right: 0;
}
.newsf{
	color: #e6588b;
}

@media (max-width: 549px){
    .boxicon>.col{
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 40px;
    }
    .boxicon{
    padding: 0 10px;
    }

}