/*
Theme Name: Thiet Bi Y Te
Theme URI: https://example.com/
Description: Flatsome Child Theme
Author: ...
Template: flatsome
Version: 1.0.0
*/

/* CSS bên dưới */
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.nopaddingobttom{
	padding-bottom:0
}
.product-small img,.woocommerce-product-gallery__wrapper  img{
	aspect-ratio: 1 / 1;
    object-fit: contain;
}
.nav>li{margin: 0 17px;}
.box a {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;}
.has-shadow .box:not(.box-overlay):not(.box-shade){padding:8px; border-radius: 4px}
.has-shadow .box-text{padding-left:0px; padding-right:0px}
.box-text{padding-bottom: 5px}
.widgets-framed .widget{padding: 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #ececec;    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.05);}
.row .row-small:not(.row-collapse){padding:10px; border-radius: 4px; border: 1px solid #ececec; background: white; }
ul.menu>li>a{    padding: 10px 0;}
.widgettitle{border-left: 10px solid var(--primary-color); padding-left:10px}
ul.menu>li{list-style: square;
    margin-bottom: .3em;
    text-align: left;
    margin: 0;
    margin-left: 17px;
    color: var(--primary-color);}
.off-canvas:not(.off-canvas-center) li.html {
    padding: 15px;
}
.off-canvas .sidebar-menu {
    padding: 10px 0;
}
.off-canvas-right .mfp-content{width:280px}
.nav>li.html{font-size:90%}
.off-canvas-right .mfp-content{background:white}
.article-inner .relative {display:none}
.text-center .is-divider{display:none}

.article-inner h2{font-size:20px}
.col-inner ul li{margin-left:0px}
.widget ul{margin-left:15px}

@media(max-width:767px){
	.footer-text p{
		text-align:center !important
	}
}


.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
