.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.3;}
.donhangBox1 {
    filter: drop-shadow(rgba(0,0,0,0.35) 0px 3px 3.5px);
    background-color: rgb(255,255,255);
    border: 3px solid rgb(34,131,191);
    border-radius: 8px;
    padding-bottom: 0px;
    width: 100%;
}

.list_sanpham {
    background-color: #0e70c7;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: calc(100% - 80px);
    margin: -25px auto 0px;
    position: relative;
    z-index: 2;
}

.list_sanpham a {
    font-size: 14px;
    line-height: 25px;
    color: rgb(255,255,255);
    font-weight: 600;
    cursor: pointer;
}

.list_sanpham a.active {
    text-shadow: rgb(0,0,0) 1px 1px 0px;
}

.list_sanpham a:last-child {
    margin: 0px;
}

.list_sanpham a::after {
    content: "|";
    margin: 0px 10px;
    color: rgb(255,255,255);
}

.list_sanpham a:last-child::after {
    display: none;
}

.list_sanpham a:first-child::after {
    display: none;
}

.filterDonhang {
    padding: 2rem 0px;
}

.filterDonhang table.table-auto {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 40px 0px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(34,38,46);
    font-weight: 400;
    text-transform: capitalize;
}

.filterDonhang table th,.filterDonhang table td {
    border-bottom: 1px solid rgb(138,139,139);
    padding: 10px 0px;
}

.filterDonhang span.hotnew {
    color: #fff;
    font-size: 12px;
    vertical-align: top;
    animation: 2s ease 0s infinite normal none running blinkingText;
    background: rgb(255,0,0);
    padding: 4px 6px;
    margin-left: 5px;
    border-radius: 12px;
}

.filterDonhang h3 {
    font-size: 13px;
    line-height: 21px;
    color: rgb(63,63,63);
    font-weight: 400;
    vertical-align: top;
    max-width: 180px;
    display: block;
}

.filterDonhang h4 {
    font-size: 15px;
    line-height: 23px;
    color: rgb(255,0,0);
    font-weight: 400;
}

.filterDonhang i {
    color: rgb(138,139,139);
    text-align: center;
    display: block;
}

.filterDonhang strong {
    color: rgb(138,139,139);
    font-weight: 400;
}

.border-none {
    border: none!important;
}

.donhangBox2 {
    width: calc(100% - 80px);
    margin: 3rem auto -31px;
    display: flex;
}

.donhangBox21 {
    filter: drop-shadow(rgba(0,0,0,0.35) 0px 3px 3.5px);
    background-color: #F4B849;
    height: 63px;
    border-radius: 6px;
    flex-grow: 1;
}

.donhangBox22 {
    filter: drop-shadow(rgba(0,0,0,0.35) 0px 3px 3.5px);
    background-color: #F4B849;
    height: 63px;
    border-radius: 6px;
    flex-grow: 1;
}

.donhangBox23 {
    filter: drop-shadow(rgba(0,0,0,0.35) 0px 3px 3.5px);
    background-color: #F4B849;
    height: 63px;
    border-radius: 6px;
    flex-grow: 1;
}
.donhangBox23 a{color: rgb(255,255,255);font-weight: 700;font-size: 22px;}
.donhangBox2 strong {
    font-size: 22px;
    color: rgb(255,255,255);
    font-weight: 700;
}

.donhangBox2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255,255,255);
    font-weight: 400;
    position: relative;
    padding-left: 1rem;
}

.donhangBox2 > div + div {
    margin-left: 2rem;
}

.donhangBox21::before {
    content: "";
    background: url("../images/ph.png") left center no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    left: 1.5rem;
}

.donhangBox22::before {
    content: "";
    background: url("../images/ph2.png") left center no-repeat;
    width: 35px;
    height: 26px;
    display: block;
    position: absolute;
    left: 1.5rem;
}

.donhangBox23::before {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
    width: 35px;
    height: 37px;
    display: block;
    position: absolute;
    left: 1.5rem;
    font-size: 24px;
    line-height: 37px;
}

.donhangBox1 table input {
    padding: 10px 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    font-size: 13px;
    line-height: 18px;
    color: rgb(40,166,219);
    font-weight: 400;
    background: none;
    text-align: right;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #2283BF!important;
    outline: none!important;
    box-shadow: none!important;
}

