/*
Theme Name: ttmillennia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.tbltongquan table {margin-bottom:0;}
.tbltongquan table tr td:first-child strong{float:right;margin-right:12px;text-align:right}
.tbltongquan table td{
	color: white;
    border-bottom: 1px solid #ededed;
    border-top: 0;
    border-left: 0;
    border-right: 0;padding: .4em .5em;
    padding: 0.55em 0.5em;
    font-size: 16px;
}
.tbltongquan table td strong, .tbltongquan table td b{font-weight:700; font-family:Roboto, Arial;}
.tbltongquan table tr:last-child td{ border-bottom: 0;}
.tbltongquan table td a{
    color: #FF9900;
}
.tbltongquan table tr td:first-child{width:25%;}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
  background-color: white !important; 
  border-color: rgba(0, 0, 0, .09);
  border-radius: 99px;
  box-shadow: none;
  color: currentColor !important;
}
.form-ngang .flex-col.flex-grow {
  padding-right: 1rem !important;
}

.hightlight-text {
  color: #FF9900 !important;
  font-weight: 700 !important;
}
ul.detail-commodities{
  color: white;
  opacity: 0.92;
  margin-top: 10px;
  margin-bottom: 12px;
  width:100%;
  overflow:auto;
  font-size:15px;
  padding-left: 0;
}
ul.detail-commodities li{
  color: white;
line-height:20px;
margin-bottom:6px;
  display:block;
  padding:4px 0;
  float:left;
  width:33.33%;
  padding-right:10px;
margin-left: 0;
text-align: left;
  font-weight: 500;

  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.tienich ul.detail-commodities li {
  width:33.33%;
}

.text-description{
  max-width: 900px;
  font-size: 17px;
  line-height: 1.65;
padding:0 10px;    margin: 10px auto;
}
.text-description img{
  margin: 10px auto;
  display: block;
}
.text-description p:last-child{margin-bottom:0;}
.text-description ul li{
margin-bottom: 0.4em;
}

.mb-table td {
  color: white !important;
}

strong {
  font-weight: 700 !important;;
}

a.plain {
  color: #FF9900;
  transition: color .3s,opacity .3s,transform .3s
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}