/*
Theme Name: Name
Theme URI: http://khowebsites.com/
Author: ITC Việt
Author URI: http://itcviet.com/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats
The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/
/*  ################################################################
    CSS OVERVIEW    
    1. IMPORT FILES
    2. GENERAL
    3. ELEMENTS
    4. HEADER
    5. FOOTER
    ...
################################################################# */ 
/*==========================================================
    1. IMPORT FILES
==========================================================*/
/* Fonts */
/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/awe5/css/all.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/awe5/css/all.css);
/*==========================================================
    2. GENERAL
==========================================================*/
:root{
    --color1:#107F74;
    --bgcolor1:#F1F9F6;
    --bgcolor2:#E2EECA;
    --color2:#C9E0DE;
    --red1:#F2453D;
    --bgred1:#FEE9E8;
    --red2:#BB2028;
    --orange1:#F69355;
    --bgorange1:#FFF3EB;
    --green1:#33BFCE;
    --bggreen1:#EEFAFB;
    --green2:#C4D42C;
    --bggreen2:#F8FAE7;
    --green3:#2CA094;
    --green4:#3AC1D7;
    --green5:#8B9E3A;
    --violet1:#8B6BAF;
    --bgviolet1:#F5ECFF;
    --pink1:#C72974;
    --bgpink1:#FFF2F8;
    --pink2:#F08497;
    --bgpink2:#F8EBED;
    --yellow1:#FDCC2D;
    --bgyellow1:#FFFADF;
    --white1:#FFFFFF;
    --black0:#000;
    --black3:#333333;
    --black4:#444444;
    --black8:#888888;
    --black5:#5C5C5C;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd,, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    font-size: 14px;
    color: #444444;
    font-family: 'Arial';
    line-height: 1.6;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #333;
    font-family: 'Arial';
    font-weight: 700;
}
h1, .h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
img{
    border:none;
    max-width:100%; 
    height: auto;
}
a{
    color:#373737;
}
a:hover{
    color: var(--color1);
    text-decoration:none;
}
a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}
a, 
button, 
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #c9a96e;
    outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-color: #FCD998;
}
dl, ol, ul{
    padding-left: 0;
}
/*ol,
ul {
  padding-left: 2rem;
}*/
.entry-content ul, .entry-content ol {
    padding-left: 16px;
}
.list-text-footer {
    padding-left: 0;
    margin-bottom: 0;
}
/*==========================================================
    3. ELEMENTS
==========================================================*/
.dev-heading-title {
    display: inline-block;
    padding: 4px 16px;
    position: relative;
    background-color: var(--green3);
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.dev-heading-title a
{
    color: #fff;
}
.heading-title-boder {
    border-top: solid 2px var(--green3);
    padding-top: 8px;
}
.dev-heading-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: var(--green3);
    bottom: -10px;
    left: 0;
}
.dev-heading-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #fff;
    bottom: -10px;
    left: 0;
    border-top-left-radius: 15px;
}
.pink1 .dev-heading-title,
.pink1 .dev-heading-title:before{
   background-color: var(--pink1);
}
.heading-title-boder.pink1{
    border-color: var(--pink1);
}
.yellow1 .dev-heading-title,
.yellow1 .dev-heading-title:before{
   background-color: var(--yellow1);
}
.heading-title-boder.yellow1{
    border-color: var(--yellow1);
}
.violet1 .dev-heading-title,
.violet1 .dev-heading-title:before{
   background-color: var(--violet1);
}
.heading-title-boder.violet1{
    border-color: var(--violet1);
}
.green4 .dev-heading-title,
.green4 .dev-heading-title:before{
   background-color: var(--green4);
}
.heading-title-boder.green4{
    border-color: var(--green4);
}
/*========header===================*/
.mobile-nav.show i:before {
    content: "\f00d";
}
.header-bottom-nav .arrow{
    display: none;
}
.header-bottom-nav .sub-menu {
    margin: 0;
    padding: 2px 0 4px;
    list-style: none;
    position: absolute;
    left: -5px;
    top: 100%;
    min-width: 140px;
    background: #eee none;
    border-radius: 0 0 5px 5px;
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.header-bottom-nav>li.has-child:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.header-wrapper.fixed #top-bar {
    display: none;
}
.header-bottom-nav  .sub-menu>li {
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}
.header-bottom-nav .sub-menu>li>a {
    padding: 8px 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all .15s;
}
.header-bottom-nav .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.header-bottom-nav .sub-menu>li {
    position: relative;
    display: flex;
    height: 35px;
    align-items: center;
}
.header-bottom-nav .sub-menu>li>a:hover {
    color: var(--color1);
}
#header {
    z-index: 99;
    position: relative;
}
.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; }
  #masthead {
    background-color: var(--color1);
}
.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
#logo {
    width: 367px;
}
.flex-right-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn {
    padding: 5px 16px 6px 11px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 12px 0 0;
    font-size: 14px;
    font-weight: bold;
}
#masthead .btn {
    color: #fff;
    border-color: #fff;
}
.btn-icon {
    font-size: 21px;
}
.weather-item.date-time-today {
    font-weight: normal;
    font-size: 13px;
}
.weather {
    white-space: nowrap;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-right: 30px;
}
.weather-item {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    display: block;
    text-align: right;
}
.weather svg, .weather img {
    margin: 0 0 0 10px;
}
span.weather-item.temperature {
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-left: 8px;
    font-size: 20px;
}
.btn-border-left:before {
    content: "";
    width: 0;
    height: 20px;
    position: relative;
    border-left: 1px solid rgb(255 255 255 / 50%);
    display: inline-block;
    margin: 0 16px;
}
.btn-border-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bt-header-icon {
    color: #fff;
}
#logo img {
    padding: 9px 0;
}
.header-bottom-nav {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
}
.menu-more  svg.more {
    fill: #000;
}
.header-bottom-nav li {
    position: relative;
}
.header-bottom-nav li a {
    font-weight: 500;
    color: #333;
    height: 50px;
    display: flex;
    align-items: center;
}
.menu-more svg.close {
    display: none;
}
.header-bottom .flex-col {
    width: 100%;
}
#wide-nav {
    border-bottom: solid 1px #2ca094;
    background-color: #fff;
}
#wide-nav > .container 
{
}
/*.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}*/
.menu-more svg {
    cursor: pointer;
}
.header-bottom-nav li:hover>a {
    color: var(--color1);
}
.menu-more.show .more {
    display: none;
}
.menu-more.show svg.close {
    display: block;
}
.menu-more.show svg.close {
    stroke: var(--color1);
}
.nav-full {
    position: absolute;
    opacity: 1;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: calc(100% + 1px);
    height: 0 !IMPORTANT; 
    overflow: hidden; 
    visibility: hidden; 
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 4px;
}
.nav-full.active{
   height: auto !IMPORTANT; 
   overflow: visible; 
   visibility: visible; 
}
#wide-nav {
    position: relative;
}
.nav-full.bg-wrap {
    padding-top: 30px;
}
.nav-full .menu-megra ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-full .menu-megra>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color1);
}
.nav-full  .col {
    padding-bottom: 30px;
}
.nav-full .menu-megra>ul li>a {
    line-height: 26px;
}
.search-box {
    position: relative;
}
.search-box-input {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    border: 1px solid #F2F7F8 !important;
    border-radius: 4px;
    padding: 9px 36px 7px 16px;
    background-color: #F2F7F8!important;
    color: #444444;
    outline: 0;
}
.title-cat-menu {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color1);
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.search-box-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    color: #4d4d4d;
    font-size: 18px;
}
.bt-header-icon:hover, .bt-header-icon:focus {
    color: #fff;
}
/*=========footer=========*/
.footer-1 .flex-row {
    align-items: self-start;
}
.top-menu-footer ul li {
    list-style: none;
}
.top-menu-footer>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    line-height: 23px;
    margin-bottom: 2px;
    display: block;
}
.top-menu-footer>ul ul>li>a {font-size: 12px;color: #888888;line-height: 20px;}
.footer-1 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.footer-widgets .col {
    padding-bottom: 20px;
}
.top-menu-footer span.arrow {
    display: none;
}
.top-menu-footer>ul>li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.is-divider {
    background-color: #F1F1F1;
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
}
.footer-2 {
    background-color: var(--color1);
    padding-top: 30px;
    padding-bottom: 10px;
}
.dark, .dark p, .dark td, .dark a, .dark  .from_the_blog_excerpt  {
    color: #fff;
}
.footer-widget {}
.list-text-footer li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}
.list-text-footer li a:hover {
    text-decoration: underline;
}
/*=========footer=========*/
.has-format, .video-fit, .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.box-image img {
    max-width: 100%;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
/*===========single============*/
.entry-meta {
    padding-top: 10px;
    padding-bottom: 10px;
}
.meta-category, .meta-category a {
    text-transform: uppercase;
    font-weight: 700;
    color: #107F74;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}
.meta-date {
    position: relative;
    color: #888888;
}
.meta-category:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #CCCCCC;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.entry-content p i, .entry-content p strong {
    color: #222;
}
.entry-content {
    padding-top: 10px;
}
.box-releated-post {
    background-color: #F1F9F6;
    padding: 30px 30px 4px;
}
.box-releated-post .title-related-post>h3 {
    color: var(--color1);
    text-transform: uppercase;
    font-size: 19px;
    border-left: solid 3px;
    padding-left: 15px;
}
.box-releated-post>div>.is-divider {
    margin-bottom: 20px;
    margin-top: 18px;
}
.col {
    padding-bottom: 25px;
}
.box-text {
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
}
.article-vertical {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 30% calc(100% - 30% - 16px);
}
.post-title {
    color: #333;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
/*    text-transform: capitalize;*/
}
.article-bottom .post-title {
    padding-bottom: 6px;
}
.from_the_blog_excerpt {
    color: #888;
}
.row-feature-post .from_the_blog_excerpt{
    line-height: 1.6;
}
.entry-footer {
    padding-top: 10px;
    padding-bottom:20px;
}
#main {
    margin-top: 30px;
    margin-bottom: 30px;
}
.tags-wrap {
    margin: -10px 0 0;
    padding: 0;
    list-style: none
}
.tags-wrap.mt-30 {
    margin-top: 20px
}
.tags-wrap::after {
    content: "";
    display: block;
    clear: both
}
.tags-wrap li {
    float: left;
    line-height: 18px;
    margin: 10px 10px 0 0
}
.tags-wrap li:last-of-type {
    margin-right: 0
}
.tags-wrap li.label {
    color: #333333;
    line-height: 26px
}
.tags-wrap li.label b {
    font-weight: 600
}
.tags-wrap li a {
    display: block;
    padding: 4px 12px;
    color: #666;
    background: #F6F6F6 none;
    border-radius: 13px;
    font-weight: 500
}
.tags-wrap li a:hover {
    background: var(--color1) none;
    color: #fff
}
.mt-30{
    margin-top: 30px;
}
.box-tag-dev {
    grid-template-columns: 62px calc(100% - 62px - 10px);
    display: grid;
    grid-gap: 10px;
    margin-top: 20px;
}
.box-tag-dev .tags-wrap {
    margin-top: 0;
}
.box-tag-label {
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    margin-top: 8px;
}
.box-share-social {
    padding: 15px;
    background-color: #F6F6F6;
    border-radius: 5px;
}
.comment-wrap {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 25px 25px 20px;
    border-top: solid 5px var(--color1);
}
.comment-head h3 {
    font-size: 16px;
    color: var(--dark3);
    display: flex;
    align-items: center;
}
.comment-head h3 i:before {
    opacity: 0;
}
.comment-head h3 i{
    background-image: url(images/assets/icon/chat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    margin-right: 7px;
    height: 18px;
}
.comment-head {
    margin-bottom: 20px;
}
.comment-box  .action {
    text-align: right;
    margin-top: 19px;
}
.comment-box .action .btn {
    background-color: var(--color1);
    color: #fff;
    opacity: 1;
    border-color: var(--color1);
    height: 40px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.comment-box .textarea {
    background: #F6F6F6 none;
    border-radius: 5px;
    padding: 12px;
    color: #333;
    border: 0;
    width: 100%;
    display: block;
    height: 107px;
    outline: none;
    /* resize: none; */
    font-style: normal;
    border: solid 1px #E1E1E1;
}
.comment-box .form-control
{
    background: #F6F6F6 none;
    font-style: normal;
}
.comment-box .action .btn:hover {
    background-color: var(--black3);
    border-color: var(--black3);
}
.a-over2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.a-over3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.a-over4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget_article_view .article-vertical {
    grid-template-columns: 72px calc(100% - 82px);
    grid-gap: 10px;
}
.widget_article_view  .post-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.cat-article {
    font-size: 10px;
    text-transform: uppercase;
    color: #5C5C5C;
}
.article-head {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.widget_article_view {
    padding: 15px 15px 0px;
    border-radius: 0;
    background-color: #FFFACF;
}
.widget {
    margin-bottom: 30px;
}
.widget_article_view .col {
    padding-bottom: 20px;
}
/*.post-sidebar {
    position: relative;
    will-change: min-height;
    height: 100%;
}
.is-sticky-column{
    will-change: min-height;
}
.is-sticky-column__inner{
    transform: translate(0, 0); 
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}*/
/*.main-content>.col.col-md-3.col-lg-3.col-12{
    will-change: min-height;
}
.main-content>.col.col-md-3.col-lg-3.col-12 .is-sticky-column{
    transform: translate(0, 0); 
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}*/
.headding  h3 {
    text-transform: uppercase;
    color: var(--color1);
}
.pd10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-bottom .article-text {
    padding-top: 16px;
}
.row-related-medium-post .article-vertical {
    grid-template-columns: 30% calc(100% - 30%);
}
.row-related-medium-post .article-vertical .post-title {
    font-size: 16px;
}
.post-title.is-xlarge{
    font-size: 28px;
}
.post-title.is-mlarge{
    font-size: 24px;
}
.post-title.is-llarge{
    font-size: 20px;
    line-height: 1.3;
}
.post-title.is-medium{
    font-size: 16px;
}
.post-title.is-small{
    font-size: 14px;
}
.row-related-medium-post .article-bottom {
    border-bottom: solid 1px #E8E8E8;
    height: 100%;
    padding-bottom: 20px;
}
.row-related-medium-post .col-inner {
    height: 100%;
}
.row-related-medium-only .article-vertical .article-image {
    order: 2;
}
.row-related-medium-only .article-vertical {
    grid-template-columns: calc(100% - 30% - 16px) 30%;
}
.row-related-medium-only .col-inner {
    padding-bottom: 15px;
    border-bottom: solid 1px #E8E8E8;
}
.row-related-medium-only .col {
    padding-bottom: 15px;
}
.row-related-medium-only .col:last-child .col-inner {
    border-bottom: 0;
    padding-bottom: 0;
}
.pd20{
    padding-top: 10px;
    padding-bottom: 20px;
}
.row-related-medium-only .post-title {
    margin-bottom: 0;
}
.right-social-facebook a+a, .left-social-facebook a+a {
    margin-left: 10px;
}
.entry-content p {
    line-height: 1.9;
}
/*===========single============*/
/*==========podcast===============*/
.article-podcast-right .comment-box .textarea {
    height: 67px;
}
.article-podcast-right .tags-wrap.mt-30 {
    margin-top: 7px;
}
.article-podcast-right .comment-wrap.mt-30 {
    margin-top: 20px;
}
.headding-bottom h3 {
    color: var(--color1);
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px;
    font-size: 20px;
}
.fancybox-video:before {
    content: "\f04b";
    position: absolute;
    width: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Pro';
    z-index: 1;
    top: 50%;
    left: 50%;
    font-weight: 900;
    border: solid 2px #fff;
    background-color: #00000091;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transform: translate(-50% , -50%);
    transition: all 0.3s;
}
.fancybox-medium:before{
    width: 50px;
    height: 50px;
}
.fancybox-video:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
}
.fancybox-video {
    display: block;
    position: relative;
}
.mb-50{
    margin-top: 50px;
}
.widget_ads img {
    width: 100%;
}
.post-title:hover {
    color: var(--color1);
}
.row-border .col-inner {
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 20px;
}
.row-wiget-area .col:last-child .widget {
    margin-bottom: 0;
}
/*==========podcast===============*/
/*=========tinmoi============*/
.article-item .entry-meta {
    padding-top: 0;
}
/*=========tinmoi============*/
/*=========category=============*/
.menu-category-tab-container>ul {
    padding-left: 0;
}
.menu-category-tab-container {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: auto;
    background: #fff;
    border-bottom: solid 1px #E8E8E8;
}
.menu-category-tab-container>ul {
    display: table;
    margin: 0 !important;
    text-align: left;
}
.menu-category-tab-container>ul>li {
    float: none !important;
    width: auto !important;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 11px;
}
.menu-category-tab-container>ul>li:first-child {
    padding-left: 0;
}
.menu-category-tab-container>ul>li a {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--dark3);
    position: relative;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
}
.menu-category-tab {
    margin-top: -13px;
    padding-bottom: 20px;
}
.menu-category-tab-container>ul>li a:hover {
    color: var(--color1);
}
.row-last>.col:last-child {
    padding-bottom: 0;
}
.mb-30 {
    margin-top: 30px;
}
.mb-20 {
    margin-top: 20px;
}
.mb-15 {
    padding-top: 15px;
}
.row-9 {
    margin-right: -9px;
    margin-left: -9px;
}
.row-9>.col {
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 15px;
}
.pagination {
    margin: 29px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-item
{
    margin: 0 4px;
}
.pagination a, .pagination span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    background: #fff none;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.pagination a:not(:first-child) {
    margin-left: 8px;
}
.pagination a.active, .pagination a:hover {
    background: var(--color1) none;
    border: 1px solid var(--color1);
    color: #fff;
}
.page-item.active .page-link
{
    background-color: var(--color1);
    border-color: var(--color1);
}
.page-item:first-child .page-link
{
    border-radius: 8px 0.25rem 0.25rem 8px !important;
}
.page-item:last-child .page-link
{
    border-radius: 0.25rem 8px  8px 0.25rem !important;
}
.article-vertical.article-vertical-right{
    grid-template-columns: calc(100% - 30% - 16px) 30%;
}
.article-vertical-right .article-image{
    order: 2;
}
.row-border>.col {
    padding-bottom: 20px;
}
/*=========category=============*/
/*=========mobile category=============*/
.row-last-border .col:last-child .col-inner {
    border: none;
    padding-bottom: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.btn-full {
    text-align: center;
    display: block;
    background-color: #E7EFEE;
    font-size: 16px;
    font-weight: bold;
    color: var(--green3);
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-full i {
    padding-left: 10px;
}
.btn-full.btn-pink1{
   color: var(--pink1);
   background-color:var(--bgpink1);
}
.btn-full.btn-violet1{
   color: var(--violet1);
   background-color:var(--bgviolet1);
}
.btn-full.btn-green1{
   color: var(--green1);
   background-color:var(--bggreen1);
}
.widget0 {
    margin-bottom: 0;
}
.row-0>.col{
    padding-bottom: 0;
}
/*=========mobile category=============*/
/*===============home ==========*/
.list-only-text .col:not(:first-child) .article-image {
/*    display: none;*/
}
.list-only-text .col:not(:first-child)  .article-text {
    padding-top: 9px;
}
.mb10{
    margin-bottom: 10px;
}
.row-new-post .col:not(:first-child) .article-image {
    order: 2;
}
.row-new-post .col:not(:first-child) .article-item {
    grid-template-columns: calc(100% - 30% - 16px) 30%;
    display: grid;
    grid-gap: 16px;
}
.row-new-post .col:not(:first-child) .article-item .from_the_blog_excerpt {
    display: none;
}
.row-new-post .col:not(:first-child) .article-text {
    padding-top: 0;
}
.row-new-post .col:not(:first-child)  .image-cover {
    padding-top: 88% !IMPORTANT;
}
.row-border-last-0 .col:last-child .col-inner {
    border-bottom: 0px;
    padding-bottom: 0;
}
.box-releated-post.style1 {
    padding: 17px 25px  5px;
}
.row-new-post .col:not(:first-child) .post-title {
    font-size: 14px;
}
.row-new-post .col:not(:first-child) .from_the_blog_excerpt{
    display: none;
}
.uppercase {
    text-transform: uppercase;
}
.heading {
    margin-bottom: 20px;
}
.box-podcast {
    padding: 25px 25px 0px;
    background-color: var(--bgcolor2);
}
.col0 {
    padding-bottom: 0;
}
.fancybox-small:before {
    width: 44px;
    height: 44px;
}
.podcast-image:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(images/assets/icon/image.svg);
    left: 10px;
    display: block;
    z-index: 1;
    bottom: 10px;
}
.podcast-image {
    position: relative;
    display: block;
}
.heading-title-boder {
    display: flex;
    margin-bottom: 20px;
}
.heading-title-boder ul li {
    display: inline-block;
    margin-left: 14px;
}
.heading-title-boder ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.heading-title-boder ul li a {
    color: #888;
}
.heading-title-boder ul li a:hover {
    color: var(--color1);
}
.excerpt-4{
    color: #444;
}
.row-border-small .col-inner, .row-border-small .col {
    padding-bottom: 8px;
}
.row-border-small .col {
    padding-bottom: 10px;
}
.row-border-small .col:last-child .col-inner {
    padding-bottom: 0;
    border: none;
}
.border-right-odd>.col:nth-child(even):before{
   content: "";
   position: absolute;
   width: 1px;
   height: calc(100%);
   top: 0;
   background-color: #E8E8E8;
   left: 0;
}
.row.row-border-right>.col:first-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    top: 0;
    background-color: #E8E8E8;
    right: 0;
}
.border-right-odd .heading-title-boder {
    margin-top: 0;
}
.row-col-50>.col{
    padding-bottom: 50px;
}
.box-color1 {
    background-color: var(--color1);
    padding: 25px 25px  25px;
}
.dark h3 {
    color: #fff;
}
.heading {
    display: flex;
}
.heading ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.heading ul li {
    margin-left: 20px;
    list-style: none;
}
.dark .border-right-odd>.col:nth-child(even):before {
    background-color: rgb(232 232 232 / 20%);
}
.pd0{
    padding-bottom: 0 !important;
}
.row-feature-post .col:not(:first-child) .article-item {
    grid-template-columns: 30% calc(100% - 30% - 16px);
    display: grid;
    grid-gap: 16px;
    border-bottom: 0px;
    padding-bottom: 0;
}
.row-feature-post .col:not(:first-child) .article-item .post-title {
    font-size: 16px;
}
.mb0 {
    margin-bottom: 0;
}
.row-post-right .col:not(:first-child) .article-image {
    order: 2;
}
.row-post-right .col:not(:first-child) .article-item {
    grid-template-columns: calc(100% - 30% - 16px) 30%;
    display: grid;
    grid-gap: 16px;
}
.row-post-right .col:not(:first-child) .article-item .from_the_blog_excerpt {
    display: none;
}
.row-post-right .col:not(:first-child) .article-text {
    padding-top: 0;
}
.row-post-right .col:not(:first-child)  .image-cover {
    padding-top: 88% !IMPORTANT;
}
.row-post-right .col:not(:first-child) .post-title {
    font-size: 16px;
}
.row-post-right .col:not(:first-child) .from_the_blog_excerpt {
    display: none;
}
.article-vertical .article-text.text-left {
    padding-top: 0;
}
.row-slider2 .post-title.is-medium {
    height: 42px;
}
.row-slider2 .post-title.is-medium a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.headding-bg h3 a{
    background-color: #2CA094;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    padding-top: 2px;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.headding-bg h3 a i{
    color: #fff;
    display: flex;
    width: 20px;
    height: 16px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.row-post-no-image .col:not(:first-child)  .article-text.text-left {
    padding-top: 0;
}
.row-post-no-image .col:not(:first-child) .article-image {
    display: none;
}
.row-post-no-image .col:not(:first-child) .from_the_blog_excerpt {
    display: none;
}
.row-post-no-image .col:not(:first-child) .post-title.is-medium {
    font-size: 16px;
    margin-bottom: 0;
}
#TopButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    color: var(--color1);
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 4px;
    border-radius: 50%;
    line-height: 38px;
    cursor: pointer;
}
.border-right-odd>.col:last-child:before {
    height: calc(100% - 10px);
}
.article-vertical .post-title {
    margin-bottom: 0;
}
/*===============home ==========*/
/*===============slick arow==========*/
button.slick-arrow {
    font-size: 0;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 120px;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
}
button.slick-arrow:before {
    font-size: 20px;
    background-color: #fff;
    content: "\f105";
    color: var(--color1);
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1;
    line-height: 39px;
    content: "\f053";
    font-weight: 300;
    border-radius: 50%;
    border: solid 1px #ddd;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f054";
}
button.slick-arrow.slick-next {
    right: 0px;
    left: auto;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
}
ul.slick-dots {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.slick-dots li.slick-active {
    background-color: #fff;
}
/*===============slick arow==========*/
/*=========headding=============*/
.red1 .dev-heading-title,
.red1 .dev-heading-title:before{
   background-color: var(--red1);
}
.heading-title-boder.red1{
    border-color: var(--red1);
}
.orange1 .dev-heading-title,
.orange1 .dev-heading-title:before{
   background-color: var(--orange1);
}
.orange1.heading-title-boder{
    border-color: var(--orange1);
}
.green1 .dev-heading-title,
.green1 .dev-heading-title:before{
   background-color: var(--green1);
}
.green1.heading-title-boder{
    border-color: var(--green1);
}
.green2 .dev-heading-title,
.green2 .dev-heading-title:before{
   background-color: var(--green2);
}
.green2.heading-title-boder{
    border-color: var(--green2);
}
.pink2 .dev-heading-title,
.pink2 .dev-heading-title:before{
   background-color: var(--pink2);
}
.pink2.heading-title-boder{
    border-color: var(--pink2);
}
.red2 .dev-heading-title,
.red2 .dev-heading-title:before{
   background-color: var(--red2);
}
.red2.heading-title-boder{
    border-color: var(--red2);
}
.green5 .dev-heading-title,
.green5 .dev-heading-title:before{
   background-color: var(--green5);
}
.green5.heading-title-boder{
    border-color: var(--green5);
}
.btn-full.btn-red1{
   color: var(--red1);
   background-color:var(--bgred1);
}
.btn-full.btn-orange1{
   color: var(--orange1);
   background-color:var(--bgorange1);
}
.btn-full.btn-green2{
   color: var(--green2);
   background-color:var(--bggreen2);
}
.btn-full.btn-pink2{
   color: var(--pink2);
   background-color:var(--bgpink2);
}
.bg-red2.headding-bg h3 a{
    background-color: var(--red2);
}
.bg-yellow1.headding-bg h3 a{
    background-color: var(--yellow1);
}
.bg-violet1.headding-bg h3 a{
    background-color: var(--violet1);
}
.bg-green4.headding-bg h3 a{
    background-color: var(--green4);
}
.bg-green5.headding-bg h3 a{
    background-color: var(--green5);
}
/*=========headding=============*/
.single-page p, .single-page span
{
    font-size: 16px !important;
}
.single-page p::empty
{
    display: none;
}
.single-page img
{
    width: auto !important;
    height: auto !important;
}
.single-page *
{
    font-size: 16px;
}
.single-page table.image {
    border-collapse: collapse;
    margin: 10px auto;
    max-width: 100%!important;
    border: none;
}
.single-page table.image td
{
    border: none !important;
}
.single-page table.image td *
{
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.single-page table
{
    width: 100%;
    border: none !important;
}
.single-page table td
{
    border: none !important;
    text-align: center !important;
}
.single-page img
{
/*    margin-bottom: 15px;*/
}
.single-page video
{
    max-width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background: var(--color1);
    color: #fff;
}
.comments-item
{
/*    padding: 10px;*/
padding-bottom: 15px;
margin-bottom: 5px;
padding-top: 0px;
border-bottom: 1px solid #E1E1E1;
}
.comments-item:first-child
{
    padding-top: 15px;
}
.comments-item:last-child
{
    padding-bottom: 0;
    border-bottom: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Set the container width */
/*.facebook-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
}*/
/* Make the iframe responsive */
/*.facebook-container iframe {
    width: 100%;
    height: 100%;
}*/
.fancybox__content
{
    padding: 0 !important;
}
.form-search
{
    position: relative;
}
.form-search input
{
    max-width: 150px;
    border-radius: 30px;
}
.form-search button
{
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 39px;
    padding: 0;
    cursor: pointer;
}
.form-search button:focus
{
    border: none;
    box-shadow: none;
    outline: 0;
}
.align-center
{
    text-align: center;
}
.table-calendar .table td, .table-calendar .table th
{
    border-color: #dee2e6 !important;
}
.mass_type1
{
/*    background-color: rgb(255, 113, 113);*/
}
.mass_type2
{
    background-color: rgb(128, 255, 128);
}
.mass_type3
{
    background-color: rgb(255, 255, 128);
}
.mass_type4
{
    background-color: rgb(255, 113, 113);
    color: #fff;
}
.box-share a
{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-right: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
