@font-face {
    font-family: 'UTM-Avo';
    src: url("../fonts/TAHOMA.TTF");
}

@font-face {
    font-family: 'UTM-AvoBold';
    src: url("../fonts/TAHOMABD.TTF");
}

body {
    font-family: 'UTM-Avo';
}

.com-h2 {
    color: #f89e14;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}

.slogan-h3 {
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
}

.services-st .section_product .section-head h2:before {
    position: absolute;
    content: "";
    background: #004aad;
    height: 5px;
    width: 100%;
    top: 95%;
    left: 0;
    right: 0;
    margin: unset;
    border-radius: unset;
    display: block;
    max-width: 91px;
    z-index: 9;
}

.docthem {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .docthem a {
        color: #fff;
        font-size: 15px;
        /* text-decoration: underline; */
        background: #f89e14;
        padding: 5px 10px;
        border-radius: 20px;
    }

.about-new {
    overflow: hidden;
}

.product-hot-new {
    overflow: hidden;
    padding-top: 25px;
    position: relative;
}

    .product-hot-new:before {
        content: "";
        background: #00000059;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .product-hot-new .section-head h2 {
        color: #fff;
    }

.pro-content .contact-price {
    color: #000;
    /* background: #f89e14; */
    padding: 0px;
}

.home-news-right1 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 1px #b1b0b0;
    margin-bottom: 20px;
}

    .home-news-right1 .wp-post-image {
        width: 100%;
        height: 237px;
        object-fit: cover;
    }

    .home-news-right1 .content {
        padding: 15px;
    }

p.date {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
}

.home-news-right1 h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    position: relative;
    margin: 0;
    padding-top: 0;
    font-weight: normal;
    /* font-family: 'ARIALBD'; */
    /*  */
}

.home-news-right1 .content .excrept {
    margin-bottom: 0;
    color: #6e6e6e;
    font-size: 12px;
}

.home-news-right2 li {
    list-style: none;
    float: left;
    clear: both;
    margin-bottom: 17px;
    width: 100%;
    box-shadow: 0px 0px 6px 1px #b1b0b0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-news-right2 img {
    max-width: 180px;
    float: left;
    margin-right: 10px;
    height: 100px;
    object-fit: cover;
}

.home-news-right2 a {
    font-size: 13px;
}

.home-news-right2 h3 {
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    color: #000;
    padding-right: 15px;
    /* font-family: 'ARIALBD'; */
    margin-top: 0;
    /*  */
}

.maps-ft iframe {
    max-height: 220px;
}

.item-highlight {
    background: #115ea0;
    padding: 0 0;
    color: #fff;
    padding-bottom: 10px;
}

    .item-highlight h3 {
        /* text-transform: uppercase; */
        font-size: 16px;
        /* font-weight: 700; */
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        height: 65px;
    }

        .item-highlight h3 a {
            color: #ffffff;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #ffffff;
            font-size: 16px;
            /* padding: 0 10px; */
        }



    .item-highlight strong {
        color: #ffffff;
    }

.img-opacity {
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .img-opacity:hover {
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
        filter: alpha(opacity=0.8);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

#ctl00_divCenter {
    background: url(../images/backgoundhot.jpg) no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding: 25px 0;
}

.header_menu.is-sticky .nav-item > a {
    color: #fff;
}

.item-highlight p img {
    width: auto !important;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.item-highlight p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
}

#spbc .owl-nav i {
    background: red;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    padding: 10px 15px;
}

#spbc .owl-nav {
    opacity: 0;
    display: none;
}

#spbc:hover .owl-nav {
    opacity: 1;
}

#spbc .owl-nav .owl-next {
    right: 9px;
}

.ModuleContent {
    background: #115ea0;
    padding: 10px 10px;
}

    .ModuleContent .title-nddl img {
        float: left;
        padding: 10px;
        padding-right: 25px;
    }

    .ModuleContent .title-nddl h2 {
        font-size: 23px;
        color: #fff;
        margin-top: 10px;
        /* line-height: 27px; */
    }

    .ModuleContent .desc-nddl {
        font-size: 15px;
        color: #fff;
        text-align: justify;
    }

a.boxclose {
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 0px;
    z-index: 1050;
}

.ModuleContent1 a {
    display: block;
    background: #cf1818;
    color: #ffffff;
    padding: 7px 15px;
    margin: 10px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    margin-bottom: 20px;
}

.ModuleContent2 .tab-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.ModuleContent2 .nav-tabs {
    margin-bottom: 20px;
    margin-top: -42px;
    padding-left: 19px;
    border: none;
}

    .ModuleContent2 .nav-tabs li.active > a {
        background: unset;
        border: none;
    }

    .ModuleContent2 .nav-tabs li > a {
        color: #115ea0;
        font-size: 15px;
        position: relative;
        padding-left: 20px;
    }

        .ModuleContent2 .nav-tabs li > a:before {
            content: "";
            position: absolute;
            top: 36%;
            left: 0;
            width: 13px;
            height: 13px;
            background: url(../images/trontrang.png) no-repeat;
            border-radius: 50%;
        }

    .ModuleContent2 .nav-tabs li.active > a:before {
        background: url(../images/trondo.png) no-repeat;
    }

