body{
    font-size: 15px;
}
.home0 {
  position: relative;
  height: 100vh;
}
.absolute-footer {
    display: none;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
    font-size: 28px;
}
input, input:focus, textrea, textarea:focus {
    box-shadow: none !important;
}
.formFT {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.formFT input {
    border: 0;
    border-bottom: solid 1px #ccc;
    padding: 0;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    height: 45px;
}
.formFT submit {
    background: #faf9f7 !important;
}
.wpcf7-spinner {
    display: none;
}
.formFT button {
    background: #f5f0eb;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 14px;
    width: 150px;
    height: 45px;
}
.formFT >span {
    width: 100%;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .section-title-normal span {
    font-size: 16px;
    text-transform: inherit;
}
.ux-menu-link__link {
    font-size: 14px;
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #009191 !important;
}
.ft-left {
    display: flex;
    gap: 20px;
}
.ft-left p {
    margin-bottom: 0;
    font-size: 12px;
}
.ft-left p:first-child {
    color: #777;
}
.ft-left p strong {
    font-weight: 100;
    text-decoration: underline;
}
.menu-mxh, .menu-mxh > div {
    display: inline-block;
}
.menu-mxh {
    width: 100%;
    text-align: right;
}
.menu-mxh > div a {
    font-size: 12px;
    padding: 0 !important;
}
.menu-mxh > div+div {margin-left: 20px !important;}
.menu-open .header-bottom {
    border-bottom: solid 1px #ccc;
}
.header-bottom:not(.home .header-bottom) {
    border-bottom: solid 1px #ccc;
}
.menu-open {
    background: #fff;
}
.home .menu-open .header-bottom .flex-center > ul > li > a{
    color: #000;
}
.home .header-bottom .flex-center > ul > li > a{
    color: #fff;
}
.header-bottom .flex-center > ul > li > a {
    font-size: 14px;
    height: 55px;
    color: #000;
    position: relative;
}
.header-bottom .flex-center > ul > li > a:before {
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    bottom: -1px;
    position: absolute;
    opacity: 0;
}
.header-bottom .flex-center > ul > li > a:hover:before {
    opacity: 1;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a ,
.stuck .header-bottom .flex-center > ul > li > a{
    color: #000;
}
#wide-nav ul.header-nav > li.has-dropdown > .sub-menu {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 
  opacity 0.6s cubic-bezier(0.25,1,0.5,1),
  transform 0.6s cubic-bezier(0.25,1,0.5,1);
}
#wide-nav ul.header-nav > li.has-dropdown:hover > .sub-menu,
#wide-nav ul.header-nav > li.has-dropdown.current-dropdown > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .nav>li>a>i.icon-search {
    font-size: 19px;
}
.header-main .header-nav > li.header-search > ul {
    padding: 10px;
}
.header-main .header-nav > li.header-search > ul>li {
    padding: 0;
}
.header-main .header-nav > li.header-search > ul>li input {
    background: #faf9f7;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
}
.menusub .section-title-normal span {
    color: #7d7d7d;
    text-transform: inherit;
    font-size: 15px;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.menusub {
    margin: 0 auto !important;
    padding: 40px 0;
}
.header-bottom .flex-center > ul > li > div.sub-menu {
    box-shadow: none;
    border-bottom: solid 1px #ccc;
}
.des-cate-2 *:first-child {
    font-size: 34px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.des-cate-2 p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.btn {
    color: #000 !important;
    font-size: 12px;
    display: inline-block;
}
.btn span{
    position: relative;
}
.btn span:before, .btn span:after {
    background-color: #81d8d0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
}
.btn span:before {
    right: 0;
    transition: width .6s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}
.btn span:after {
    right: 100%;
    transition: right .6s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1);
    width: 0;
}
.btn:hover span:before {
    width: 0;
}
.btn:hover span:after {
    right: 0;
    transition-delay: .65s;
    width: 100%;
}
.boxCate .box-text a:before, .boxPro1 .box-text a:before{
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
    width: 100%;
    background-color: #009191;
}
.boxCate .box-text a:before, .boxPro1 .box-text a:before {
    bottom: -3px;
}
.boxCate1:hover .box-text *:before, .boxPro1:hover .box-text a:before {
    transform: scaleX(1);
}
.boxPro1 .box-image {box-shadow: 0px 1px 8px 0px #0000002e;}
.boxPro1  .box-text-inner *:first-child {
    font-size: 16px;
    font-weight: 100;
}
.boxPro1 .box-text a{
    position: relative;
    color: #000;
}
.boxPro1 .box-text-inner p {
    font-size: 14px;
}
.boxPro1 .box-text {
    padding: 20px 10px 20px;
}
.boxCate1 .box-text {
    padding: 5px 10px;
}
.boxCate1 .box-text * {
    color: #000;
    font-weight: 100;
    font-size: 14px;
    position: relative;
}
.boxCate2 .box-text {
    padding: 30px 0;
}
.boxCate2 .box-text p {
    font-size: 14px;
    padding: 30px;
    height: 110px;
}
.boxCate2 .btn span {font-size: 12px;font-weight: bold;}
#crumbs {
    text-align: center;
    text-transform: uppercase;
}
.crumb-cate {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 25px 0;
}
.stuck {
    background: #fff;
}
.boxWOF .box-text {
    padding: 20px 10px;
}
.boxWOF .box-text-inner *:first-child {
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 10px;
}
.boxWOF .box-text-inner p {
    margin-bottom: 10px;
}
.boxWOF .btn span {
    font-size: 12px !important;
    font-weight: bold !important;
}
.sliderWOG .row .col>.col-inner {
    padding: 0 30px;
}
.sliderWOG button.flickity-button {
    opacity: 1;
    bottom: auto;
}
.sliderWOG button.flickity-button svg path {
    fill: #000 !important;
}
.sliderWOG button.flickity-button svg {
    background: #ffffff;
    border-radius: 99px;
    padding: 10px;
    box-shadow: 0px 1px 8px 0px #0000003d;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.sliderWOG button.flickity-button.next {
    right: 70px;
}
.sliderWOG button.flickity-button.previous {
    left: 70px;
}
.tabbed-content > ul > li > a {
    font-size: 16px;
    position: relative;
    margin: 0 20px;
    padding: 0;
}
.tabbed-content > ul > li > a:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 2px;
    bottom: 0;
    opacity: 0;
}
.tabbed-content > ul > li.active > a:before {
    opacity: 1;
}
.tabbed-content ul {
    margin-bottom: 20px;
}
.section-love {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px !important;
}
.des-1 * {
    font-size: 16px;
}
.btn2 {
    color: #000 !important;
    border: solid 1px #ccc !important;
    padding: 17px 50px;
    line-height: 1.2 !important;
}
.btn2 span {
    font-size: 12px;
    font-weight: 100;
}
.btn2:hover {
    color: #fff !important;
}
.boxCate3 .box-image {
    box-shadow: 0px 1px 8px 0px #0000002e;
}
.accordion-title {
    border-top: 0;
    padding-left: 0;
    font-size: 18px;
}
.accordion .accordion-item+.accordion-item {
    border-top: solid 1px #ccc;
}
.accordion-title.active {
    background: transparent;
    color: #000;
    font-weight: 100;
}
.accordion .toggle {left: auto;right: 0;font-size: 12px;top: 10px;}
.accordion-inner {
    padding: 0;
}
.accordion-inner p {
    margin-bottom: 5px;
}
#crumbs a {
    color: #000;
}
.proLoop .box-image {
    box-shadow: 0px 1px 8px 0px #00000033;
}
.title-wrapper .name a {
    color: #000;
    font-size: 16px;
}
.mota {
    font-size: 13px;
    margin-bottom: 15px;
}
.proLoop .amount {
    font-weight: 100;
}
.image-tools.top.right {
    opacity: 1;
    right: auto;
}
.sanphammoi {position: relative;display: inline-block;left: 10px;background: #f5f0eb;padding: 5px 7px;line-height: 1;}
.header-cate {
    margin-top: 30px;
    align-items: center;
}
.title-cate h1 {
    margin-bottom: 0;
    text-align: center;
}
.woocommerce-ordering select {
    background-color: transparent;
    box-shadow: none;
    height: 60px;
    text-transform: uppercase;
    text-align: center;
}
.form-sort-by {
    display: flex;
    align-items: center;
}
.form-sort-by form.woocommerce-ordering {
    order: 1;
}
.form-sort-by  > p {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
    text-transform: uppercase;
}
.flm-loadmore-btn {
    color: #000;
    border-radius: 0;
    border: solid 1px #ccc;
    padding: 15px 50px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}
.flm-loadmore-btn:hover {
    border: solid 1px #ccc;
}
.archive .category-page-row .woocommerce-pagination {
    display: none;
}
.noidungcuoi {
    text-align: center;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs {
    text-align: center;
    font-weight: 100;
}
.loc{
    text-align: right;
}
.loc span {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    height: 60px;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #ccc;
    line-height: 60px;
    padding: 0 80px;
}
.product-info .breadcrumbs {
    display: none;
}
.product-title {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 7px;
}
.product-info .mota {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 6px;
}
.product-page-price .amount {
    font-weight: 100;
}
.quantity.buttons_added input {
    background: transparent;
    box-shadow: none;
    width: 40px;
}
.quantity.buttons_added .qty {
    border-left: 0;
    border-right: 0
}
.quantity.buttons_added input {
    background: transparent;
    box-shadow: none;
    width: 40px;
    height: 50px;
}
.quantity.buttons_added input:hover {
    background: transparent
}
.product-info .price {
    margin-bottom: 30px;
}
.single_add_to_cart_button {
    background: transparent !important;
    color: #000;
    font-weight: 100;
    border: solid 1px #ccc;
    padding-left: 50px;
    padding-right: 50px;
    opacity: 1 !important;
}
.single_add_to_cart_button:hover {
    background: #000 !important;
    opacity: 1;
}
.product-footer .tab-panels {
    background: #faf9f7;
    padding: 20px;
}
.product-footer .woocommerce-tabs {border-top: 0;}
.product-footer .woocommerce-tabs ul {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.product-footer .woocommerce-tabs ul>li>a:before {top: auto;bottom: -11px;}
.product-footer .tabbed-content > ul > li > a{
    margin-left: 0;

}
.product-section {
    border-top: 0;
}
.footer-sec1 {
    background: #fff;
}
.single-product .footer-sec1 {
    border-top: solid 1px #ccc;
}
.menu-category, .menu-category >div {
    display: inline-block;
}
.menu-category {
    width: 100%;
    text-align: center;
}
.menu-category >div a {
    font-size: 13px;
    margin: 0 15px;
    display: inline-block;
    border-bottom: solid 1px #009191;
    padding: 0;
    font-weight: bold;
}
.formC input {
    height: 50px;
    border: 0;
    border-bottom: solid 1px #ccc;
    padding: 0;
}
.formC input::placeholder {
    text-transform: uppercase;
}
.formC textarea {
    border: 0;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
    padding: 0;
    text-transform: uppercase;
}
.formC button {
    background: #000;
    color: #fff;
    font-weight: 100;
    padding: 7px;
    width: 130px;
}
.box-image .image-tools.bottom {
  opacity: 0;
  transform: translateY(15px);
  transition: 
  opacity 0.35s cubic-bezier(0.25,1,0.5,1),
  transform 0.35s cubic-bezier(0.25,1,0.5,1);
}
.product-small:hover .image-tools.bottom {
  opacity: 1;
  transform: translateY(0);
}
.variant-count {
    display: inline-block;
}
.variant-link {
    display: inline-block !important;
    opacity: 1 !important;
    width: auto !important;
    margin: 0 auto;
    border-radius: 99px;
    padding: 1px 0 !important;
    position: relative;
    top: -15px;
}
.variant-count {
  display: inline-block;
  padding: 6px 12px;
  background: #000;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 99px;
  text-transform: capitalize;
  font-weight: 100;
  font-size: 12px;
}
.product-main {
    padding-bottom: 0;
}
.info-Pro {
    border-top: solid 1px #ccc;
    padding-top: 30px;
    padding-bottom: 20px;
}
.product-section {
    border-top: solid 1px #ccc;
    padding-top: 30px;
}
.thongso h3 {
    font-size: 17px;
}
.faq-accordion {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
}
.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.faq-question {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.faq-question h3 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 18px;
  padding-right: 30px;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq-item.active .faq-question::after {
  content: '−';
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  opacity: 0;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}
.product-section>p {
    font-size: 24px;
    text-align: center;
}
body.home .header  i{
  color: #fff;
  fill: #fff;
}
body.home .menu-open  i{
  color: #000000;
  fill: #000000;
}
.box-blog-post .is-divider {
    display: none;
}
.news1 .post-title a {
    font-size: 18px;
}
.news2 .box-text a {
    font-size: 15px;
}
.news2 .box-text {
    padding: 15px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
h1.entry-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #027f81;
    margin-bottom: 5px;
}
.time {font-size: 12px;display: flex;gap: 10px;border-bottom: dashed 1px #ccc;padding-bottom: 10px;}
.time span {
    display: flex;
    align-items: center;
}
.time span i {
    margin-right: 3px;
    color: #027f81;
}
.is-divider {
    display: none;
}
.entry-content {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.post-item:not(.home .post-item) .box {
    box-shadow: 0px 1px 3px 2px #9d9d9d30;
}
.post-item:not(.home .post-item) .box .box-text {
    padding: 12px;
}
.post-item:not(.home .post-item) .box .box-text .from_the_blog_excerpt {
    color: #777;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-item:not(.home .post-item) .box .box-text .post-title a {
    color: #027f81;
    font-size: 15px;
    margin-bottom: 6px;
}
.post-views {
    margin-right: 5px;
}
span.widget-title {
    display: block;
    letter-spacing: 0;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 12px;
}
#block_widget-2 .post-item {
    padding-bottom: 15px;
}
#block_widget-2 .post-item+.post-item>.col-inner {
    border-top: dashed 1px #ccc;
    padding-top: 15px;
}
#block_widget-2 .post-item .box {
    box-shadow: none;
}
#block_widget-2 .post-item .box .box-text {
    padding: 0 10px;
    vertical-align: text-bottom;
}
#block_widget-2 .post-item .box .box-text a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
form input:focus, form textarea:focus {
    border-bottom: solid 1px #000;
}
.formSingle .formC {background: #fff;box-shadow: 0px 1px 3px 2px #9d9d9d30;border-radius: 15px;padding: 30px;}
.formSingle .formC p {
    text-align: center;
}
.fTitle {
    font-size: 20px;
    font-weight: bold;
}
.formSingle .formC button {
    display: block;
    margin: 0 auto;
}
.titleSubmenu {
    font-size: 15px;
    font-weight: 600;
    color: #7D7D7D;
    margin-bottom: 10px;
}
.titleSubmenu2{
    margin-top: 20px;
}
.hdsize a {
    color: #777;
    font-style: italic;
}
.hdsize {
    text-align: right;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 35%;
  width: 100%;
  height: 100%;
}
.modal-content {
  background: #ededed;
  margin: 0 auto;
  padding: 30px;
  width: 500px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 1px 3px 2px #9d9d9d30;
}
.close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 24px;
    cursor: pointer;
}
.modal-content .has-block {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #027f81;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    transform: none !important;
}
.product-thumbnails img {
    opacity: 1;
    margin: 0;
    object-fit: cover;
}
.product-thumbnails a {
    border: solid 1px #ccc;
    border-radius: 8px;
    margin: 0 auto;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border: solid 1px ;
}
.gl-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99998;
    display: none;
    align-items: center;
    justify-content: center;
}

.gl-popup {
    position: relative;
    width: min(92vw, 420px);
    background: #38c7e8;
    padding: 42px 28px 36px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    overflow: hidden;
}

.gl-popup::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 40px;
    background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.18) 36%),
    linear-gradient(225deg, transparent 35%, rgba(255,255,255,.16) 36%);
    background-size: 160px 90px;
    opacity: .9;
}