.donhangBox1 table input::placeholder {
    color: rgb(40,166,219);
}

.donhangBox1 table select {
    padding: 10px 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    font-size: 13px;
    line-height: 18px;
    background-color: #0e70c7;
    color: #fff;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-bottom: 0px;
    outline: none!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: none;
}
.elementor-field-center{justify-content: center;}
#button-contact-vr {
    position: fixed;
    bottom: 30px;
    z-index: 99999;
    right: 0px;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#messenger-vr img {
    max-width: 35px;
    max-height: 35px;
}
#messenger-vr .phone-vr-img-circle {
    background-color: #1877f2;
}
#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
#fanpage-vr img {
    max-width: 35px;
    max-height: 35px;
}
#fanpage-vr .phone-vr-img-circle {
    background-color: #5e2381;
}
#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(94 35 129 / 65%);
    background-color: rgb(94 35 129 / 70%);
}
/*css all in one*/
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}
#popup-showroom-vr,
div#popup-form-contact-vr {
    display: none;
}
#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}
.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh;
}
.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex;
}
.content-popup-vr input, .content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff;
}
.content-popup-vr label {
    width: 100%;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
font-weight: 400;min-height: auto;line-height: 30px;}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}
.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer;
}
.content-popup-vr .close-popup-vr:hover {
    background: #b50000;
}
.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px;
}
.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
#loco-top, #loco-bottom {
    display: block;
}
#loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center;
}
#contact-showroom.no-event a {
    pointer-events: none;
}
.content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;}
@media(max-width: 673px){
    div#popup-form-contact-vr .content-popup-vr {
        display: block;
    }
    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none;
    }
}
.pagination{width: 100%; text-align: center;}
.pagination>li{display: inline-block;}
.single_activites{
    top: 0;
  transition: top ease 0.5s;
  position: relative;
}
.single_activites:hover {
    top: -10px;
}
.template_portfolio  .mix_all{
    top: 0;
  transition: top ease 0.5s;
  position: relative;
}
.template_portfolio  .mix_all:hover {
    top: -10px;
}
.elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    flex-wrap: wrap;
    align-self: stretch;
    gap: 0px;
}
.canhgiua{text-align: center;}
.pagination>li>a{cursor: pointer;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>a.active, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #23527c;
    border-color: #23527c;
}
.box-readmore {
    padding: 8px 15px;
    border: 1px solid rgb(222,222,222);
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: rgb(238,238,238);
}

.box-readmore li ul > li {
    margin: 0px 0px 8px;
}

.box-readmore li ul > li::before {
    content: counters(item,".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item 0;
    margin-bottom: 0px;
    margin-top: 8px;
    padding-left: 0px!important;
}

.box-readmore ul li {
    display: table;
    counter-increment: item 1;
    margin-bottom: 5px;
}

.box-readmore ul li::before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: rgb(51,51,51);
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: rgb(48,72,168);
}
.jcalendar-input {
    padding-right: 18px !important;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='gray'%3E%3Cpath d='M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E) !important;
    background-position: top 50% right 5px !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box;
    text-align: left !important;
}

/**
 * (c) jSuites Javascript Web Components
 *
 * Website: https://jsuites.net
 * Description: Create amazing web based applications.
 *
 * MIT License
 *
 */

:root {
    --button-color: #298BA8; 
    --active-color: #007aff;
    --safe-area-top: env(safe-area-inset-top);
    --safe-area-bottom: env(safe-area-inset-bottom);
}

[data-visible="false"] {
    display: none;
}

