input:focus-visible {
    outline:0;
}
#menu-blog {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 4px 16px rgb(0 0 0 / 8%) !important;
    padding: 10px 0;
}

#menu-blog ul {
    height: 60px;
}

#menu-blog a {
    font-size: 15px;
}

#menu-blog li {
    display: inline-block;
    margin-left: 13px;
    padding-top: 20px;
}

#menu-blog li a {
    color: #555;
}

#menu-blog li i:hover {
    color: #2bc1fb;
    transition: 0.3;
}

#menu-blog .sub-menu-blog li {
    display: block;
    line-height: 25px;
    padding: 10px 15px;
    transition: .3s;
    font-weight: 200;
    background-color: #fff;
    width: 200px;
    border-bottom: 1px solid #eeeded;
}

#menu-blog .sub-menu-blog {
    display: none;
    margin-top: 59px;
}

#menu-blog .parent-menu:hover .parent-big {
    color: #2bc1fb !important;
}

#menu-blog .parent-menu:hover .sub-menu-blog {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    transition: .3s;
}

#menu-blog .parent-menu {
    position: relative;
    z-index: 100;
    height: 75px;
}

.pic-logo {
    width: 50px;
}

#menu-blog img {
    display: inline-block;
    width: 60px;
}

.left-header-form {
    display: none;
    vertical-align: middle;
}

.left-header i {
    font-size: 21px;
    margin-right: 20px;
}

.left-header button i {
    margin-right: 5px;
    font-size: 17px;
}

#menu-blog form {
    border-radius: 10px;
    height: 40px;
    border: 1px solid rgb(19, 18, 18)
}

#menu-blog input[type=text] {
    font-size: 14px;
    background: transparent;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    margin-left: 17px;
    height: 40px;
    border-radius: 6px;
}

#menu-blog button {
    border: 0;
    font-size: 15px;
    border-radius: 6px;
    background-color: #fff;
    padding: 8px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #506874;
}

#menu-blog input:focus {
    border: 0;
    outline: none;
}

#menu-blog nav i {
    font-size: 10px;
    margin-right: 5px;
}

#menu-blog li a:hover {
    color: #2bc1fb;
}

.parent-big {
    display: inline-block;
}

.myblock {
    display: block;
}

.notblock {
    display: none;
}


/******************section-top****************/

#section-top {
    margin-top: 77px;
    background-color: #f6f6f6;
    padding: 20px 0;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    position: absolute;
    top: 160px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    position: absolute;
    top: 160px;
    left: 0;
}

.owl-theme .owl-dots .owl-dot.active {
    background-color: red;
    color: red;
}

.blog-slider img {
    border-radius: 20px;
}

#section-top .top-blog-item {
    position: relative;
}

.top-blog-item a {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 307.73px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-blog-item .blog-item-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top-blog-item-left {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    border-radius: 10px;
}


/*.top-blog-item-left img{*/


/*    border-radius: 7px;*/


/*    height: 100px;*/


/*}*/

.top-blog-item-left .blog-item-caption-left {
    text-align: justify;
    line-height: 1.5;
    padding: 15px;
    font-size: 13px;
    border-bottom-right-radius: 20px;
    color: #2b2b2b;
}

.top-blog-item-left .right {
    width: 40%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-blog-item-left .left {
    width: 60%;
}

.top-blog-item-left .caption-date {
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    color: #9e9e9e;
    line-height: 1.4;
}


/********************best-content***********************/

#best-content {
    background-color: #edf0f2;
    padding: 30px 0;
    overflow: hidden;
}

.best-content {
    margin-top: 80px;
}

@media screen and (max-width:992px) {
    #best-content {
        /*margin-top: 100px;*/
    }
}

#best-content .best-content-title {
    padding-bottom: 30px;
    font-size: 18px;
}

#best-content .best-content-title h3 {
    color: #333;
}

#best-content .best-content-title a {
    display: block;
    color: #2bc1fb;
    font-size: 16px;
}

.best-content-title .line {
    height: 1px;
    background-color: #e6e6e6;
    width: auto;
    flex-grow: 1;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 9px;
}

.best-content-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgb(0 0 0 / 5%);
    overflow: hidden;
    margin: 0;
}

.slider-best-content .best-content-item img {
    max-height: 217.77px;
}

.best-content-item .content-item-caption {
    text-align: justify;
    font-size: 14px;
    line-height: 1.75;
    padding: 20px;
    display: block;
}

.best-content-item .content-item-pic img {
    width: 100%;
}

.best-content-item .content-item-caption a {
    color: #555;
    font-weight: 600;
    /*height: 45px;*/
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-item-caption .best-content-details {
    padding-top: 15px;
    color: #9e9e9e;
    font-size: 13px;
}
.content-item-caption .best-content-details .date-details{
    text-align:right;
}
.content-item-caption i {
    font-size: 15px;
    vertical-align: middle;
    margin-left: 5px;
    color: #007bff;
}

.content-item-caption .detail-user {
    vertical-align: middle;
}

.new-content-left button i {
    margin-left: 7px;
    vertical-align: middle;
    font-size: 20px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display:block;
}
.slider-best-content .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 33px;
    right: -26px;
    background-color: #fff;
    color: #2bc1fb;
    top: 130px;
}