.job-list table tr th {
    background: #115ea0;
    color: #ffffff;
    text-transform: uppercase;
    /* font-weight: 700; */
    padding: 10px 15px;
    border-left: 1px solid #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
}

.job-list table tr td a {
    color: #115ea0;
    font-size: 14px;
    text-transform: uppercase;
}

.job-list table tr td.text-left {
    text-align: left;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.table-striped > tbody > tr {
    background-color: #e4e4e4;
}

.job-list table tr td {
    color: #424242;
    background: #;
    text-align: center;
    padding: 10px 15px;
    border-top: none;
    /* border-left: 1px solid #ffffff; */
}

.danh-sach {
    margin-top: 20px;
}

    .danh-sach .container {
        background-color: #fff;
    }

.new-ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 21px;
}

    .new-ul li a {
        /*  */
        color: #2b2b2b;
        font-size: 16px;
        position: relative;
        /* padding-left: 10px; */
        line-height: 11px;
        /*  */
    }

    .new-ul li:before {
        content: "\f111";
        position: absolute;
        top: 3px;
        left: 0;
        /* background: #115ea0; */
        width: 10px;
        height: 10px;
        color: #ed1c09;
        font: normal normal normal 12px/1 FontAwesome;
    }

.read-more {
    float: right;
}

.video-home-section {
    padding: 20px 20px 20px;
    /* background-attachment: fixed !important; */
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 30px;
}

    .video-home-section .tuyen-dung h3 {
        color: #fbb804;
        font-size: 24px;
        margin-top: 0;
    }

.xem-new a {
    color: #ffffff;
    font-size: 14px;
    background-color: #115ea0;
    padding: 8px 15px;
}

.desc-td {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.brand-owl .item {
    /* border: 1px solid #bfbfbf; */
    /* margin: 1px; */
    /* box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%); */
}

.advisory-new {
    background-color: #115ea0;
    padding: 20px 0;
}

    .advisory-new .advisory-title h3 {
        color: #feffff;
        font-size: 23px;
        text-transform: uppercase;
    }

.advisory-desc {
    color: #feffff;
    font-size: 14px;
    margin-bottom: 0;
}

.awe-section-8 {
    margin-bottom: 25px;
}

.contact-new {
    margin-top: 50px;
    float: right;
}

    .contact-new a {
        color: #151515;
        background: #fff;
        padding: 10px 20px;
        font-size: 14px;
        border: 1px solid #151515;
        text-transform: uppercase;
        border-radius: 25px;
    }

.title-footer {
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight:bold;
}

.footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #a9c5dc;
}

.content-cs p {
    margin-bottom: 5px;
    /*  */
    font-size: 15px;
    color: #fff;
}

.social h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

.follow_option li a {
    height: 30px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    /* border: 2px solid #eea725; */
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
    color: #2b66b7;
    /* background: #fff; */
    display: block;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
}

.follow_option {
    padding-left: 0;
    width: 100%;
    float: left;
    margin-top: 0;
    /* justify-content: center; */
    display: flex;
    margin-bottom: 20px;
}

.ourservice_daotao .ourservice_content_row_left {
    overflow: hidden;
}

    .ourservice_daotao .ourservice_content_row_left a:hover img {
        border: 10px solid #115ea0;
        cursor: pointer;
    }

.ourservice_daotao .ourservice_content_title a {
    /* color: #e4a025; */
    color: #121212;
    /*  */
    font-size: 18px;
}

.ourservice_content_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.ourservice_content_content {
    margin-bottom: 20px;
}

.ourservice_daotao .ourservice_content_chitiet a {
    background: #115ea0;
}

.ourservice_content_chitiet a {
    padding: 6px 20px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.ourservice_daotao {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 3px solid #ececec;
    padding-bottom: 20px;
}

.mCategrory ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 10px 9px 35px;
    color: #212123;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.mCategrory {
    background: #f5f5f5;
    float: left;
    width: 100%;
}

    .mCategrory ul li {
        display: block;
        border-bottom: 1px solid #fff;
        border-top: none;
    }

        .mCategrory ul li a:hover, .mCategrory ul li.current a {
            background-color: #e6e7e9;
            color: #ec3137;
        }

        .mCategrory ul li a:after {
            position: absolute;
            content: '\f105';
            top: 9px;
            left: 15px;
            font-family: fontawesome;
            font-size: 14px;
        }

