/* 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('../images/header.png') no-repeat;
    background-size: cover;
}
.header2{
    height: 230px;
    background: url('../images/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: 37px;
    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: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s;
    
}
.btn-group .btn-item img{
    margin: 0 5px;
}

.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]{
    display: inline;
    color: transparent;
    width: 151.5px;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.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: 151.5px;
    text-align: center;
    margin-top: -5px;
    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;
}


@media (max-width: 767px) {
    .wrapper {
        border: none;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .top-nav {
        padding: 7px 15px;
    }
    .header {
        height: 323px;
        object-fit: contain;
        background: url(../images/mobile.png) no-repeat;
        background-size: cover;
    }
    .header2{
        height: 140px;
        object-fit: contain;
        background: url(../images/mobile2.png) no-repeat;
        background-size: cover;
    }
    .header2.sticky{
        position: relative;
    }
    .sale-buy {
        padding: 0 15px;
    }
    .seller-box, .buyer-box {
        width: 100%;
        height: 120px;
    }
    .icon-seller {
        width: 20%;
        padding: 10px;
    }
    .icon-seller img{
        max-width: 100%;
    }
    .icon-right {
        width: 4%;
    }
    .icon-right img{
        height: 30px;
    }
    .text-seller h2 , .news h2{
        margin: 0 0 5px;
        font-size: 18px;
    }
    .text-seller p {
        font-size: 12px;
    }
    .seller-box{
        margin-bottom: 20px;
    }
    .faq {
        padding: 0;
        margin: 40px 0;
    }
    .faq-content {
        padding: 15px;
    }
    .list-faq>li{
        width: 100%;
        padding: 0;     
    }
    .list-faq>li:nth-child(2n+2) {
        padding: 0;
    }    
    .news {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .stylish-input-group {
        width: 90%;
        margin: 25px auto 25px;
    }
    .middle-header {
        clear: both;
        margin: 0;
        padding-top: 60px;
    }
    .middle-header h1{
        font-size: 28px;
        clear: both;
    }
    .middle-header2 h1 {
        padding: 0 15px;
        text-align: left;
        margin: 0;
    }
    .top-header {
        padding: 7px 15px;
    }
    .hidden-mb, nav.hidden-mb, .right-search{
        display: none !important;
    }
    .stylish-input-group .form-control {
        height: 58px;
        font-size: 14px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .stylish-input-group button {
        height: 33px;
    }
    .best-key {
        font-size: 12px;
        padding: 0 60px;
    }
    .footer-menu>li>a {
        padding: 20px 5px;
    }
    .new-item .desc {
        margin-bottom: 0;
    }
    .new-item .read-more {
        line-height: 0;
        margin-bottom: 25px;
    }
    .new-item .date-time {
        padding: 0 0 10px;
    }
    .pd-right-75 {
        padding-right: 0 !important;
    }
    .faq-content h2 {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0;
    }
    .list-faq>li>a {
        font-size: 14px;
        line-height: 20px;
        padding-left: 15px;
    }
    .list-faq>li>a>i{
        margin-left: -15px;
    }
    .bottom-footer p {
        font-size: 10px;
    }
    .right-mb {
        float: right;
        line-height: 40px;
    }
    .right-mb a{
        padding: 0 9px;
    }
    .mb-button, .mb-button:active, .mb-button:focus, .mb-button:hover{
        color: #ffffff;
        font-size: 25px;
    }
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: #ffba00;
    }
    .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none;
        background: #ffba00;
    }
    .modal-header {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        height: 50px;
        padding: 10px;
        border: 0;
    }
    .btn-secondary{
        float: right;
        background: transparent;
        padding: 0;
    }
    .modal-body{
        padding-top: 40px;
    }
    .modal-body a{
        width: 80%;
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 8px auto;
    }
    #sModal .modal-body{
        padding: 0;
    }
    #sModal .modal-body .stylish-input-group{
        width: 100%;
        margin: 0;
        border-radius: 0;
        position: relative;
    }
    #sModal .modal-dialog{
        height: 60px;
    }
    #sModal .stylish-input-group .form-control, #sModal .stylish-input-group .input-group-addon{
        border-radius: 0;
    }
    #sModal .stylish-input-group .form-control{
        padding-right: 35px;
    }
    #sModal .modal-body .btn-secondary{
        position: absolute;
        right: 5px;
        top: 13px;
        z-index: 999;
    }
    .content-seller {
        padding: 0 15px;
    }
    .content-list-seller h3, .content-detail-seller h3 {
        font-size: 18px;
    }
    .header3 {
        height: 60px;
        background: #ffba00;
    }
    .navcol{
        height: 40px;
        background-color: #f4f4f4;
        display: block;
        position: fixed;
        line-height: 40px;
        font-size: 14px;
        color: #000000;
        margin: 0 -15px;
        padding: 0 15px;
        border-bottom: 1px solid #ddd;
    }
    .navcol::before, #mbSidebar ul li a::before{
        display: none !important;
    }
    .navcol span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
        display: block;
        float: left;
    }
    .btn-arrow{
        width: 26px;
        height: 26px;
        padding: 0;
        border-radius: 50%;
        border: 1px solid #cacaca;
        background: transparent;
        outline: none;
        float: right;
        margin: 7px 0;
        text-align: center;
        position: relative;
    }
    .btn-arrow span{
        display: block;
        width: 13.1px;
        height: 0.9px;
        transform: rotate(-180deg);
        background: #cacaca;
        position: absolute;
        top: 11.5px;
        bottom: 0;
        left: 5.5px;
        right: 0;
    }
    .btn-arrow span:last-child{
        transform: rotate(90deg);
    }

    a[aria-expanded="true"] .btn-arrow{
        transform: rotate(47deg);
    }
    #mbSidebar ul li a{
        padding: 5px 0;
    }
    #mbSidebar .list-unstyled>li>.list-unstyled {
        border-left: none;
        margin-left: 0;
    }
    #mbSidebar ul ul a {
        padding-left: 0 !important;
    }
    .breadcrumb {
        padding: 8px 0 0;
        margin: 10px 0 0;
    }
    .entry-content iframe {
        height: 250px;
    }
    .useful h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .useful {
        padding: 20px;
        min-height: 138px;
        margin-bottom: 38px;
    }

    .useful.success{
        min-height: auto;
    }
    .useful.success h4{
        margin-bottom: 0;
    }
    .btn-yes{
        margin-right: 29px;
    }
    .btn-no{
        margin-right: 0;
    }
    .mb-mr-bottom15{
        margin-bottom: 15px;
    }
    .other-post h2 {
        font-size: 18px;
    }
    .search-page, .new-detail-page, .contact-page {
        padding: 20px 15px;
        width: 100%;
    }
    .search-page .stylish-input-group{
        width: 100%;
    }
    .search-result .item-result h5 {
        line-height: 22px;
    }
    .pagination>li>a, .pagination>li>span {
        margin: 6px 4px;
    }
    .contact-page .btn-item{
        margin-bottom: 15px;
    }
    .contact-form {
        padding: 30px 15px;
    }
    .file-wrapp label span{
        display: block;
        margin-bottom: 10px;
    }
    .btn-send, .btn-send:hover{
        width: 100%;
    }
    .modal-backdrop {
        z-index: 999;
    }
    .text-seller h2, .news h2{
        font-size: 20px;
    }
    #sidebar {
        transition: all 0.3s;
        margin: 0 -15px;
        padding: 0 15px;
        background: #f4f4f4;
    }
    .sbfloat.sticky{
        top: 60px;
        position: fixed;
        width: 100%;
        z-index: 99;
        left: 15px;
        right: 0;
        background: #fff;
        margin: 0 -15px;
        padding: 0 15px;
    }
    #mbSidebar>ul{
        margin-top: 10px;
        padding-bottom: 100px;
       
        overflow: hidden;
        z-index: 99999999999 !important;
    }
    #mbSidebar ul li a.clsp {
        padding: 8px 0;
    }
    .other-post h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .list-seller{
        margin-bottom: 15px;
    }
    .list-seller>li>a {
        padding: 5px 0 5px 15px;
    }
    /* .file-wrapp label strong, .file-wrapp label span{
        display: none;
    } */
    .visibility{
        visibility: hidden;
    }
    #mbSidebar{
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        overflow: scroll;
        height: calc(100vh - 68px);
        padding-top: .375rem;
        z-index: 9999999999;
        padding: 0 15px;
        background: #f4f4f4;
        
    }

    #mbSidebar * {
    z-index: 99999999 !important;
}
    .sticky #mbSidebar{
        top: 40px;
    }
    .content-seller #mbSidebar.collapse.in{
        top: 40px;
    }
    .sbfloat.sticky #mbSidebar.collapse.in, .content-detail-seller-page #mbSidebar.collapse.in{
        top: 40px;
    }
    .breadcrumb>li+li:before {
        padding: 0 5px;
    }
    #sidebar ul>li>ul>li>a {
        padding: 4px 10px;
    }
    .btn-yes {
        margin-right: 4px;
        float: left;
    }
    .btn-no {
        float: right;
    }
    .news h2 a{
        font-size: 14px;
    }
    .mb-other-post{
        background: #f4f4f4;
        padding: 20px 15px;
        margin-bottom: 15px;
        margin-top: 25px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .mb-other-post h2 {
        margin-top: 8px;
    }
    .mb-other-post ul{
        margin: 0;
    }
    .mb-other-post ul>li>a{
        color: #428bca;
        padding: 5px 0;
        font-weight: bold;
    }
    .content-list-seller{
        padding-top: 30px;
    }
    .btn-group {
        margin-bottom: 5px;
    }
    .fixed{
        position: fixed;
    }
    .middle-header h1.mb_title {
        letter-spacing: -0.9px !important;
    }
    .mb_h2_title{
        margin-bottom: 20px !important;
    }
    .list-seller>li>a>.fa {
        margin-right: 5px;
        margin-left: -15px;
    }
    
    .page-section h3 {
        margin-top: 25px;
    }
    .mbnavigation>li>ul>li>a{
        padding: 8px 10px !important;
    }
    .mbnavigation>li{
        padding:8px 10px !important;
    }
    #collapseExample{
        width: 100%;
        padding-top: 45px;
    }
    .useful.success #collapseExample{
        padding-top: 0;
    }
    /* .collapse.in .form-horizontal{
        display: block !important;
    } */
    .header.sticky{
        padding-top: 0;
    }
    #sidebar ul>li>a:hover{
        color: initial;
    }
    .list-faq {
        column-count: 1;
    }
    .pagination>ol>li>a, .pagination>ol>li>span {
        padding: 8px 10px;
    }
    .wp-paginate .current {
        padding: 8px 10px !important;
    }
    .btn-contact {
        width: 100%;
    }
    .input-group-addon:first-child {
        border-right: 0;
        background: #FFF;
        border: none;
        padding: 12.5px 6px;
        position: absolute;
        width: 50px;
        z-index: 999;
    }
    div.asl_m .proinput input.orig{
        padding: 15px 0 15px 55px !important;
    }
    .stylish-input-group .form-control {
        padding: 6px 12px 6px 50px;
    }

     #ui-id-2.ui-widget.ui-widget-content {
    width: auto;
    }
    
    
    .ui-widget.ui-widget-content {
        width: 91%;
    }
    .best-key {

        height: unset;
    }
    .header {
        height: min-content;

    }
   
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .logo span {
        padding: 0 5px;
    }
    .right-mb a {
        padding: 0 0 0 12px;
    }
    .middle-header h1 {
        font-size: 22px;
        clear: both;
        letter-spacing: -1.9px;
    }
    .seller-box, .buyer-box{
        height: 110px;
    }
    .new-item h2{
        font-size: 16px;
    }
    .btn-yes {
        margin-right: 20px;
    }
    
}

