﻿@charset "utf-8";
/* CSS Document */

/* 
Name : Manh Bui
Phone: 0974013209
email: manhbui0811@gmail.com
*/

.prevent-select {
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10 and IE 11 */
   user-select: none; /* Standard syntax */
}
.break-word {
   word-wrap: break-word;
  
}
.align-self {
   align-self: start;
}
.callto-ads {
   right: 15px;
}
.fontset14 {
   font-size: 14px !important;
}
.w-x{
   width:100vw;
}
.fit-x {
   max-width: 100%;
}
.h-y{
   height:100vh;
}
.mt100{
   margin-top:100px;
}
.bg-black-0{
   background:#000000;
}

article p {
   color: #515151;
   font-size: 15px;
}



.title-1 .cout-cmt {
   text-indent: 0;
}


/*.title-1 [data-icon="8"],
.title-1 [data-icon="9"],
.title-1 [data-icon="2"] {
   text-indent: 20px;
   position: relative;
}*/
/*.title-1 a:before {
   font-family: 'fontello';
   font-style: normal;
   font-weight: normal;
   position: absolute;
   right: calc(100% - 15px);
   top: 3px;
   font-size: 12px;
   color: #a3161d;
}
.title-1 [data-icon="8"]:before {
   content: '\e820';
}
.title-1 [data-icon="9"]:before {
   content: '\e822';
}

.title-1 [data-icon="2"]:before {
   content: "";
   top: 5px;
   height: 10px;
   width: 10px;
   border-radius: 50%;
   background-color: #eb2929;
   animation: pulse-red 1s infinite;
}*/
.b240 [data-icon="8"]:before,
.b240 [data-icon="9"]:before
{
   left: 230px;
}
.b240 [data-icon="2"]:before
{
   left: 250px;
}

.lst1 {
   padding: 10px;
}

   .lst1 article:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      border: none !important;
   }
