/*
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.   ***************/
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #F90;	
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent)
}
.bao-gia {
    border: 1px solid #f2f2f2;
    padding: 35px;
    background: white;
    box-shadow: 2px 6px 9px #f8e6e6;
}
.bao-gia h3 {
    border-bottom: 1px dashed #1cc7b3;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #1cc7b3;
}
.bao-gia ul {
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
}
.bao-gia ul li {
    display: flow-root;
    clear: both;
    list-style: none;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
}
.bao-gia ul li span.label {
    text-align: left;
    float: left;
    display: inline-block;
}
.bao-gia ul li span.gia-tien {
    color: #1cc7b3;
    float: right;
    text-align: left;
    display: inline-block;
}
.cot-dat-hang-ngay .col-inner {
    background: white;
    padding: 25px;
    box-shadow: 2px 6px 9px #f8e6e6;
}
.absolute-footer, html {
    background-color: #1cc7b3;
}
header#header {
    display: none;
}
a.button.primary.is-outline.custom_btn {
    background: #fff;
    border: unset;
    border-radius: 5px;
    line-height: 41px;
    font-weight: 400;
}
a.button.primary.is-outline.custom_btn:hover {
    color: #000;
}
input.wpcf7-form-control {
    box-shadow: unset;

}
.cot-dat-hang-ngay label {
    font-size: 14px;
    font-weight: 400;
}
span.wpcf7-form-control-wrap {
    padding-top: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    font-weight: 400;
    padding: 0px 30px;
    border-radius: 4px;
}
.custom_zalo {
    align-content: center;
    display: flex;
    align-items: center;
}
.custom_line {
    border-bottom: dotted 2px #94e5db;
    margin-bottom: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}