#button-contact-vr {
position: fixed;
bottom: 0;
z-index: 99999;
} #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;
}
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: #1877f2;
}
#fanpage-vr .phone-vr-circle-fill {
box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
background-color: rgb(24 119 242 / 70%);
} #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;
}
}.hl-shop-cart {
padding: 20px 5px;
}
.hl-shop-cart section{
margin-bottom: 30px;
}
.hl-shop-cart .section-header{
border-bottom: 1px solid #344a71;
margin-bottom: 20px;
}
.hl-shop-cart .section-header span{
background: #344a71;
color: white;
padding: 6px  10px;
display: inline-block;
font-weight: bold;
}
.hl-shop-cart .section-main{}
.hl-shop-cart .cart-table{
text-align: center;
font-weight: bold;
font-size: 13px;
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.hl-shop-cart .cart-table th{
background: #666699;
color: white;
}
.hl-shop-cart .cart-table th,
.hl-shop-cart .cart-table td {
border: 1px solid #ddd;
padding: 10px;
}
.hl-shop-cart .cart-table .td-anh {
width: 70px;
}
.hl-shop-cart .cart-table .td-ten-sp{
width: 30%;
font-weight: bold;
font-size: 13px;
text-align: left;
}
.hl-shop-cart .cart-table .td-ma-sp {
}
.hl-shop-cart .cart-table .td-size{
width: 110px;
}
.hl-shop-cart .cart-table .td-size select{
width: 80px;
}
.hl-shop-cart .cart-table .td-don-gia{
text-align: right;
}
.hl-shop-cart .cart-table .td-so-luong input{
width: 50px;
text-align: center;
}
.hl-shop-cart .cart-table .td-thanh-tien {
text-align: right;
}
.hl-shop-cart .cart-table .td-xoa-sp{
}
.hl-shop-cart .cart-table .td-xoa-sp span{
color: red;
cursor: pointer;
}
@media (max-width: 767px) {
.hl-shop-cart .cart-table .th-thanh-tien,
.hl-shop-cart .cart-table .th-anh,
.hl-shop-cart .cart-table .td-thanh-tien,
.hl-shop-cart .cart-table .td-anh {
display: none;
}
}
.cart-info .final-total{
text-align: right;
font-weight: bold;
padding: 15px 90px;
}
.cart-info .final-total span{
color: red;
}
.cart-info .cart-update{
text-align: right;
padding: 5px 100px;
}
.cart-info .cart-update button{
border: none;
background: green;
color: white;
padding: 10px;
font-weight: bold;
}
.hl-shop-cart .customer-info {}
.hl-shop-cart .customer-info .form-row{
padding: 10px 15px;
}
.hl-shop-cart .customer-info .form-gr {
margin: 5px 0 10px;
}
.hl-shop-cart .customer-info .form-gr input,
.hl-shop-cart .customer-info .form-gr input,
.hl-shop-cart .customer-info .form-gr textarea {
width: 100%;
display: block;
padding: 5px;
border: 1px solid #AA77BF;
}
.hl-shop-cart .customer-info .form-gr textarea{
height: 150px;
}
.hl-shop-cart .customer-info .form-inline-item{
float: left;
width: 33%;
padding: 15px;
}
.hl-shop-cart .customer-info label{
font-weight: bold;
margin-bottom: 5px;
display: inline-block;
}
.hl-shop-cart .customer-info .form-submit-row {}
.hl-shop-cart .customer-info .form-submit {
display: block;
border: none;
color: white;
background: green;
padding: 10px;
margin: 10px auto;
font-weight: bold;
}
.hl-shop-cart .empty-cart{
}
.hl-shop-cart .empty-cart .notice{
}
.hl-shop-cart .back-to-shop{
margin: 10px auto;
border: none;
background: green;
padding: 10px;
font-weight: bold;
color: white;
display: block;
}
.cart-loading{
width: 100%;
min-height: 400px;
background: url(//nongsansachdalat.com/wp-content/themes/tkw/core/assets/images/loading.gif) center center no-repeat;
}
.cart-table th,
.cart-table td {
padding: 5px !important ;
}
@media (max-width: 767px) {
.cart-hidden {
display: none;
}
}
.cart-button {
display: inline-block;
padding: 6px 12px;
border-radius: 4px;
border: 1px solid #ddd;
background: white;
color: #111;
}
.cart-button-primary {
background: #2b78cd;
border-color: #2b78cd;
color: white;
}
.cart-button-success {
background: green;
border-color: green;
color: white;
}
.cart-form-control {
width: 100%;
border: 1px solid #ddd;
border-radius: 2px;
padding: 6px 12px;
}
.cart-form-group {
margin-bottom: 15px;
}
.cart-notice {
margin: 30px 0;
padding: 20px;
font-size: 15px;
font-weight: bold;
}
.cart-notice.cart-notice-info {
background: #baf8fb;
color: #111;
}
.cart-notice.cart-notice-success {
background: #c9ffb3;
color: #5bab34;
}
.cart-notice.cart-notice-warning {
color: red;
background: #ffbeb8;
}
.cart-notice.cart-notice-error {
color: red;
background: #ffe6e4;
}*:focus {
outline: none;
}
a:hover {
text-decoration: none;
}
ins {
text-decoration: none;
}
ul {
list-style-position: inside;
}
figure,
img {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
button {
cursor: pointer;
}
table {
max-width: 100%;
overflow: scroll;
}
b, strong {
font-weight: 700;
}
input, input:focus, input:active,
button,
button:focus,
button:active,
select,
select:focus,
select:active,
textarea,
textarea:focus,
textarea:active {
outline: none;
}
.clearfix:after {
content: '';
display: table;
clear: both;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
ol.unstyled,
ul.unstyled {
padding: 0;
margin: 0;
list-style: none;
}
a.unstyled {
color: inherit;
}
.m-auto {
margin: auto !important;
}
.mx-auto,
.ml-auto {
margin-left: auto !important;
}
.mx-auto,
.mr-auto {
margin-right: auto !important;
}
.my-auto,
.mt-auto {
margin-top: auto !important;
}
.my-auto,
.mb-auto {
margin-bottom: auto !important;
}
.p-auto {
padding: auto !important;
}
.px-auto,
.pl-auto {
padding-left: auto !important;
}
.px-auto,
.pr-auto {
padding-right: auto !important;
}
.py-auto,
.pt-auto {
padding-top: auto !important;
}
.py-auto,
.pb-auto {
padding-bottom: auto !important;
}
.m-0,
.m-0 {
margin: 0 !important;
}
.mx-0,
.ml-0 {
margin-left: 0 !important;
}
.mx-0,
.mr-0 {
margin-right: 0 !important;
}
.my-0,
.mt-0 {
margin-top: 0 !important;
}
.my-0,
.mb-0 {
margin-bottom: 0 !important;
}
.p-0,
.p-0 {
padding: 0 !important;
}
.px-0,
.pl-0 {
padding-left: 0 !important;
}
.px-0,
.pr-0 {
padding-right: 0 !important;
}
.py-0,
.pt-0 {
padding-top: 0 !important;
}
.py-0,
.pb-0 {
padding-bottom: 0 !important;
}
.m-5,
.m-5 {
margin: 5px !important;
}
.mx-5,
.ml-5 {
margin-left: 5px !important;
}
.mx-5,
.mr-5 {
margin-right: 5px !important;
}
.my-5,
.mt-5 {
margin-top: 5px !important;
}
.my-5,
.mb-5 {
margin-bottom: 5px !important;
}
.p-5,
.p-5 {
padding: 5px !important;
}
.px-5,
.pl-5 {
padding-left: 5px !important;
}
.px-5,
.pr-5 {
padding-right: 5px !important;
}
.py-5,
.pt-5 {
padding-top: 5px !important;
}
.py-5,
.pb-5 {
padding-bottom: 5px !important;
}
.m-10,
.m-10 {
margin: 10px !important;
}
.mx-10,
.ml-10 {
margin-left: 10px !important;
}
.mx-10,
.mr-10 {
margin-right: 10px !important;
}
.my-10,
.mt-10 {
margin-top: 10px !important;
}
.my-10,
.mb-10 {
margin-bottom: 10px !important;
}
.p-10,
.p-10 {
padding: 10px !important;
}
.px-10,
.pl-10 {
padding-left: 10px !important;
}
.px-10,
.pr-10 {
padding-right: 10px !important;
}
.py-10,
.pt-10 {
padding-top: 10px !important;
}
.py-10,
.pb-10 {
padding-bottom: 10px !important;
}
.m-15,
.m-15 {
margin: 15px !important;
}
.mx-15,
.ml-15 {
margin-left: 15px !important;
}
.mx-15,
.mr-15 {
margin-right: 15px !important;
}
.my-15,
.mt-15 {
margin-top: 15px !important;
}
.my-15,
.mb-15 {
margin-bottom: 15px !important;
}
.p-15,
.p-15 {
padding: 15px !important;
}
.px-15,
.pl-15 {
padding-left: 15px !important;
}
.px-15,
.pr-15 {
padding-right: 15px !important;
}
.py-15,
.pt-15 {
padding-top: 15px !important;
}
.py-15,
.pb-15 {
padding-bottom: 15px !important;
}
.m-20,
.m-20 {
margin: 20px !important;
}
.mx-20,
.ml-20 {
margin-left: 20px !important;
}
.mx-20,
.mr-20 {
margin-right: 20px !important;
}
.my-20,
.mt-20 {
margin-top: 20px !important;
}
.my-20,
.mb-20 {
margin-bottom: 20px !important;
}
.p-20,
.p-20 {
padding: 20px !important;
}
.px-20,
.pl-20 {
padding-left: 20px !important;
}
.px-20,
.pr-20 {
padding-right: 20px !important;
}
.py-20,
.pt-20 {
padding-top: 20px !important;
}
.py-20,
.pb-20 {
padding-bottom: 20px !important;
}
.m-25,
.m-25 {
margin: 25px !important;
}
.mx-25,
.ml-25 {
margin-left: 25px !important;
}
.mx-25,
.mr-25 {
margin-right: 25px !important;
}
.my-25,
.mt-25 {
margin-top: 25px !important;
}
.my-25,
.mb-25 {
margin-bottom: 25px !important;
}
.p-25,
.p-25 {
padding: 25px !important;
}
.px-25,
.pl-25 {
padding-left: 25px !important;
}
.px-25,
.pr-25 {
padding-right: 25px !important;
}
.py-25,
.pt-25 {
padding-top: 25px !important;
}
.py-25,
.pb-25 {
padding-bottom: 25px !important;
}
.m-30,
.m-30 {
margin: 30px !important;
}
.mx-30,
.ml-30 {
margin-left: 30px !important;
}
.mx-30,
.mr-30 {
margin-right: 30px !important;
}
.my-30,
.mt-30 {
margin-top: 30px !important;
}
.my-30,
.mb-30 {
margin-bottom: 30px !important;
}
.p-30,
.p-30 {
padding: 30px !important;
}
.px-30,
.pl-30 {
padding-left: 30px !important;
}
.px-30,
.pr-30 {
padding-right: 30px !important;
}
.py-30,
.pt-30 {
padding-top: 30px !important;
}
.py-30,
.pb-30 {
padding-bottom: 30px !important;
}
.m-35,
.m-35 {
margin: 35px !important;
}
.mx-35,
.ml-35 {
margin-left: 35px !important;
}
.mx-35,
.mr-35 {
margin-right: 35px !important;
}
.my-35,
.mt-35 {
margin-top: 35px !important;
}
.my-35,
.mb-35 {
margin-bottom: 35px !important;
}
.p-35,
.p-35 {
padding: 35px !important;
}
.px-35,
.pl-35 {
padding-left: 35px !important;
}
.px-35,
.pr-35 {
padding-right: 35px !important;
}
.py-35,
.pt-35 {
padding-top: 35px !important;
}
.py-35,
.pb-35 {
padding-bottom: 35px !important;
}
.m-40,
.m-40 {
margin: 40px !important;
}
.mx-40,
.ml-40 {
margin-left: 40px !important;
}
.mx-40,
.mr-40 {
margin-right: 40px !important;
}
.my-40,
.mt-40 {
margin-top: 40px !important;
}
.my-40,
.mb-40 {
margin-bottom: 40px !important;
}
.p-40,
.p-40 {
padding: 40px !important;
}
.px-40,
.pl-40 {
padding-left: 40px !important;
}
.px-40,
.pr-40 {
padding-right: 40px !important;
}
.py-40,
.pt-40 {
padding-top: 40px !important;
}
.py-40,
.pb-40 {
padding-bottom: 40px !important;
}
.m-45,
.m-45 {
margin: 45px !important;
}
.mx-45,
.ml-45 {
margin-left: 45px !important;
}
.mx-45,
.mr-45 {
margin-right: 45px !important;
}
.my-45,
.mt-45 {
margin-top: 45px !important;
}
.my-45,
.mb-45 {
margin-bottom: 45px !important;
}
.p-45,
.p-45 {
padding: 45px !important;
}
.px-45,
.pl-45 {
padding-left: 45px !important;
}
.px-45,
.pr-45 {
padding-right: 45px !important;
}
.py-45,
.pt-45 {
padding-top: 45px !important;
}
.py-45,
.pb-45 {
padding-bottom: 45px !important;
}
.m-50,
.m-50 {
margin: 50px !important;
}
.mx-50,
.ml-50 {
margin-left: 50px !important;
}
.mx-50,
.mr-50 {
margin-right: 50px !important;
}
.my-50,
.mt-50 {
margin-top: 50px !important;
}
.my-50,
.mb-50 {
margin-bottom: 50px !important;
}
.p-50,
.p-50 {
padding: 50px !important;
}
.px-50,
.pl-50 {
padding-left: 50px !important;
}
.px-50,
.pr-50 {
padding-right: 50px !important;
}
.py-50,
.pt-50 {
padding-top: 50px !important;
}
.py-50,
.pb-50 {
padding-bottom: 50px !important;
}
@media (min-width: 576px) {
.m-sm-auto {
margin: auto !important;
}
.mx-sm-auto,
.ml-sm-auto {
margin-left: auto !important;
}
.mx-sm-auto,
.mr-sm-auto {
margin-right: auto !important;
}
.my-sm-auto,
.mt-sm-auto {
margin-top: auto !important;
}
.my-sm-auto,
.mb-sm-auto {
margin-bottom: auto !important;
}
.p-sm-auto {
padding: auto !important;
}
.px-sm-auto,
.pl-sm-auto {
padding-left: auto !important;
}
.px-sm-auto,
.pr-sm-auto {
padding-right: auto !important;
}
.py-sm-auto,
.pt-sm-auto {
padding-top: auto !important;
}
.py-sm-auto,
.pb-sm-auto {
padding-bottom: auto !important;
}
.m-sm-0 {
margin: 0 !important;
}
.mx-sm-0,
.ml-sm-0 {
margin-left: 0 !important;
}
.mx-sm-0,
.mr-sm-0 {
margin-right: 0 !important;
}
.my-sm-0,
.mt-sm-0 {
margin-top: 0 !important;
}
.my-sm-0,
.mb-sm-0 {
margin-bottom: 0 !important;
}
.p-sm-0 {
padding: 0 !important;
}
.px-sm-0,
.pl-sm-0 {
padding-left: 0 !important;
}
.px-sm-0,
.pr-sm-0 {
padding-right: 0 !important;
}
.py-sm-0,
.pt-sm-0 {
padding-top: 0 !important;
}
.py-sm-0,
.pb-sm-0 {
padding-bottom: 0 !important;
}
.m-sm-5 {
margin: 5px !important;
}
.mx-sm-5,
.ml-sm-5 {
margin-left: 5px !important;
}
.mx-sm-5,
.mr-sm-5 {
margin-right: 5px !important;
}
.my-sm-5,
.mt-sm-5 {
margin-top: 5px !important;
}
.my-sm-5,
.mb-sm-5 {
margin-bottom: 5px !important;
}
.p-sm-5 {
padding: 5px !important;
}
.px-sm-5,
.pl-sm-5 {
padding-left: 5px !important;
}
.px-sm-5,
.pr-sm-5 {
padding-right: 5px !important;
}
.py-sm-5,
.pt-sm-5 {
padding-top: 5px !important;
}
.py-sm-5,
.pb-sm-5 {
padding-bottom: 5px !important;
}
.m-sm-10 {
margin: 10px !important;
}
.mx-sm-10,
.ml-sm-10 {
margin-left: 10px !important;
}
.mx-sm-10,
.mr-sm-10 {
margin-right: 10px !important;
}
.my-sm-10,
.mt-sm-10 {
margin-top: 10px !important;
}
.my-sm-10,
.mb-sm-10 {
margin-bottom: 10px !important;
}
.p-sm-10 {
padding: 10px !important;
}
.px-sm-10,
.pl-sm-10 {
padding-left: 10px !important;
}
.px-sm-10,
.pr-sm-10 {
padding-right: 10px !important;
}
.py-sm-10,
.pt-sm-10 {
padding-top: 10px !important;
}
.py-sm-10,
.pb-sm-10 {
padding-bottom: 10px !important;
}
.m-sm-15 {
margin: 15px !important;
}
.mx-sm-15,
.ml-sm-15 {
margin-left: 15px !important;
}
.mx-sm-15,
.mr-sm-15 {
margin-right: 15px !important;
}
.my-sm-15,
.mt-sm-15 {
margin-top: 15px !important;
}
.my-sm-15,
.mb-sm-15 {
margin-bottom: 15px !important;
}
.p-sm-15 {
padding: 15px !important;
}
.px-sm-15,
.pl-sm-15 {
padding-left: 15px !important;
}
.px-sm-15,
.pr-sm-15 {
padding-right: 15px !important;
}
.py-sm-15,
.pt-sm-15 {
padding-top: 15px !important;
}
.py-sm-15,
.pb-sm-15 {
padding-bottom: 15px !important;
}
.m-sm-20 {
margin: 20px !important;
}
.mx-sm-20,
.ml-sm-20 {
margin-left: 20px !important;
}
.mx-sm-20,
.mr-sm-20 {
margin-right: 20px !important;
}
.my-sm-20,
.mt-sm-20 {
margin-top: 20px !important;
}
.my-sm-20,
.mb-sm-20 {
margin-bottom: 20px !important;
}
.p-sm-20 {
padding: 20px !important;
}
.px-sm-20,
.pl-sm-20 {
padding-left: 20px !important;
}
.px-sm-20,
.pr-sm-20 {
padding-right: 20px !important;
}
.py-sm-20,
.pt-sm-20 {
padding-top: 20px !important;
}
.py-sm-20,
.pb-sm-20 {
padding-bottom: 20px !important;
}
.m-sm-25 {
margin: 25px !important;
}
.mx-sm-25,
.ml-sm-25 {
margin-left: 25px !important;
}
.mx-sm-25,
.mr-sm-25 {
margin-right: 25px !important;
}
.my-sm-25,
.mt-sm-25 {
margin-top: 25px !important;
}
.my-sm-25,
.mb-sm-25 {
margin-bottom: 25px !important;
}
.p-sm-25 {
padding: 25px !important;
}
.px-sm-25,
.pl-sm-25 {
padding-left: 25px !important;
}
.px-sm-25,
.pr-sm-25 {
padding-right: 25px !important;
}
.py-sm-25,
.pt-sm-25 {
padding-top: 25px !important;
}
.py-sm-25,
.pb-sm-25 {
padding-bottom: 25px !important;
}
.m-sm-30 {
margin: 30px !important;
}
.mx-sm-30,
.ml-sm-30 {
margin-left: 30px !important;
}
.mx-sm-30,
.mr-sm-30 {
margin-right: 30px !important;
}
.my-sm-30,
.mt-sm-30 {
margin-top: 30px !important;
}
.my-sm-30,
.mb-sm-30 {
margin-bottom: 30px !important;
}
.p-sm-30 {
padding: 30px !important;
}
.px-sm-30,
.pl-sm-30 {
padding-left: 30px !important;
}
.px-sm-30,
.pr-sm-30 {
padding-right: 30px !important;
}
.py-sm-30,
.pt-sm-30 {
padding-top: 30px !important;
}
.py-sm-30,
.pb-sm-30 {
padding-bottom: 30px !important;
}
.m-sm-35 {
margin: 35px !important;
}
.mx-sm-35,
.ml-sm-35 {
margin-left: 35px !important;
}
.mx-sm-35,
.mr-sm-35 {
margin-right: 35px !important;
}
.my-sm-35,
.mt-sm-35 {
margin-top: 35px !important;
}
.my-sm-35,
.mb-sm-35 {
margin-bottom: 35px !important;
}
.p-sm-35 {
padding: 35px !important;
}
.px-sm-35,
.pl-sm-35 {
padding-left: 35px !important;
}
.px-sm-35,
.pr-sm-35 {
padding-right: 35px !important;
}
.py-sm-35,
.pt-sm-35 {
padding-top: 35px !important;
}
.py-sm-35,
.pb-sm-35 {
padding-bottom: 35px !important;
}
.m-sm-40 {
margin: 40px !important;
}
.mx-sm-40,
.ml-sm-40 {
margin-left: 40px !important;
}
.mx-sm-40,
.mr-sm-40 {
margin-right: 40px !important;
}
.my-sm-40,
.mt-sm-40 {
margin-top: 40px !important;
}
.my-sm-40,
.mb-sm-40 {
margin-bottom: 40px !important;
}
.p-sm-40 {
padding: 40px !important;
}
.px-sm-40,
.pl-sm-40 {
padding-left: 40px !important;
}
.px-sm-40,
.pr-sm-40 {
padding-right: 40px !important;
}
.py-sm-40,
.pt-sm-40 {
padding-top: 40px !important;
}
.py-sm-40,
.pb-sm-40 {
padding-bottom: 40px !important;
}
.m-sm-45 {
margin: 45px !important;
}
.mx-sm-45,
.ml-sm-45 {
margin-left: 45px !important;
}
.mx-sm-45,
.mr-sm-45 {
margin-right: 45px !important;
}
.my-sm-45,
.mt-sm-45 {
margin-top: 45px !important;
}
.my-sm-45,
.mb-sm-45 {
margin-bottom: 45px !important;
}
.p-sm-45 {
padding: 45px !important;
}
.px-sm-45,
.pl-sm-45 {
padding-left: 45px !important;
}
.px-sm-45,
.pr-sm-45 {
padding-right: 45px !important;
}
.py-sm-45,
.pt-sm-45 {
padding-top: 45px !important;
}
.py-sm-45,
.pb-sm-45 {
padding-bottom: 45px !important;
}
.m-sm-50 {
margin: 50px !important;
}
.mx-sm-50,
.ml-sm-50 {
margin-left: 50px !important;
}
.mx-sm-50,
.mr-sm-50 {
margin-right: 50px !important;
}
.my-sm-50,
.mt-sm-50 {
margin-top: 50px !important;
}
.my-sm-50,
.mb-sm-50 {
margin-bottom: 50px !important;
}
.p-sm-50 {
padding: 50px !important;
}
.px-sm-50,
.pl-sm-50 {
padding-left: 50px !important;
}
.px-sm-50,
.pr-sm-50 {
padding-right: 50px !important;
}
.py-sm-50,
.pt-sm-50 {
padding-top: 50px !important;
}
.py-sm-50,
.pb-sm-50 {
padding-bottom: 50px !important;
}
}
@media (min-width: 768px) {
.m-md-auto {
margin: auto !important;
}
.mx-md-auto,
.ml-md-auto {
margin-left: auto !important;
}
.mx-md-auto,
.mr-md-auto {
margin-right: auto !important;
}
.my-md-auto,
.mt-md-auto {
margin-top: auto !important;
}
.my-md-auto,
.mb-md-auto {
margin-bottom: auto !important;
}
.p-md-auto {
padding: auto !important;
}
.px-md-auto,
.pl-md-auto {
padding-left: auto !important;
}
.px-md-auto,
.pr-md-auto {
padding-right: auto !important;
}
.py-md-auto,
.pt-md-auto {
padding-top: auto !important;
}
.py-md-auto,
.pb-md-auto {
padding-bottom: auto !important;
}
.m-md-0 {
margin: 0 !important;
}
.mx-md-0,
.ml-md-0 {
margin-left: 0 !important;
}
.mx-md-0,
.mr-md-0 {
margin-right: 0 !important;
}
.my-md-0,
.mt-md-0 {
margin-top: 0 !important;
}
.my-md-0,
.mb-md-0 {
margin-bottom: 0 !important;
}
.p-md-0 {
padding: 0 !important;
}
.px-md-0,
.pl-md-0 {
padding-left: 0 !important;
}
.px-md-0,
.pr-md-0 {
padding-right: 0 !important;
}
.py-md-0,
.pt-md-0 {
padding-top: 0 !important;
}
.py-md-0,
.pb-md-0 {
padding-bottom: 0 !important;
}
.m-md-5 {
margin: 5px !important;
}
.mx-md-5,
.ml-md-5 {
margin-left: 5px !important;
}
.mx-md-5,
.mr-md-5 {
margin-right: 5px !important;
}
.my-md-5,
.mt-md-5 {
margin-top: 5px !important;
}
.my-md-5,
.mb-md-5 {
margin-bottom: 5px !important;
}
.p-md-5 {
padding: 5px !important;
}
.px-md-5,
.pl-md-5 {
padding-left: 5px !important;
}
.px-md-5,
.pr-md-5 {
padding-right: 5px !important;
}
.py-md-5,
.pt-md-5 {
padding-top: 5px !important;
}
.py-md-5,
.pb-md-5 {
padding-bottom: 5px !important;
}
.m-md-10 {
margin: 10px !important;
}
.mx-md-10,
.ml-md-10 {
margin-left: 10px !important;
}
.mx-md-10,
.mr-md-10 {
margin-right: 10px !important;
}
.my-md-10,
.mt-md-10 {
margin-top: 10px !important;
}
.my-md-10,
.mb-md-10 {
margin-bottom: 10px !important;
}
.p-md-10 {
padding: 10px !important;
}
.px-md-10,
.pl-md-10 {
padding-left: 10px !important;
}
.px-md-10,
.pr-md-10 {
padding-right: 10px !important;
}
.py-md-10,
.pt-md-10 {
padding-top: 10px !important;
}
.py-md-10,
.pb-md-10 {
padding-bottom: 10px !important;
}
.m-md-15 {
margin: 15px !important;
}
.mx-md-15,
.ml-md-15 {
margin-left: 15px !important;
}
.mx-md-15,
.mr-md-15 {
margin-right: 15px !important;
}
.my-md-15,
.mt-md-15 {
margin-top: 15px !important;
}
.my-md-15,
.mb-md-15 {
margin-bottom: 15px !important;
}
.p-md-15 {
padding: 15px !important;
}
.px-md-15,
.pl-md-15 {
padding-left: 15px !important;
}
.px-md-15,
.pr-md-15 {
padding-right: 15px !important;
}
.py-md-15,
.pt-md-15 {
padding-top: 15px !important;
}
.py-md-15,
.pb-md-15 {
padding-bottom: 15px !important;
}
.m-md-20 {
margin: 20px !important;
}
.mx-md-20,
.ml-md-20 {
margin-left: 20px !important;
}
.mx-md-20,
.mr-md-20 {
margin-right: 20px !important;
}
.my-md-20,
.mt-md-20 {
margin-top: 20px !important;
}
.my-md-20,
.mb-md-20 {
margin-bottom: 20px !important;
}
.p-md-20 {
padding: 20px !important;
}
.px-md-20,
.pl-md-20 {
padding-left: 20px !important;
}
.px-md-20,
.pr-md-20 {
padding-right: 20px !important;
}
.py-md-20,
.pt-md-20 {
padding-top: 20px !important;
}
.py-md-20,
.pb-md-20 {
padding-bottom: 20px !important;
}
.m-md-25 {
margin: 25px !important;
}
.mx-md-25,
.ml-md-25 {
margin-left: 25px !important;
}
.mx-md-25,
.mr-md-25 {
margin-right: 25px !important;
}
.my-md-25,
.mt-md-25 {
margin-top: 25px !important;
}
.my-md-25,
.mb-md-25 {
margin-bottom: 25px !important;
}
.p-md-25 {
padding: 25px !important;
}
.px-md-25,
.pl-md-25 {
padding-left: 25px !important;
}
.px-md-25,
.pr-md-25 {
padding-right: 25px !important;
}
.py-md-25,
.pt-md-25 {
padding-top: 25px !important;
}
.py-md-25,
.pb-md-25 {
padding-bottom: 25px !important;
}
.m-md-30 {
margin: 30px !important;
}
.mx-md-30,
.ml-md-30 {
margin-left: 30px !important;
}
.mx-md-30,
.mr-md-30 {
margin-right: 30px !important;
}
.my-md-30,
.mt-md-30 {
margin-top: 30px !important;
}
.my-md-30,
.mb-md-30 {
margin-bottom: 30px !important;
}
.p-md-30 {
padding: 30px !important;
}
.px-md-30,
.pl-md-30 {
padding-left: 30px !important;
}
.px-md-30,
.pr-md-30 {
padding-right: 30px !important;
}
.py-md-30,
.pt-md-30 {
padding-top: 30px !important;
}
.py-md-30,
.pb-md-30 {
padding-bottom: 30px !important;
}
.m-md-35 {
margin: 35px !important;
}
.mx-md-35,
.ml-md-35 {
margin-left: 35px !important;
}
.mx-md-35,
.mr-md-35 {
margin-right: 35px !important;
}
.my-md-35,
.mt-md-35 {
margin-top: 35px !important;
}
.my-md-35,
.mb-md-35 {
margin-bottom: 35px !important;
}
.p-md-35 {
padding: 35px !important;
}
.px-md-35,
.pl-md-35 {
padding-left: 35px !important;
}
.px-md-35,
.pr-md-35 {
padding-right: 35px !important;
}
.py-md-35,
.pt-md-35 {
padding-top: 35px !important;
}
.py-md-35,
.pb-md-35 {
padding-bottom: 35px !important;
}
.m-md-40 {
margin: 40px !important;
}
.mx-md-40,
.ml-md-40 {
margin-left: 40px !important;
}
.mx-md-40,
.mr-md-40 {
margin-right: 40px !important;
}
.my-md-40,
.mt-md-40 {
margin-top: 40px !important;
}
.my-md-40,
.mb-md-40 {
margin-bottom: 40px !important;
}
.p-md-40 {
padding: 40px !important;
}
.px-md-40,
.pl-md-40 {
padding-left: 40px !important;
}
.px-md-40,
.pr-md-40 {
padding-right: 40px !important;
}
.py-md-40,
.pt-md-40 {
padding-top: 40px !important;
}
.py-md-40,
.pb-md-40 {
padding-bottom: 40px !important;
}
.m-md-45 {
margin: 45px !important;
}
.mx-md-45,
.ml-md-45 {
margin-left: 45px !important;
}
.mx-md-45,
.mr-md-45 {
margin-right: 45px !important;
}
.my-md-45,
.mt-md-45 {
margin-top: 45px !important;
}
.my-md-45,
.mb-md-45 {
margin-bottom: 45px !important;
}
.p-md-45 {
padding: 45px !important;
}
.px-md-45,
.pl-md-45 {
padding-left: 45px !important;
}
.px-md-45,
.pr-md-45 {
padding-right: 45px !important;
}
.py-md-45,
.pt-md-45 {
padding-top: 45px !important;
}
.py-md-45,
.pb-md-45 {
padding-bottom: 45px !important;
}
.m-md-50 {
margin: 50px !important;
}
.mx-md-50,
.ml-md-50 {
margin-left: 50px !important;
}
.mx-md-50,
.mr-md-50 {
margin-right: 50px !important;
}
.my-md-50,
.mt-md-50 {
margin-top: 50px !important;
}
.my-md-50,
.mb-md-50 {
margin-bottom: 50px !important;
}
.p-md-50 {
padding: 50px !important;
}
.px-md-50,
.pl-md-50 {
padding-left: 50px !important;
}
.px-md-50,
.pr-md-50 {
padding-right: 50px !important;
}
.py-md-50,
.pt-md-50 {
padding-top: 50px !important;
}
.py-md-50,
.pb-md-50 {
padding-bottom: 50px !important;
}
}
@media (min-width: 992px) {
.m-lg-auto {
margin: auto !important;
}
.mx-lg-auto,
.ml-lg-auto {
margin-left: auto !important;
}
.mx-lg-auto,
.mr-lg-auto {
margin-right: auto !important;
}
.my-lg-auto,
.mt-lg-auto {
margin-top: auto !important;
}
.my-lg-auto,
.mb-lg-auto {
margin-bottom: auto !important;
}
.p-lg-auto {
padding: auto !important;
}
.px-lg-auto,
.pl-lg-auto {
padding-left: auto !important;
}
.px-lg-auto,
.pr-lg-auto {
padding-right: auto !important;
}
.py-lg-auto,
.pt-lg-auto {
padding-top: auto !important;
}
.py-lg-auto,
.pb-lg-auto {
padding-bottom: auto !important;
}
.m-lg-0 {
margin: 0 !important;
}
.mx-lg-0,
.ml-lg-0 {
margin-left: 0 !important;
}
.mx-lg-0,
.mr-lg-0 {
margin-right: 0 !important;
}
.my-lg-0,
.mt-lg-0 {
margin-top: 0 !important;
}
.my-lg-0,
.mb-lg-0 {
margin-bottom: 0 !important;
}
.p-lg-0 {
padding: 0 !important;
}
.px-lg-0,
.pl-lg-0 {
padding-left: 0 !important;
}
.px-lg-0,
.pr-lg-0 {
padding-right: 0 !important;
}
.py-lg-0,
.pt-lg-0 {
padding-top: 0 !important;
}
.py-lg-0,
.pb-lg-0 {
padding-bottom: 0 !important;
}
.m-lg-5 {
margin: 5px !important;
}
.mx-lg-5,
.ml-lg-5 {
margin-left: 5px !important;
}
.mx-lg-5,
.mr-lg-5 {
margin-right: 5px !important;
}
.my-lg-5,
.mt-lg-5 {
margin-top: 5px !important;
}
.my-lg-5,
.mb-lg-5 {
margin-bottom: 5px !important;
}
.p-lg-5 {
padding: 5px !important;
}
.px-lg-5,
.pl-lg-5 {
padding-left: 5px !important;
}
.px-lg-5,
.pr-lg-5 {
padding-right: 5px !important;
}
.py-lg-5,
.pt-lg-5 {
padding-top: 5px !important;
}
.py-lg-5,
.pb-lg-5 {
padding-bottom: 5px !important;
}
.m-lg-10 {
margin: 10px !important;
}
.mx-lg-10,
.ml-lg-10 {
margin-left: 10px !important;
}
.mx-lg-10,
.mr-lg-10 {
margin-right: 10px !important;
}
.my-lg-10,
.mt-lg-10 {
margin-top: 10px !important;
}
.my-lg-10,
.mb-lg-10 {
margin-bottom: 10px !important;
}
.p-lg-10 {
padding: 10px !important;
}
.px-lg-10,
.pl-lg-10 {
padding-left: 10px !important;
}
.px-lg-10,
.pr-lg-10 {
padding-right: 10px !important;
}
.py-lg-10,
.pt-lg-10 {
padding-top: 10px !important;
}
.py-lg-10,
.pb-lg-10 {
padding-bottom: 10px !important;
}
.m-lg-15 {
margin: 15px !important;
}
.mx-lg-15,
.ml-lg-15 {
margin-left: 15px !important;
}
.mx-lg-15,
.mr-lg-15 {
margin-right: 15px !important;
}
.my-lg-15,
.mt-lg-15 {
margin-top: 15px !important;
}
.my-lg-15,
.mb-lg-15 {
margin-bottom: 15px !important;
}
.p-lg-15 {
padding: 15px !important;
}
.px-lg-15,
.pl-lg-15 {
padding-left: 15px !important;
}
.px-lg-15,
.pr-lg-15 {
padding-right: 15px !important;
}
.py-lg-15,
.pt-lg-15 {
padding-top: 15px !important;
}
.py-lg-15,
.pb-lg-15 {
padding-bottom: 15px !important;
}
.m-lg-20 {
margin: 20px !important;
}
.mx-lg-20,
.ml-lg-20 {
margin-left: 20px !important;
}
.mx-lg-20,
.mr-lg-20 {
margin-right: 20px !important;
}
.my-lg-20,
.mt-lg-20 {
margin-top: 20px !important;
}
.my-lg-20,
.mb-lg-20 {
margin-bottom: 20px !important;
}
.p-lg-20 {
padding: 20px !important;
}
.px-lg-20,
.pl-lg-20 {
padding-left: 20px !important;
}
.px-lg-20,
.pr-lg-20 {
padding-right: 20px !important;
}
.py-lg-20,
.pt-lg-20 {
padding-top: 20px !important;
}
.py-lg-20,
.pb-lg-20 {
padding-bottom: 20px !important;
}
.m-lg-25 {
margin: 25px !important;
}
.mx-lg-25,
.ml-lg-25 {
margin-left: 25px !important;
}
.mx-lg-25,
.mr-lg-25 {
margin-right: 25px !important;
}
.my-lg-25,
.mt-lg-25 {
margin-top: 25px !important;
}
.my-lg-25,
.mb-lg-25 {
margin-bottom: 25px !important;
}
.p-lg-25 {
padding: 25px !important;
}
.px-lg-25,
.pl-lg-25 {
padding-left: 25px !important;
}
.px-lg-25,
.pr-lg-25 {
padding-right: 25px !important;
}
.py-lg-25,
.pt-lg-25 {
padding-top: 25px !important;
}
.py-lg-25,
.pb-lg-25 {
padding-bottom: 25px !important;
}
.m-lg-30 {
margin: 30px !important;
}
.mx-lg-30,
.ml-lg-30 {
margin-left: 30px !important;
}
.mx-lg-30,
.mr-lg-30 {
margin-right: 30px !important;
}
.my-lg-30,
.mt-lg-30 {
margin-top: 30px !important;
}
.my-lg-30,
.mb-lg-30 {
margin-bottom: 30px !important;
}
.p-lg-30 {
padding: 30px !important;
}
.px-lg-30,
.pl-lg-30 {
padding-left: 30px !important;
}
.px-lg-30,
.pr-lg-30 {
padding-right: 30px !important;
}
.py-lg-30,
.pt-lg-30 {
padding-top: 30px !important;
}
.py-lg-30,
.pb-lg-30 {
padding-bottom: 30px !important;
}
.m-lg-35 {
margin: 35px !important;
}
.mx-lg-35,
.ml-lg-35 {
margin-left: 35px !important;
}
.mx-lg-35,
.mr-lg-35 {
margin-right: 35px !important;
}
.my-lg-35,
.mt-lg-35 {
margin-top: 35px !important;
}
.my-lg-35,
.mb-lg-35 {
margin-bottom: 35px !important;
}
.p-lg-35 {
padding: 35px !important;
}
.px-lg-35,
.pl-lg-35 {
padding-left: 35px !important;
}
.px-lg-35,
.pr-lg-35 {
padding-right: 35px !important;
}
.py-lg-35,
.pt-lg-35 {
padding-top: 35px !important;
}
.py-lg-35,
.pb-lg-35 {
padding-bottom: 35px !important;
}
.m-lg-40 {
margin: 40px !important;
}
.mx-lg-40,
.ml-lg-40 {
margin-left: 40px !important;
}
.mx-lg-40,
.mr-lg-40 {
margin-right: 40px !important;
}
.my-lg-40,
.mt-lg-40 {
margin-top: 40px !important;
}
.my-lg-40,
.mb-lg-40 {
margin-bottom: 40px !important;
}
.p-lg-40 {
padding: 40px !important;
}
.px-lg-40,
.pl-lg-40 {
padding-left: 40px !important;
}
.px-lg-40,
.pr-lg-40 {
padding-right: 40px !important;
}
.py-lg-40,
.pt-lg-40 {
padding-top: 40px !important;
}
.py-lg-40,
.pb-lg-40 {
padding-bottom: 40px !important;
}
.m-lg-45 {
margin: 45px !important;
}
.mx-lg-45,
.ml-lg-45 {
margin-left: 45px !important;
}
.mx-lg-45,
.mr-lg-45 {
margin-right: 45px !important;
}
.my-lg-45,
.mt-lg-45 {
margin-top: 45px !important;
}
.my-lg-45,
.mb-lg-45 {
margin-bottom: 45px !important;
}
.p-lg-45 {
padding: 45px !important;
}
.px-lg-45,
.pl-lg-45 {
padding-left: 45px !important;
}
.px-lg-45,
.pr-lg-45 {
padding-right: 45px !important;
}
.py-lg-45,
.pt-lg-45 {
padding-top: 45px !important;
}
.py-lg-45,
.pb-lg-45 {
padding-bottom: 45px !important;
}
.m-lg-50 {
margin: 50px !important;
}
.mx-lg-50,
.ml-lg-50 {
margin-left: 50px !important;
}
.mx-lg-50,
.mr-lg-50 {
margin-right: 50px !important;
}
.my-lg-50,
.mt-lg-50 {
margin-top: 50px !important;
}
.my-lg-50,
.mb-lg-50 {
margin-bottom: 50px !important;
}
.p-lg-50 {
padding: 50px !important;
}
.px-lg-50,
.pl-lg-50 {
padding-left: 50px !important;
}
.px-lg-50,
.pr-lg-50 {
padding-right: 50px !important;
}
.py-lg-50,
.pt-lg-50 {
padding-top: 50px !important;
}
.py-lg-50,
.pb-lg-50 {
padding-bottom: 50px !important;
}
}
@media (min-width: 1200px) {
.m-xl-auto {
margin: auto !important;
}
.mx-xl-auto,
.ml-xl-auto {
margin-left: auto !important;
}
.mx-xl-auto,
.mr-xl-auto {
margin-right: auto !important;
}
.my-xl-auto,
.mt-xl-auto {
margin-top: auto !important;
}
.my-xl-auto,
.mb-xl-auto {
margin-bottom: auto !important;
}
.p-xl-auto {
padding: auto !important;
}
.px-xl-auto,
.pl-xl-auto {
padding-left: auto !important;
}
.px-xl-auto,
.pr-xl-auto {
padding-right: auto !important;
}
.py-xl-auto,
.pt-xl-auto {
padding-top: auto !important;
}
.py-xl-auto,
.pb-xl-auto {
padding-bottom: auto !important;
}
.m-xl-0 {
margin: 0 !important;
}
.mx-xl-0,
.ml-xl-0 {
margin-left: 0 !important;
}
.mx-xl-0,
.mr-xl-0 {
margin-right: 0 !important;
}
.my-xl-0,
.mt-xl-0 {
margin-top: 0 !important;
}
.my-xl-0,
.mb-xl-0 {
margin-bottom: 0 !important;
}
.p-xl-0 {
padding: 0 !important;
}
.px-xl-0,
.pl-xl-0 {
padding-left: 0 !important;
}
.px-xl-0,
.pr-xl-0 {
padding-right: 0 !important;
}
.py-xl-0,
.pt-xl-0 {
padding-top: 0 !important;
}
.py-xl-0,
.pb-xl-0 {
padding-bottom: 0 !important;
}
.m-xl-5 {
margin: 5px !important;
}
.mx-xl-5,
.ml-xl-5 {
margin-left: 5px !important;
}
.mx-xl-5,
.mr-xl-5 {
margin-right: 5px !important;
}
.my-xl-5,
.mt-xl-5 {
margin-top: 5px !important;
}
.my-xl-5,
.mb-xl-5 {
margin-bottom: 5px !important;
}
.p-xl-5 {
padding: 5px !important;
}
.px-xl-5,
.pl-xl-5 {
padding-left: 5px !important;
}
.px-xl-5,
.pr-xl-5 {
padding-right: 5px !important;
}
.py-xl-5,
.pt-xl-5 {
padding-top: 5px !important;
}
.py-xl-5,
.pb-xl-5 {
padding-bottom: 5px !important;
}
.m-xl-10 {
margin: 10px !important;
}
.mx-xl-10,
.ml-xl-10 {
margin-left: 10px !important;
}
.mx-xl-10,
.mr-xl-10 {
margin-right: 10px !important;
}
.my-xl-10,
.mt-xl-10 {
margin-top: 10px !important;
}
.my-xl-10,
.mb-xl-10 {
margin-bottom: 10px !important;
}
.p-xl-10 {
padding: 10px !important;
}
.px-xl-10,
.pl-xl-10 {
padding-left: 10px !important;
}
.px-xl-10,
.pr-xl-10 {
padding-right: 10px !important;
}
.py-xl-10,
.pt-xl-10 {
padding-top: 10px !important;
}
.py-xl-10,
.pb-xl-10 {
padding-bottom: 10px !important;
}
.m-xl-15 {
margin: 15px !important;
}
.mx-xl-15,
.ml-xl-15 {
margin-left: 15px !important;
}
.mx-xl-15,
.mr-xl-15 {
margin-right: 15px !important;
}
.my-xl-15,
.mt-xl-15 {
margin-top: 15px !important;
}
.my-xl-15,
.mb-xl-15 {
margin-bottom: 15px !important;
}
.p-xl-15 {
padding: 15px !important;
}
.px-xl-15,
.pl-xl-15 {
padding-left: 15px !important;
}
.px-xl-15,
.pr-xl-15 {
padding-right: 15px !important;
}
.py-xl-15,
.pt-xl-15 {
padding-top: 15px !important;
}
.py-xl-15,
.pb-xl-15 {
padding-bottom: 15px !important;
}
.m-xl-20 {
margin: 20px !important;
}
.mx-xl-20,
.ml-xl-20 {
margin-left: 20px !important;
}
.mx-xl-20,
.mr-xl-20 {
margin-right: 20px !important;
}
.my-xl-20,
.mt-xl-20 {
margin-top: 20px !important;
}
.my-xl-20,
.mb-xl-20 {
margin-bottom: 20px !important;
}
.p-xl-20 {
padding: 20px !important;
}
.px-xl-20,
.pl-xl-20 {
padding-left: 20px !important;
}
.px-xl-20,
.pr-xl-20 {
padding-right: 20px !important;
}
.py-xl-20,
.pt-xl-20 {
padding-top: 20px !important;
}
.py-xl-20,
.pb-xl-20 {
padding-bottom: 20px !important;
}
.m-xl-25 {
margin: 25px !important;
}
.mx-xl-25,
.ml-xl-25 {
margin-left: 25px !important;
}
.mx-xl-25,
.mr-xl-25 {
margin-right: 25px !important;
}
.my-xl-25,
.mt-xl-25 {
margin-top: 25px !important;
}
.my-xl-25,
.mb-xl-25 {
margin-bottom: 25px !important;
}
.p-xl-25 {
padding: 25px !important;
}
.px-xl-25,
.pl-xl-25 {
padding-left: 25px !important;
}
.px-xl-25,
.pr-xl-25 {
padding-right: 25px !important;
}
.py-xl-25,
.pt-xl-25 {
padding-top: 25px !important;
}
.py-xl-25,
.pb-xl-25 {
padding-bottom: 25px !important;
}
.m-xl-30 {
margin: 30px !important;
}
.mx-xl-30,
.ml-xl-30 {
margin-left: 30px !important;
}
.mx-xl-30,
.mr-xl-30 {
margin-right: 30px !important;
}
.my-xl-30,
.mt-xl-30 {
margin-top: 30px !important;
}
.my-xl-30,
.mb-xl-30 {
margin-bottom: 30px !important;
}
.p-xl-30 {
padding: 30px !important;
}
.px-xl-30,
.pl-xl-30 {
padding-left: 30px !important;
}
.px-xl-30,
.pr-xl-30 {
padding-right: 30px !important;
}
.py-xl-30,
.pt-xl-30 {
padding-top: 30px !important;
}
.py-xl-30,
.pb-xl-30 {
padding-bottom: 30px !important;
}
.m-xl-35 {
margin: 35px !important;
}
.mx-xl-35,
.ml-xl-35 {
margin-left: 35px !important;
}
.mx-xl-35,
.mr-xl-35 {
margin-right: 35px !important;
}
.my-xl-35,
.mt-xl-35 {
margin-top: 35px !important;
}
.my-xl-35,
.mb-xl-35 {
margin-bottom: 35px !important;
}
.p-xl-35 {
padding: 35px !important;
}
.px-xl-35,
.pl-xl-35 {
padding-left: 35px !important;
}
.px-xl-35,
.pr-xl-35 {
padding-right: 35px !important;
}
.py-xl-35,
.pt-xl-35 {
padding-top: 35px !important;
}
.py-xl-35,
.pb-xl-35 {
padding-bottom: 35px !important;
}
.m-xl-40 {
margin: 40px !important;
}
.mx-xl-40,
.ml-xl-40 {
margin-left: 40px !important;
}
.mx-xl-40,
.mr-xl-40 {
margin-right: 40px !important;
}
.my-xl-40,
.mt-xl-40 {
margin-top: 40px !important;
}
.my-xl-40,
.mb-xl-40 {
margin-bottom: 40px !important;
}
.p-xl-40 {
padding: 40px !important;
}
.px-xl-40,
.pl-xl-40 {
padding-left: 40px !important;
}
.px-xl-40,
.pr-xl-40 {
padding-right: 40px !important;
}
.py-xl-40,
.pt-xl-40 {
padding-top: 40px !important;
}
.py-xl-40,
.pb-xl-40 {
padding-bottom: 40px !important;
}
.m-xl-45 {
margin: 45px !important;
}
.mx-xl-45,
.ml-xl-45 {
margin-left: 45px !important;
}
.mx-xl-45,
.mr-xl-45 {
margin-right: 45px !important;
}
.my-xl-45,
.mt-xl-45 {
margin-top: 45px !important;
}
.my-xl-45,
.mb-xl-45 {
margin-bottom: 45px !important;
}
.p-xl-45 {
padding: 45px !important;
}
.px-xl-45,
.pl-xl-45 {
padding-left: 45px !important;
}
.px-xl-45,
.pr-xl-45 {
padding-right: 45px !important;
}
.py-xl-45,
.pt-xl-45 {
padding-top: 45px !important;
}
.py-xl-45,
.pb-xl-45 {
padding-bottom: 45px !important;
}
.m-xl-50 {
margin: 50px !important;
}
.mx-xl-50,
.ml-xl-50 {
margin-left: 50px !important;
}
.mx-xl-50,
.mr-xl-50 {
margin-right: 50px !important;
}
.my-xl-50,
.mt-xl-50 {
margin-top: 50px !important;
}
.my-xl-50,
.mb-xl-50 {
margin-bottom: 50px !important;
}
.p-xl-50 {
padding: 50px !important;
}
.px-xl-50,
.pl-xl-50 {
padding-left: 50px !important;
}
.px-xl-50,
.pr-xl-50 {
padding-right: 50px !important;
}
.py-xl-50,
.pt-xl-50 {
padding-top: 50px !important;
}
.py-xl-50,
.pb-xl-50 {
padding-bottom: 50px !important;
}
}body#tinymce {
font-family: Arial, Helvetica, san-serif;
font-size: 14px;
font-weight: 400;
max-width: 1100px;
}
body#tinymce,
.typography-default {
line-height: 1.7;
}
body#tinymce p:after,
.typography-default p:after {
content: '';
clear: both;
display: table;
visibility: hidden;
}
body#tinymce img.aligncenter,
body#tinymce figure.aligncenter,
.typography-default img.aligncenter,
.typography-default figure.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
body#tinymce img.alignleft,
body#tinymce figure.alignleft,
.typography-default img.alignleft,
.typography-default figure.alignleft {
margin-right: 15px;
float: left;
}
body#tinymce img.alignright,
body#tinymce figure.alignright,
.typography-default img.alignright,
.typography-default figure.alignright {
margin-left: 15px;
float: right;
}
body#tinymce figcaption,
.typography-default figcaption {
font-size: 13px;
font-style: italic;
text-align: center;
}
body#tinymce table,
.typography-default table {
margin-bottom: 1.5em;
}
body#tinymce th,
body#tinymce td,
.typography-default th,
.typography-default td {
border: 1px solid #ddd;
padding: 5px;
}body {
font-family: Roboto, Arial, Helvetica, san-serif;
font-size: 14px;
font-weight: 400;
color: #444;
}
a:hover {
color: currentColor;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: currentColor;
}
::-webkit-input-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
::-ms-input-placeholder {
color: #999;
}
::placeholder {
color: #999;
}
.col-auto {
max-width: 100%;
}
.flex-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
}
@media (max-width: 1199px) {
.container {
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.col,
[class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
.col-xl-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
.row.gutter-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gutter-0 .col,
.row.gutter-0 > [class*="col-"] {
padding-left: 0px;
padding-right: 0px;
}
.row.gutter-5 {
margin-left: -5px;
margin-right: -5px;
}
.row.gutter-5 .col,
.row.gutter-5 > [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.row.gutter-10 {
margin-left: -10px;
margin-right: -10px;
}
.row.gutter-10 .col,
.row.gutter-10 > [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 992px) {
.sidebar-column {
-ms-flex-preferred-size: 260px;
flex-basis: 260px;
max-width: 260px;
padding-left: 10px;
padding-right: 10px;
}
.main-column {
-ms-flex-preferred-size: calc(100% - 260px);
flex-basis: calc(100% - 260px);
max-width: calc(100% - 260px);
padding-left: 10px;
padding-right: 10px;
}
} .notice {
margin: 30px 0;
padding: 20px;
font-size: 15px;
font-weight: bold;
}
.notice.notice-info {
background: #baf8fb;
color: #111;
}
.notice.notice-success {
background: #c9ffb3;
color: #5bab34;
}
.notice.notice-warning {
color: red;
background: #ffbeb8;
}
.notice.notice-error {
color: red;
background: #ffe6e4;
}
.marquee {
overflow: hidden;
}
.breadcrumb a {
color: #222;
display: inline-block;
}
.breadcrumb .post-post {
display: none;
}
.breadcrumb .breadcrumb-separator {
margin: 0 15px;
}
.wp-pagenavi {
text-align: center;
padding: 30px 0;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
display: inline-block;
margin: 3px;
background: #eee;
color: #333;
padding: 4px 12px;
font-size: 14px;
}
.wp-pagenavi .current {
background: #78b105;
color: white;
}
.iframe-responsive {
position: relative;
padding-bottom: 75%;
}
.iframe-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .form-group {
margin-bottom: 15px;
}
.form-control {
width: 100%;
padding: 6px 12px;
border: 1px solid #ddd;
}
.form-label {
font-weight: normal;
}
.button-1 {
display: inline-block;
cursor: pointer;
padding: 6px 15px;
border: none;
background: #378f30;
color: white;
border-radius: 4px;
}
.form-message-content {
margin-top: 15px;
background: #fff;
padding: 5px;
border: 2px solid #ddd;
color: #111;
font-weight: bold;
text-align: center;
font-size: 15px;
}
.form-message-success {
border-color: #17df17;
color: #17df17;
}
.form-message-error {
border-color: #df3717;
color: #df3717;
} .thumbnail-zoom-annimate {
overflow: hidden;
}
.thumbnail-zoom-annimate a {
display: block;
}
.thumbnail-zoom-annimate img {
-webkit-transition: .4s;
transition: .4s;
}
.thumbnail-zoom-annimate:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .site-header .banner img {
display: block;
width: 100%;
}
.search-form {
border: 1px solid #ccc;
border-radius: 6px;
padding: 2px;
}
.search-form .search-text {
width: 240px;
border: none;
}
.search-form .search-submit {
border: 0;
background: #378f30;
background: -webkit-gradient(linear, left top, left bottom, from(#419c3a), color-stop(#378f30), to(#2f8628));
background: linear-gradient(#419c3a, #378f30, #2f8628);
width: 44px;
height: 31px;
line-height: 31px;
color: #fff;
border-radius: 5px;
}
marquee {
color: #f40045;
display: block;
text-transform: uppercase;
font-size: 18px;
line-height: 31px;
font-weight: 500;
font-style: italic;
border: 1px solid #ccc;
padding: 5px;
}
.hotline {
font-size: 19px;
font-weight: 500;
color: #378f30;
}
.hotline .hotline-num {
color: #e21010;
margin-left: 5px;
}
.doi-tra {
font-size: 19px;
font-weight: 500;
color: #111;
}
#mini-cart {
display: block;
color: currentColor;
}
#mini-cart .fa {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
color: #348c2d;
font-size: 35px;
} .site-navigation {
background: #378f30;
background: -webkit-gradient(linear, left top, left bottom, from(#419c3a), color-stop(#378f30), to(#2f8628));
background: linear-gradient(#419c3a, #378f30, #2f8628);
}
.primary-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.primary-menu .menu > li {
position: relative;
padding: 5px;
background: url(//nongsansachdalat.com/wp-content/themes/tkw/images/menu-li.png) right no-repeat;
}
.primary-menu .menu > li:last-child {
background: none;
}
.primary-menu .menu > li > a {
font-size: 16px;
text-transform: uppercase;
display: block;
line-height: 30px;
padding: 0 20px;
color: white;
border-radius: 4px;
}
.primary-menu .menu > li.current-menu-item > a, .primary-menu .menu > li:hover > a {
color: #378f30;
background: white;
}
.primary-menu .sub-menu {
background: #378f30;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
width: 250px;
-webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
visibility: hidden;
opacity: 0;
}
.primary-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
border-left: 1px solid #ddd;
}
.primary-menu .sub-menu li {
border-top: rgba(255, 255, 255, 0.51) solid 1px;
margin-top: -15px;
-webkit-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
visibility: hidden;
opacity: 0;
}
.primary-menu .sub-menu a {
display: block;
color: #FFFFFF;
font-size: 11px;
line-height: 22px;
text-transform: uppercase;
padding: 8px 10px;
border-top: rgba(255, 255, 255, 0.51) solid 1px;
}
.primary-menu li:hover > ul {
visibility: visible;
opacity: 1;
margin: 0;
}
.primary-menu li:hover > ul > li {
margin-top: 0;
opacity: 1;
visibility: visible;
} #wpadminbar {
z-index: 999;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
}
#mobile-nav-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
height: 50px;
background: #fff;
border-bottom: 1px solid #ddd;
padding: 0 10px;
}
body.admin-bar #mobile-nav-bar {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar #mobile-nav-bar {
top: 46px;
}
}
@media (max-width: 991px) {
body {
padding-top: 50px;
}
}
#mobile-nav-opened-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1200;
display: none;
background: rgba(0, 0, 0, 0.8);
}
#mobile-nav-bar-logo {
padding: 2px 0;
}
#mobile-nav-bar-logo img {
max-height: 50px;
width: auto;
}
.mobile-nav-bar-button {
padding: 5px 10px;
}
.mobile-nav-bar-button span {
display: block;
width: 30px;
height: 2px;
background: #111;
margin: 6px 0;
cursor: pointer;
}
#mobile-nav .close {
display: block;
}
#mobile-nav-toggle {
display: none;
background: white;
z-index: 1300;
}
.mobile-nav-menu {
padding: 20px;
}
.mobile-nav-type-2 #mobile-nav-toggle {
display: block;
position: fixed;
top: 0;
right: -300px;
width: 100%;
height: 100%;
overflow: auto;
width: 300px;
-webkit-transition: .4s;
transition: .4s;
}
.mobile-nav-type-2 #mobile-nav-toggle.active {
right: 0;
}
.mobile-nav-type-2 .close {
display: block;
background: #ff2f00;
color: white;
text-align: center;
font-size: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
}
.mobile-nav-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.mobile-nav-menu ul a {
display: block;
color: #444;
padding: 10px 0;
}
.mobile-nav-menu li {
position: relative;
}
.mobile-nav-menu li.menu-item-has-children:after {
content: "\f067";
font-family: 'fontawesome';
margin-left: 15px;
position: absolute;
top: 13px;
right: 13px;
color: #666;
font-size: 12px;
}
.mobile-nav-menu li.menu-item-has-children > a {
margin-right: 40px;
}
.mobile-nav-menu li.menu-item-has-children.active:after {
content: "\f068";
}
.mobile-nav-menu .menu > li {
border-bottom: 1px solid #d9d9d9;
}
.mobile-nav-menu .menu > li > a {
text-transform: uppercase;
font-size: 18px;
font-weight: normal;
}
.mobile-nav-menu .sub-menu {
padding-left: 25px;
display: none;
}
.mobile-nav-menu .sub-menu a {
font-size: 16px;
} .site-footer-bottom {
padding: 12px 0;
background: #378f30;
color: #ddd;
font-size: 13px;
}
.site-footer-bottom a {
color: inherit;
}
.site-footer-bottom .social-icons {
text-align: right;
}
.site-footer-bottom .social-icons a {
display: inline-block;
color: #ddd;
margin-left: 10px;
}
.site-footer {
padding: 30px 0;
background: url(//nongsansachdalat.com/wp-content/themes/tkw/images/footer.png);
background-size: cover;
background-position: center;
color: #fff;
}
.site-footer .widget {
margin-bottom: 30px;
}
.site-footer .widget-title {
text-transform: uppercase;
margin: 0 0 25px;
font-size: 18px;
}
.site-footer .widget-title:after {
content: '';
display: block;
margin-top: 10px;
width: 50px;
height: 3px;
background: #ddd;
}
.site-footer .menu {
padding: 0;
margin: 0;
}
.site-footer .menu li {
list-style: none;
padding: 8px 0;
}
.site-footer .menu li a {
color: #ddd;
} .sidebar .widget {
margin-bottom: 20px;
}
.sidebar .widget-title {
margin: 0;
white-space: normal;
overflow: hidden;
background: url(//nongsansachdalat.com/wp-content/themes/tkw/images/widget-title.png) no-repeat;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: 400;
line-height: 36px;
height: 36px;
padding-left: 25px;
border-radius: 4px 4px 0 0;
}
.sidebar .widget-title + div {
border: 1px solid #ccc;
}
.widget_nav_menu {
font-size: 14px;
}
.widget_nav_menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget_nav_menu ul ul {
display: none;
}
.widget_nav_menu li {
padding: 7px 0px 7px 10px;
position: relative;
border-bottom: 1px dashed #ddd;
}
.widget_nav_menu li:last-child {
border: none;
}
.widget_nav_menu li a {
font-weight: 400;
color: #378f30;
}
.widget_nav_menu li a:before {
content: "\f0da";
font-family: 'fontawesome';
margin-right: 6px;
}
.widget_nav_menu li a:hover {
color: #e21010;
} .title-style-1 {
background: url(//nongsansachdalat.com/wp-content/themes/tkw/images/heading.png) no-repeat;
color: #333;
font-size: 17px;
text-transform: uppercase;
font-weight: 500;
padding: 0;
text-align: left;
margin: 0 0 20px;
padding-top: 11px;
min-height: 41px;
padding-left: 60px;
}
.site-content {
padding: 20px 0;
background: #fff;
border-bottom: 5px solid #378f30;
margin-bottom: 2px;
}
.blogpost-item {
margin-bottom: 30px;
}
.blogpost-item .post-title {
margin: 0 0 8px;
font-size: 17px;
line-height: 22px;
font-weight: 500;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
text-transform: uppercase;
}
.blogpost-item .post-meta {
color: #777;
margin-bottom: 5px;
}
.blogpost-item .read-more {
display: inline-block;
background: #78b105;
text-transform: uppercase;
font-weight: 400;
padding: 4px 9px;
font-size: 13px;
color: #fff;
}
.blogpost-grid-item {
margin-bottom: 20px;
}
.video-item {
margin-bottom: 20px;
}
.video-item .post-title {
margin: 0 0 8px;
font-size: 16px;
text-align: center;
}
.gallery-item {
margin-bottom: 20px;
}
.gallery-item .post-title {
margin: 0 0 8px;
font-size: 16px;
text-align: center;
}
.product-item {
margin-bottom: 30px;
width: 100%;
text-align: center;
}
.product-item .thumbnail {
border: 4px solid #f0f0f0;
display: block;
margin-bottom: 10px;
overflow: hidden;
}
.product-item .thumbnail img {
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
height: 180px;
object-fit: cover;
}
.product-item .thumbnail:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.product-item .product-name {
color: #333;
display: block;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
margin: 0 0 5px;
}
.product-item .product-price {
color: #cf0018;
font-size: 16px;
margin-bottom: 5px;
}
.product-item .regular-price {
text-decoration: line-through;
}
.product-item .item-add-to-cart {
color: #fff;
background: #378f30;
background: -webkit-gradient(linear, left top, left bottom, from(#419c3a), color-stop(#378f30), to(#2f8628));
background: linear-gradient(#419c3a, #378f30, #2f8628);
display: inline-block;
border: 0;
position: relative;
padding: 3px 12px;
font-size: 13px;
font-weight: normal;
border-radius: 4px;
cursor: pointer;
}
.tabable-style-1 .tab {
padding: 6px 15px;
border: 1px solid #eee;
cursor: pointer;
}
.tabable-style-1 .tab.active {
background: #348c2d;
border-color: #348c2d;
color: white;
}
.tabable-style-1 .tab-panels {
border: 1px solid #eee;
padding: 15px;
}
.tabable-style-1 .tab-panel {
display: none;
}
.tabable-style-1 .tab-panel.active {
display: block;
}
.product-detail .regular-price {
text-decoration: line-through;
}
.hover-animation-1 {
position: relative;
}
.hover-animation-1:before, .hover-animation-1:after {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: auto;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.hover-animation-1:hover:before {
background: rgba(255, 255, 255, 0.2);
height: 0;
}
.hover-animation-1:hover:after {
background: rgba(255, 255, 255, 0.2);
width: 0;
}
.related-posts {
padding: 0;
margin: 0;
list-style: none;
}
.related-posts li {
padding-bottom: 6px;
margin-bottom: 6px;
border-bottom: 1px dashed #bbb;
}
.related-posts li a {
color: currentColor;
}
.related-posts .time {
color: #999;
font-style: italic;
}
.product-detail .product-name {
font-size: 22px;
margin: 0 0 5px;
text-transform: uppercase;
color: #111;
font-weight: 500;
}
.product-detail .product-price .active-price {
color: red;
font-size: 20px;
font-weight: 500;
}
.product-detail .mo-ta {
padding: 5px 10px 0;
border: 1px dashed red;
margin-top: 10px;
font-size: 14px;
color: red;
font-weight: 500;
}
.custom-number-input .input::-webkit-outer-spin-button,
.custom-number-input .input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.custom-number-input .input {
-moz-appearance: textfield;
}
.custom-number-input {
display: inline-block;
color: #555;
}
.custom-number-input .input {
border: 1px solid #ddd;
height: 35px;
width: 80px;
border-right: 0;
text-align: center;
font-size: 18px;
}
.custom-number-input .input-buttons {
border: 1px solid #ddd;
}
.custom-number-input .increase,
.custom-number-input .decrease {
height: 16px;
line-height: 16px;
width: 26px;
text-align: center;
font-size: 16px;
cursor: pointer;
}
.custom-number-input .decrease {
border-top: 1px solid #ddd;
}
#single-sp-add-to-cart-btn {
background: #348c2d;
text-transform: uppercase;
font-weight: normal;
font-size: 16px;
line-height: 21px;
outline: none;
display: inline-block;
cursor: pointer;
padding: 7px 16px;
color: white;
border-radius: 4px;
}
.home-blogpost-item {
margin-bottom: 10px;
}
.home-blogpost-item .thumbnail {
border: 1px solid #ccc;
padding: 2px;
}
.home-blogpost-item .post-title {
color: #378f30;
font-size: 15px;
font-weight: 500;
display: block;
margin: 0 0 5px;
}
.home-blogpost-item .post-excerpt p {
margin-bottom: 5px;
}
.home-blogpost-item .read-more {
color: #378f30;
font-weight: 500;
font-size: 13px;
}
.home-blogpost-item.small {
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
ul.cpd {
background: #f9f9f9;
padding: 0;
border-radius: 5px;
margin: 0;
list-style: none;
}
ul.cpd li {
border-bottom: 1px dashed #ddd;
padding: 4px 10px;
}
.fb-msg {
display: block;
position: fixed;
right: 15px;
bottom: 15px;
z-index: 100;
}
.hotline-rung-lac {
position: fixed;
left: 30px;
bottom: 30px;
z-index: 1200;
}
.rung-lac-icon {
position: absolute;
top: -35px;
left: -35px;
}
.rung-lac-number {
background: #005BA5;
color: #fff !important;    
border-radius: 100px;
box-sizing: border-box;
transition: all 0.4s;    
line-height: 41px;
border: 2px solid #fff;    
background: #E88A25;
background: linear-gradient(to right, #E88A25, #D40000);
padding-left: 75px;
padding-right: 30px;
font-size: 15px;
font-weight: bold;
display: block;
}
@media (max-width: 991px) {
.rung-lac-number {
display: none;
}
.hotline-rung-lac {
bottom: 65px;        
}
}
.hotline-rung-lac a {
color: #fff !important;
}
.animated.infinite { 
animation-iteration-count: infinite;
}
.rung-lac-circle {
width: 90px;
height: 90px;
top: 12px;
left: 12px;
position: absolute;
border-radius: 100%;
border: 2px solid rgba(30, 30, 30, 0.4);
opacity: .1;
opacity: .5;
background: #f37123;
border-color: #fff;
border-width: 3px;
}
.rung-lac-circle-fill {
width: 60px;
height: 60px;
top: 28px;
left: 28px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
transition: all .5s;
background-color: #f37123;
opacity: .75 !important;
}
.rung-lac-icon-phone {
width: 32px;
height: 32px;
line-height: 28px;
font-size: 18px;
text-align: center;
top: 43px;
left: 43px;
position: absolute;  
border-radius: 100%;
border: 2px solid transparent;
opacity: .7;
transition: all 0.2s ease-in-out;
transform-origin: 50% 50%;
background-size: 70%;
background-color: #d71921;
}
.zalo-button {
position: fixed;
left: 250px;
bottom: 24px;
z-index: 100;
display: block;
}
.zalo-button img {
width: 55px;
border-radius: 50%;
}
@media (max-width: 991px) {
.zalo-button {
left: 110px;
bottom: 13px;
}
.product-item .thumbnail img {
height: 120px;
}
}#uhchatboz {
display: none  !important;
}
#uhchatmobile {
display: none !important;
}
#home-slide figure,
#home-slide .widget {
margin-bottom: 0;
}
#home-slide img {
width: 100%;
height: 50vh;
object-fit: cover
}
#home-slide ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 20px;
width: 100%;
list-style: none;
left: 0;
margin: 0;
}
#home-slide ul.slick-dots li {
width: 10px;
background-color: #b9b9b9;
height: 10px;
border: 1px solid #fff;
border-radius: 10px;
margin: 0 3px;
display: block;
cursor: pointer;
transition: all .3s;
}
#home-slide ul.slick-dots li:hover,
#home-slide ul.slick-dots li.slick-active {
background: #fff;
}
#home-slide ul.slick-dots li button {
display: none;
}
@media(max-width: 576px) {
#home-slide img {
height: 35vh;
}
}.cpd_front_list, .cpd_front_list li {
list-style-type: none !important;
margin-left: 0 !important;
}
.cpd_front_list li b { float: right;
} h2 .cpd_icon {
vertical-align: top;
margin-top:2px;
}
#cpdtoolccs h3 {
margin-left: 1em;
}
.cpd_backups {
width: 100%;
border: 1px #ccc solid;
border-collapse: collapse;
}
.cpd_backups tr:nth-child(2n) {
background: #fff;
}
.cpd_backups td {
border-bottom: 1px #ccc solid;
}
.cpd_backups a {
text-decoration: none;
}
.cpd_green {
font-size: 16px;
font-weight: bold;
color: green;
margin-right: 3px;
}
.cpd_halfsize {
width: 49%;
float: left;
}
.cpd_settings fieldset {
margin: 5px 5px 20px;
padding: 0 10px 0px;
border: 1px solid #dfdfdf;
background: #fafafa;
}
.cpd_settings legend {
background: #eee;
border: 1px solid #dfdfdf;
margin: 0 10px;
padding: 1px 7px 2px;
text-shadow: 0 1px 0 #fff;
font-size:15px;
}
.cpd_settings .form-table {
margin-bottom: 5px !important;
}
.cpd_red {
color:red !important;
}
.cpd_icon {
display: inline-block;
background: url(//nongsansachdalat.com/wp-content/plugins/count-per-day/img/cpd_sprites.png) no-repeat top left;
width: 16px;
height: 16px;
vertical-align: middle;
padding: 0 !important;
}
.cpd_backup{background-position: 0 0}
.cpd_clean{background-position: 0 -46px}
.cpd_collection{background-position: 0 -92px}
.cpd_computer{background-position: 0 -138px}
.cpd_calendar{background-position: 0 -184px}
.cpd_day{background-position: 0 -230px}
.cpd_geoip{background-position: 0 -276px}
.cpd_help{background-position: 0 -322px}
.cpd_massbots{background-position: 0 -368px}
.cpd_online{background-position: 0 -414px}
.cpd_post{background-position: 0 -460px}
.cpd_reads{background-position: 0 -506px}
.cpd_referrer{background-position: 0 -552px}
.cpd_reset{background-position: 0 -598px}
.cpd_settings{background-position: 0 -644px}
.cpd_summary{background-position: 0 -690px}
.cpd_tools{background-position: 0 -736px}
.cpd_uninstall{background-position: 0 -782px}
.cpd_update{background-position: 0 -828px}
.cpd_user{background-position: 0 -874px}
.cpd_logo {
width: 32px;
height: 32px;
vertical-align: middle;
} #cpd-flot-place {
padding: 5px;
background: #fff;
border: 1px #ccc solid;
margin: 5px 8px;
}
#cpd-flot-place .button {
padding: 2px 10px;
height: 20px;
line-height: 14px;
}
#cpd-flot-choice {
padding: 5px;
text-align: center;
}
#cpd-flot {
clear: both;
overflow: hidden;
margin-top: 5px;
}
#cpd-tooltip {
position: absolute;
z-index: 10;
display: none;
text-align: center;
padding: 2px 4px;
border: 1px solid #ddd;
background-color: #fff;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}
.cpd-list-chart {
margin-bottom: 10px;
border: 1px solid #ddd;
background: -moz-linear-gradient(top, #ccc 0, #fff 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(80%, #fff));
}
.cpd-dashboard .inside {
padding: 0 5px;
}
.cpd-dashboard .postbox {
min-width: 0 !important;
}
.cpd-dashboard .cpd_front_list {
padding-right: 5px;
max-height: 200px;
overflow-y: auto;
}
.cpd-dashboard li {
color: #777;
padding-bottom: 2px;
border-bottom: 1px #ddd dotted;
overflow: hidden;
}
.cpd-dashboard li b {
float: right;
text-align: right;
font-size: 1.2em;
color: #2583ad;
}
.cpd-dashboard li span {
color: #f00;
}
.cpd-dashboard a {
text-decoration: none;
} .column-cpd_reads {
width: 50px;
white-space: nowrap;
overflow: visible;
}
.cpd-l {}
.cpd-r {
float: right;
text-align: right;
} .columns-prefs .columns-prefs-3, .columns-prefs .columns-prefs-4 {
display: inline-block !important;
} .cpd_widget_item {
padding: 2px 5px;
background: #eee;
cursor: move;
border-radius: 4px;
}
.cpd_widget_title {
cursor:auto;
}
.cpd_widget_item .widefat {
width: 235px !important;
margin-left: 15px;
} .cpd-thickbox {
background-color: #F7F6F1;
font-size: 13px;
}
.cpd-thickbox h2 {
font: italic 1.5em Georgia,"Times New Roman","Bitstream Charter",Times,serif;
margin: 0;
padding: 0;
color: #093E56;
}
.cpd-thickbox li {
padding-bottom: 5px;
border-top: none;
} .cpd-notes {
width: 100%;
width: auto;
margin: 1px;
border-color: #000;
border-collapse: collapse;
}
.cpd-notes td, .cpd-notes th {
vertical-align: top;
text-align: left;
padding: 2px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px #aaa solid;
}
.cpd-notes th {
background-color: #8cbdd5;
font-weight: bold;
}
.cpd-notes .nowrap {
white-space: nowrap;
}
.cpd-notes .red {
background-color: #f00;
color: #ff0;
}
.cpd-notes .green {
background-color: #0a0;
color: #ff0;
}
.cpd-notes input {
width: 97%;
font: 12px Verdana, Arial, Helvetica, sans-serif;
} .cpd-client-logo {
padding-left: 25px;
background: url(//nongsansachdalat.com/wp-content/plugins/count-per-day/img/cpd_clients.png) no-repeat left -25px;
}
.cpd-client-chrome{background-position:0 0;}
.cpd-client-firefox{background-position:0 -49px;}
.cpd-client-msie{background-position:0 -98px;}
.cpd-client-opera{background-position:0 -147px;}
.cpd-client-safari{background-position:0 -196px;} #cpd_referrers li a {
width: 85%;
display: block;
float: left;
white-space: nowrap;
overflow: hidden;
} .cpd-flag {
display: inline-block;
float: left;
width: 23px;
height: 12px;
margin-top: 3px;
background-image: url(//nongsansachdalat.com/wp-content/plugins/count-per-day/img/cpd_flags.png);
background-repeat: no-repeat;
}
.cpd-flag-ae{background-position:0 0;}
.cpd-flag-af, .cpd-flag-xh, .cpd-flag-zu {background-position:0 -13px;}
.cpd-flag-al{background-position:0 -26px;}
.cpd-flag-am{background-position:0 -39px;}
.cpd-flag-ar{background-position:0 -52px;}
.cpd-flag-at{background-position:0 -65px;}
.cpd-flag-au{background-position:0 -78px;}
.cpd-flag-az{background-position:0 -91px;}
.cpd-flag-ba{background-position:0 -104px;}
.cpd-flag-bd{background-position:0 -117px;}
.cpd-flag-be{background-position:0 -130px;}
.cpd-flag-bg{background-position:0 -143px;}
.cpd-flag-bh{background-position:0 -156px;}
.cpd-flag-bn{background-position:0 -169px;}
.cpd-flag-bo{background-position:0 -182px;}
.cpd-flag-br{background-position:0 -195px;}
.cpd-flag-by{background-position:0 -208px;}
.cpd-flag-bz{background-position:0 -221px;}
.cpd-flag-ca{background-position:0 -234px;}
.cpd-flag-ch{background-position:0 -247px;}
.cpd-flag-ci{background-position:0 -260px;}
.cpd-flag-cl{background-position:0 -273px;}
.cpd-flag-cn{background-position:0 -286px;}
.cpd-flag-co{background-position:0 -299px;}
.cpd-flag-cr{background-position:0 -312px;}
.cpd-flag-cs{background-position:0 -325px;}
.cpd-flag-cy, .cpd-flag-el, .cpd-flag-gr {background-position:0 -338px;}
.cpd-flag-cz{background-position:0 -351px;}
.cpd-flag-da, .cpd-flag-dk {background-position:0 -364px;}
.cpd-flag-de{background-position:0 -377px;}
.cpd-flag-do{background-position:0 -390px;}
.cpd-flag-dz{background-position:0 -403px;}
.cpd-flag-ec{background-position:0 -416px;}
.cpd-flag-ee{background-position:0 -429px;}
.cpd-flag-eg{background-position:0 -442px;}
.cpd-flag-en, .cpd-flag-us {background-position:0 -455px;}
.cpd-flag-eo{background-position:0 -468px;}
.cpd-flag-es{background-position:0 -481px;}
.cpd-flag-eu{background-position:0 -494px;}
.cpd-flag-fi{background-position:0 -507px;}
.cpd-flag-fo{background-position:0 -520px;}
.cpd-flag-fr{background-position:0 -533px;}
.cpd-flag-gb{background-position:0 -546px;}
.cpd-flag-ge{background-position:0 -559px;}
.cpd-flag-gt{background-position:0 -572px;}
.cpd-flag-hk{background-position:0 -585px;}
.cpd-flag-hn{background-position:0 -598px;}
.cpd-flag-hr{background-position:0 -611px;}
.cpd-flag-hu{background-position:0 -624px;}
.cpd-flag-id{background-position:0 -637px;}
.cpd-flag-ie{background-position:0 -650px;}
.cpd-flag-il{background-position:0 -663px;}
.cpd-flag-in{background-position:0 -676px;}
.cpd-flag-iq{background-position:0 -689px;}
.cpd-flag-ir{background-position:0 -702px;}
.cpd-flag-is{background-position:0 -715px;}
.cpd-flag-it{background-position:0 -728px;}
.cpd-flag-ja, .cpd-flag-jp {background-position:0 -741px;}
.cpd-flag-jm{background-position:0 -754px;}
.cpd-flag-jo{background-position:0 -767px;}
.cpd-flag-kk{background-position:0 -780px;}
.cpd-flag-kp{background-position:0 -793px;}
.cpd-flag-kr{background-position:0 -806px;}
.cpd-flag-kw{background-position:0 -819px;}
.cpd-flag-ky{background-position:0 -832px;}
.cpd-flag-lb{background-position:0 -845px;}
.cpd-flag-li{background-position:0 -858px;}
.cpd-flag-lk{background-position:0 -871px;}
.cpd-flag-ls{background-position:0 -884px;}
.cpd-flag-lt{background-position:0 -897px;}
.cpd-flag-lu{background-position:0 -910px;}
.cpd-flag-lv{background-position:0 -923px;}
.cpd-flag-ly{background-position:0 -936px;}
.cpd-flag-ma{background-position:0 -949px;}
.cpd-flag-mk{background-position:0 -962px;}
.cpd-flag-mm{background-position:0 -975px;}
.cpd-flag-mo{background-position:0 -988px;}
.cpd-flag-mt{background-position:0 -1001px;}
.cpd-flag-mx{background-position:0 -1014px;}
.cpd-flag-my{background-position:0 -1027px;}
.cpd-flag-nb, .cpd-flag-nn, .cpd-flag-no {background-position:0 -1040px;}
.cpd-flag-ni{background-position:0 -1053px;}
.cpd-flag-nl{background-position:0 -1066px;}
.cpd-flag-nz{background-position:0 -1079px;}
.cpd-flag-om{background-position:0 -1092px;}
.cpd-flag-pa{background-position:0 -1105px;}
.cpd-flag-pe{background-position:0 -1118px;}
.cpd-flag-ph{background-position:0 -1131px;}
.cpd-flag-pk{background-position:0 -1144px;}
.cpd-flag-pl{background-position:0 -1157px;}
.cpd-flag-pr{background-position:0 -1170px;}
.cpd-flag-pt{background-position:0 -1183px;}
.cpd-flag-py{background-position:0 -1196px;}
.cpd-flag-qa{background-position:0 -1209px;}
.cpd-flag-ro{background-position:0 -1222px;}
.cpd-flag-rs{background-position:0 -1235px;}
.cpd-flag-ru{background-position:0 -1248px;}
.cpd-flag-sa{background-position:0 -1261px;}
.cpd-flag-se{background-position:0 -1274px;}
.cpd-flag-sg{background-position:0 -1287px;}
.cpd-flag-si{background-position:0 -1300px;}
.cpd-flag-sk{background-position:0 -1313px;}
.cpd-flag-sv{background-position:0 -1326px;}
.cpd-flag-sy{background-position:0 -1339px;}
.cpd-flag-th{background-position:0 -1352px;}
.cpd-flag-tn{background-position:0 -1365px;}
.cpd-flag-tr{background-position:0 -1378px;}
.cpd-flag-tt{background-position:0 -1391px;}
.cpd-flag-tw{background-position:0 -1404px;}
.cpd-flag-tz{background-position:0 -1417px;}
.cpd-flag-ua{background-position:0 -1430px;}
.cpd-flag-unknown, .cpd-flag-a1, .cpd-flag-a2, .cpd-flag-o1{background-position:0 -1443px;}
.cpd-flag-uy{background-position:0 -1456px;}
.cpd-flag-uz{background-position:0 -1469px;}
.cpd-flag-ve{background-position:0 -1482px;}
.cpd-flag-vn{background-position:0 -1495px;}
.cpd-flag-ye{background-position:0 -1508px;}
.cpd-flag-za{background-position:0 -1521px;}
.cpd-flag-me{background-position:0 -1534px;}
.cpd-flag-md{background-position:0 -1547px;}
.cpd-flag-np{background-position:0 -1560px;}
.cpd-flag-bs{background-position:0 -1573px;}
.cpd-flag-cm{background-position:0 -1586px;}
.cpd-flag-mn{background-position:0 -1599px;}
.cpd-flag-kz{background-position:0 -1612px;}
.cpd-flag-ng{background-position:0 -1625px;}
.cpd-flag-kh{background-position:0 -1638px;}
.cpd-flag-sd{background-position:0 -1651px;}
.cpd-flag-mw{background-position:0 -1664px;}