/* iPhone 6+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .logo span {
        padding: 0 10px;
    }
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .logo span {
        padding: 0 5px;
    }

}
@media (max-width: 374px) {
    .logo img{
        width: 80px;
    }
    .logo span {
        padding: 0 5px;
    }
    .logo a, .logo span {
        font-size: 11px;
    }
    .right-mb a {
        padding: 0 4px;
    }
    .middle-header h1 {
        font-size: 24px;
        clear: both;
    }
    .news h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .news h2 a{
        font-size: 14px;
    }
    .input-group-addon:first-child {
        padding: 4px 0 4px 4px;
    }
    .input-group-addon img{
        width: 20px;
    }
    .stylish-input-group .form-control {
        height: 60px;
        font-size: 13px;
    }
    .stylish-input-group button {
        height: 50px;
    }
    #sModal .modal-body .btn-secondary {
        top: 5px;
    }
    
    

   
}
@media (min-width: 991px) {
    .sidebar-mb, .right-mb, .hidden-lap{
        display: none;
    }
    .mb-other-post{
        display: none;
    }
    .hidden-lap{
        display: none !important;
    }
    .btn-group .btn-item.item-contact a{
        font-size: 12px;
    }
}
@media (max-width: 320px) {
 .btn-yes, .btn-no {
    width: 117px;
  
    }
    .useful {
    
     min-height: 187px; 
  
    }
    
}
.useful-form .wpcf7 {
    width: 100% !important;
    margin: 0 auto!important;
}

.fixedscroll, .fixedscroll body {
     overflow: hidden !important;
    
   
     
}

.fixedscroll .col-md-8.col-sm-12.col-xs-12.vs-hide {
   

   
}

#sidebar ul>li>ul>li>a {
    padding: 4px 10px;
    z-index: 9999999999 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
  
    z-index: 9999999999 !important;
}
.top-nav.sticky, .top-nav-single {
    background: #ffba00;
    z-index: 99999999 !important;
}

.content-seller #mbSidebar.collapse.in {
    top: 40px;
    z-index: 9999999999;
}