.cp-title {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px 40px 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: #cf1717;
    font-weight: 300;
    position: relative;
    margin-bottom: 1px;
}

    .cp-title:after {
        position: absolute;
        font-family: fontawesome;
        width: 40px;
        text-align: center;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '\f0c9';
        font-size: 21px;
        line-height: 30px;
        font-weight: normal;
    }

.pri-content {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cate-title {
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #e30613;
    font-size: 18px;
    text-transform: uppercase;
}

.article-title a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.article-title img {
    width: 20px;
}

.article-detail {
    background: #fff;
    border-top: 5px solid #1d70b7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.item-product-name h1 {
    font-weight: bold;
    color: #1d70b7;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    background-color: #d33724 !important;
    padding: 10px;
}


.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.form-group label {
    margin-bottom: 0px !important;
}

.box-danger {
    /* padding-top:10px; */
    background-color: #fff;
    margin-bottom: 20px;
}

.box-footer {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

main {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-page {
    margin: 0 0 35px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    position: relative;
}

    .title-page:after {
        content: '';
        width: 70px;
        height: 1px;
        background: #15728a;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

.job-specical .slider {
    background: #f7f7f7;
}

.job-specical h3 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700;
}

    .job-specical h3 a {
        color: #333333;
        text-transform: uppercase;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
    }

.job-specical .owl-dots {
    text-align: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: auto;
}

.owl-hot {
    margin-bottom: 20px;
}

    .owl-hot .mrb10 p {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

.right-menu .box-danger, .right-menu .box-footer {
    background-color: #f7f7f7;
}

.right-menu h2 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
    border-top: 1px solid #fff;
    padding: 15px 20px;
    background: #cf1717;
    text-transform: uppercase;
}

.right-menu ul > li > a {
    padding: 10px 5px;
    color: #ffffff !important;
    border-bottom: 1px dotted #ffffff !important;
    background: #115ea0;
}

    .right-menu ul > li > a:hover {
        background: #cf1717 !important;
    }

.right-menu {
    margin-bottom: 20px;
}

.module-title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
    border-top: 1px solid #fff;
    padding: 15px 20px;
    background: #cf1717;
    text-transform: uppercase;
}

.detail-new h2 {
    font-size: 17px;
    font-weight: 400;
    color: #15728a;
    margin: 0 0 5px;
    border-top: 1px solid #15728a;
    padding: 15px 20px;
    background: #f7f7f7;
    text-transform: uppercase;
}

.detail-new {
    margin-top: 20px;
}

.dt-fancy-title {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.items-grid {
    margin-bottom: 20px;
}

.ourservice_content_chitiet {
    margin-bottom: 10px;
}

.video-link li {
    background: url(../images/arrow-black-left.png) no-repeat left 6px;
    padding-left: 15px;
}

.left-inner {
    background: #e7e7e7;
    background: -webkit-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
    background: -o-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
    background: -moz-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
    background: linear-gradient(to right, #e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
    border: 1px solid #c1d4e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.module-cate ul {
    list-style: none;
    padding: 10px 0;
}

    .module-cate ul li {
        background: url(../images/bg-left-li.png) repeat-x left bottom;
        padding: 5px 15px;
        line-height: 30px;
    }

        .module-cate ul li.cate-first a {
            color: #e30613;
            padding-left: 40px;
            min-height: 45px;
            line-height: 30px;
        }

        .module-cate ul li a {
            color: #000;
            text-transform: uppercase;
            line-height: 20px;
            padding-left: 30px;
            display: inline-block;
            background: url(../images/arrow-1.png)no-repeat left 0px;
            width: 100%;
        }

.left-inner .module-title {
    font-size: 18px;
    font-weight: bold;
    color: #e30613;
    text-align: center;
    background: unset;
    text-transform: unset;
    border: none;
    padding: 0;
}

.module-video .video-inner {
    border: none;
    background: url(../images/bg-left-li.png) repeat-x left bottom;
    padding-bottom: 20px;
    /* background: #edeff0; */
    /* border: 1px solid #c1d4e5; */
    /* border-radius: 5px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
}

.module-video {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.video-link {
    list-style: none;
    padding-left: 0;
}

.module-cate ul li.current a {
    color: #cf1717;
}

.close.right {
    font-size: 3rem;
    position: relative;
    top: -0.5rem;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 999999;
    left: 0;
}

.searchform-wrapper .relative {
    display: flex;
}

.icon-select {
    position: relative;
}


.group-addon-select select {
    width: 70px;
}

.search-input-wrapper {
    /* width: 410px; */
}

.input-group-search {
    position: absolute;
    right: 2px;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    /* width: 36px; */
    top: 2px;
    height: 38px;
    border-radius: 2px !important;
}

.search_button:hover {
    color: #fff;
}

.search_button {
    cursor: pointer;
    color: #58585a;
    /* font-weight: 700; */
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
    background: none;
    border: none;
    line-height: 14px;
    /* font-family: Open Sans; */
    /* padding-right: 41px; */
    /* margin-right: 14px; */
}

.nav-search .input-group-addon {
    background-color: transparent;
    /* border-top-left-radius: 7px !important; */
    /* border-bottom-left-radius: 7px !important; */
    border: 1px solid #ed1c09;
    border-right: unset;
    padding: 0;
}

.search_block_top {
    margin-top: 24px;
    text-align: center;
    /* margin: 0 auto; */
    /* margin-left: 57px; */
    /* margin-right: 17px; */
}

.search-input-wrapper .input-group-search {
    /* background-color: #ed1c09; */
    border: none;
    /* border-top-right-radius: 7px !important; */
    /* border-bottom-right-radius: 7px !important; */
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    padding: 10px 7px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    top: 1px;
    width: auto;
    margin-right: 1px;
    height: 38px;
}

.search-input-wrapper input {
    line-height: 40px;
    height: 40px;
    border: 1px solid #ed1c09 !important;
    border-radius: 30px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding-right: 27px;
}

.hotline-header {
    float: right;
    margin-top: 18px;
}

    .hotline-header .featured-box {
        display: flex;
    }

        .hotline-header .featured-box .icon-box-img {
            margin-right: 10px;
            padding-top: 4px;
        }

        .hotline-header .featured-box .last-reset .hot {
            color: #2f2f2f;
            font-size: 16px;
            line-height: 12px;
        }

        .hotline-header .featured-box .last-reset .hto1 {
            color: #ed1c09;
            font-size: 18px;
            line-height: 16px;
        }

.blang a {
    /* cursor: pointer; */
    /* position: relative; */
}

.blang img {
    position: relative;
    z-index: 9999;
    margin-left: 15px;
}

.blang a span {
    position: absolute;
    top: 4px;
    right: -11px;
    /* background: #363636; */
    color: #fff;
    z-index: 9999;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 15px;
    padding: 0 2px;
}

.services-st {
    /* margin-top: 0; */
    background: #f6f6f6;
}

.qcservices-item {
    text-align: center;
    width: 100%;
    position: relative;
}

.qcservices-thumb {
    padding-top: 23px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

    .qcservices-thumb img {
    }

.qcservices-content {
    padding-top: 154px;
}

.qcservices-title {
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    color: #535353;
    font-size: 19px;
}

.qcservices-desc {
    color: #535353;
    font-size: 15px;
    height: 30px;
}

.section_product .section-head p {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
    z-index: 999;
    position: relative;
}

#cate-product {
    margin-top: 20px;
}

    #cate-product .box-badge {
        overflow: hidden;
        transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
        box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
        margin: 1px;
        /* border-radius: 10px; */
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        #cate-product .box-badge:hover .image-zoom img {
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    #cate-product .box-image {
        /* border-radius: 10px; */
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        /* box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%); */
        text-align: center;
    }

        #cate-product .box-image img {
            transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
            max-width: 100%;
            width: auto;
            transform: translateZ(0);
            margin: 0 auto;
            /* margin: auto; */
        }

    #cate-product .box-text {
        padding: 9px;
        bottom: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        /* background-color: #be1608ba; */
        /* position: absolute; */
        transition: background .3s;
        z-index: 1;
        width: 100%;
        padding-bottom: 35px;
        /* margin: 0 20px; */
        padding: 0 29px;
    }

        #cate-product .box-text h5 {
            text-transform: none;
            font-size: 18px;
            padding: 0;
            color: #2c2c2c;
            margin: 0;
            height: 50px;
        }