div[data-before]:before {
    content: attr(data-before);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jreadonly {
    pointer-events: none;
}

.jdragging {
    opacity:0.2;
    filter: alpha(opacity=20);
}

.jupload.input {
    position: relative;
    box-sizing: border-box;
    background-size: initial;
    height: 33px;
    min-height: initial;
    padding: 6px;
    padding-right: 30px;
}

.jupload.input:before {
    content: "save";
    font-size: 18px;
    font-family: "Material Icons";
    color: #000;
    position: absolute;
    right: 5px;
}

.jupload:empty:before {
    z-index: 0;
}

.jupload img {
    width: 100%;
} 

.jupload.input img {
    width: initial;
    max-width: 100%;
    height: 100%;
}

.jupload[data-multiple] {
    padding: 10px;
}

.jupload[data-multiple] img {
    height: 70px;
    width: 100px;
    object-fit: cover;
    margin-right: 5px;
    margin-bottom: 5px;
}

.jupload {
    position: relative;
    border: 1px dotted #eee;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    min-height: 180px;
}

.jupload:not(.input):before {
    content: "\e2c3"; 
    font-family: "Material Icons";
    font-size: 90px;
    color: #eee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
}

.jupload-item {
    padding-right: 22px;
    border-radius: 1px;
    display: inline-block;
    position: relative;
}

.jphoto {
    position: relative;
    border: 1px dotted #eee;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jphoto:empty:before {
    content: "\e2c3";
    font-family: "Material Icons";
    font-size: 90px;
    color: #eee;
    width: 100%;
    height: 100%;
}

.jremove {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.round img {
    border-radius: 1000px;
}

.jtooltip {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;

    font-family: initial;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid black;
    padding: 8px;
    margin: 10px;

    display: block;
    animation: fadeIn 0.5s;
    pointer-events: none;
}

.jtooltip:empty {
    display: none;
}

@keyframes fadeIn {
     0% {
          opacity: 0;
     }
     100% {
          opacity: 1;
     }
}

/** Animations **/
.fade-in {
    animation: fade-in 2s forwards;
}

.fade-out {
    animation: fade-out 1s forwards;
}

.slide-left-in {
    position: relative;
    animation: slide-left-in 0.4s forwards;
}

.slide-left-out {
    position: relative;
    animation: slide-left-out 0.4s forwards;
}

.slide-right-in {
    position: relative;
    animation: slide-right-in 0.4s forwards;
}

.slide-right-out {
    position: relative;
    animation: slide-right-out 0.4s forwards;
}

.slide-top-in {
    position: relative;
    animation: slide-top-in 0.4s forwards;
}

.slide-top-out {
    position: relative;
    animation: slide-top-out 0.2s forwards;
}

.slide-bottom-in {
    position: relative;
    animation: slide-bottom-in 0.4s forwards;
}

.slide-bottom-out {
    position: relative;
    animation: slide-bottom-out 0.1s forwards;
}

.spin {
    animation: spin 2s infinite linear;
}

/** Fadein and Fadeout **/
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 100; }
}

@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 100; }
}

@keyframes fade-out {
    0% { opacity: 100; }
    100% { opacity: 0; }
}

@-webkit-keyframes fade-out {
    0% { opacity: 100; }
    100% { opacity: 0; }
}

/** Keyframes Left to Right **/
@keyframes slide-left-in {
    0% { left: -100%; }
    100% { left: 0%; }
}

@-webkit-keyframes slide-left-in {
    0% { left: -100%; }
    100% { left: 0%; }
}
    
@keyframes slide-left-out {
    0% { left: 0%; }
    100% { left: -100%; }
}

@-webkit-keyframes slide-left-out {
    0% { left: 0%; }
    100% { left: -100%; }
}

/** Keyframes Right to Left **/
@keyframes slide-right-in {
    0% { left: 100%; }
    100% { left: 0%; }
}

@-webkit-keyframes slide-right-in
{
    0% { left: 100%; }
    100% { left: 0%; }
}
    
@keyframes slide-right-out {
    0% { left: 0%; }
    100% { left: 100%; }
}

@-webkit-keyframes slide-right-out {
    0% { left: 0%; }
    100% { left: 100%; }
}

/** Keyframes Top to Bottom **/
@keyframes slide-top-in {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0%); }
}

@-webkit-keyframes slide-top-in {
    0% { transform: translateY(-100%); }
    100% { -webkit-transform: translateY(0%); }
}
    
@keyframes slide-top-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-100%); }
}

@-webkit-keyframes slide-top-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(-100%); }
}

/** Keyframes Bottom to Top **/
@keyframes slide-bottom-in {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0%); }
}

@-webkit-keyframes slide-bottom-in {
    0% { transform: translateY(100%); }
    100% { -webkit-transform: translateY(0%); }
}
    
@keyframes slide-bottom-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(100%); }
}

