body{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.nav > li > a {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.content-area {
    padding:  30px 0 0;
}
.home .content-area {
    padding-top: 0;
}
.archive .webrt-page-title{
    display: none;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}
.entry-meta .posted-author {
    padding-right: 10px;
}
.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}
.entry-meta .posted-view {
    padding-left: 10px;
}
.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-small .box-text p.category{
    font-size: 11px;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
}
.box-text-products .product-title{
    margin: 0;
}
.box-text-products .product-title a{
    font-size: 16px;
    color: #218fd7;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 42px;
    overflow: hidden;
}
.price_pro{
    font-size: 16px;
    color: #d41616;
    font-weight: 600;
    del{
        color:#777;
        font-weight: 500;
        font-size: 14px;
    }
}
.sidebar-inner .widget-title{
    font-size: 22px;
    letter-spacing: 0;
}
.sidebar-inner ul.product-categories li{
    padding: 5px 0;
}
.sidebar-inner ul.product-categories li a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #222;
    &:hover{
        color: #dc4114;
    }
}
.product-info .woocommerce-breadcrumb{
    display: none;
}
.product-info h1.product-title{
    font-size: 22px;
}
.product-info .is-divider{
    display: none;
}
.product-info .price{
    font-size: 18px !important;
    display: flex !important;
    gap: 15px;
    color: #d41616;
    del{
        color:#777;
        font-weight: 500;
        font-size: 15px;
        bdi{
            color:#777;
        }
    }
}
.product-summary .price .woocommerce-Price-currencySymbol{
    font-size: 18px;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 14px;
}
.product-summary .quantity{
    margin-bottom: 0;
}
.product-info button.add_to_cart_button{
    text-transform: unset;
    margin-bottom: 0;
}
.product-info button.add_to_cart_button label{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.product-info button.add_to_cart_button span{
    display: none;
}
.tits h3{
    text-transform: uppercase;
    color: #218fd7;
    font-weight: 400;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}
.box__products .product-small{
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background: #fff;
}
.box__products .box .box-image{
    height: 205px;
    overflow: hidden;
}
.box__products .box .box-image img{
    height: 205px;
    object-fit: none;
}
.box__products .box .box-text{
    text-align: left;
}
.box__products .box .group{
    display: flex;
    align-items: center;
}
.group .screen-reader-text{
    display: none;
}
.sec_03 .post-item .box-text-inner h5{
    margin-bottom: 10px;
}
.sec_03 .post-item .box-text-inner .is-divider{
    display: none;
}
.sec_03 .post-item .box-text-inner .from_the_blog_excerpt {
    color: #777;
}
.lich-dang-ky{
    margin-bottom: 25px;
}
.button-dang-ky{
    margin-bottom: 30px;
}
.button-dang-ky a{
    color: #fff;
    background-color: #218fd7;
    border: 1px solid #218fd7;
    display: inline-block;
    height: auto;
    min-height: 0;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}
.button-dang-ky a:hover{
    background-color: #fff;
    color: #218fd7;
}
.product-section{
    margin-bottom: 30px;
}
.rt_popup {
	display: none; 
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
  	text-align: center;
}
.rt_popup.is-visible{
    display: block;
}
.rt_popup .popup-content .wpcf7{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 0;
  background-color: #fff ;
  border-radius: 10px;
  z-index: 9999;
}
.rt_popup p{
  margin-bottom: 0;
}
.popup-content .wpcf7 h2{
    color: #0C72C2;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px;
}
.popup-content .wpcf7 #closePopup{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #0C72C2;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
}
.popup-content .wpcf7 label{
  text-align: left;
}
.popup-content .date{
	font-size: 14px;
	margin-bottom: 15px;
    display: block;
}
.popup-content .wpcf7 form{
    margin-bottom: 0;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    padding: 30px;
    border-radius: 10px;
}
.pum-title{
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.pum-title p{
    color: #333333;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.popup-content .wpcf7 form .col{
    padding-bottom: 0;
}
.popup-content .wpcf7 form img{
    width: 100%;
}
.popup-content .wpcf7 form input{
  border: 1px solid #1F76C3;
  padding: 5px 15px;
  color: #333;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
}
.popup-content .wpcf7 form input.name-product{
    background: #F9F9F9;
    touch-action: manipulation;
    appearance: none;
}
.popup-content .wpcf7 form textarea::placeholder,
.popup-content .wpcf7 form input::placeholder{
  color: #222;
}
.popup-content .wpcf7 form textarea{
  font-weight: 500;
  box-shadow: none;
  background-color: transparent;
  border-radius: 5px;
}
.popup-content .wpcf7 form textarea{
  border: 1px solid #1F76C3;
  padding: 10px 15px;
  color: #333;
  font-size: 13px;
}
.popup-content .wpcf7 form input.wpcf7-submit{
  margin: 0;
  border-radius: 5px;
  background: #1B75BE !important;
  display: inline-block;
  width: auto;
  height: 45px;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
}
.popup-content .wpcf7-spinner{
	display: none;
}
.popup-content .wpcf7 .text-form{
  margin-bottom: 20px;
}
.popup-content .wpcf7 .text-form p{
  color: #fff;
}
.popup-content {
  position: relative;
	    height: 100%;
    width: 100%;
}
.popup-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 21px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 26px;
}
.popup-content .text-p{
    margin-top: 10px;
    color: red;
    font-weight: 600;
}