.cate-danhmuc {
    padding-top: 40px;
    padding-bottom: 127px;
}

.img-qc img {
    border-radius: 10px;
}

.cate-sp {
    margin-top: -100px;
}

.awe-section-7 {
    float: left;
    width: 100%;
}

    .awe-section-7 .section_product {
        padding-top: 0;
    }

.qc-sp {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.section_index_brand .section-head h2 {
    font-size: 27px;
    line-height: 24px;
    color: #1c1c1c;
    margin: 0;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
}

    .section_index_brand .section-head h2:before {
        position: absolute;
        content: "";
        background: #004aad;
        height: 5px;
        width: 100%;
        top: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 100px;
        display: block;
        max-width: 91px;
        z-index: 9;
    }

.section_index_brand .section-head p {
    color: #272727;
    font-size: 14px;
    padding-top: 0;
}

.brand-owl {
    /* margin-top: 20px; */
    margin-bottom: 40px;
}

.awe-section-5 {
    float: left;
    width: 100%;
    background: url(../images/ykienkh.jpg) no-repeat;
    background-size: cover;
}

    .awe-section-5 .section_product {
        padding-top: 20px;
        background: unset;
        /* margin-bottom: 10px; */
        padding-bottom: 20px;
    }

.ykkh-img {
    text-align: center;
}

    .ykkh-img img {
        width: auto !important;
        margin: 0 auto;
        border: 5px solid #fff;
        border-radius: 50%;
    }

.ykkh-content {
    margin: 0 155px;
    text-align: center;
}

    .ykkh-content .ykkh-title p {
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

.ykkh-desc span {
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

    .ykkh-desc span:before {
        content: "";
        width: 26px;
        height: 19px;
        position: absolute;
        top: -6px;
        z-index: 9;
        left: -32px;
        /* margin: 0 auto; */
        /* right: 0; */
        background: url(../images/trai.png);
    }

    .ykkh-desc span:after {
        content: "";
        width: 26px;
        height: 19px;
        position: absolute;
        bottom: 0;
        z-index: 9;
        right: -6px;
        margin: 0 auto;
        right: -32px;
        background: url(../images/phai.png);
    }

.ykkh-desc {
    margin-bottom: 50px;
}

.cate-service {
    float: left;
    width: 100%;
}

.service-home {
    position: relative;
}

#prj-newh img {
    width: auto !important;
}

.service-home .title-service {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 9;
    text-align: center;
    margin: auto;
}

    .service-home .title-service p {
        /* top: 40px; */
        margin-top: 85px;
    }

        .service-home .title-service p span {
            position: relative;
            color: #ffffff;
            font-size: 18px;
            /* top: 40%; */
            padding-left: 23px;
        }

            .service-home .title-service p span:before {
                content: "";
                width: 19px;
                height: 19px;
                position: absolute;
                top: 0;
                z-index: 9;
                left: 0;
                /* margin: 0 auto; */
                /* right: 0; */
                background: url(../images/map.png);
            }

.cate-service .section_product {
    padding-bottom: 20px;
}

.qcservices-item {
    float: left;
    width: 100%;
}

.qcservices-thumb1 {
    float: left;
    width: 18%;
    max-width: 50px;
    padding-top: 23px;
    margin-right: 5px;
}

.qcservices-content1 {
    float: left;
    width: 77%;
    /* font-size: 12px; */
    text-align: left;
    color: white;
    margin-top: 38px;
}

.qcservices-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #f04232;
    font-size: 15px;
}

.img img {
    width: 100%;
}

.new-home-section .section_product {
    padding-bottom: 20px;
    background: transparent;
    padding-top: 0;
}

.footer .section_product {
    background-color: white;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 30px;
}

#popupRequire {
    background-color: #fff;
    padding: 20px 72px;
}

