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

/*************** ADD CUSTOM CSS HERE.   ***************/



#header .header-nav-main.nav-left {
    display: flex
;
    justify-content: center;
}
.header-main {
    border-bottom: 2px solid #fff;
}
.icon-row h3 {margin-bottom: 0px}
.icon-row p {font-size: 15px}
.icon-mb h3 {font-size: 16px; color: #cc0000}
.icon-mb p {font-size: 15px; text-align: justify}
.description_tab a {display:none !important}
.badge-container, .image-tools.bottom.left {display: none}
.product-gallery-slider img {padding: 20px}
.tabbed-content{
  width: 100%;
}

.tabbed-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tabbed-content li {
  flex: 1 1 auto;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: bold;
  background: #f5f5f5;
}.tabbed-content a { display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; width: 100% }

.tabbed-content li.active {
  background: #ed1c24;
  color: white;
}.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    margin-bottom: 10px;
}
table {
       border-color: #ececec;
    border-spacing: 0;
    table-layout: auto;
    padding: 0;
        margin: 0 auto 20px auto;
}.table tr:nth-child(odd) {
   background-color: #ebebeb !important;
}
tbody {border: 1px solid #ebebeb;}
th, td {text-align: center !important; border-left: 1px solid #ebebeb;}
.wprt-container  tbody tr td {padding-top: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    vertical-align: middle;border: 1px solid #dddddd !important;}

.bang-tinh-phi {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 16px;
}

.bang-tinh-phi td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.bang-tinh-phi td:first-child {
  text-align: left;
  font-weight: 500;
  color: #333;
}

.bang-tinh-phi td:last-child {
  text-align: right;
  font-weight: 600;
  color: #000;
}

.bang-tinh-phi tr.tong td {
  background: #fef2f2;
  color: #ed1c24;
  font-size: 18px;
  font-weight: bold;
}
.form-wrapper {
  background: #fff;
  padding: 10px;
 text-align: center;
  font-family: sans-serif;
}

.form-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-wrapper p {
  margin-bottom: 20px;
}

.form-wrapper input,
.form-wrapper select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-wrapper select {padding: 10px; }
input[type=tel] {margin-bottom: -5px}
.submit-wrap input[type="submit"] {
  background-color: #d00000;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.submit-wrap input[type="submit"]:hover {
  background-color: #a00000;
}
.zalo-now {
    position: fixed;
    left: -15px;
    bottom: 200px;
    z-index: 88888;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}.call-now {
    position: relative;
    cursor: pointer;
    z-index: 5000;
}.call-now .circle {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.4;
    -webkit-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -o-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}.circle {
    border-radius: 999px !important;
    object-fit: cover;
}
@keyframes dr-widget-circle-anim {
	0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
}
30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
}
100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1;
}
}
.call-now .circle-fill {
    width: 70px;
    height: 70px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .2;
    -webkit-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@keyframes dr-widget-circle-fill-anim {
	0% {
    transform: rotate(0) scale(.7) skew(1deg);
}

50% {
    transform: rotate(0) scale(1) skew(1deg);
}
100% {
    transform: rotate(0) scale(.7) skew(1deg);
}
}.call-now .img-circle {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/wp-content/uploads/2025/05/dt.png) no-repeat center center;
    background-size: 80% 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .4;
    box-sizing: initial;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}.call-now {
    position: relative;
    cursor: pointer;
    z-index: 5000;
}.call-now .img-circle {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/wp-content/uploads/2025/05/dt.png) no-repeat center center;
    background-size: 80% 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .4;
    box-sizing: initial;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}.call-now .circle-shake {
    -webkit-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@keyframes dr-widget-circle-img-anim {
	0% {
    transform: rotate(0) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0) scale(1) skew(1deg);
}
100% {
    transform: rotate(0) scale(1) skew(1deg);
}.call-now>span {
    position: absolute;
    font-size: 20px;
    top: 37px;
    left: 50px;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px 0 45px;
    border-radius: 20px;
    z-index: -1;
    color: #DD3333;
    width: 180px;
}
}
.phone-call-now {
    position: fixed;
    left: -15px;
    bottom: 120px;
    z-index: 88888;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}.call-now {
    position: relative;
    cursor: pointer;
    z-index: 5000;
}.call-now .circle {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.4;
    -webkit-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -o-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}.circle {
    border-radius: 999px !important;
    object-fit: cover;
}.call-now .circle-fill {
    width: 70px;
    height: 70px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .2;
    -webkit-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}.call-now>span {
    position: absolute;
    font-size: 18px;
    top: 37px;
    left: 50px;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px 0 45px;
    border-radius: 20px;
    z-index: -1;
    color: #DD3333;
    width: 180px;
}
@media screen and (max-width: 600px) {
	.icon-mb p  { display: none}
	.table-responsive .table {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {  #logo img {
        position: absolute;
        top: 0;
        max-height: 100px !important;
        height: 100px;
        background-color: #FFF;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        padding: 9px;
	z-index: 999999999999; }

}