* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #212529;
    line-height: 30px;
    text-align: center;
	background: #ffffff;
}
.Socials--footer a {
    border-radius: 100%;
    border: 1px solid whitesmoke;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.Socials--footer a:hover {
    background: white
}

.Socials--footer a:hover img {
    filter: brightness(0)
}
.input_style {
	display: block;
    width: 100%;
    padding: 32px 0px 16px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #B8BCC0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* padding: 32px 0px 16px 0px; */
}
.Socials--footer img {
    width: 20px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s
}

footer ul li a:hover {
    color: #b3b3b3
}

footer ul li img {
    filter: brightness(0) invert(1);
}
.dxcaTextBoxLabel_Metropolis {
    /* padding-bottom: 4px; */
    /* display: block; */
    color: #807171;
}

.modal-open {
    color: #000 !important;
}


strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #4aaf51;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-qmk {
    padding: 30px 30px 35px 30px;
	height:500px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.place {
    border: 5px solid #ffffff;
    height: 220px;
    background: #ebebeb;
}
.text-qmk {
    text-align: center;
    display: block;
    color: #5c5c5c !important;
    cursor: pointer;
}
.place img {
    margin: 24px 0 12px 0;
}
.place:hover {
    background: #d6d6d6;
}
.buoc1 {
	text-align: left;
    font-size: 25px;
    color: #3e3e3e;
}
.line {
	border-bottom: 1px dashed #a5a5a5;
    display: block;
}
.soantin {
	text-align: left;
    color: #383839;
    padding-top: 5px;
    margin-left: 20px;
}
.soantin span {
	color: #eb0000;
    font-weight: 500;
}
@media (max-width: 991px) {
	.form-qmk {
    	padding: 0;
		height: 450px;
	}
}

.top-content .text h1 {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #666666;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none; }
::selection { background: #4aaf51; color: #fff; text-shadow: none; }

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

/***** Top content *****/

.bg-dieukhoan {
	border: 1px solid #d0d2cf;
    background: #fff;
	    margin-top: 20px;
}
.nav-dieukhoan {
    border-bottom: 3px solid #c03100 !important;
}
.nav-dieukhoan>li>a {
    line-height: 2 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #000;
}
.nav-dieukhoan>li.active>a, .nav-dieukhoan>li.active>a:hover, .nav-dieukhoan>li.active>a:focus {
    color: #c03100 !important;
    font-weight: 400 !important;
	background: transparent !important;
	margin-right: 0 !important;
}
.dieukhoansudung {padding:30px;}
.dieukhoansudung h2 {
	color: #c03100;
    font-size: 17px !important;
    text-align: left;
}
.dieukhoansudung p {
	color: #000;
    text-align: left;
    font-size: 15px;
}
.dieukhoansudung b {font-weight:400;}

@media (max-width: 991px) {
	.top-content .text h1 {font-size: 19px;}
	.nav-dieukhoan>li>a {
		padding: 9px !important;
		font-size: 14px;
	}
}

.inner-bg {
}

.top-content .text {
	color: #fff;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 20px;
}

.form-bottom {
	padding: 30px 30px 35px 30px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    
    border-radius: 32px;
	border: 1px solid var(--black-black-5, #E9E9E9);
	background: #FFF;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.10);
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  width: 100%;
  padding-top: 5px;
}

.example2 .navbar-brand>img {
  padding: 7px 15px;
}

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

/* EXAMPLE 4 - Small Narrow Logo*/
.example4 .navbar-brand>img {
  padding: 7px 14px;
}

/* EXAMPLE 5 - Logo with Text*/
.example5 .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.example5 .navbar-brand>img {
  padding: 7px 14px;
}

/* EXAMPLE 6 - Background Logo*/
 .logo {
	display: flex;
	padding-bottom: 0px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	padding-bottom: 24px;
}
.example6 .navbar-brand{
  background: url() center / contain no-repeat;
  width: 200px;
}


.login-container input[type=password]:focus {
    border: 1px solid rgb(96 165 250);
    box-shadow: #60a5fa 0 1px 12px;
    transition: box-shadow 1s,border 1s,transform 1s
}
.form-group select{
         color: #212529;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 8px 16px;
    font-size: 1em;
    letter-spacing: 1px;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 8px;
    box-shadow: 0 1px 3px #0000001a,0 1px 2px -1px #0000001a

}
select:focus {
    border: 1px solid rgb(96 165 250);
    box-shadow: #60a5fa 0 1px 12px;
    transition: box-shadow 1s,border 1s,transform 1s
}

input[type=text]:focus {
    border: 1px solid rgb(96 165 250);
    box-shadow: #60a5fa 0 1px 12px;
    transition: box-shadow 1s,border 1s,transform 1s
}

input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
        color: #212529;
    width: 100%;
    padding: 6px 0px 16px 0px;
      height: 50px;
   outline: none;
    padding: 8px 16px;
    font-size: 1em;
    letter-spacing: 1px;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 8px;
    box-shadow: 0 1px 3px #0000001a,0 1px 2px -1px #0000001a;

	border-radius: 0!important;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}


input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
.password-requirements {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
.submit {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5px;
	height: 56px;
	border-radius: 30px;
	background: #FF761C;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	width: 100%;
	border: 0;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #4aaf51; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #4aaf51; color: #fff; }

#success_message{ display: none;}
.help-block {float:left;}
.rep_capcha input {
    width: 180px !important;
    height: 50px !important;
    border: 1px solid #bebebe !important;
    padding: 10px 4px !important;
    font-size: 30px !important;
    text-align: center !important;
	color: #f00;
	float: left;
}
.rep_capcha input::-webkit-input-placeholder {
  color: red;
}
.rep_capcha input:-ms-input-placeholder {
  color: red;
}
.rep_capcha input::-moz-placeholder {
  color: red;
  opacity: 0.7;
}
.rep_capcha input:-moz-placeholder {
  color: red;
  opacity: 0.7;
}

.capcha {
    width: 162px;
    height: 62px;
    float: left;
    margin-left: 10px;
}

.qmk_ntk {
    display: block;
    width: 100%;
    margin: 5px 0 15px 0;
}
.qmk {
    float: left;
    color: #0d6efd;
    font-size: 16px;
}
.ntk {
    float: right;
    height: 15px;
}
.ntk label {
    color: #666;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400 !important;
}
.ntk input {
    margin: 2px 0 0 5px;
}
.link-dk {
    display: block;
    text-align: center;
    margin: 20px 0 5px;
    font-size: 16px;
}
.link-dk a{color:#0091d0;}
.link-dk a:hover{color:#4aaf51;}
.dk-fb {
    display: block;
    width: 100%;
    text-align: center;
}
.dk-fb a {
    display: inline;
    margin: 0 3px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.bg-dark-blue {
     color: #43505E;
    width: 100%;
    margin-top: auto;
    min-height: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    padding: 48px 0 24px 0;
    border-top: 1px solid #E9E9E9;
}
 a.link {
	color: #EC5E00;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration-line: underline;
}
.padding-60px-tb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.text-white {
      color: #43505E;
	font-size: 18px;
	margin-bottom: 8px;
}
.text-medium {
    font-size: 14px;
    line-height: 24px;
}
footer .social-icon a {
    margin-right: 10px;
}
footer .social-icon a:nth-last-child(1) {
    margin-right: 0px;
}
.social-icon .fa {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px !important;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
footer .social-icon a i {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: block;
}

.facebook {
    background: url(../img/facebook.png) no-repeat;
}
.youtube {
    background: url(../img/youtube.png) no-repeat;
}
.youtube:hover, .facebook:hover {
    opacity: .8;
}

@media only screen and (max-width : 768px){
	  .example-8 .navbar-brand {
	  padding: 0px;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	  left: 50%;
	  position: absolute;
	}
	.example-8 .navbar-brand>img {
	  height: 100%;
	  width: auto;
	  padding: 7px 14px;
	}
}

.brand-centered .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggle {
    z-index: 1;
}

.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}
/* Tùy chỉnh Modal chuyên nghiệp hơn */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}

.modal-title {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.modal-body {
    padding: 30px 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    text-align: center; /* Căn giữa nội dung thông báo */
}

.modal-footer {
    background: #f8f9fa;
    border-top: 1px solid #eee;
    padding: 12px 20px;
}

/* Tùy chỉnh nút bấm */
.modal-footer .btn {
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.btn-primary:hover {
    background-color: #2563eb;
    transform: translateY(-1px);
}

.btn-default {
    background-color: #e5e7eb;
    color: #4b5563;
    border: none;
}

/* Icon trạng thái (tùy chọn) */
.modal-body i {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
    color: #3b82f6;
}
.menu {align-items: center;background: #FF761C !important; height: 60px;position: relative; z-index: 999;}
.menu-bg {background: transparent !important;; border-color: transparent !important;height: 60px !important;}

.menu-li li a {   font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
   
    margin: 0 5px;
    color: #fff !important;
}
.menu-li li a:hover{color:#ffb59b !important;}

.form-horizontal .margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/***** Media queries *****/
@media (max-width: 1680px) {
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
	.rep_capcha input {
		width: 43% !important;
		font-size: 25px !important;
	}
	.form-bottom {padding: 30px 15px 35px 15px;}

	.sm-margin-five-bottom {
		margin-bottom: 2% !important;
	}

	.sm-text-center {
		text-align: center !important;
	}
	.padding-0 { padding: 0 !important;}
	.boder-0 {border: 0 !important;}
}

@media (max-width: 767px) {
	.menu-bg {
		background-color: #1a1a2e !important;
    	border-color: transparent !important;
	}

	.inner-bg {}
	.menu-li li a {color: #fff !important;
    background-color: #1a1a2e !important;
    border-bottom: 1px solid #1a1a2e !important;
    padding-top: 12px !important;}
}

@media (max-width: 415px) {
	h1, h2 { font-size: 32px; }
}