.site-footer .col-mb {
    /* padding: 0; */
}

.site-footer .col-no-mb {
    /* padding: 0; */
}

.title_box_form {
    color: #1b1b1b;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}

#contact .form-group input {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: unset;
    color: #1b1b1b;
    font-size: 18px;
}

    #contact .form-group input::placeholder {
        color: #1b1b1b;
        font-size: 18px;
    }

#contact .form-group textarea {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: unset;
    line-height: 32px;
    min-height: 47px;
    height: 47px;
    color: #1b1b1b;
    font-size: 18px;
}

    #contact .form-group textarea::placeholder {
        color: #1b1b1b;
        font-size: 18px;
    }

.style-button {
    margin-top: 22px;
}

    .style-button input {
        color: #ffffff;
        background-color: #ffe400;
        font-size: 16px;
    }

.box-maps iframe {
    max-height: 300px;
}

.prev-price {
    color: red;
    font-weight: bold;
    margin-left: 0px;
    font-size: 15px;
    display: block;
    text-decoration: auto;
}

.list-item .content {
    margin-bottom: 20px;
}

    .list-item .content .title a {
        color: #56342d;
        /* text-transform: uppercase; */
        font-size: 17px;
        /* font-weight: bold; */
        line-height: 27px;
        /* margin-top: 14px; */
        padding-top: 27px;
    }

    .list-item .content .description {
        font-size: 15px;
        color: #56342d;
        line-height: 25px;
    }

#sort-by {
    margin-top: 18px;
}

    #sort-by .custom-dropdown__select {
        line-height: 22px;
        font-size: 16px;
        background-image: url(../images/ico-selects.png);
    }

.cate-sanpham {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.cam-ket {
    margin-bottom: 5px;
    margin-top: 25px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ececec;
    font-size: 15px;
}

    .cam-ket .tieu-de {
        background: white;
        padding: 6px 18px;
        margin-top: -32px;
        font-size: 16px;
        font-weight: bold;
        color: #ed1c09;
        display: block;
        max-width: 207px;
    }

    .cam-ket ul {
        margin-bottom: 4px;
        margin-left: 20px;
    }

        .cam-ket ul li {
            margin-bottom: 0;
            list-style: disc;
        }

.product_featured_image {
    border: 1px solid #ececec;
}

.product-quantity {
    display: flex;
    text-align: center;
    /* width: 173px; */
    margin: 0 auto;
}

    .product-quantity input {
        width: 50px;
        margin: 0 auto;
        border: 3px solid #eaeaea;
        /* height: 30px !important; */
        text-align: center;
        line-height: 14px;
        padding: 0;
        vertical-align: middle;
    }

.dt-cart {
    float: left;
    width: 100%;
    margin-top: 15px;
}

#add_to_cart input {
    background: #ed1c09;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

#add_to_cart1 input {
    background: #008f8b;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.ttaddtocart input {
    width: 100%;
}

