.motainbox {
	line-height: 1.72857143;
padding: 0 15px 15px;
border: 1px solid #ddd;
float: left;
width: 100%;
margin-bottom: 20px;
}
.mota_left {
   width: 47%;
float: left;
border: 1px solid #ccc;
margin-top: 20px;
border-radius: 5px;
padding: 20px;
line-height: 30px;
}
.imageviewinbox img {
    float: left;
    border-radius: 50%;
    width: 100px!important;
    margin-right: 20px;
    height: auto !important;
}
hr {
	height: 0;
margin-top: 30px;
margin-bottom: 30px;
border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: 0px;
border-top: 1px solid #eee;
}
.hotlineview{
text-align: center;
padding: 23px 0 10px 0;
}
.hotlineview a{
    background: #BF1E2E;
    padding: 15px;
    border-radius: 40px;
    font-size: 17px;
    color: white!important;
}
.mota_right {
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 5px;
    min-height:313px;
    padding: 0px;
    background-color: lightgrey;
    width: 47%;
    float: right;
}
.qick_contact-header {
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 600;
    font-size: 22px;
}
.qick_contact_form {
    padding: 0 20px;
    margin-top:20px;
}
.qick_contact_form .box_bookings {
    margin-bottom: 12px;
}
#content .qick_contact_form .box_bookings input.form-control {
    display: block;
    width: 95%;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#content .qick_contact_form .box_bookings .right_order input{
	   margin-top: -5px;
background-color: #bf1e2e;
color: #fff;
padding: 7px 30px;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.qick_contact_form #button_dk {
	background-color: #bf1e2e;
}
.section_dangkytuvan{
  background-color: #2f2e2c;
padding: 30px 0;
/*margin-top: 10px;*/
}
.section_dangkytuvan .box_dk{
    text-align: center;
    margin: 0 auto;
    background-color:#b3061b;
    color: #fff;
    padding: 30px 0px;
    border-radius: 10px;
    min-height: 351px;
}

.box_dk h2{
    text-transform: uppercase;
    padding: 30px 0px;
    color: #ec8723;
    font-weight: bold;
}
.box_form_dk{
    text-align: center;
    width: 430px;
    margin: 0 auto;
}

.box_dk h3{
    text-transform: uppercase;
}
.box_dk p{
    text-transform: uppercase;
    padding: 20px 0px;
}
.box_form_dk .btn_send{
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #535858;
    border-color: #00816a;
}
.box_form_dk h3{
    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
}
.box_form_dk p{
    color: #fff;
}
#digital-about h2 {
    font-size:24px;
    font-weight: bold;
    margin-bottom:30px;
    text-transform: uppercase;
    color: #ec8723;
    text-align: center;
    padding-top: 25px;
    position: relative;
}
.section_dangkytuvan .box_dk ul {
    list-style: none;
}
/*css countdown*/
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background:#535858;
    display: inline-block;
}
#clockdiv div > span{
    padding: 4px 15px;
    border-radius: 3px;
    background:#b3061b;
    display: inline-block;
}
#clockdiv > div{
    padding: 4px !important;
}
@media only screen and (max-width:767px) {
	.mota_left {
    width: 100%;
    float: none;
}
	.mota_right {
    padding: 0px 0 20px 0;
    width: 100%;
    float: none;
}
	.box_form_dk {
    width: 95%;
	}
	.section_dangkytuvan .box_dk{
	min-height: auto;
	}
	.section_dangkytuvan .box_dk {
    margin-bottom: 20px;
	}
}