.slider-best-content .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    font-size: 33px;
    left: -26px;
    background-color: #fff;
    color: #2bc1fb;
    top: 130px;
}

.slider-best-content .owl-theme .owl-nav [class*=owl-]:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}


/*****************************new content**************************/

#new-content {
    background-color: #f6f6f6;
    padding: 30px 0;
}

.new-content-title {
    padding-bottom: 30px;
    font-size: 18px;
}

.new-content-title h3 {
    color: #333;
}

.new-content-title a {
    display: block;
    color: #2bc1fb;
    font-size: 16px;
}

.new-content-title .line {
    height: 1px;
    background-color: #e6e6e6;
    width: auto;
    flex-grow: 1;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 9px;
}

.new-content-item-left {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.new-content-item-left .pic-right {
    width: 40%;
}

@media screen and (max-width:992px){
    .new-content-item-left .pic-right {
        width: 25%;
    }
}
@media screen and (max-width:576px){
    .new-content-item-left .pic-right {
        width: 40%;
    }
}
.new-content-item-left .left {
    width: 60%;
}
@media screen and (max-width:992px){
    .new-content-item-left .left{
         width: 75%;
    }
}
@media screen and (max-width:576px){
    .new-content-item-left .left{
         width: 60%;
    }
}
.new-content-item-left .pic-right img {
    border-radius: 3px;
}

.new-content-item-left .new-item-caption-left {
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.75;
    padding: 15px;
    text-align: justify;
}

.new-content-item-left .new-item-caption-left h3 {
    max-height: 45.5px;
    overflow: hidden;
    text-align: right;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.new-content-item-left .caption-date {
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    color: #9e9e9e;
    padding-top: 5px;
}

.new-content-item-left .caption-date i {
    font-size: 15px;
    color: #007bff;
    margin-right: 6px;
    vertical-align: middle;
}

.new-content-item .title-left {
    padding-bottom: 30px;
    font-size: 15px;
    color: #333;
}

.title-left .line {
    height: 1px;
    background-color: #e6e6e6;
    width: auto;
    flex-grow: 1;
    margin-right: 87px;
    margin-left: 5px;
    margin-top: -5px;
}

.new-content-item button {
    margin: 26px auto;
    text-align: center;
    border: 0;
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 17px 20px;
    width: 100%;
    font-size: 15px;
}

.new-content-left {
    position: sticky;
    top: 100px;
}

@media screen and (max-width:992px) {
    .top-blog-item-left .right {
        width: 25%;
    }
    .top-blog-item-left .left {
        width: 70%;
    }
    .top-blog-item-left .caption-date {
        padding-top: 10px;
    }
    .owl-theme .owl-nav {
        display: block;
    }
    .new-content-left .title-left {
        margin-top: 20px;
    }
    #menu-blog {
        display: none;
    }
}


/**********************footr blog******************/

#footer-blog {
    background-color: #455a64;
    padding: 40px 0;
    color: #fff;
    overflow: hidden;
}

#footer-blog h4 {
    font-size: 18px;
    line-height: 1.75;
}

#footer-blog .part-one img {
    width: 50px;
}

#footer-blog .part-one p {
    line-height: 1.85;
    font-size: 13px;
    margin-top: 32px;
    text-align: justify;
}

#footer-blog .part-one .part-one-title .title-top {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.part-one-title {
    vertical-align: middle;
}

.part-one-title h6 {
    padding-top: 18px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.75;
}

.footer-blog-social {
    margin-top: 15px;
}

.footer-blog-social .footer-social-item a {
    color: white !important;
}

.footer-social-item i {
    font-size: 17px;
}

.footer-blog-social .footer-social-item {
    margin-top: 7px;
}

#footer-blog .footer-blog-social h4 {
    font-size: 15px;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 5px;
}

#footer-blog .footer-blog-social a {
    display: inline-block;
    background-color: #506874;
    padding: 13px;
    border-radius: 5px;
    margin-left: 7px;
}

.part-two-box {
    margin-top: 15px;
}

.part-two-box img {
    width: 95px;
    border-radius: 5px;
}

.part-two-content .part-two-description {
    padding-right: 12px;
}

.part-two-box .part-two-description p {
    font-size: 13px;
    line-height: 1.75;
    height: 44px;
    overflow: hidden;
}

.part-two-box .part-two-description .part-two-date {
    margin-top: 10px;
    font-size: 12px;
    color: #c8c8c8;
}

.part-four h5 {
    margin-top: 40px;
    font-size: 16px;
}

.part-four form {
    border-radius: 10px;
    height: 45px;
    margin-top: 25px;
}

.part-four input[type=email] {
    padding: 11px;
    font-size: 14px;
    background: transparent;
    width: calc(100% - 44px);
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-left: 17px;
    height: 45px;
    border-radius: 6px;
}

.part-four button {
    border: 0;
    background-color: #fff;
    font-size: 15px;
    padding: 14px;
    border-radius: 6px;
    color: black;
}