@-webkit-keyframes slide-bottom-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(100%); }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(359deg);
    }
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(359deg);
    }
}
@keyframes blinkingText {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.ek-post-detail-label {
    color: #0e70c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid #0e70c7;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-weight: 600;
    justify-content: left;
    padding: 10px 0;
}
.ek-post-detail-label span{color: #0e70c7;font-size: 16px; width: 120px;text-align: left;}
.text-dark{color: #000;}
.showtext{text-align: justify;}
.showtext ol, .showtext ul{list-style: inside;}
.showtext ol li, .showtext ul li{list-style: inside;}
.showtext ol li p, .showtext ul li p{display: inline-block;}
.jcalendar-update{color: #000; margin: unset;}
.zindex100{z-index: 100;}
.zindex99{z-index: 99;}
.blog-recent-post-content p{margin: unset;}
.tags_all{display: block;}
.tags_all a{background-color: #0e70c7; display: inline-block;border-radius: 12px;padding: 5px 10px; margin: 5px;box-sizing: border-box; color: #fff;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    border: 1px solid #FFF;
    border-radius: 12px;
    margin-bottom: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid-album img{height: 100%; object-fit: cover;}
.event-content h3{height: 52px; overflow: hidden;}
.flex-center{justify-content: center;}
.tienich h4{font-size: 18px;}
.box_captcha{position: absolute;right: 15px;top: 0px;background: #0e70c7;color: #fff;padding: 13px;}
.icon_lienhe{display: block;padding: 10px;border: 2px solid #ddd;border-radius: 20px;}
.icon_lienhe img{width: 50px;height: auto;vertical-align: middle;margin-right: 15px;}
.icon_lienhe h3{display: inline-block;vertical-align: middle;margin: auto;letter-spacing: 9.4px;}
.icon_lienhe:hover{background-color: #24324a; color: #fff;}
.icon_lienhe:hover h3{color: #fff;}
@media(max-width:1001px){
    
    
}
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){.donhangBox2{display:none} .donhangBox1{filter:none;padding:10px} .list_sanpham{display:block;margin:0;height:auto;width:100%;padding:10px;text-align: center;} .list_sanpham a{display: inline-block;font-size:11px;text-align:center;color:#FFF;margin:0;white-space:nowrap} .list_sanpham a.active{color:#ff0} .filterDonhang{padding:10px 0px} .filterDonhang table thead tr:nth-child(1){display:none} .filterDonhang table tbody{width:100%;display:block} .filterDonhang table{font-size:12px;border-spacing:0px;display:block} .filterDonhang table tr{display:flex;flex-direction:column;width:100%;border-bottom:1px solid #DDD;padding:5px 0} .filterDonhang table thead{display:none} .filterDonhang table td{width:100%;border:0;padding:0} .filterDonhang strong{display:none} .filterDonhang h4{font-size:12px;font-weight:bold} .hinhanhBoxTitle{font-size:16px} .flipster__item__content a span{font-size:13px!important;padding:10px!important;line-height:unset!important} .ttlistmenuTitle{font-size:16px;margin-bottom:1rem} .elementor-2 .elementor-element.elementor-element-01fdff5 .promo_heading{font-size: 40px;}.showtext img{height: auto !important;}}
@media (max-width:980px){.grid-album{display: grid;grid-template-columns: repeat(4, 1fr);}}
@media (max-width:960px){}
@media (max-width:900px){}
@media(max-width:854px){}
@media(max-width:818px){}
@media(max-width:800px){}
@media(max-width:768px){.grid-album{grid-template-columns: repeat(3, 1fr);}.single_footer{text-align: center;}}
@media(max-width:740px){}
@media(max-width:736px){}
@media(max-width:732px){}
@media(max-width:720px){}
@media(max-width:696px){}
@media(max-width:668px){.tienich{display: none;}.logo-img{text-align: center;}.clear_mb{clear: both;}}
@media(max-width:641px){}
@media(max-width:600px){}
@media(max-width:568px){.grid-album{grid-template-columns: repeat(2, 1fr);}.icon_lienhe h3 {letter-spacing: 3.5px; }}
@media(max-width:480px){}
@media(max-width:414px){}
@media(max-width:376px){}
@media(max-width:360px){}
@media(max-width:320px){}
@media(max-width:240px){}