﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.img_booking {
    max-width: 100%;
    height: auto;
}

.qrcode_cpvapp img {
    max-width: 7%;
    height: auto;
}

.forgot_password img {
    max-width: 50%;
    height: auto;
}

div[id='mainDiv'] {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

/*Dùng trong trang Login.cshtml*/
img[id='CaptchaImage'] {
    width: 150px;
}

input[name='CaptchaInputText'] {
    text-transform: uppercase;
}

/*Dùng trong trang Abount.cshtml*/
#sso {
    display: inline-block;
    text-align: center;
    width: 70%;
}

/*Dùng trong trang Contact.cshtml*/
#TelHO {
    text-align: center;
    padding: 14.5px;
    color: white;
    background-color: green;
    font-size: medium;
    font-weight: bold;
}

#TelHotline {
    text-align: center;
    padding: 5px;
    color: white;
    background-color: red;
    font-size: large;
    font-weight: bold;
}

.helpdesk {
    text-align: center;
}

.inline {
    display: inline-block;
    border: 1.5px solid rgb(226, 225, 225);
    margin: 10px 100px 10px 100px;
    width: 50%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

#label1 {
    text-align: center;
    padding: 20px 0 0 0;
    color: rgb(0, 0, 0);
}

#label2 {
    text-align: center;
    width: 100%;
}

#urlHelpdesk {
    text-align: center;
    padding: 5px;
    color: green;
    font-size: large;
}

#verticalLine {
    margin: 10px 0px 10px 0px;
    border-left: 1.5px solid rgb(226, 225, 225);
}

#numberExt {
    display: inline-block;
    text-align: center;
    color: white;
    background-color: green;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 200px;
}

#exTab1 .tab-content {
    color: green;
    background-color: white;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: green;
    background-color: white;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: green;
    background-color: white;
    padding: 5px 15px;
}

img.map, map area {
    outline: none;
}

.mrThuong:hover {
    background-image: url('../../images/Contact-11.jpg');
}

#dateRangeForm .form-control-feedback {
    top: 0;
    right: -15px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 25px;             /* change this to other values to and see */
    background: #009444;
    color: #fff;
}

footer:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
    padding: 0;
}

.centered { /* the element to center */
    display: inline-block;
    vertical-align: middle;
}

/* Tooltip container */
.tooltip1 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -150px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Giảm độ cao navbar bằng cách giảm padding */
.navbar {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Điều chỉnh kích thước logo để phù hợp */
/*
.navbar-brand {
    margin-right: 0px !important;
}

.navbar-brand img {
    max-width: 15%;
    height: auto;
}
*/
.navbar-brand{
    width: 40px;
    height: auto;
}
.navbar-brand img {
    /*max-width: 15%;*/
    width: 40px;
    height: auto;
}

#navbarNav {
    margin-left: 0px !important;
    text-align: center;
}

/* Màu chữ mặc định là trắng */
.navbar-nav .nav-link {
    color: white !important;
    transition: color 0.3s ease-in-out;
    padding: 5px 10px; /* Giảm padding để giữ navbar mỏng */
}

/* Khi rê chuột vào thì đổi sang màu vàng */
.navbar-nav .nav-link:hover {
    color: yellow !important;
}
/* Đổi màu nền navbar thành #009444 */
.custom-navbar {
    background-color: #009444 !important;
}

.ch-item_2 img {
    max-height: 100%;
    height: auto;
}

#btn_login {
    background-color: #009444; 
    color: white; 
    width: 150px;
}

#txtUsername {
    text-transform: lowercase;
}

#id_txtUsername {
    text-transform: lowercase;
}

.text-center {
    background-color:#FFFFFF;
}

.about {
    width:100%;
    height:100%;
}

.cl_index {
    text-align:center;
}

#video {
    text-align: center;
}