/* Fonts */
@font-face {
    font-family: 'YanTVunicode';
    src: url('../fonts/MTV-Viet_0.ttf');
}
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.ttf');
}
/* Format */
.pd-right-75{
    padding-right: 75px !important;
}
a:hover, .news h2 a:hover, .list-faq>li>a:hover{
    color: #ffba00;
}
/* Sytles */
body{
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    padding-top: 60px;
}
a:hover, a:focus{
    text-decoration: none;
}
.header{
    height: 472px;
    margin-top: -60px;
    object-fit: contain;
    background: url('../img/header.png') no-repeat;
    background-size: cover;
}
.header2{
    height: 266px;
    background: url('../img/header2.png') no-repeat;
    background-size: cover;
}
.header3 {
    height: 60px;
    background: transparent;
}
.top-nav{
    height: 60px;
    background: transparent;
    padding: 7px 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s;
}
.top-nav.sticky, .top-nav-single{
    background: #ffba00;
}
.logo a, .logo span{
    color: #ffffff;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
}
.logo span{
    padding: 0 20px;
}
.right-nav{
    float: right;
    line-height: 40px;
}
.right-nav a{
    color: #ffffff;
    padding: 0 35px;
    font-size: 12px;
    font-weight: bold;
}
.right-nav a:last-child{
    padding-right: 0;
}
.middle-header h1{
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
    font-family: YanTVunicode;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -3.3px;
    text-align: center;
    color: #ffffff;
}
.middle-header{
    padding-top: 105px;
    position: relative;
}
.stylish-input-group{
    width: 871.5px;
    margin: 37px auto 25px;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:none; 
    border-color:#fff;
    height: 60px;
    font-size: 18px;
    color: #000000;
    padding: 6px 12px 6px 50px;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    height: 46px;
    outline: none;
}
.input-group-addon:first-child {
    border-right: 0;
    background: #FFF;
    border: none;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    z-index: 999;
}
.best-key{
    height: 22px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #717071;
    font-weight: bold;
}
.best-key a{
    font-weight: normal;
}
.sale-buy{
    margin: 40px 0;
    padding: 0 80px;
}
.seller-box, .buyer-box{
    width: 600px;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 8px;
    float: left;
    display: table;
    transition: all 0.3s;
}
.seller-box:hover, .buyer-box:hover{
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.buyer-box{
    float: right;
}
.buyer-box div, .seller-box div{
    display: table-cell;
    vertical-align: middle;
}
.icon-seller{
    width: 35%;
    text-align: center;
}
.text-seller{
    width: 50%;
}
.icon-right{
    width: 15%;
    text-align: center;
}
.text-seller h2{
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    font-family: 'Verdana';
}
.text-seller p{
    font-size: 14px;
    line-height: 1.43;
    color: #282f39;
    margin-bottom: 0;
}
.faq{
    margin: 80px 0;
    padding: 0 80px;
    clear: both;
}
.faq-content{
    background-color: rgba(190, 223, 234, 0.12);
    padding: 0 0 80px;
}
.faq-content h2{
    font-family: 'Verdana';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
    margin: 0 0 30px;
    padding: 80px 80px 0;
}
.list-faq{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 1em;
}
.list-faq>li{
    padding: 0 60px 0 80px;
    display: inline-block;
    margin: 0 0 1.3em;
    width: 100%;
    text-align: justify;
}
.list-faq>li>a{
    display: block;
    font-family: Verdana;
    font-size: 16px;
    line-height: 24px;
    color: #38699f;
    padding-left: 19px;
}
.list-faq>li>a>i{
    margin-left: -15px;
    margin-right: 0;
    width: 15px;
}
.news{
    padding: 0 80px;
    margin-bottom: 80px;
}
.news h2{
    font-family: 'Verdana';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
    margin: 0 0 30px;
}
.news h2 a{
    color: #000000;
}
.news h2 a:hover, .news h2:hover a{
    color: #ffba00;
}
.new-item h2{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}
.new-item .date-time{
    font-size: 12px;
    color: #9b9b9b;
    margin: 0;
    padding: 7px 0 15px;
}
.new-item .desc{
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.new-item .read-more{
    font-size: 14px;
    font-style: italic;
    color: #38699f;
}
.footer{
    border-top: 1px solid #cacaca;
}
.footer-menu{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu>li{
    display: inline-block;
}
.footer-menu>li>a{
    display: block;
    padding: 20px 35px;
    font-size: 12px;
    color: #000000;
}
.bottom-footer{
    height: 38.3px;
    background-color: #f4f4f4;
}
.bottom-footer p{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 38.3px;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.right-search{
    float: right;
    margin-left: 50px;
    margin-top: 4px;
}
.right-search .stylish-input-group{
    width: 256px;
    margin: 0;
}
.right-search .stylish-input-group .form-control {
    height: 36px;
    font-size: 14px;
}
.right-search .stylish-input-group button {
    height: 24px;
}
.right-search .stylish-input-group div.asl_m .probox .proinput input {
    height: 36px;
}
.right-search .stylish-input-group div.asl_m .proinput input.orig{
    padding: 0 0 0 45px !important;
}
.right-search .stylish-input-group #ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 36px !important;
}
.right-search .stylish-input-group div.asl_w .probox .proloading, .right-search .stylish-input-group div.asl_w .probox .proclose, .right-search .stylish-input-group div.asl_w .probox .promagnifier, .right-search .stylish-input-group div.asl_w .probox .prosettings {
    margin: 4px 0 !important;
}
.right-search .stylish-input-group .input-group-addon:first-child {
    border-right: 0;
    background: #FFF;
    border: none;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    z-index: 999;
}
.middle-header2 h1{
    padding: 0 80px;
    text-align: left;
}
.content-seller{
    padding: 80px;
}
#sidebar {
    /* transition: all 0.3s; */
}
#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: inherit;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar .sidebar-header {
    padding: 20px;
}
#sidebar ul p {
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px 10px;
    display: inline-block;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    word-break: break-word;
}
#sidebar ul>li>ul>li>a{
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #282f39;
}
#sidebar ul>li>ul>li>a:hover{
    color: #fe9900;
}
a[data-toggle="collapse"] {
    position: relative;
}
/* a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f106';
    display: block;
    position: absolute;
    right: 20px;
    font-family:'FontAwesome';
    font-size: 16px;
    top: 13px;
}
a[aria-expanded="true"]::before {
    content: '\f107';
} */
ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.list-unstyled>li>.list-unstyled{
    border-left: 1px solid #979797;
    margin-left: 10px;
}
.breadcrumb{
    background: transparent;
    font-size: 12px;
    padding: 8px 0;
}
.breadcrumb>li+li:before {
    font-family:'FontAwesome';
    padding: 0 13px;
    color: #ccc;
    content: "\f105";
}
.breadcrumb>li>a{
    color: #38699f;
}
.content-list-seller h1, .content-detail-seller h1,
.content-list-seller h3, .content-detail-seller h3
{
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}
.list-seller{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.list-seller>li>a{
    font-size: 14px;
    color: #000000;
    padding: 5px 0;
    display: inline-block;
}
.content-detail-seller h3{
    margin-bottom: 20px;
}
.entry-content p{
    text-align: justify;
    line-height: 24px;
}
.entry-content iframe{
    margin-bottom: 20px;
}
.useful{
    margin-top: 30px;
    min-height: 187px;
    background-color: #f4f4f4;
    padding: 40px;
}
.useful h4{
    margin-bottom: 20px;
    font-weight: bold;
}
.btn-yes, .btn-no{
    box-shadow: none;
    width: 140px;
    height: 60px;
    background-color: #ffffff;
    transition: all 0.3s;
    margin-right: 30px;
}
.btn-yes img, .btn-no img{
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}
.btn-yes span, .btn-no span{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #000000;
}
.btn-yes:hover, .btn-no:hover{
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.btn-no::before{
    display: none !important;
}
a.btn-no[aria-expanded="true"]{
    background: #d0021b;
    color: #ffffff;
}
a.btn-no[aria-expanded="true"] span{
    color: #ffffff;
}
.other-post h2{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 30px;
}
.bottom-contact{
    height: 155px;
    background-color: rgba(254, 153, 0, 0.12);
    text-align: center;
    padding: 40px;
}
.bottom-contact h5{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin: 0;
}
.btn-contact{
    height: 42px;
    width: 291px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fe9900;
    border: 1px solid #fe9900;
    border-radius: 2px;
    margin-top: 20px;
}
.success{
    min-height: 103px;
}
.success h4{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #28a745;
    margin: 5px 0;
}
.useful-form{
    margin-top: 30px;
}
.useful-form .form-control{
    box-shadow: none;
    border: 1px solid #cacaca;    
}
.useful-form input.form-control{
    height: 40px;
}
.useful-form label{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.btn-send, .btn-send:hover, .btn-send2, .btn-send2:hover{
    background: #fe9900;
    width: 152.5px;
    height: 40px;
    border: 1px solid #fe9900;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    transition: all 0.3s;
}
.btn-send:hover{
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.search-page, .new-detail-page, .contact-page{
    padding: 80px 0;
    width: 880px;
    margin: 0 auto;
}
.top-search .stylish-input-group{
    border:1px solid #cacaca;
    border-radius: 5px;
}
.search-result h2{
    margin: 50px 0 30px;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}
.search-result .item-result h5{
    font-weight: bold;
    font-size: 14px;
    color: #38699f;
    margin: 30px 0 10px;
}
.paginations{
    text-align: center;
}
.pagination>ol>li:first-child>a, .pagination>ol>li:first-child>span, .pagination>ol>li:last-child>a, .pagination>ol>li:last-child>span, .pagination>ol>li>a, .pagination>ol>li>span{
    border-radius: 0;
    color: #4a4a4a;
    font-size: 12px;
}
.pagination>ol>li>a, .pagination>ol>li>span{
    border: 1px solid #cacaca;
    margin:0 5px;
}
.pagination>ol>li>a, .pagination>ol>li>span{
    padding: 8px 16px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #fecc00;
    border-color: #fecc00;
}
.pagination>ol>li>a:hover, .pagination>ol>li>span:hover, .pagination>ol>li>a:focus, .pagination>ol>li>span:focus, .wp-paginate a:hover {
    background: #fecc00 !important;
    border-color: #fecc00;
    color: #ffffff;
}
.wp-paginate .current {
    color: #fff;
    background: #fecc00 !important;
    border: 1px solid #fecc00 !important;
    padding: 8px 16px !important;
}
.wp-paginate a{
    background: transparent !important;
}
.entry-content img {
    margin: 20px auto;
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.btn-group{
    display: block;
    margin-bottom: 40px;
}
.btn-group .btn-item a{
    text-align: center;
    height: 60px;
    background-color: #ffffff;
    border: 1.5px solid #fe9900;
    border-radius: 5px;
    line-height: 55px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s;
    
}
.btn-group .btn-item a:hover{
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}
.contact-form{
    background: #f4f4f4;
    padding: 60px 40px;
    border-radius: 5px;
}
.file-wrapp{
    border: 1px dashed #cacaca;
    padding: 40px;
    text-align: center;
}
input[type=file]{
    margin-top: 28px;
    display: inline;
    color: #000;
    width: 180px;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: -45px
}
.custom-file-input::after{
    display: none;
}
.custom-file-input::before {
    content: 'Chọn hình từ máy';
    display: inline-block;
    background: #ffffff;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    color: #000000;
    width: 180px;
    text-align: center;
    margin-top: -28px;
    position: absolute;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: #ffffff;
}
.file-wrapp label span{
    color: #9b9b9b;
    font-style: italic;
    padding: 0 10px;
}
.form-control{
    box-shadow: none;
}
input.form-control, select.form-control{
    height: 40px;
}
.sticky-sr{
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
}
.sticky.header .top-header{
    height: 60px;
    background: #ffba00;
    
}

.sticky .sticky-sr{
    visibility: visible;
    width: 256px;
}
.wp-sticky .wrapper{
    padding-top: 40px;
}
@keyframes opacity {
    0%   {top:-60px;}
    100% {top:0px;}
}
#sidebar.stick {
    position: fixed;
    min-width: 395px;
    max-width: 396px;
    top: 0;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
.list-seller>li>a>.fa{
    color: #428bca;
    margin-right: 5px;
}
.best-key a{
    text-decoration: underline;
    color: #717071;
}
#sidebar ul.navigation>li.active>a, #sidebar ul.navigation>li.current>a, .list-seller>li>a:hover, #sidebar ul.navigation>li:hover>a, #sidebar ul>li>a:hover, #sidebar ul>li.active>a, #sidebar ul>li.active>a, #sidebar ul>li>ul>li.active>a, #sidebar ul>li>ul>li.current>a{
    color: #ffba00;
}
#sidebar ul>li>ul>li>a{
    padding: 4px 10px;
}
.best-key a:hover{
    color: #ffffff;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #28a745;
}
.success .useful-form {
    margin-top: 0;
}
.success p{
    margin: 0;
}
.page-section h3{
    margin: 0;
    margin-top: 28px;
    margin-bottom: 10px;
}
.page-section:first-child h3{
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.breadcrumb-item:last-child{
    display: none;
}
.breadcrumb-item:nth-child(3) a{
    color: #9b9b9b;
}

input::-webkit-input-placeholder{
    color:#9b9b9b !important;
}
input:-moz-placeholder {
    color:#9b9b9b !important;
}
/* .header2.sticky {
    position: fixed;
    width: 100%;
    top: -206px;
    z-index: 99;
} */
.sidebarst.stick{
    margin-top: 60px;
}
.navigation>li.active>a{
    pointer-events: none;
    cursor: default;
}
.header.sticky{
    padding-top: 60px;
}
.middle-header2{
    padding-bottom: 56px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 58px !important;
    border: none !important;
    box-shadow: none !important;
}
div.asl_w {
    border: none !important;
    box-shadow: none !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 14px !important;
}
div.asl_m .proinput input.orig {
    padding: 15px 0 15px 60px !important;
}
div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    margin: 15px 10px 15px 0 !important;
}
div.asl_w .probox .promagnifier{
    display: none !important;
}
div.asl_m .probox .proinput {
    margin: 0 !important;
    padding: 0 !important;
}

#ui-id-1.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 99999999999 !important;
    width: 256px !important;
}
#ui-id-1.ui-widget.ui-widget-content li{
    display: flex;
  
}
.ui-widget.ui-widget-content li {
     font-family: 'Verdana'; 
}

.wpcf7 {
    width: 100% !important;
    margin: 0 auto!important;
}

#happyform .wpcf7-submit {
    z-index: -999999999;
    height: 0;
    padding: 0;
    width: 0;
    display:none;
}

#happyform div.wpcf7 {
    margin: 0 !important;
    padding: 0;
    height: 0;
}

.entry-content li a {
    text-align: left !important;
    display: contents;
}