.social-icons {
    margin-top: 0;
    text-align: left;
    float: left;
    width: 100%;
}

    .social-icons ul {
        padding: 0;
    }

        .social-icons ul li {
            display: inline-block;
            margin: 10px 10px 0 0;
            position: relative;
            width: 40px;
            height: 40px;
            background: none;
            border-radius: 50%;
            border: 2px solid #ed1c09;
        }

            .social-icons ul li a {
                color: black;
                display: block;
                padding: 0 6px;
                line-height: 0;
                text-align: center;
                line-height: 34px;
                font-size: 21px;
            }

    .social-icons i {
        color: #ed1c09;
    }

.info-payment input {
    opacity: 1;
    width: auto;
    position: relative;
    float: left;
    height: 21px;
    padding-right: 10px;
}

.info-payment label {
    padding-left: 20px;
}

.tool_cart {
    margin-top: 20px;
}

    .tool_cart input {
        background: #008f8b;
        color: #Fff;
    }

        .tool_cart input:hover {
            color: #fff;
            background: #ffe000;
        }

.search-input-wrapper input::placeholder {
    color: #2f2f2f;
    font-size: 13px;
}

.close {
    color: #fff;
    opacity: 1;
}

.lang-nn {
    float: right;
}

    .lang-nn a {
        cursor: pointer;
    }

        .lang-nn a img {
            margin-left: 5px;
            border: 2px solid #fff;
        }

