File "stylesheet.css"
Full Path: /var/www/bvnghean.vn/wp-content/themes/bvnghean/css/stylesheet.css
File size: 13.53 KB
MIME-type: text/plain
Charset: utf-8
.header{
text-align: right;
min-height: 90px;
display: flex;
align-items: center;
border-bottom: 6px solid transparent;
border-image: linear-gradient(to right,#e10786 0%,#fded2d 100%);
border-image-slice: 1;
}
.header .container{
position: relative;
padding-left: 120px;
}
.logo{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 96px;
height: 70px;
left: 15px;
}
.logo img{
max-width: 96px;
max-height: 70px;
}
.search-form-wrapper{
display: inline-block;
position: relative;
vertical-align: middle;
}
.search-form-wrapper .search-toggle{
color: #fff;
height: 40px;
line-height: 40px;
font-size: 25px;
padding-left: 10px;
cursor: pointer;
}
.search-form-wrapper .search-toggle:hover{
color: yellow;
}
.search-form{
position: absolute;
right: 0;
top: 100%;
margin-top: 10px;
width: 300px;
padding: 10px 50px 10px 10px;
background-color: #fff;
z-index: 10;
border-radius: 4px;
box-shadow: 0px 5px 5px 0px rgba(150,150,150,1);
display: none;
}
.search-form.show{
display: block;
}
.search-form input{
display: block;
width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
height: 30px;
padding: 0 10px;
}
.search-form button{
position: absolute;
height: 30px;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
border: 0;
background-color: #ef9258;
border-radius: 4px;
color: #fff;
font-size: 15px;
cursor: pointer;
}
.search-form button:hover{
background-color: #e33f17;
}
.search-form.mobile{
display: block;
position: relative;
width: 100%;
top: 0;
margin-bottom: 15px;
}
.btn-dat-lich{
height: 40px;
border-radius: 4px;
color: #fff;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
font-size: 20px;
line-height: 30px;
padding: 5px 15px;
background: rgba(209,59,34,1);
background: -moz-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,59,34,1)), color-stop(100%, rgba(255,119,182,1)));
background: -webkit-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 100%);
background: -o-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 100%);
background: -ms-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 100%);
background: linear-gradient(to bottom, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0945a', endColorstr='#e12c08', GradientType=0 );
}
.btn-dat-lich:hover{
color: #fff;
background: rgba(209,59,34,1);
background: -moz-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 60%, rgba(255,119,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,59,34,1)), color-stop(60%, rgba(255,119,182,1)), color-stop(100%, rgba(255,119,182,1)));
background: -webkit-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 60%, rgba(255,119,182,1) 100%);
background: -o-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 60%, rgba(255,119,182,1) 100%);
background: -ms-linear-gradient(top, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 60%, rgba(255,119,182,1) 100%);
background: linear-gradient(to bottom, rgba(209,59,34,1) 0%, rgba(255,119,182,1) 60%, rgba(255,119,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0945a', endColorstr='#e12c08', GradientType=0 );
}
.btn-ghep-tang{
height: 40px;
border-radius: 4px;
color: #fff;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
font-size: 20px;
line-height: 30px;
padding: 5px 15px;
background: rgba(240,148,90,1);
background: -moz-linear-gradient(top, rgba(240,148,90,1) 0%, rgba(225,44,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,148,90,1)), color-stop(100%, rgba(225,44,8,1)));
background: -webkit-linear-gradient(top, rgba(240,148,90,1) 0%, rgba(225,44,8,1) 100%);
background: -o-linear-gradient(top, rgba(240,148,90,1) 0%, rgba(225,44,8,1) 100%);
background: -ms-linear-gradient(top, rgba(240,148,90,1) 0%, rgba(225,44,8,1) 100%);
background: linear-gradient(to bottom, rgba(240,148,90,1) 0%, rgba(225,44,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0945a', endColorstr='#e12c08', GradientType=0 );
}
.menu-header{
margin: 0;
padding: 0;
color: #fff;
font-size: 18px;
display: inline-block;
}
.menu-header li{
display: inline-block;
vertical-align: middle;
position: relative;
overflow: visible;
}
.menu-header li a{
display: block;
padding: 5px 10px;
}
.menu-header li.menu-item-has-children > a:after{
content: "\f0d7";
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 13px;
display: inline-block;
vertical-align: middle;
margin-top: -3px;
margin-left: 5px;
}
.menu-header .sub-menu{
display: none;
position: absolute;
left: 0;
top: 100%;
white-space: nowrap;
width: auto;
min-width: 200px;
z-index: 10;
margin: 0;
padding: 0;
text-align: left;
}
.menu-header .sub-menu li{
display: block;
padding: 0;
}
.menu-header .sub-menu li a{
display: block;
padding: 8px 15px 8px 15px;
border: 1px solid #fff;
margin-top: -1px;
background-color: #0d9c4a;
font-size: 14px;
transition: all 0.3s;
}
.menu-header .sub-menu li a:hover{
padding: 8px 10px 8px 20px;
}
.menu-header li:hover .sub-menu{
display: block;
}
.menu-header li:hover > a,
.menu-header li.current-menu-item > a,
.menu-header li.current-menu-parent > a{
background-color: #e10786;;
}
.the-title{
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #0d9c4a;
margin-bottom: 15px;
display: block;
}
.the-title span{
display: inline-block;
background-color: #0d9c4a;
color: #fff;
padding: 5px 20px;
position: relative;
}
.the-title span:after{
position: absolute;
left: 100%;
top: 0;
width: 38px;
height: 100%;
background: url('../imgs/title-end.png') no-repeat 0 0;
background-size: 38px 100%;
content: '';
}
/* POST ITEM */
.the-content table{
border-collapse: collapse;
}
.the-content table td{
border: 1px solid #000e3a;
padding: 3px 5px;
border-spacing: 0;
}
.the-content{
font-size: 16px;
line-height: 1.5em;
}
.the-content figure.aligncenter figcaption{
color: #abb8c3;
text-align: center;
}
.post-item{
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
display: block;
}
.post-thumb-wrapper{
overflow: hidden;
}
.post-thumb-wrapper:hover .post-thumbnail{
transform: scale(1.1);
}
.post-item .post-thumbnail{
width: 100%;
padding-bottom: 56.25%;
position: relative;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
transition: all 0.3s;
}
.post-title{
font-weight: 600;
display: block;
margin-bottom: 3px;
}
.post-time{
color: #999999;
font-size: 11px;
margin-bottom: 5px;
}
.post-time i{
font-size: 13px;
}
.post-relates{
padding-bottom: 1px;
}
.relate-item{
display: flex;
padding: 0 15px;
margin-bottom: 15px;
}
.relate-thumbnail{
width: 120px;
flex: 0 0 120px;
position: relative;
}
.relate-content{
flex: auto;
padding-left: 15px;
}
.relate-title{
margin-bottom: 8px;
}
/* FOOTER */
.footer-contact{
margin-bottom: 30px;
border-top: 6px solid transparent;
border-image: linear-gradient(to right,#fded2d 0%,#e10786 100%);
border-image-slice: 1;
}
.bv-info{
position: relative;
color: #fff;
text-align: left;
display: inline-block;
padding: 0 15px 0 60px;
}
.bv-info i{
position: absolute;
left: 15px;
font-size: 35px;
height: 35px;
top: 0;
bottom: 0;
}
.bv-info p{
margin-bottom: 0;
}
.bv-info a:hover{
text-decoration: underline;
}
.copyright{
border-bottom: 5px solid #0d9c4a;
margin-bottom: 0px;
text-align: right;
overflow: hidden;
}
.copyright p{
background-color: #0d9c4a;
display:inline-block;
color: #fff;
padding: 12px 10px 5px;
margin: 0;
position: relative;
height: 40px;
}
.copyright p:before{
background: url('../imgs/curve.png') no-repeat 0 0;
background-size: 100% 100%;
position: absolute;
width: 30px;
right: 100%;
top: 0;
content: '';
height: 100%;
}
.copyright p:after{
background-color: #0d9c4a;
position: absolute;
width: 100vw;
left: 100%;
top: 0;
content: '';
height: 100%;
}
.list-item{
display: flex;
margin-bottom: 20px;
}
.list-thumbnail{
flex: 0 0 180px;
width: 180px;
}
.list-content{
flex: auto;
padding-left: 20px;
}
.wp-pagenavi{
text-align: center;
}
.wp-pagenavi .pages{
display: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span{
width: 35px;
height: 35px;
border-radius: 50%;
display: inline-block;
line-height: 33px;
padding: 0;
}
.wp-pagenavi .current{
background-color: #0d9c4a;
color: #fff;
border-color: #0d9c4a !important;
}
.wp-pagenavi > a:hover{
border-color: #0d9c4a;
color: #0d9c4a;
}
/* Booking */
.booking-page{
background: url('../imgs/bg_dat_lich_kham.jpg') no-repeat center center;
background-size: cover;
padding: 40px 0;
}
.booking-form{
background: #fff;
border-radius: 4px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.style-form .input{
position: relative;
}
.style-form .data{
display: block;
width: 100%;
max-width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
padding: 14px 10px 10px;
margin: 30px 0;
}
.style-form .input span{
position: absolute;
display: inline-block;
left: 10px;
top: -10px;
background: #fff;
padding: 0 5px;
color: #444;
}
.style-form .input.error .data{
border-color: red;
}
.info{
position: relative;
padding-left: 40px;
padding-right: 20px;
color: #444;
text-align: justify;
}
.info > i{
color: orange;
position: absolute;
left: 0;
top: 0;
font-size: 30px;
}
.btn{
display: block;
min-height: 30px;
line-height: 30px;
border: 0;
color: #fff;
padding: 0 15px;
border-radius: 4px;
background: linear-gradient(to bottom, #5cb811 5%, #0d9c4a 100%);
background-color: #5cb811;
cursor: pointer;
max-width: 100%;
}
.btn:hover {
background:linear-gradient(to bottom, #0d9c4a 5%, #5cb811 100%);
background-color: #0d9c4a;
}
.btn:active {
position: relative;
top: 1px;
}
.dat-lich{
height: 50px;
padding: 0 40px;
font-size: 15px;
font-weight: bold;
font-family: Roboto;
min-width: 200px;
display: inline-block;
}
/* Manage */
.manage-wrapper{
background: #fff;
border-radius: 4px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
padding: 20px;
}
.table{
width: 100%;
border-collapse: collapse;
}
.table th,
.table td{
border: 1px solid #ccc;
padding: 3px 5px;
font-size: 16px;
}
.table th{
font-weight: bold;
border-bottom: 2px solid orange;
border-color: orange;
color: #444;
}
.table tr:hover td{
background-color: #dae8f6;
cursor: pointer;
}
/* Modal */
.overflow-hidden{
overflow: hidden;
}
.modal-wrapper{
position: fixed;
display: flex;
align-items: center;
background: rgba(0,0,0,0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000000;
padding: 20px;
overflow: hidden;
}
.modal{
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
background-color: #fff;
border-radius: 10px;
width: 800px;
max-width: 100%;
margin: auto;
position: relative;
padding: 20px 0;
}
.modal-wrapper .close-button{
width: 50px;
height: 50px;
border-radius: 50%;
color: #fff;
line-height: 50px;
text-align: center;
background-color: #49a0f6;
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
cursor: pointer;
position: absolute;
right: -25px;
top: -25px;
}
.modal-wrapper .close-button:hover{
background-color: #2287eb;
}
.modal .content{
padding: 0 15px;
overflow-y: auto;
max-height: calc(100vh - 120px);
}
/* Loading */
.loading-div{
position: relative;
}
.loading-div:before{
content: '';
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255,255,255,0.8);
}
.loading-div:after{
width: 100px;
height: 100px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
content: '';
border-radius: 50%;
border: 16px solid transparent;
border-top: 16px solid blue;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Button action */
.btn-action{
color: #fff;
border: 0;
border-radius: 4px;
font-size: 15px;
padding: 10px 25px;
display: inline-block;
cursor: pointer;
}
.btn-action.solved{
background-color: #0d9c4a;
}
.btn-action.unsolved{
background-color: #e10786;
}
.captcha-image{
display: inline-block;
vertical-align: middle;
border-radius: 4px;
}
.f5-captcha{
color: blue;
font-size: 30px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.captcha-wrapper{
display: inline-block;
vertical-align: middle;
}
.captcha-wrapper .data{
margin: 0;
display: inline-block;
width: 150px;
}
.highlight{
background-color: yellow;
}
.container-hotline {
position: fixed;
top: 50%;
right: -84px;
background: #00923F;
color: white;
width: 230px;
border: 1px solid white;
border-radius: 0 0 7px 7px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
z-index: 120;
}
/* Hiến tạng */