/*
Theme Name: steinwaycompetition
Text Domain: https://steinwaycompetition.vn
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: steinwaycompetition
Author: Thành Lâm
Author URI: https://www.facebook.com/vithanhlam
Theme URI: https://www.facebook.com/vithanhlam
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face{font-family:"Minion-Pro";src:url("fonts/Minion-Pro-Regular.ttf");font-weight:400;}
@font-face {font-family: "Minion-Pro-SemiBold";src: url("fonts/MINIONPRO-SEMIBOLD.OTF");}
@font-face {font-family: "Minon-Pro-Bold";src: url("fonts/MINIONPRO-BOLD.OTF");}
* {
    margin: 0px auto;
    padding: 0px;
	font-family: Minion-Pro;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	rgba(255, 255, 255, .2) 25%,
	transparent 25%,
	transparent 50%,
	rgba(255, 255, 255, .2) 50%,
	rgba(255, 255, 255, .2) 75%,
	transparent 75%,
	transparent)
}

:root {
    --blue: #c09f72;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #c09f72;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.content {
    width: 1100px;
    margin: 0px auto;
}
.current-menu-item a {
	background: unset;
    color: #c3a571 !important;
}
ul#menu-menu a:hover {
	color:#c3a571;
}
nav#menu_header ul li {
    list-style-type: none;
    display: inline-flex;
    padding: 0px 0px;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}
nav#menu_header ul li:hover ul {
    display: block !important;
    position: absolute;
}
nav#menu_header ul li a {
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    color: #000000;
    font-family: "Minion-Pro-SemiBold";
}
ul.sub-menu {
    display: none;
}
.clear {
    clear: both;

}
.row {
    width: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo_left {
    float: left;
    width: 50%;
}
.logo_right {
    float: right;
}
.logo_footer {
    display: flow-root;
    margin-bottom: 25px;
	border-bottom: solid 1px #eee;
}
.social_footer i {
    font-size: 40px;
    padding: 10px;
    color: #54344e;;
}
.social_footer {
    float: right;
}
.text_copy {
    float: left;
    line-height: 55px;
}
.page-content iframe {
    width: 100%;
    padding: 0px;
}
.logo img {
    display: block;
    margin: 0px auto;
    padding: 10px;
}
.page-content p {
    line-height: 26px;
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 15px;
}
p.title_ngaythangnam {
    margin-bottom: 0;
    margin-top: 25px;
}
.descript p {
    overflow: hidden;
    height: 25px;
}
div#footer {
    background: #fbfbfb;
}
.flex {
    display: flex;
}
nav#menu_header {
    background: #ffffff;
    position: relative;
    display: flex;
	border-top: solid 1px #eee;
}
.custom_v.flex .btn_reg {
    width: unset;
}
.custom_v.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.btn_reg a {
    width: 300px;
    text-align: center;
    background: #b99968;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
	font-size:20px;
	border-radius: 5px;
}
.btn_reg {
    width: 100%;
    display: flex;
    margin: 10px 0px;
}
.vote_button button:hover {
    background: #b99968d4;
}
.taikhoan_content .col-3 {
    padding-left: 0px;
    margin: 5px;
}
.btn_reg a:hover {
    background: #c76839;
}
.video_thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.video_item {
    margin: 5px;
	position: relative;
}
.video_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	margin: -10px;
}
.video_info {
    display: none;
}
.video_item:hover .video_info {
    display: block;
    position: absolute;
    top: 0px;
    background: #000000b5;
    width: 100%;
    height: 220px;
    color: #fff;
    z-index: 99;
    line-height: 30px;
    font-size: 19px;
    padding-top: 15px;
    padding-left: 30px;
	transition: all .2s linear;

}
.video_info ul li {
    list-style-type: none;
	padding-bottom: 10px;
}
li.title_video {
    padding-bottom: 30px;
}
.video_thumb {
    position: relative;
}
.video_thumb i {
    position: absolute;
    left: 43%;
    top: 40%;
    font-size: 50px;
    color: #0000008c;
}
.col-3 {
    width: 100%;
	margin: 5px;
	position: relative;
}
select.select-option {
    width: 100%;
    padding: 11px;
   
    border: solid 1px #cbc9be;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    background: #fff4f4;
}
.video_filter {
    display: flex;
    margin: -10px -10px;
    padding-bottom: 10px;
}
input.search-input {
    width: 100%;
    padding: 11px;

    border: solid 1px #aea370;
	font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.video_filter i.fas.fa-arrow-down {
    position: absolute;
    right: 0px;
    padding: 16px;
    background: #aea370;
    color: #fff;
    z-index: 9;
}
.search_form button {
    position: absolute;
    right: 0px;
    font-size: 20px;
    padding: 9px 20px;
    background: #aea370;
    color: #fff;
    border: none;

}
.fillter {
    position: relative;
}
.fillter i {
    position: absolute;
    left: 208px;
    top: 0px;
    color: #998989;
    background: #e1d2d2;
    padding: 9px;
    border: solid 1px #ccc;
}

.item_raking {
	width: 300px;
    height: 225px;
    overflow: hidden;
    border: 1px solid #fff5f5;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
	margin: 5px;
}
.thumb_rank {
    width: 140px;
    height: 102px;
    float: right;
}

.thumb_rank img {
    width: 140px;
    height: 102px;
    object-fit: cover;
}
.descript {
    text-align: center;
    padding-top: 10px;
    margin-top: 90px;
}
.content_ranking {
    width: 100%;
    display: block;
    margin: 0px auto;
	text-align: center;
}
.top_rank {
    width: 140px;
    background: #000;
    height: 102px;
    float: left;
    text-align: center;
    font-size: 60px;
    color: #fff;
    padding-top: 15px;
}
.social a {
    font-size: 28px;
}
.social a {
    padding: 0px 6px;
}
.social a:hover {
    color: #231f20;
    transition: all .2s linear;
}
.input-group input {
    width: 100%;
    padding: 13px;
    border: solid 1px #cccc;
    font-size: 16px;
    text-indent: 50px;
}
.login_form .col-2 {
    width: 100%;
}
.col-2.border-left {
    padding-left: 0px;
}
.input-group i {
    position: absolute;
    left: 0px;
    padding: 16px 17px;
    background: #eee;
    color: #0000008c;
    border: solid 1px #ccc;
	width: 48px;
	text-align: center;
}
.input-group {
    position: relative;
}
.input-group:hover i {
    background: #d5c3c3;
}
.form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}
.border-left {
    border-right: solid 1px #eee;
    padding-right: 55px;
    margin-right: 35px !important;
}
input.btn_submit {
    width: 100%;
    padding: 10px !important;
    text-indent: 0px !important;
    font-size: 15px;
    text-transform: uppercase;
    background: #b99968 !important;
    border: solid 1px #d7bebe;
    color: #fff;
    height: 50px !important;
}
.form_login .title_form {
    position: relative;
    background: #fbf6f6;
    padding: 10px;
    text-align: center;
}
/* check box*/
.checkbox_form {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkbox_form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: solid 1px #ccc;
}

