File: /home/monspa/domains/monspa.vn/public_html/wp-content/themes/baoxuan/css/custom_style.css
* {
padding: 0;
margin: 0;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
.font-alt {
font-family: 'Philosopher', serif;
font-weight: normal !important;
}
.breadcrumb {
background: transparent;
}
.breadcrumb {
color: red;
}
a:hover {
text-decoration: none;
color: #ce171f;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
background: #c33c41;
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #c33c41;
border-color: #c33c41;
background-image: none;
}
ul {
margin-bottom: 0;
}
ul li {
list-style-type: none
}
button {
border: 0;
background: 0;
}
section {
padding: 50px 0 30px;
}
.btn-group-lg>.btn,
.btn-lg {
padding: 10px 20px;
border-radius: 0;
border: 0;
}
.btn-primary {
background: #a4292e;
}
/*service */
.services-grid-1 {
margin-bottom: 30px;
}
#services .item {
padding: 0 15px;
}
.service-image {
margin-bottom: 24px;
overflow: hidden;
}
.service-image a img {
width: 100%;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transition: all 1s ease-in-out 0s;
o-transition: all 1s ease-in-out 0s;
-ms-transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
}
.service-image a img:hover {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
}
.services-tex {
line-height: 1.75;
margin-bottom: 18px;
}
.services-text h4 {
font-size: 24px;
font-family: "UTM Bebas";
color: rgb(45, 61, 68);
line-height: 1;
}
.services-text h4 span {
color: #CE171F;
}
.services-text h4:hover,
.services-text h4 a:hover {
cursor: pointer;
}
.services-text p {
margin-bottom: 20px;
}
.services-grid h4 {
color: #323232;
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize;
}
.services-grid {
background-color: #fff;
border: 2px solid #f2f1ee;
padding: 30px;
margin-bottom: 30px;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.services-grid:hover {
border: 2px solid #016db6;
cursor: pointer;
}
.services-grid p:last-child {
margin-bottom: 0;
}
#single-wrapper h1, #archive-wrapper h1, #page-wrapper h1 {
text-transform: none;
}
#archive-wrapper h1 span, #single-wrapper h1 span, #page-wrapper h1 span {
font-weight: normal;
color: #CC9900;
font-family: 'Philosopher';
font-size: 38px;
line-height: 1.2;
margin-top: 0;
}
.page-header {
margin-top: 0;
}
#archive-wrapper h1, #single-wrapper h1, #page-wrapper h1 {
font-size: 30px;
color: rgb(58, 58, 58);
font-weight: normal;
text-transform: uppercase;
line-height: 1.199;
padding: 0 0 5px;
margin: 0px 0 25px;
border-bottom: 1px solid #c2c2c2;
position: relative;
text-transform: none;
}
#archive-wrapper h1:after, #single-wrapper h1:after, #page-wrapper h1:after{
position: absolute;
left: 0;
bottom: -1px;
width: 100px;
height: 1px;
background: #f07000;
content: '';
}
#archive-wrapper article figure {
border-width: 3px;
border-color: rgb(255, 255, 255);
border-style: solid;
background-color: rgb(235, 235, 235);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
margin-bottom: 20px;
}
#archive-wrapper h2 a {
color: #CC9900;
font-weight: bold;
}
#archive-wrapper article {
margin-bottom: 30px;
}
.breadcrumb-section {
position: relative;
height: 80px;
padding: 100px 0 20px;
box-sizing: content-box;
}
.breadcrumb-section:before {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.breadcrumb-section .breadcrumb {
position: relative;
z-index: 3;
color: #fff;
font-weight: normal;
line-height: normal;
list-style: outside none none;
margin: 25px 0;
padding: 12px 0;
}
.breadcrumb-section .breadcrumb ,.breadcrumb-section .breadcrumb a {
color: #fff;
text-transform: capitalize;
}
#breadcrumbs {
margin-left: 15px;
}
#right-sidebar aside ul li.cat-item {
padding: 5px 0;
border-bottom: 1px dashed #cecece;
margin-bottom: 10px;
}
#right-sidebar aside ul li.cat-item:before {
position: relative;
content: '\f18c';
font-family: Fontawesome;
font-size: 20px;
margin-right: 10px;
color: #CC9900;
}
#right-sidebar aside ul li.cat-item a:hover {
color: #CE171F;
}
/**/
ul.navigation li {
float: left;
width: 100%;
height: auto;
margin: 0 auto;
padding: 4px 0;
display: block;
text-align: left;
font-size: 13px;
color: #2d3d44;
font-family: Arial, sans-serif;
border-bottom: 1px dotted #cccccc;
padding: 2px 5px;
background: #f5f5f5;
}
ul.navigation li a {
font-size: 13px;
color: #2d3d44;
font-family: Arial, sans-serif;
}
ul.navigation li img {
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.title {
font-size: 30px;
}
}
.list1.column2 li{
width: 50%;
padding: 0 10px 10px 0;
float: left;
}
.list1.column2 li:nth-child(odd) {
clear: left;
}
.list1 {
margin: 0;
list-style: none;
margin-bottom: 39px;
}
.list1 li {
font-size: 13px;
line-height: 20px;
margin-bottom: 14px;
overflow: hidden;
}
.list1 li figure {
margin: 0;
float: left;
margin-right: 18px;
}
.list1 li figure img {
width: 100%;
}
.list1 li .caption a {
color: #c10c3e;
text-transform: none;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.list1 li .caption a:hover {
color: #2f2f2f;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
#full-width-page-wrapper h1 , .fact p, #thongtin h2.title {
text-align: center;
}
#about-compnay img {
margin-bottom: 20px;
float: left;
margin-right: 30px;
padding-top: 40px;
}
#thongtin .col-md-7>p {
display: none;
}
.rd-mobilemenu_ul a:hover {
background: #ce171f;
}
body.home #profile h4 {
font-size: 25px;
}
}
@media screen and (min-width: 768px) {
.row_flex {
display: flex;
justify-content: center;
}
}
.entry-content>div {
margin-bottom: 10px;
}
.main-logo span {
font-size: 0;
}
.main-logo img {
padding: 0 !important;
}
.site-top-panel, .tel-wrap address {
line-height: 30px;
}
.main-nav .inner-nav > ul > li.main-logo img {
width: 100%;
transition: 200ms ease all;
max-height: 85px;
margin-top: -4px;
max-width: 200px;
}
.inner-nav > ul > li.main-logo {
margin: 0 30px;
}
.main-nav {
height: 90px;
}
.main-nav.small-height .inner-nav > ul > li.main-logo img {
width: 60%;
transition: 200ms ease all;
}
.footer-title.font-alt {
color: #fff;
}
#single-wrapper, #archive-wrapper, #page-wrapper {
margin-top: -10px;
padding-top: 30px;
padding-bottom: 50px;
}
#right-sidebar aside {
box-shadow: 0 0px 15px 1px rgba(0,0,0,.07);
border-radius: 0;
background: #fff;
padding: 0 15px;
max-width: 300px;
}
#right-sidebar aside>.widget-title {
background: #CC9900;
color: #fff;
text-align: center;
padding: 5px 10px;
margin: 0 -15px;
font-family: 'Philosopher';
margin-bottom: 20px;
font-size: 30px;
}
.entry-content img {
margin: 0px auto 10px;
display: block;
}
.entry-content p, .entry-content {
text-align: justify;
font-size: 16px;
line-height: 20px;
}
.entry-content img {
display: block;
margin: 0px auto 10px;
}
.pricing-table-container {
max-width: 100%;
}
#dichvu {
color: #fff;
}
#dichvu .pricing-table ul li:nth-child(2n+1) {
color: #000;
}
#dichvu .font-alt {
color: #fff;
}
.footer-copy {
font-size: 14px;
}
#dangky p, #dangky h3 {
color: #fff;
margin-bottom: 20px;
padding: 0;
}
#dangky {
padding: 50px 0 10px;
}
.wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form input[type="email"] {
width: 100% !important;
}
.wpcf7-form label {
margin-bottom: 10px;
color: #76c08a
}
.wpcf7-form input[type="submit"] {
height: auto;
padding: 2px 28px 20px;
font-size: 16px;
background-color: #2acb35;
text-align: center;
display: inline-block;
position: relative;
padding: 6px 30px;
color: #ffffff;
border: 1px solid;
font-size: 18px;
line-height: 1.375;
text-decoration: none;
letter-spacing: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
white-space: nowrap;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
background-color: #76c08a;
border-color: #76c08a;
}
.banner-bottom .button, .button.mini,.alt-3 .gift-inside-2, .alt-3 .gift-inside-2-white{
background-color: #68367C !important;
border-color: #68367C !important;
}
.alt-1 .news-date {
color: #333 !important;
}
figure {
max-width: 100%;
}
@media screen and (max-width: 767px) {
.font-alt {
font-size: 34px;
text-align: center;
}
.footer-about, .footer-tweets {
border-bottom: 0;
padding-bottom: 0;
}
.footer-section p {
margin-bottom: 0;
}
.footer-copy {
font-size: 12px;
}
}