/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
#socket .container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#socket .copyright {
	float: none;
}
#av_section_1 .avia_image  {
	max-height: 70px;
}
.av-main-nav>li>a {
	text-transform: uppercase;
	padding: 0px 10px;
}
.footer_color h3 {
	color: #fff;
}
#footer .widget {
	margin: 15px 0px;
}
.form-regis {
    width: 60%;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding-right: 50px;
}
#regisForm .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #ff6600;
    text-align: center;
}
#regisForm .hotline {
    width: 100%;
    height: 10px;
    line-height: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin-bottom: 10px;
}
#regisForm .form-group label {
    display: block;
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin-right: 5%;
    text-align: right;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
}
#regisForm .form-control {
    float: left;
    width: 75%;
    height: auto;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
}
#regisForm .form-control input[type=text],
#regisForm .form-control input[type=email] {
    width: calc(100% - 12px);
    height: 30px;
    padding: 5px 15px;
    border: 1px solid #e9eaed;
    border-radius: 12px;
    box-sizing: content-box;
}
#regisForm .form-control button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background: #ff8f20;
    cursor: pointer;
    padding: 0px;
}
#dienthoaibantc1{width:45%;height:80px;margin-left: auto;margin-right: auto;margin-top:21px;border:2px dotted #ff0000;line-height:80px;position:relative}
#sodienthoaiban{float:right;line-height:80px;margin-right:91px;color:#ff0808;font-size:27px;font-family: 'UTM_AvoBold';}
#hinhdienthoaiban{width:133px;height:auto;position:absolute;top:-13px;left:-3px}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}