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


/*************** ADD CUSTOM CSS HERE.   ***************/
p {
    margin-top: 0;
    margin-bottom: 10px;
}
.category-page-row,
.blog-archive,
.blog-single,
.product-main{
	padding:0;
}
/* header */
.header-nav-main>li{
    margin-right: 50px;
}
.header-nav-main>li>a{
    font-size: 17px;
    font-weight: 500;
}
.header-nav-main .has-dropdown .icon-angle-down{
    opacity: 1;
    font-weight: bold !important;
}
.header-nav-main li:hover a i{
   transform:rotateZ(180deg);
}
.header-nav-main li ul.sub-menu{
    background-color: #fff;
    padding: 0;
    min-width: 240px;
    border-top: 2px solid #28a8af;
    left: 0;
    position: absolute;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    transform: translate3d(0, 20px, 0);
    transition: .2s ease-out;
}
.header-nav-main li:hover ul.sub-menu{
    transform: translate3d(0, 0, 0);
}
.header-nav-main li ul.sub-menu li a{
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 10px 20px 10px 8px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
}
.header-nav-main li ul.sub-menu li a:hover{
    color: #171c5c !important;
}
/* home */
.banner-home .flickity-prev-next-button.previous {
    left: 0;
    width: 40px;
}

.banner-home .flickity-prev-next-button svg {
    border: 1px solid #ebebeb;
}

.banner-home .flickity-prev-next-button:hover .arrow,
.banner-home .flickity-prev-next-button:hover svg {
    fill: #fff !important;
}

.banner-home .flickity-page-dots .dot {
    border-width: 2px;
}

.banner-home .flickity-prev-next-button.next {
    right: 0;
    width: 40px;
}

.home-title h2 {
    font-size: 34px;
    font-weight: bold;
}

.home-title.text-uppercase h2 {
    font-size: 24px;
}

.number span.count-up {
    font-size: 48px;
    font-weight: 600;
}

.number p {
    font-size: 19px;
    margin-bottom: 0;
}

.home .product-small,
.product-small .product-small {
    position: relative;
	height:100%;
    padding: 5px 15px;
    border: 1px solid #dedede;
    background: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	
}

.home .product-small:hover,
.product-small .product-small:hover{
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .35);
}

.home .product-small .box-text,
.product-small .product-small .box-text{
    padding: 0;
}

.product-title {
    margin: 10px !important;
}

.product-title a {
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5 !important;
}

.price {
    display: block !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
    font-weight: 700;
    line-height: 23px;
}

.price ins span.amount,
.price span:not(.woocommerce-Price-currencySymbol) {
    color: red;
}

.price del span.amount {
    font-weight: 400;
    color: #666;
}

.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.price>* {
    margin: 0 5px;
}

.price-wrapper {
    display: inline-flex;
    flex-direction: column-reverse;
}

.ss-gthieu h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    color: #171C5C;
}

.ss-gthieu p {
    font-size: 18px;
    margin-bottom: 10px;
}
.ss-gthieu a.button{
    margin-bottom: 0;
}
.ss-gthieu a.button span {
    font-size: 15px;
}

.home .box-blog-post {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    overflow: hidden;
}
.home .box-blog-post:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}


.home .box-blog-post .box-image .image-cover {
    padding-top: calc(0.66 * 100%) !important;
}

.home .box-blog-post .box-image .image-cover::after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}

.home .box-blog-post:hover .box-image .image-cover::after {
    opacity: 0.5;
}
.home .box-blog-post .box-text{
    padding: 0;
}
.home .box-blog-post .post-title{
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0 30px;
}
.home .post-title a{
    font-size: 18px;
    font-weight: 600;    
    line-height: 26px;
}
.is-divider{
    display: none;
}
.home .box-blog-post .from_the_blog_excerpt {
    margin-bottom: 25px;
    padding: 0 30px; 
    color: #777;
    font-size: 14px;
}