.part-title i {
    margin-left: 5px;
    margin-top: 7px;
}

.black-menu-blog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}


/***********menu responsive************/

.header-section-responsive .left-header-form {
    vertical-align: middle;
    display: block;
}

.header-section-responsive .left-header i {
    font-size: 21px;
    margin-right: 20px;
}

.header-section-responsive .left-header button i {
    margin-right: 5px;
    font-size: 17px;
}

#menu-blog form {
    border-radius: 10px;
    height: 40px;
    border: 1px solid rgb(19, 18, 18)
}



#menu-blog button {
    border: 0;
    font-size: 15px;
    border-radius: 6px;
    background-color: #fff;
    padding: 8px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #506874;
}



.search-form-none {
    color: rgb(66, 66, 66);
}

.pointer-class {
    cursor: pointer;
}

@media screen and (max-width:1200px) {
    #footer-blog .part-one p {
        line-height: 2.5;
        margin-top: 15px;
    }
    .part-four h5 {
        margin-top: 25px
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        top: 110px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        top: 110px;
    }
}

@media screen and (max-width:992px) {
    .part-four h5 {
        margin-top: 25px;
    }
    #section-top {
        margin-top: 80px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        top: 135px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        top: 135px;
    }
}

@media screen and (max-width:768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .best-content-item .content-item-caption {
        font-size: 12px;
    }
    .new-content-title {
        font-size: 15px;
    }
    .new-content-title a {
        font: 13px;
    }
    .best-content-item .content-item-caption .detail-user {
        display: none;
    }
}

.i-result {
    border: 1px solid #eeeeee;
    margin-top: 10px;
    border-radius: 5px;
}

.i-result {
    background: #fff;
    overflow: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 62px;
    width: 550px;
    max-height: 319px;
    overflow-y: auto;
    z-index: 50;
    border: 1px solid #eee;
    border-top: none;
    display: none;
    padding: 0px 0 10px;
    margin: 0 auto;
    justify-content: center;
    right: 0;
    left: 0;
}

.img-item-serach {
    display: table-cell;
}

.img-item-serach img {
    height: 80px;
}

.desc-item-serach {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
}

.name-item-search {
    max-height: 60px;
    line-height: 30px;
    margin: 0;
    color: #333;
    overflow: hidden;
}


/* ----------------BACK-MENU ------------------- */

.back-menu {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 100;
}

.back-menu2 {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 200;
}

@media screen and (max-width: 992px) {
    .back-menu {
        display: none !important;
    }
}


/* ----- BASKET ------------ */

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}

.in-basket {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background: #fcfcfc;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 80px;
    color: #ef5661;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: -10px;
}

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}

.in-basket {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background: #fcfcfc;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 80px;
    color: #ef5661;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}


/* .b-link {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    transition: .3s;
    font-size: 18px;
    border-radius: 25px 25px 0 25px !important;
    background: #5d96ff;
    margin-top: 45px;
} */

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}

.in-basket {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    background: #fcfcfc;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 80px;
    color: #EF2840;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}

.b-link {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    transition: .3s;
    font-size: 18px;
    border-radius: 8px;
    background: #007bff;
    margin-top: 45px;
}

.b-link:hover {
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.left-pro {
    display: table;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    transition: .3s;
    margin: 0;
}

.left-pro-23 {
    border-bottom: 1px solid #f4f4f4;
}

.img-left-pro {
    display: table-cell;
    width: 77px;
    height: 77px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.desc-left-pro {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.name-desc-left-pro {
    font-size: 12px;
    line-height: 27px;
    color: #333;
    font-weight: 300;
    line-height: 23px;
    margin-top: 0;
}

.o-price {
    color: #ef5661;
    transition: .3s;
}

.d-price {
    color: #28a745;
    font-size: 14px;
}

@media screen and (max-width: 576px) {
    .baskert {
        width: 100%;
    }
    .in-basket {
        width: 100%;
    }
}


/* ------------------ ALERT RSS AND OTHER ALERT BOXES ------------------- */

.rss-alert-active {
    display: block !important;
}

.alert {
    display: none;
}

.rss-t {
    cursor: unset !important;
}

.top-blog-item-left .blog-item-caption-left h3 {
    /*height: 39px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:1319px) {
    .top-blog-item a {
        height: 285.73px;
        width: 100%;
    }
}

@media screen and (max-width:1199px) {
    .top-blog-item a {
        height: 258.73px;
        /*width: 297.33px;*/
    }
}

@media screen and (max-width:991px) {
    .top-blog-item a {
        /*width: 329.73px;*/
    }
}

@media screen and (max-width:767px) {
    .top-blog-item a {
        /*width: 233.73px;*/
    }
}

@media screen and (max-width:576px) {
    .top-blog-item a {
        width: 100%;
    }
}

.show-num-card {
    width: 21px;
    height: 21px;
    background: #EF2840;
    display: inline-block;
    color: #fff !important;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -13px;
    right: 14px;
    font-size: 12px !important;
}
@media screen and (max-width:992px){
    .show-num-card {
        right: -6px;
    }
}