.search-car {
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.blang1 {
    padding-left: 16px;
    margin-top: 29px;
    padding-right: 12px;
}

    .blang1 a {
        position: relative;
        padding: 12px;
    }

        .blang1 a span {
            position: absolute;
            top: -2px;
            right: -25px;
            color: #3d3f94;
        }

        .blang1 a img {
            width: 21px;
            height: 21px;
            position: relative;
        }

.about-us-content-home {
    margin-top: 10px;
}

.about-us-content-home {
    color: #4b4b4b;
    font-size: 15px;
    /*  */
    text-align: justify;
    line-height: 23px;
}

    .about-us-content-home .title-about {
        color: #3d3f94;
        font-size: 18px;
        margin-bottom: 10px;
    }

.logo-ft {
    text-align: center;
}

.desc-ft {
    /* margin-top: 20px; */
}

.navbar-toggleable-md {
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.aside-item .list-blogs {
    border: 1px solid #ececec;
    margin-top: 0;
}

.sup_social li {
    list-style-type: none;
    float: left;
    padding: 0 3px;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 39px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    /* text-align: right; */
    /* border-bottom: 1px solid #ddd; */
}

    .sup_social li a {
        background: none;
        padding-left: 0;
    }

.sup_social img {
}

.blog-category {
    margin-top: 20px;
}

.xem-them {
    color: #fff;
    font-size: 14px;
    /*  */
    border-radius: 15px;
    border: 1px solid #008f8b;
    padding: 3px 15px;
    background: #008f8b;
}

    .xem-them:hover {
        background: #3d3f94;
        color: #fff !important;
    }

.down-sharehold-details {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .down-sharehold-details a {
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        padding: 8px 40px;
        background: #ffffff;
        font-weight: 600;
        color: #3d3f94;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        border: 1px solid #3d3f94;
    }

        .down-sharehold-details a:before {
            font-family: fontawesome;
            content: '\f019';
            padding-right: 10px;
            position: relative;
            z-index: 1;
            font-weight: normal;
        }

        .down-sharehold-details a span {
            position: relative;
            z-index: 1;
        }

        .down-sharehold-details a:after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 100%;
            content: '';
            background: #3d3f94;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .down-sharehold-details a:hover {
            color: white;
        }

            .down-sharehold-details a:hover:after {
                right: 0;
            }

.hc-search-wrapper {
    margin-right: 0;
    display: inline-block;
    position: relative;
}

    .hc-search-wrapper > a {
        color: #e3e3e3;
        position: relative;
        display: inline-block;
        margin-left: 15px;
    }

    .hc-search-wrapper .search-bar-header {
        display: none;
        position: absolute;
        z-index: 999;
        top: calc(100% + 15px);
        right: 0;
        width: 200px;
        padding: 5px;
        border-radius: 8px;
        animation: slide-up 0.6s;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
    }

        .hc-search-wrapper .search-bar-header .search-form-wrapper {
            position: relative;
        }

            .hc-search-wrapper .search-bar-header .search-form-wrapper div input {
                width: 100%;
                padding: 0 15px 0 10px;
                height: 34px;
                line-height: 34px;
                outline: 0;
                border-radius: 0;
                border: 1px solid #ededed;
            }

            .hc-search-wrapper .search-bar-header .search-form-wrapper div a {
                height: 35px;
                line-height: 34px;
                width: 34px;
                text-align: center;
                background: #ffb002;
                color: #fff;
                font-size: 17px;
                padding: 0;
                padding: 7px;
                margin: 0;
                outline: 0;
                border: 1px solid #ffb002;
                border-radius: 0;
            }

@media (min-width: 992px) {
    .thumb img {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width:992px) {
    .qcservices-content1 {
        margin-top: 33px;
    }

    .list-top-inline-item {
        font-size: 13px;
        margin-right: 11px;
    }

    .com-h2 {
        font-size: 18px;
    }

    .new-one-title a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .services-st {
        margin-top: 0;
    }

    .new-one-title a {
        font-size: 14px;
    }

    #cate-product .box-text {
        padding: 0 5px;
    }

    .blang1 a span {
        position: absolute;
        top: 0;
        right: 0;
        color: #3d3f94;
    }

    .blang1 {
        margin-top: 0;
    }

    .col-100-h #trigger-mobile {
        width: 35px;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        margin-top: 29px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .mobile-cart .blang a span {
        color: #ed1c09;
        top: -11px;
    }

    .ykkh-content {
        margin: 0 100px;
        text-align: center;
    }

    .new-home-section {
        padding-bottom: 0;
    }

    .search-nobi .search_block_top {
        margin-top: 48px;
        text-align: center;
        /* margin: 0 auto; */
        margin-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .section_product .section-head h2 {
        font-size: 20px;
    }

    .products-view-grid .single-product .pro-content h4 a {
        font-size: 15px;
    }

    .services-st .section_product .section-head h2:before {
        height: 3px;
    }

    .section_product .section-head h2:before {
        height: 3px;
    }

    .img-qc {
        margin-bottom: 15px;
    }

    .section_index_brand .section-head h2 {
        font-size: 23px;
    }

    .ykkh-content {
        margin: 0 30px;
        text-align: center;
    }

    .cate-service .section_product {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .qcservices-content1 {
        margin-top: 26px;
        height: 42px;
    }

    .qcservices-title {
        font-size: 13px;
    }

    .new-home-section .section_product {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .new-one-title a {
        font-size: 13px;
    }

    .new-one-title {
        height: 40px;
    }

    #popupRequire {
        background-color: #fff;
        padding: 20px 20px;
    }
}

@media (max-width: 668px) {
}

@media (max-width: 376px) {
    .category-products-grids .products-view-grid .single-product .pro-img {
        height: 180px;
    }

    .home-slider .owl-item .item .home_slider-text h2 {
        /*margin-bottom:0;*/
    }

    .home-slider .owl-item .item .home_slider-text {
        padding: 5px;
        height: 100%;
    }
}

@media (max-width: 569px) {
}

@media (max-width: 321px) {
}

.bg_cart {
    background: #008f8b;
    border-radius: 50%;
    padding: 10px 8px;
    margin-right: 10px;
}

    .bg_cart i {
        color: #fff;
        font-size: 20px;
    }

.heading-cart {
    color: #2a2a2a;
    font-size: 13px;
    padding-bottom: 10px;
}

#pro .tab {
    border-bottom: 2px solid #cecece;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    #pro .tab .tabname {
        background: #FE401E;
        padding-left: 18px;
        padding-right: 18px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        text-transform: uppercase;
        /* font-family: SegoeUIB; */
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }

        #pro .tab .tabname:after {
            left: 100%;
            top: 46%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: #FE401E;
            border-width: 22px;
            margin-top: -20px;
        }

    #pro .tab h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

#pro .tab-0 .tab .tabname {
}

    #pro .tab-0 .tab .tabname:after {
    }

#pro .tab-1 .tab .tabname {
}

    #pro .tab-1 .tab .tabname:after {
    }

#pro .tab-2 .tab .tabname {
}

    #pro .tab-2 .tab .tabname:after {
    }

#pro .tab-3 .tab .tabname {
}

    #pro .tab-3 .tab .tabname:after {
    }

#pro .tab-4 .tab .tabname {
}

    #pro .tab-4 .tab .tabname:after {
    }

.pro-action a {
    background: #008f8b;
    padding: 6px 10px;
    border-radius: 10px;
}

    .pro-action a i {
        color: #fff;
    }

.new-home-section .tab {
    border-bottom: 2px solid #cecece;
    position: relative;
    width: 100%;
}

    .new-home-section .tab h2 {
        margin: 0;
    }

    .new-home-section .tab .tabname {
        background: #008396;
        padding-left: 18px;
        padding-right: 18px;
        font-weight: bold;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        text-transform: uppercase;
        /* font-family: SegoeUIB; */
        color: #fff;
        font-size: 18px;
        position: relative;
    }

        .new-home-section .tab .tabname:after {
            left: 100%;
            top: 45%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: #008396;
            border-width: 22px;
            margin-top: -20px;
        }

