  @font-face {
      font-family: 'Tieude';
      src: url('MinionPro-Regular.otf');
  }
  @font-face {
      font-family: 'Text-body';
      src: url('Montserrat-Regular.ttf');
  }
.Tfooter {
    background-color: red!important;
}
.footerleft ul li
{
	float: left;
	padding: 0 150px 0 0;
}
section.footer a {
    color: #b4352f;
    font-weight: bold;
}
.mycol,.mycol1
{
	padding-left: 0px!important;
	/* text-align: center; */
}
.mycol>p,.mycol1>p
{
 color: #b4352f;
    font-size: 15px;
    font-weight: bold;
}
.mycol ul li
{
	cursor: pointer;
    margin-bottom: 5px;
    color: #423c3c;	
}
.mycol1 ul li
{
	display: inline;
	cursor: pointer;
	max-width: 100%;

}
.mycol1 ul{
	text-align: start;
}
.mycol1 ul li img
{
	color: gray;
	filter: grayscale(100%);
	margin-bottom: 15px;

}
.mycol1 ul li img:hover
{
	filter: grayscale(0%);
}
section.edit-product-col .col-md-3 {
    display: inline-block;
    float: none;
    margin-right: -3px;
}
.thumbnail.mythumnail:hover{
	transform: scale(1.025,1.025);
    box-shadow: 2px 4px 9px #7abf18;
}
.mycol ul li i
{
	margin-right: 5px;
}
.mycol ul li:hover
{
	text-decoration: underline;
	color: #e74c3c;
	transition: 1s;
	transform: scale(1, 1.1);
}
.caption.mucaptionpro p {
    text-align: center;
    margin-bottom: 0;
}

.caption.mucaptionpro p a {
    background: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 9px;
    border: 1px solid white;
}
.contentfooter
{
	width: 100%;
	border-top: 3px solid #b4352f;
	margin-top: 15px;
	padding: 15px 0;
	position: relative;
}
.contentfooter ul li i
{
	margin-right: 10px;
}
.Tlogo img
{
	width: 20%;
    position: absolute;
    top: 30px;
    right: 240px;
}
.Tbct img
{
	width: 20%;
    position: absolute;
    top: 30px;
    right: 15px;
}
.footer
{
	    background-color: #fdf7ee;
    border-top: 6px solid #b4352f;
    color: gray!important;
}
.Tmyrow
{
	margin-top: 15px;
  	text-align: center;
}

.Tmymedia
{
	width: 30%;
}
.Tmymedia img
{
	width: 100%;
}
.Tmedia {
    padding-left: 15px;
    padding-top: 15px;
}

.dmy{
    font-size: 18px;
    color: gray;
}
.dmy i
{
	margin-right: 8px;
}
.Tmyboxstory
{
	overflow: auto;

}
.realtime {
    /* width: 58%; */
    margin-top: 15px;
}
.product
{
	transition: .5s;
}
.productimg {
    margin-top: 90px;
    width: 100%;
}
.productimg span img
{
	width: 100%;
}
.Tmediacontent a {
    color: gray;
  font-weight: bold;
}
.mythumnail
{
	background: none;
    border: 1px solid #c1c1c1;
    padding: 0;
    transition: .5s;
	}
.TN
{
	margin-bottom: 20px;
}
.mucaptionpro{
	background: #7abf18;

}
.caption.mucaptionpro h3 {
    margin: 0;
    color: #ca3c29;
}
.caption.mucaptionpro article {
    color: white;
}
.news_title_detail{
	    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.news_title_detail:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.dmy span {
    font-size: 14px;
    font-style: italic;
   color: #b4352f;
}
.box-story.Tmyboxstory .media img {
    border-radius: 3px;
}
@media screen and (min-width: 768px){
	.row.news_special.list .media {
	    height: 190px;
	}
}

@media screen and (max-width: 768px) {

	.mycol1
	{
		text-align: center;
	}
	.Tlogo img
	{
		position: static;
		width: 100%;
	}
	.Tbct img{
		position: static;
		width: 100%;
		 margin-left: -10px;
	}
	   
	}
	
@media only screen  and (max-width: 1024px)
{

	.mycol1
	{
		text-align: center;
	}
}