.gl-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #555;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.gl-popup h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.gl-popup p {
    margin: 0 0 18px;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.gl-popup em {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.gl-popup input {
    width: 100%;
    max-width: 250px;
    height: 34px;
    border: 0;
    padding: 0 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
}

.gl-popup button[type="submit"] {
    border: 0;
    background: #3ac878;
    color: #fff;
    height: 34px;
    padding: 0 22px;
    cursor: pointer;
    font-size: 14px;
}
.popup-f button {
    margin: 0;
}
.badge-container {
    display: none;
}
.itemPro1 {
    text-align: center;
}
.itemPro1 {
    text-align: center;
}
.info-Pro table {
    border: solid 1px #ececec;
}
.info-Pro table td {
    padding: 15px;
    color: #000;
}
.itemPro1 ul li {
    list-style: none;
}
.product-section {
    border-top: 0;
}
.image-tools a.zoom-button {
    display: none;
}
.product-footer {
    padding-top: 50px;
}
.pro-widget p.name a {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-widget .mota {
    display: none;
}
.pro-widget .amount {
    font-size: 14px;
}
a.btn-zalo {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    border: solid 1px #ccc;
    font-weight: bold;
}
a.btn-zalo img {
    margin-right: 10px;
}
@media (min-width: 992px){
    .nopad{
        padding-bottom: 0 !important;
    }
    .info-Pro {
        width: 70%;
        margin: 0 auto;
    }
    .des-cate-2 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .col20{
        max-width: 20% !important;
        flex-basis: 20% !important;
    }
    .formSingle .formC {
        width: 70%;
        margin: 20px auto 0;
    }
}
@media (max-width: 549px){
    .nopadm{
        padding-bottom: 0 !important;
    }
    .ft-left {
        justify-content: center;
    }
    .menu-mxh {
        text-align: center;
    }
    .formFT {
        display: block;
    }
    .formFT button {
        width: 100%;
    }
    .section-title-center span {
        line-height: 1.3;
        font-size: 22px;
    }
    .des-cate-2 *:first-child {
        font-size: 26px;
        margin-top: 20px;
    }
    .title-cate {
        order: 1;
        padding-bottom: 10px;
    }
    .form-sort-by {
        order: 2;
        justify-content: center;
        padding-bottom: 10px;
    }
    .cate-right {
        order: 3;
    }
    .woocommerce-ordering select {
        width: 100%;
    }
    .loc span {
        width: 100%;
    }
    .form-sort-by form.woocommerce-ordering {
        width: 100%;
    }
    .product-main {
        padding-bottom: 0;
    }
    .section-love .tabbed-content ul{
        flex-wrap: initial;
        display: flex;
        overflow-x: scroll;
        flex-flow: row nowrap;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
        z-index: 2;
        white-space: nowrap;
        justify-content: left;
    }
    .tabbed-content > ul > li > a {
        margin: 0;
    }
    .tabbed-content > ul > li+li > a {
        margin-left: 20px;
    }
    .colStories {
        border-bottom: solid 1px #ccc;
    }
    .colWorld .col-inner {
        margin-bottom: 30px;
    }
    .colWorld .col-inner .des-cate-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .boxPro1 .box-text-inner *:first-child {
        font-size: 12px;
    }
    .btn {
        margin: 0 !important;
        font-size: 12px;
    }
    .col20 .box-text {
        padding: 10px 0;
    }
    .tabbed-content > ul > li > a {
        font-size: 14px;
    }
    .faq-question h3 {
        font-size: 16px;
    }
    .faq-accordion {
        margin: 20px auto;
    }
    #block_widget-2 .post-item .box .box-image {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
        width: 30% !important;
    }
    #block_widget-2 .post-item .box {
        display: table;
        width: 100%;
    }
    .modal-content {
        width: 90%;
    }
}
@media (max-width: 991px){
    .mobile-nav>li>a {
        font-size: 14px;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
        width: 100% !important;
    }
    .off-canvas .nav-vertical>li>a {font-size: 15px;text-transform: capitalize;}
    #masthead {
        border-bottom: solid 1px #ccc;
    }
    .mfp-ready .mfp-close{
        opacity: 1;
    }
    .nav-sidebar.nav-vertical>li+li{
        border: 0;
    }
    .home .mobile-nav > li > a {
        color: #fff;
    }
}