.awe-section-8 .tab {
    border-bottom: 2px solid #cecece;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .awe-section-8 .tab h2 {
        margin: 0;
    }

    .awe-section-8 .tab .tabname {
        background: #008f8b;
        padding-left: 18px;
        padding-right: 18px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        text-transform: uppercase;
        /* font-family: SegoeUIB; */
        color: #fff;
        font-size: 18px;
        position: relative;
        font-weight: bold;
    }

        .awe-section-8 .tab .tabname:after {
            left: 100%;
            top: 45%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: #008f8b;
            border-width: 22px;
            margin-top: -20px;
        }

.date-view {
    float: left;
    width: 100%;
}

    .date-view .date1 {
        padding-left: 20px;
        background: url(../images/date.png) left center no-repeat;
        color: #999;
        font-size: 14px;
        margin-right: 15px;
    }

    .date-view .view {
        padding-left: 20px;
        background: url(../images/view.png) left center no-repeat;
        color: #999;
        font-size: 14px;
    }

.chitiet {
    width: 91px;
    height: 27px;
    background: #c0c0c0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    border-left: 3px solid #a3a0a0;
    box-sizing: border-box;
    /* position: absolute; */
    /* bottom: 0; */
    float: right;
    /* right: 0; */
    display: block;
    z-index: 99999;
}

    .chitiet:hover {
        background: #008f8b;
        border-color: #227900;
        color: #fff;
    }

.aside-item .heading .title-head a {
    color: #fff;
}

.aside-item.collection-category .nav li a.ac {
    background: #464646;
    color: #fff;
}

.thongke-ngay {
    width: auto;
    height: 100%;
    background: url(../images/icon-thongke-ngay.png) no-repeat left;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

.thongke-luotxem {
    width: auto;
    height: 100%;
    background: url(../images/icon-thongke-luotxem.png) no-repeat left;
    float: left;
    padding-left: 10px;
    margin-left: 15px;
}

.postby span {
    font-size: 12px;
    color: #aaa;
    line-height: 25px;
    margin-left: 15px;
    float: left;
    margin-right: 6px;
}

.aside-item.collection-category .ac.nav-item {
    background: #464646;
}

    .aside-item.collection-category .ac.nav-item a {
        color: #fff;
    }

.filter-type {
    float: left;
    width: 100%;
}

    .filter-type h2 {
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        padding: 10px 0;
        background: #008f8b;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 0;
        padding: 10px;
    }

    .filter-type .filter-group {
        border: 1px solid #ececec;
        padding: 0 10px;
    }

.des1 {
    padding: 10px;
    /* border-bottom: 1px solid #e0e0e0; */
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.deinfo .des {
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
}

    .deinfo .des.opened {
        display: table;
    }

.cart-mobi {
    position: absolute;
    background: #008f8b;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    top: 0;
    right: -14px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    width: 20px;
    line-height: 1.5;
    overflow: hidden;
}

.submenu {
    display: none;
    width: 229px;
    /* height: 100%; */
    /* padding: 14px 20px; */
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    /* border-color: #ddd #ddd #ddd #e1e1e1; */
    position: absolute;
    top: 0px;
    /* bottom: 0px; */
    left: 100%;
    background: #fff;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
    z-index: 1;
    /* overflow: auto; */
    font-size: 14px;
    /* overflow: hidden; */
}

.submenu__list {
    /* --col-menu: 4; */
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr)); */
    /* grid-gap: 10px 5px; */
    /* padding: 0px; */
    /* list-style: none; */
}

.submenu__col {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: start; */
    /* font-size: 14px; */
}

.menumain .menur li a > i {
    position: absolute;
    top: 34%;
    right: 5px;
}

.menumain .menusub li.parent.dropdown:hover .submenu {
    display: block;
    z-index: 9;
}

.submenu li {
    text-transform: unset;
    /* border: none !important; */
    margin-bottom: 0;
    /* height: 30px !important; */
    line-height: 30px !important;
    padding-left: 10px !important;
}

    .submenu li a {
        color: #000 !important;
        font-size: 14px;
        text-transform: unset !important;
    }

        .submenu li a:hover {
            color: #fff !important;
        }

.products-view .price {
    font-size: 15px;
}

.products-view .prev-price {
    font-size: 15px;
}

.section-tour-owl .price {
    font-size: 14px;
    text-decoration: auto;
}

.section-tour-owl .prev-price {
    font-size: 14px;
}

.d_page li {
}

    .d_page li a {
    }

.btn-button {
    text-align: center;
    margin-top: 20px;
}

.btn-buy span {
    color: #22bae8;
    border: 2px solid #22bae8;
    padding: 9px 22px;
    background: #fff;
    font-size: 15px;
    border-radius: 5px;
}