.home .box-blog-post a.button{
    padding: 0 30px;
    margin:0 0 20px !important;
    font-size: 12px;
    color: #333333;
}
.post__meta-data{
    border-top: 1px solid #eaeaea;
    padding: 15px 30px;
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
}
/*chứng chỉ*/
.glr-chungchi .box-text{
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.glr-chungchi .gallery-col{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    width: calc(25% - .75em);
    flex-basis: unset;
    max-width: unset;
}
/*Liên hệ*/
.form-lh .col{
    padding-bottom:20px;
}
.form-lh input:not([type=submit]),
.form-lh textarea{
    margin-bottom:0;
    border: 1px solid #ced4da;
    color: #495057;
    background-color: #fff;
    border-radius: 2px;
    padding: 3.75px 7.5px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow:none;
}
.form-lh input:not([type=submit]):focus,
.form-lh textarea:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-lh input[type=submit]{
    background-color: #239399;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    width: 200px;
    border: unset;
    text-align: center;
    text-transform: none;
    margin:0;
}

.wpcf7 .wpcf7-not-valid-tip{
    background-color: transparent;
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin: 5px 0;
    padding:0;
    opacity:1;
}
.wpcf7 .wpcf7-not-valid-tip:after{
    display:none;
}
.wpcf7-spinner{
    display:none;
}

/*archive blog*/
.blog-archive .box-blog-post,
.blog-archive .box-blog-post .box-image,
.sh-blog-shortcode .element .post-inner,
.sh-blog-shortcode .element .entry-thumb{
    border: 1px solid #eee;
}
.blog-archive .box-blog-post .box-image img,
.sh-blog-shortcode .element .entry-thumb a img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s 
ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s 
ease-in-out;
}
.blog-archive .box-blog-post .box-image img:hover,
.sh-blog-shortcode .element .entry-thumb a img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.blog-archive .box-blog-post .box-image .image-cover{
    padding-top: 100% !important;
}
.blog-archive .box-blog-post .box-text,
.sh-blog-shortcode .element .entry-content{
    margin: 0;
    padding: 15px;
}
.blog-archive .post-title a{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-archive .box-blog-post .from_the_blog_excerpt {
    text-align: justify;
    font-size: 16px;
}

.blog-archive .box-blog-post a.button{
    background-color: #999;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size:16px;
    text-transform: none;
    min-height: unset;
    line-height: unset;
    padding:2px 10px;
    font-weight: normal;
}
.blog-archive .box-blog-post a.button:hover{
    background-color: #303030;
}
.blog-archive .box-blog-post a.button i{
    font-size: 10px;
    font-weight: 600;
}
/*chi tiết blog*/
.entry-time{
    color: #747474;
    display: inline-block;
}
.next_prev_post .post-title {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
    font-weight: 500;
}
.sh-blog-shortcode .element .post-inner{
    display:flex;
}
.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: 142px;
    margin-right: 15px;
}
.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
    position: relative;
}

