.tieudex h2::after{content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 22px 36px 0;
border-color: #003A99 transparent transparent transparent;
top: 0px;
right: -22px;
z-index: 10;
transition: all .5s ease;  
}
 .listxd ul {list-style: none;}
 .listxd li::before {
  font-family: 'simple-line-icons'; content: "\e09b"; margin-right: 8px; font-size: 90%;}

#topbar-template {
    display: block;
    width: 100%;
}

.top-bar-left {    float: none;}

@media only screen and (max-width: 500px) {
  .xdtit h3:before{border-width: 0px 0 39px 24px !important;}
  .xdtit h3:after{border-width: 39px 23px 0px 0px !important;}
  .xdtit h3{font-size:15px !important;}
}

.xdtit h3:before{content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 44px 24px;
    border-color: transparent transparent #C71444 transparent;
    top: 0px;
    left: -24px;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.xdtit h3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 23px 0px 0px;
    border-color: #C71444 transparent transparent transparent;
    top: 0px;
    right: -23px;
    z-index: 10;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;

}
.xdtit h3{
  background: #C71444; color:white;
padding: 12px !important;
display: inline-block;
position: relative;
z-index: 10;
min-width: 115px;
transition: all .5s ease;
margin-top: -7px !important;
margin-left: 25px !important;
font-size: 20px;
text-transform: uppercase;}

.blog-entry-inner .thumbnail-caption{display:none;}

/* WOO */
.woocommerce ul.products li.product li.category {display:none;}

.widget-area .sidebar-box {    border-radius: 6px;}

 .listxd li::before {
  font-family: 'simple-line-icons'; content: "\e09b"; margin-right: 8px; font-size: 90%;}

.woocommerce-product-details__short-description li{  border-bottom: 1px solid #F8FAFC;list-style: none;}

.widget-area .sidebar-box {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
 .widget-title {    padding: 10px;  background: #C71444;  margin: 0 -10px 15px;  color: white !important;  text-align: center;}


.elementxd .elementor-widget:not(:last-child) {margin-bottom:2px!important;}
.timxd{color:#C71444;}
.timxd-bg{background:#C71444;}


.xdblog .jet-posts__inner-box{ border-bottom: 4px solid #C71444;    border-radius: 0px 0px 4px 4px;
    background: white;    margin-bottom: 20px;    overflow: hidden;}
.borderxd{ 
    border-bottom: 4px solid #C71444;
    border-radius: 0px 0px 4px 4px;
    background: #f5f5f5;
    margin-bottom: 20px;
    overflow: hidden;
}
#site-logo {margin-bottom: -50px !important;}

.tablexd{max-width: 900px;margin: auto!important;}
.tablexd img{max-width:300px!important;}
.vinhxd{background:#C71444!important;padding: 2px 10px; border-radius: 2px;    color: white !important;}
.vinhxd:hover{background:#E3342F!important;}


@media only screen and (max-width: 500px) {
.tablexd  td { padding:1px !important; font-size:60%;}
  .vinhxd{display:none;}
  .tablexd img{max-width:100px!important;}
}
	

/* form 7 style */
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 30px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa,.wpcf7 p .fa{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  top: 22%;
  left: 14px;
}
 


  
/* call XD */
.sodt{position: fixed;bottom: 30px;left: 50px;padding: 5px 20px;background: #E3342F;color: white;
border-radius: 0px 40px 40px 0px;font-size: 120%;  font-weight: bold;z-index: -1;}
.sozalo{position: fixed;bottom: 87px;left: 51px;padding: 5px 20px;background: #018fe5;color: white;
border-radius: 0px 40px 40px 0px;font-size: 120%;  font-weight: bold;z-index: -1;}

.callxd{ position: fixed; bottom: 25px; left: 10px;z-index: 999;}
.zaloxd{ position: fixed; bottom: 85px; left: 10px;z-index: 999;}
.zaloxd img{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);border-radius: 7px;}

.pulse i{position: absolute; top: 10px; left: 14px; font-size: 30px;  color: white;}
.pulse {
  
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E3342F;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(227,52,47,0.63);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(227,52,47,0.63);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
    box-shadow: 0 0 0 0 rgba(227,52,47,0.63);
  }
  70% {
     
      box-shadow: 0 0 0 10px rgba(227,52,47,0.4);
  }
  100% {
      
      box-shadow: 0 0 0 0 rgba(227,52,47,0.4);
  }
}
@media only screen and (max-width: 500px) {
  .sodt, .sozalo{display:none;}
  form input[type="search"]{height:30px !important;}
}

/** Form **/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}