.checkbox_form:hover input ~ .checkmark {
  background-color: #ccc;
}


.checkbox_form input:checked ~ .checkmark {
  background-color: #2196F3;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.checkbox_form input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_form .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}

/* end check form */
.taikhoan_content {
    display: contents;
	text-align: center;
}
.a_btn {
    padding: 15px 10px;
    background: #b99968;
    border: solid 1px #ccc;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
	border-radius: 5px;
}
.a_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.taikhoan_content i {
    font-size: 22px;
    padding-right: 10px;
}
.a_btn:hover {
    background: #231f20;
}
.taikhoan_form.flex .a_btn>a {
    text-align: center;
    text-transform: capitalize;
}

.taikhoan_form.flex .a_btn>a>i {
    margin-right: 5px;
}
.form_input {
    width: 360px;
    float: left;
    padding-left: 15px;
	margin-bottom: 20px;
}
.form_input input, .form_input select {
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
	background: #fff8f8;
}
.form_dklq h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 25px;
}
.form_input label {
    line-height: 35px;
}
textarea#w3review {
    border: solid 1px #ccc;
    height: 100px;
    padding: 10px;
    font-size: 16px;
	width:98%
}
input.btn_submit:hover {
    background: #231f20;
    color: #fff;
    cursor: pointer;
}
.secondary a *, .site-footer a *, .site-header a *, a, div:hover {
    transition: all .2s linear;
}
.video_block {
    width: 630px;
    float: left;
    margin-right: 20px;
}
.video_block iframe {
    width: 100%;
    height: 444px;
}
.vote_block {
    width: 450px;
}
.vote_button button {
    padding: 15px 20px;
    width: 100%;
    font-size: 20px;
    background: #b99968;
    color: #fff;
    border: solid 1px #cccc;
    cursor: pointer;
}
.social_vote ul li {
    list-style-type: none;
    float: left;
    font-size: 22px;
    background: #e2f7ef;
    margin: 2px;
    width: 71px;
    text-align: center;
    padding: 10px 0px;
}
ul.pc-social a {
    color: #b99968;
}
.vote_button {
    margin-bottom: 50px;
}
.video_block h1 {
    font-size: 22px;
    margin-top: -6px;
    background: #eee;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.description_single p {
    font-size: 19px;
    margin-top: 10px;
}
.col-12.quen-mat-khau .form_login {
    width: 100%;
    max-width: 500px;
}
.banner_full img {
    width: 100%;
    height: auto;
}
/*
.video_block p {
    line-height: 40px;
    float: left;
    padding: 9px;
    text-align: center;
}
*/
.form_vote input {
    width: 100%;
    height: 40px;
    text-indent: 50px;
    font-size: 17px;
    border: solid 1px #ccc;
    background: #e2f7ef;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form_vote select {
    width: 100%;
    height: 44px;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #e2f7ef;
    border: solid 1px #ccc;
	text-indent: 10px;
}
.form-input {
    position: relative;
}
.form-input i {
    position: absolute;
    top: 28px;
    background: #b9997a;
    color: #fff;
    width: 45px;
    padding: 12px;
    text-align: center;
}
.login_user {
    position: relative;
}
.form_vote {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #f7efef;
}
.video_block i {
    color: #b9997a;
}
ul.pc-social li:hover {
    background: #efe4de;
}
input.url_share {
    padding: 10px;
    border: solid 1px #ccc;
    width: 95%;
}
button.copy_link {
    padding: 11px;
    width: 120px;
    background: #b99968;
    color: lemonchiffon;
    border: none;
    cursor: pointer;
}
.form_show_link_qr {
    padding: 2px;
    margin-top: 50px;
}
img.qr_share {
    width: 250px;
    display: block;
}
input.btn_submit:disabled {
    background: #d5b8b8 !important;
    cursor: no-drop;
}
input.code_verify {
    padding: 10px;
    width: 276px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    font-size: 20px;
}
.sms_code button {
    color: #fff;
    padding: 13px;
    position: relative;
    top: -2px;
    background: #231f20;
    border: none;
    width: 124px;
    font-size: 16px;
}
.sms_code {
    padding: 10px;
    border: dotted 2px #ccc;
    margin-bottom: 20px;
}
button#send_codeverify:disabled {
    background: #d9d3d3;
    cursor: not-allowed;
}
.icon_home:before {
    content: "\f015";
    font-family: 'FontAwesome';
    position: relative;
    line-height: 58px;
    padding: 0px 10px;
    color: #b99968;
}
.icon_video:before {
    content: "\f03d";
    font-family: 'FontAwesome';
    position: relative;
    line-height: 58px;
    padding: 0px 10px;
    color: #b99968;
}
.icon_caffe:before {
    content: "\f0f4";
    font-family: 'FontAwesome';
    position: relative;
    line-height: 58px;
    padding: 0px 10px;
    color: #b99968;
}
.icon_ranking:before {
    content: "\f0e8";
    font-family: 'FontAwesome';
    position: relative;
    line-height: 58px;
    padding: 0px 10px;
    color: #b99968;
}
.icon_login:before {
    content: "\f2f6";
    font-family: 'FontAwesome';
    position: relative;
    line-height: 58px;
    padding: 0px 10px;
    color: #b99968;
}
.login_user a {
    position: absolute;
    top: -40px;
    right: 40px;
    text-decoration: none;
    color: #b99968;
}
.login_user a i {
    font-size: 17px;
    margin-right: 10px;
}
.current-menu-item:before {
    background: #000;
}
.page-id-17 .row {
    width: 1090px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.taikhoan_form {
    margin-top: 50px;
    margin-bottom: 50px;
}
.login_user a:hover {
    color: #fff;
}
.social a {
    color: #b99968;
}
.fillter select {
    padding: 7px 19px;
    width: 234px;
    border: solid 1px #ccc;
    background: #eee;
}
.ranking_1 {
    background: #b99968;
}
.ranking_2 {
    background: #ccc;
}
.ranking_3 {
    background: #e9c8b8;
}
.logo img {
    width: 400px;
    height: auto;
}
.logo_footer img {
    width: 380px;
    height: auto;
}
.text-center {
	text-align:center;
}
p.error_alert {
    font-size: 14px;
    text-indent: 22px;
    color: #f50;
}
.form_input input:disabled {
    background: #ededed;
	cursor: no-drop;
}
.error_1 {
    font-size: 15px;
    color: #f50;
}
.alert_ajax {
    text-align: center;
    color: #f50;
}
.home .page-content img {
    width: 100%;
    height: auto;
}
p.forget_pass {
    font-size: 16px;
    color: #333;
}
p.forget_pass a {
    color: #b99968;
    text-decoration: none;
    font-weight: bold;
}
.video_filter .col-3 {
    padding-left: 0px;
    margin: 5px;
}
i.fab.fa-facebook-square, i.fa.fa-facebook-square, i.fa.fa-fw.fa-facebook {
    color: #4a6ea8;
}
i.fab.fa-youtube-square {
    color: #d92e2e;
}
i.fab.fa-instagram-square, i.fab.fa-instagram {
    color: #fb6a16;
}
i.fa.fa-twitter-square, i.fa.fa-fw.fa-twitter {
	color:#3eb5ec;
}
i.fa.fa-tumblr-square, i.fa.fa-fw.fa-tumblr {
	color:#001833;
}
i.fab.fa-linkedin, i.fa.fa-fw.fa-linkedin {
	color:#0174b6;
}
i.fa.fa-qrcode {
    color: #000;
}
ul.pc-social {
    display: flex;
}
/* custom */
.form_tuvan.form_ghihinh .form-control {
    background-color: #ffffffe6 !important;
    border-radius: 5px !important;
    padding: 5px 10px 5px 10px !important;
    min-height: 45px !important;
    color: #000;
    margin-bottom: 3rem;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.input_gl {
    margin-bottom: 20px;
}

.title_maindk {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.wpcf7 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -28px;
    padding: 25px;
}
.form_dangkyduthi {
    margin: 20px auto;
    justify-content: center !important;
    display: flex;
    background: #9e9e9e2e;
    padding: 0px 30px 30px 30px;
    flex-wrap: wrap;
}
.page-id-92 .page-content, .page-id-101 .page-content {
    margin: 20px auto;
    justify-content: center !important;
    display: flex;
    background: #9e9e9e2e;
    padding: 0px 30px 30px 30px;
    flex-wrap: wrap;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    /* position: relative; */
    /* width: 100%; */
    /* padding-right: 15px; */
    padding-left: 15px;
	margin: 0px;
}
.ul_dkduthi {
    background: #fff;
    padding: 20px;
    line-height: 2rem;
    font-size: 1.2rem;
}
.box_bangthidangky {
    background: #fff;
    padding: 20px 20px 0px;
}
.box_toidongy {
    background: #fff;
    padding: 20px 20px 0px;
    margin-bottom: 30px;
}
.box_toidongy input {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 8px;
}
.box_toidongy > div> span > span> span {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}
.dk_tuvan {
    text-align: center;
    margin-top: 3rem;
    position: relative;
}

.dk_tuvan span.wpcf7-spinner {
    display: none;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 1em;
}
.table_dkduthi {
    width: 100%;
    background: #fff;
    margin-bottom: 2rem;
}
.table_dkduthi tr td {
    border: 1px solid #999999d9;
    padding: 10px;
}
.ul_dkduthi li {
    list-style-type: square;
    margin-left: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn_dkduthi.btn.btn-success {
    padding: 15px 75px;
    background: #c5a67d;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
}
.col-md-12.dk_tuvan {
    text-align: center;
    margin-top: 20px;
}
.box_bangthidangky input {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.box_bangthidangky > div> span > span> span {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}
.box_bangthidangky > div > span > span> span > span {
    line-height: 30px;
    margin-left: 10px;
}
span.wpcf7-form-control.wpcf7-radio > span > span {
    position: relative;
    top: 3px;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.text-center.btn_page input {
    width: 300px;
    margin-top: 50px;
}
select.select_form.thanhpho {
    width: 100%;
    text-indent: 45px;
    padding: 12px;
    border: solid 1px #ccc;
    font-size: 16px;
}
span.page-numbers.current {
    padding: 5px 15px;
    background: #aea370;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
	margin-right: 4px
}
a.page-numbers {
    padding: 5px 15px;
    background: #231f20;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
    text-decoration: none;
    margin-right: 4px;
}
.paginate_links {
    padding: 20px 0px;
}
a.prev.page-numbers, a.next.page-numbers {
    display: none;
}
.nav_paged {
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}
a.page-numbers:hover {
    background: #aea370;
}

.form_dangky_hoten {
/*    max-width: 65%;*/
    margin: 0;
    margin-bottom: -20px;
}

.link_nopbaiduthi input {
    width: 100%;
    height: 50px;
    background-color: #0000005e;
    border: none;
    font-size: 16px;
    padding-left: 15px;
}

/*FOOTER*/

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
}

.footer-right {
    margin-right: 0;
}

.footer-left>img {
    width: 150px;
}

.footer-left-content {
    padding-left: 20px;
}

.footer-left-content>h4 {
    font-size: 21px;
    margin-bottom: 5px;
}

.footer-left-content>p {
    margin-bottom: 5px;
    font-size: 19px;
}

.footer-left-content>p>a {
    text-decoration: none;
    color: #000000;
}

.footer-left-content>p:last-child {
    margin-bottom: 0;
}

.footer-right ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #818181;
    color: #fff;
    margin-left: 10px;
        text-decoration: none;
}

.footer-right ul li a i {
    color: #fff !important;
}

.footer-right ul li:nth-of-type(2) a {
    background-color: transparent;
    position: relative;
    top: 12px;
}

.footer-right ul li:nth-of-type(2) a img {
    width: 35px;
    height: 35px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.footer-right p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
}

.footer-right ul li a:hover {
    background-color: #b99968;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
} 

.footer-right ul li:nth-of-type(2) a:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.container.main-content {
    min-height: 500px;
}

.file_upload p .wpcf7-not-valid-tip {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 14px;
}

.col-md-6.file_upload {
    margin-bottom: 1rem;
}

.page-content .wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c5a67d;
}


.taikhoan_form.btn-wrapperduthi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.taikhoan_form.btn-wrapperduthi>div {
    display: contents;
    text-align: center;
}

.btnduthi-item>a {
    position: relative;
    background-color: #c3a571;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
}

.btnduthi-item>a>span {
    font-size: 20px;
    text-transform: capitalize;
}

.btnduthi-item>a>i {
    margin-right: 5px;
}

.page-content .wpcf7 form.sent .wpcf7-response-output,
.page-content .wpcf7 form.invalid .wpcf7-response-output {
    color: #c5a67d;
    background-color: #fff;
    border-color: #c5a67d !important;
    padding: 10px 0;
}

.form_ghihinh .box_bangthidangky p span select {
    width: 50%;
    display: block;
    height: 45px;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.form_ghihinh .box_bangthidangky p span input {
    float: none;
    width: 50%;
    height: 45px;
    padding: 0 10px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
.contact-form.form_tuvan {
    padding: 0 20px;
}


}

@media only screen and (max-width: 600px) {
	.content, .row, .logo_left, .vote_block, .form_dklq, textarea#w3review, .login_form  input.btn_submit {
		width: 100% !important;
	}
	.page-content {
		padding: 10px !important;
	}
	.logo img {
		width: 85% !important;
		height: auto;
	}
	.logo_footer img {
		width: 80% !important;
		height: auto;
		margin: 0px auto;
		display: block;
		margin-top: 10px;
	}
	.text_copy {
		float: left;
		line-height: 24px !important;
		text-align: center;
		padding: 10px;
	}
	.social_footer {
		float: none !important;
		width: 100%;
		text-align: center;
	}
	.video_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		margin: -10px;
	}
	.video_filter {
		display: grid;
		margin: -5px -5px;
		padding-bottom: 10px;
		position: relative;
		left: -5px;
	}
	.video-conent.flex {
		display: contents !important;
	}
	.video_block {
		width: 100% !important;
		float: left;
		margin-right: 0px;
		padding: 0px;
	}
	.video_block p {
		line-height: 15px;
		float: left;
		padding: 12px;
		text-align: center;
	}
	.vote_button {
		margin-bottom: 50px;
		padding: 10px;
	}
	.social_vote ul li {
		list-style-type: none;
		float: left;
		font-size: 22px;
		background: #e2f7ef;
		margin: 2px 2px;
		width: 52px;
		text-align: center;
		padding: 10px 0px;
		position: relative;
		left: 10px;
	}
	.fillter select {
		padding: 10px 16px;
		width: 100%;
		border: solid 1px #ccc;
		background: #eee;
		margin-bottom: 20px;
		position: relative;

	}
	.taikhoan_content {
		text-align: center;
		display: block;
		position: relative;

	}
	.taikhoan_content .col-3 {
		height: 90px;
	}
	.form_input {
		float: left;
		padding: 10px;
		margin: 0px;
		width: 100% !important;
	}
	.form_input select {
		width: 100% !important;
	}
	input.btn_submit {
		width: 100% !important;
	}
	nav#menu_header {
		background: #231f20;
		position: relative;
		height: 58px;
	}
	ul#menu-menu {
		display: none;
	}
	.a_btn {
		padding: 15px 30px;
		background: #b99968;
		border: solid 1px #ccc;
		text-decoration: none;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		width: 100%;
		position: relative;
		left: -11px;
	}
	.menu_mobile .icon_menu_mobile {
		position: relative;
		font-size: 25px;
		color: #b99968;
		left: 15px;
		float: left;
		top: 13px;
		cursor: pointer;
	}
	.menu_mobile {
		display: block !important;
		position: relative;
	}
	.menu_mobile_tab {
		position: absolute;
		background: #231f20;
		width: 280px;
		z-index: 99999;
		border-radius: 5px;
		padding: 10px;
		top: 55px;
	}
	#menu-mobile .current-menu-item a, #menu-mobile .current-menu-item:before {
		background: none;
		color: #fff;
	}
	.form_show_link_qr {
		text-align: center;
	}
	input.url_share {
		padding: 10px;
		border: solid 1px #ccc;
		width: 88% !important;
	}
	form#LoadForm .btn_submit {
		width: 100% !important;
	}
	nav#menu_header ul li {
		list-style-type: none;
		display: flow-root !important;
		padding: 0px 0px;
		font-size: 16px;
		position: relative;
		line-height: 30px;
		width: 100% !important;
	}
	.input-group input {
		width: 100%;
		padding: 13px;
		border: solid 1px #cccc;
		font-size: 16px;
		text-indent: 50px;
	}
	.login_form.flex {
		display: block;
	}
	.border-left {
		border-right: solid 0px #eee;
		padding-right: 0px !important;
	}
	.login_form input {
		width: 100% !important;
	}
	.video_filter select, .video_filter input {
		margin-bottom: 15px;
	}
	.search_form button {
		position: absolute;
		right: 0px;
		font-size: 20px;
		padding: 9px 20px;
		background: #aea370;
		color: #fff;
		border: none;
	}
	.login_user a {
		position: absolute;
		top: 18px !important;
		right: 40px;
		text-decoration: none;
		color: #b99968;
	}
	.login_form .col-2 {
		padding-left: 0px;
	}
	.top_rank {
	

		height: 102px !important;
		
	}
	.video_filter i.fas.fa-arrow-down {
		position: absolute;
		right: 0px;
		padding: 16px 23px !important;
		background: #aea370;
		color: #fff;
		z-index: 9;
	}
	.fillter i {
		right: 0px;
		left: inherit;
		padding: 11px;
	}
	.wpcf7 .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0px;
	}
	ul.pc-social {
		display: flex;
		margin: 15px 0px;
		overflow: auto;
	}
	.video_block iframe {
		width: 100%;
		height: 250px !important;
	}
	.taikhoan_content a {
		text-align: left !important;
	}
	.description_single {
		display: inline-block;
	}
	.description_single p {
		text-align: unset;
		line-height: 25px;
		margin-top: -10px;
		margin-bottom: -5px;
	}
	.social {
		padding: 5px;
	}
	.form_tuvan .form-control {
		font-size: 15px;
	}
	p.title_ngaythangnam, .box_bangthidangky > div > span > span> span > span, ul.ul_dkduthi li, .table_dkduthi tr td  {
		font-size: 15px;
	}
	h2.col-md-12.title_maindk {
		font-size: 18px;
	}
	input.wpcf7-form-control.has-spinner.wpcf7-submit.btn_dkduthi.btn.btn-success {
		padding: 15px 75px;
		background: #c5a67d;
		color: #fff;
		border: none;
		border-radius: 7px;
		font-size: 22px;
		width: 95%;
	}
	.col-md-12.dk_tuvan {
		text-align: center;
		margin-top: 20px;
		margin-left: -6px;
	}
	.wpsm_panel.wpsm_panel-default {
		overflow: scroll !important;
	}
	    .menu_mobile {
        display: block !important;
        position: relative;
        right: 188px !important;
    }
	.wpsm_panel-body {
		overflow: auto !important;
	}

    .form_dangky_hoten {
        max-width: 100%;
    }

    .footer-wrapper, .footer-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
                padding: 0 15px;
    }

    .footer-left-content {
        padding: 0;
        margin-top: 2rem;
    }

    .footer-right {
        text-align: center;
        margin-top: 0;
        margin-left: 0;
    }

    .banner-home-text, .tabs-piano-content {
        font-size: 16px;
        padding-left: 0;
    }

    .footer-left-content>h4 {
        font-size: 20px;
    }

    .footer-left>img {
        width: 125px;
    }

    .container.main-content {
        min-height: auto;
    }

    ul#menu-mobile>li>a {
        text-decoration: none;
        padding: 8px 10px 8px 10px !important;
        color: #fff !important;
        font-family: "Minion-Pro-SemiBold";
        display: block;
        border-bottom: 1px solid #ffffff59 !important;
    }

    .taikhoan_form.btn-wrapperduthi {
        grid-template-columns: 1fr;
    }

    .box_bangthidangky p span select {
        width: 100%;
    }

    .box_bangthidangky p span input {
        width: 100%;
        border: 1px solid #747474;
    }

}