.sh-blog-shortcode .element .entry-title {
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.next_prev_post .entry-content .entry-title {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.sh-blog-shortcode.style-1 .element .entry-title {
    margin: 0 0 5px 0;
}
.related-posts {
    margin-bottom: 30px;
}
.related-posts .related-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sh-blog-shortcode.style-5 .post{
    margin-bottom:0;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .element .entry-title {
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}
/*danh mục sản phẩm*/
.switcher-wrap{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.view-mode-switcher {
    display: flex;
    gap:5px;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
}
.switcher-wrap, .switcher-wrap>* {
    margin-bottom: 10px;
}
.view-mode-switcher a {
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    background-color: #f5f5f5;
}
.view-mode-switcher a.active, .view-mode-switcher a:hover {
    color: #FFF;
    background-color: #333;
}
.switcher-wrap .woocommerce-result-count {
	display:block !important;
    padding: 0;
    float: none;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin:0 0 16px;
}
.switcher-wrap .woocommerce-ordering {
    float: none;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	margin:0 0 16px;
}
.woocommerce .woocommerce-ordering select {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: none;
    width: auto;
}
.product-list .product-small{
    flex-basis:100%;
    max-width: 100%;
}
.product-list .product-small .product-small{
	display: flex;
    flex-wrap: wrap;
}
.product-list .product-small .product-small .box-image{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
	display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.product-list .product-small .product-small .box-image img{
	    width: 100%;
    height: auto;
}
.product-list .product-small .product-small .box-text-products{
	flex: 0 0 66.666666%;
    max-width: 66.666666%;
	padding-left:20px;
	text-align:left !important;
}
.product-list .product-title,
.product-list .price>*{
	margin-left:0 !important;
	margin-right:0 !important;
}
.product-list .price-wrapper{
	width:100%;
}
.product-list .product-short-description{
	margin:unset;
	font-size:16px;
}
.products:not(.product-list) .product-small .product-small .product-short-description,
.home .product-short-description{
	display:none;
}
.products:not(.product-list) .product-small .product-small,
.related .product-small .product-small{
	padding:4px;
}
.products .product-small .col-inner{
	height:100%;
}
/* sidebar */
.widget-title {
	display:block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #333;
    padding: 20px 10px;
    margin: 0;
}
.widget_price_filter form {
    margin-top: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height:8px;
    background-color: #35224c;
    border: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #7f54b3;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height:8px;
	background-color: #7f54b3;
	opacity:1;
}
.widget_price_filter .ui-slider .ui-slider-handle{
	width:16px;
	height:16px;
}
.widget_price_filter .price_slider_amount .button{
	background-color: #333;
	min-height: 40px;
    padding: 0 20px;
	font-size:16px;
	margin:0;
	border-radius: 3px;
	text-transform:none;
}
.widget_price_filter .price_slider_amount .button:hover{
	background-color: var(--primary-color);
}
.widget_price_filter .price_slider_amount{
	font-size:14px;
	font-weight:normal;
	line-height: 2.2;
}
.widget_price_filter span{
	font-weight:normal;
}
.widget_product_categories .product-categories{
	border: 1px solid #cccccc;
	border-top: none;
}
.widget_product_categories ul li{
	position: relative;
    padding: 12px 10px;
	border-top:0;
}
.widget_product_categories>ul>li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.widget_product_categories ul li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
	transition: all 0.3s ease-in-out;
}

.widget_product_categories ul li a:hover {
    font-weight: 700;
}
/* sản phẩm */
.product-info{
	padding-bottom:0;
}
.product-info .woocommerce-breadcrumb{
	display:none;
}
.product-info .product_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin: 10px 0 !important;
    text-align: left;
}
.product-info .woocommerce-product-rating,
.product-info .price-wrapper,
.product-info .product-short-description {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.product-info .price-wrapper .price{
	font-size: 20px !important;
}
.variations label{
	font-size:16px;
}
.variations select{
	padding: 5px 10px;
    background-color: #f5f5f5;
    border: none;
	margin:0;
	height:42px;
	font-size: 16px;
	box-shadow:none !important;
	transition:none;
	
}
.variations select:focus{
	border:2px solid #000;
	border-radius:3px;
}
.ux-quantity{
	position: relative;
    margin: 0 10px 0 0;
    overflow: hidden;
    zoom: 1;
    padding-right: 1.1em;
    display: inline-block;
}
.ux-quantity input[type=button].is-form{
	display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 1.5em;
    height: 20px;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    cursor: pointer;
    color: #515151;
    border: 1px solid #bbb3b9 !important;
    background-color: #ebe9eb;
    text-shadow: none;
    line-height: 1;
    background-image: none;
    outline-width: 0;
    z-index: 1;
	min-height: 20px;
}
.quantity .button.minus{
	bottom: 0;
    right: 0;
    border-radius: 0 0 2px 2px;
}
.quantity .button.plus{
	top: 0;
    right: 0;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
}
.quantity input[type=number]{
	width: 80px;
	max-width: 80px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #bbb3b9;
    border-right: 0;
    font-weight: 500;
    border-radius: 2px 0 0 2px !important;
	box-shadow:none;
	font-weight: 500;
}
.single_add_to_cart_button{
	border-radius:3px;
	text-transform:none;
	height:40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    background-color: #28a8af;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s 
ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s 
ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
	display:none;
}
.product-section-title-related {
	font-size: 18px;
    font-weight: 600;
	position: relative;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin: 0 0 20px;
    background-color: #28a8af;
    text-transform: uppercase;
}
.related .product-short-description{
	display:none;
}
.related .slider-nav-reveal{
	overflow:visible;
}
.related  .slider-nav-reveal .flickity-prev-next-button{
	background-color:#afafb1 !important;
	box-shadow:none !important;
	width: 20px !important;
    height: 20px;
	min-height: 20px;
	min-width:20px;
	top: -45px !important;
	    text-align: center;
    color: #FFF;
	opacity:1;
	transform:none;
}
.related .slider-nav-reveal .flickity-prev-next-button.previous{
	left: inherit !important;
    right: 35px !important;	
}
.related  .slider-nav-reveal .flickity-prev-next-button.next{
	right: 10px !important;
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg{
	margin:0;
	padding: 5px;
}
/* footer */
.ss-footer h4{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;    
    font-weight: 500;
}
.ss-footer h4::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    background-color: #333333;
    width: 50px;
    height: 2px;
}

.ss-footer ul{
    padding-left: 0;
    list-style: none;    
    margin-bottom: 1rem;
}
.ss-footer ul li{
    margin: 0;
    padding: 6px 0;
}
.ss-footer .ux-menu-link__link{
    min-height: auto;
    position: relative;
    padding: 3px 0 3px 15px;
}
.ss-footer a:hover{
	    text-decoration: underline;
}
.ss-footer .ux-menu-link__link:before {
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: bold;
    content: "\f0da"; /* Unicode của icon */
    font-family: "Font Awesome 7 Pro"; /* nhớ là Pro, font phải load */
}
.back-to-top{
	width: 50px;
    height: 50px;
	right: 25px;
    bottom: 120px;
    position: fixed;
    cursor: pointer;
	transform: rotate(0);
    transform-origin: center center 0;
	margin:0;
}
.back-to-top:hover {
    transform: rotate(90deg);
}
.back-to-top:before {
    width: 18px;
    left: 6px;
    top: 56%;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center top 0;
}
.back-to-top:hover:before {
    width: 30px;
    left: 10px;
    top: 30%;
    background-color: #c12428;
    transform: rotate(0) translateY(-8px);
}
.back-to-top:after {
    width: 25px;
    right: 5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center top 0;
}
.back-to-top:hover:after {
    width: 30px;
    right: 10px;
    top: 60%;
    background-color: #c12428;
    transform: rotate(0) translateY(8px);
}
.back-to-top:after,
.back-to-top:before {
    height: 4px;
    position: absolute;
    background-color: #c12428;
    content: "";
}
.back-to-top .backtotop-morph {
    background-color: #c12428;
    width: 15px;
    height: 4px;
    left: 100%;
    top: 45%;
    position: absolute;
    opacity: 0;
    margin-bottom: -20px;
    transform: translate(-50%);
}

.back-to-top:hover .backtotop-morph {
    left: 40%;
    opacity: 1;
}
.back-to-top .backtotop-morph:before {
    width: 0;
    height: 0;
    left: -7px;
    top: -4px;
    position: absolute;
    border-color: transparent #c12428 transparent transparent;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    content: "";
}
.back-to-top,
.back-to-top:after,
.back-to-top:before,
.back-to-top .backtotop-morph {
    transition: all .25s 
ease-in-out 0s;
}
/*banner page*/
.page-title-bar {
    padding: 180px 0 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rank-math-breadcrumb {
    padding: 15px 0;
    margin-bottom: 30px;
    background: 0 0;
    color: #333;
}
.rank-math-breadcrumb  p{
    margin-bottom: 0;
}
.page-title, h1.entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px;
    text-align: center;
    line-height: 30px;
}
@media (min-width: 850px) and (max-width: 1200px){
    .ss-tt .large-columns-3 .col{
        flex-basis: 50%;
        max-width: 50%;  
    }
    .copyright-footer{
        text-align: left !important;
    }
}
@media (min-width: 550px) and (max-width: 850px){
    .blog-archive .medium-columns- .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (max-width: 1200px) {
    .home .product-small{
        padding: 4px;
    }
    .ss-gthieu .box-vertical{
        display: flex;
        flex-direction: column;
    }
    .ss-gthieu .box-image{
        width: 100% !important;
    }
    .ss-gthieu .box-text{
        padding: 15px !important;
    }
}
@media (max-width: 850px){
    .header-button a.button{
        display: flex;
        width: 40px;
        height: 40px;
        flex-direction: column;
        justify-content: center;
    }
    .header-button  a.button i{
        font-size: 16px;
        margin: 0;
    }
    .header-button a.button .menu-title{
        margin: 0 !important;
        padding: 0;
        text-transform: none;
        font-size: 10px;
		display:block !important;
    }
    .page-title-bar {
        padding: 85px 0 85px 0;
    }
	.sidebar-menu-top-content{
		text-align: center;
	}
	.mobile-sidebar ul li:last-child{
		border-bottom: 1px solid #d5d5d5;
	}
	.mobile-sidebar ul li{
		position: relative;
		font-size: 14px;
		padding-right: 0;
		margin-bottom: 0;
		line-height: 0;
		padding:0 !important;
		border-top: 1px solid #d5d5d5 !important;	
	}
	.mobile-sidebar ul li a{
		color: #333 !important;
		font-size: 14px !important;
		line-height: 19px;
		padding: 10px 20px !important;
		touch-action: manipulation;
		min-height: 40px;
		font-weight: normal;
	}
	.mobile-sidebar .menu-item-has-children > .toggle{
		color: #333;
		background-color: rgba(255, 255, 255, .1);
		border-left: 1px solid #d5d5d5;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.mobile-sidebar .nav-slide-header .toggle{
		background-color: rgba(255, 255, 255, .1);
		font-size: 14px;
		padding: 0 40px;
		margin:0;
		height: 40px;
    	line-height: 40px;
		text-align: center;
		font-weight: normal;
        text-transform: unset;
        opacity: 1;
	}
	.mobile-sidebar .nav-slide-header i{
		left: 0;
		right: auto;
		color: #333;
		border-right: 1px solid #d5d5d5;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: absolute;
	}
	.mobile-sidebar .sub-menu  a{
		text-transform:unset !important;
		font-weight: normal !important;
	}
}
@media (max-width: 550px){
	
    .slider-wrapper .flickity-prev-next-button{
        display: block !important;
    }
    .page-title-bar {
        padding: 45px 0px;
    }
    .box-blog-post .box-image .image-cover {
        padding-top: calc(0.5 * 100%) !important;
    }
    /*chứng chỉ*/
    .glr-chungchi .gallery-col{
        width: calc(50% - 1em);
    }
    /*chi tiết blog */
    .sh-blog-shortcode .entry-thumb {
        width: 50% !important;
    }
/* danh mục	sản phẩm */
	.view-mode-switcher{
		display:none !important;
	}
	.product-list .product-small .product-small .box-image,
	.product-list .product-small .product-small .box-text-products{
        flex: 0 0 100%;
        max-width: 100%;
		padding:0;
	}
/* 	sản phẩm */
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		width:auto;
	}
}

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

.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: 16px;
    line-height: 1.6;
}

.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;
}

.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 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;
}