html {
    scroll-behavior: smooth;
  }
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .scale-img{overflow:hidden;display:block;-webkit-transition:0.5s !important;-moz-transition:0.5s !important;-o-transition:0.5s !important;transition:0.5s !important}.scale-img img{-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition:0.5s !important;-moz-transition:0.5s !important;-o-transition:0.5s !important;transition:0.5s !important}.scale-img:hover>img{-moz-transform:scale(1.1, 1.1);-webkit-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}
.section>.container>.section-title>h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    display: block;
    line-height: normal
}

@media (min-width: 768px) {

    .section>.container>.section-title>h2:before,
    .section>.container>.section-title>h2:after {
        content: "";
        height: 2px;
        width: 50%;
        background: #b63448;
        top: 50%;
        z-index: -1;
        position: absolute
    }

    .section>.container>.section-title>h2:before {
        left: 0
    }

    .section>.container>.section-title>h2:after {
        right: 0
    }
}

@media (max-width: 767px) {
    .section>.container>.section-title>h2 {
        margin-bottom: 10px
    }
}

.section>.container>.section-title>h2 a,
.section>.container>.section-title>h2 span {
    display: inline-block;
    border-radius: 20px;
    background: #80bb35;
    padding: 10.5px 20px;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 767px) {

    .section>.container>.section-title>h2 a,
    .section>.container>.section-title>h2 span {
        border-radius: 5px;
        font-size: 14px
    }
}

.section>.container>.section-title>p {
    font-style: italic;
    color: #333333
}

.product-box {
    border: 1px #ebebeb solid;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .product-box {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .product-box {
        border-radius: 10px
    }
}

.product-mini-item {
    padding: 15px 0
}

.product-mini-item .product-img {
    border: 1px #ebebeb solid
}

.product-mini-item .product-info h3 {
    font-weight: 600
}

@media (max-width: 767px) {
    .products-view-grid>.row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .products-view-grid>.row>div {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

.breadcrumb li>a>span {
    color: #333333
}

.products-view-list .product-box {
    padding: 0;
    margin-bottom: 30px
}

.products-view-list .product-box .product-thumbnail {
    border-radius: 15px
}

@media (max-width: 575px) {
    .products-view-list .product-box .product-thumbnail {
        border-radius: 10px
    }
}

.products-view-list .product-box .product-info {
    margin: 15px
}

@media (min-width: 768px) {
    .products-view-list .product-box .product-info {
        width: calc(100% / 3 * 2 - 45px);
        margin: 15px;
        margin-left: 30px
    }
}

.pagination {
    float: none
}

.pagination .page-link {
    border-radius: 10px !important;
    line-height: 35px;
    width: auto;
    height: auto;
    padding: 2px 10px;
    min-width: 40px;
}

.btn {
    border-radius: 5px
}

.form-group .form-control {
    min-height: 40px;
    background-color: #FFFFFF;
    border-radius: 5px !important;
    border: 1px #ebebeb solid !important
}

header.header {
    box-shadow: 0px 0px 5px 0px rgba(84, 84, 84, 0.15)
}

.header-content {
    padding: 20px 0
}

@media (min-width: 1200px) {
    .header-content {
        padding: 0px 0
    }
}

.policy .item-policy {
    margin: 15px 5px
}

@media (max-width: 991px) {
    .policy .item-policy {
        margin-bottom: 0px
    }
}

.policy .item-policy>a {
    margin-right: 15px
}

.policy .item-policy .info a {
    font-weight: bold;
    font-size: 15px
}

.policy .item-policy .info p {
    margin: 0
}

.top-cart-contain {
    width: auto
}

.top-cart-contain .mini-cart {
    width: auto
}

@media (min-width: 1200px) {
    .top-cart-contain .mini-cart .heading-cart>a {
        display: inline-block;
        padding: 0px 20px;
        background: #fe9705;
        border-radius: 15px;
        line-height: 36px;
        color: #FFF
    }
}

.top-cart-contain .mini-cart .heading-cart>a .icon.f-left.relative {
    height: auto;
    margin-right: 10px;
    line-height: 36px;
    display: inline-block
}

@media (max-width: 1199px) {
    .top-cart-contain .mini-cart .heading-cart>a .icon.f-left.relative .fa {
        font-size: 24px
    }
}

.top-cart-contain .mini-cart .heading-cart .cartCount {
    right: -22px;
    top: -8px;
    background: #fe9705
}

.top-cart-contain .mini-cart .right-content {
    line-height: normal;
    white-space: normal;
    display: inline-block
}

.top-cart-contain .mini-cart .right-content .label {
    display: inline-block;
    padding: 0;
    color: #FFF
}

header nav {
    padding: 15px 0;
    box-shadow: none;
}

header nav .menu-item {
    float: left
}

header nav .menu-item>a {
    padding: 15.5px 13px;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

header nav .menu-item>a:after {
    content: none
}



header nav .menu-item:hover>.mega-content,
header nav .menu-item:hover .dropdown-menu {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4)
}

header nav .menu-item.active>a {
    color: #FFF
}

@media (max-width: 1199px) {
    header nav .nav>.nav-item>a {
        padding: 10px 15px;
        line-height: 30px
    }
}

.menu-search .header_search {
    padding: 10px 0;
    position: relative
}

.menu-search .header_search .search-text {
    border-radius: 15px;
    height: 30px;
    background: #FFF
}

.menu-search .header_search .input-group-btn .btn {
    height: 30px;
    line-height: 30px
}

footer.footer {
    background: #f1d15f;
}

@media (max-width: 1199px) {
    .footer-inner>.container>.row>div:nth-child(3) {
        clear: left
    }
}

.footer-widget {
    color: #FFF
}

footer .list-menu li {
    color: #FFF
}

footer .list-menu a {
    color: #FFF
}

footer .list-menu a:hover {
    color: #FFF
}

.list-menu-footer li {
    display: inline-block;
    padding: 0px 10px
}

.list-menu-footer li a {
    color: #FFF;
    font-weight: normal
}

.list-menu-footer li a:hover {
    color: #fe9705
}

footer .copyright {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    border: none
}

footer .copyright a {
    color: #FFF
}

footer .copyright a:hover {
    color: #fe9705
}

footer .copyright b {
    color: #FFF
}

footer .list-menu.list-blogs li {
    padding-left: 16px
}

footer .list-menu.list-blogs li:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FFF;
    top: 12px
}

footer .list-menu.list-blogs li:hover:before {
    background: #fe9705
}

footer .site-footer h3 {
    padding: 10px 0
}

.details-product .details-pro .form-detail-action button.btn {
    border-radius: 5px
}

.details-product .details-pro .custom-btn-number .qtyminus {
    height: 42px;
    line-height: 42px
}

.details-product .details-pro .custom-btn-number #qty {
    height: 44px;
    border-radius: 5px !important
}

.details-product .details-pro .custom-btn-number .qtyplus {
    height: 42px;
    line-height: 42px
}

.details-product .details-pro .box-variant .form-group .selector-wrapper select {
    width: 100%;
    border-radius: 5px
}

.product-tab>ul {
    border: none
}

@media (min-width: 481px) {
    .product-tab>ul {
        margin-bottom: 10px
    }
}

.product-tab .tab-link {
    border: none;
    border-radius: 5px;
    background: #80bb35;
    margin-right: 10px
}

@media (max-width: 480px) {
    .product-tab .tab-link {
        margin-right: 0px;
        margin-bottom: 10px
    }
}

.product-tab .tab-link h3 {
    margin: 8px 0;
    color: #FFFFFF
}

.product-tab .tab-link.current {
    background: #fe9705
}

.product-tab .tab-link.current h3 {
    color: #FFFFFF
}

.product-tab .tab-link.current h3:before {
    content: none
}

.product-tab .tab-content.current {
    padding: 15px;
    border: 1px solid #ebebeb;
    min-height: 100px;
    border-radius: 5px
}

.aside-product.aside-vanchuyen {
    padding: 15px 0px 0px 0px
}

.sortPagiBar #sort-by>ul>li {
    border-radius: 20px;
    padding: 0 10px;
    line-height: 30px
}

.sortPagiBar #sort-by>ul>li:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 30px;
    float: right
}

.sortPagiBar .view-mode b {
    background: none
}

.sortPagiBar .view-mode b.active {
    color: #00abee
}

.blog-list .loop-blog .name-right h3 {
    line-height: 18px;
    margin-bottom: 7px
}

.blog-item {
    margin-bottom: 0;
    background: #e9e9e9;
    height: 100%;
}



.blog-item .blog-item-thumbnail {
    overflow: hidden;
    text-align: center;
    padding-right: 0px
}



.blog-item .blog-item-info {
    margin: 15px
}

@media (min-width: 768px) {
    .blog-item .blog-item-info {
        margin: 0;
        /* margin-bottom: 15px; */
        padding: 10px 10px 20px 10px;
    }
}

.article-wraper .form-group .form-control {
    border-radius: 5px;
    background: none;
    border: 1px #ebebeb solid !important
}

.social-media label {
    display: inline-block
}

.banner-slider.owl-carousel .owl-item img {
    width: 100%;
    border-radius: 15px
}

@media (max-width: 575px) {
    .banner-slider.owl-carousel .owl-item img {
        border-radius: 10px
    }
}

.section .collection-main .section-title {
    text-align: left
}

.section .collection-main .section-title h2 {
    border-radius: 20px;
    background: #80bb35;
    padding: 9px 20px;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase
}

.section .collection-main .section-title h2 span {
    background: none
}

@media (max-width: 767px) {
    .section .collection-main .section-title {
        text-align: center;
        margin-bottom: 5px
    }

    .section .collection-main .section-title h2 {
        border-radius: 5px;
        font-size: 14px
    }
}

.section-collection ul.tabs.tabs-title {
    border-bottom: 1px #ebebeb solid
}

@media (max-width: 767px) {
    .section-collection ul.tabs.tabs-title {
        border-bottom: none;
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
}

.section-collection ul.tabs.tabs-title li {
    font-size: 14px;
    padding: 0px;
    margin: 0px 15px;
    color: #333
}

@media (max-width: 991px) {
    .section-collection ul.tabs.tabs-title li {
        margin: 0px 10px
    }
}

.section-collection ul.tabs.tabs-title li:first-child {
    margin-left: 0
}

.section-collection ul.tabs.tabs-title li:last-child {
    margin-right: 0
}

.section-collection ul.tabs.tabs-title li:last-child.current:before {
    left: 50%
}

.section-collection ul.tabs.tabs-title li.current {
    color: #80bb35;
    font-weight: 600
}

.section-collection ul.tabs.tabs-title li.current:before {
    bottom: 0px;
    width: calc(100%) !important
}

@media (max-width: 767px) {
    .section-collection ul.tabs.tabs-title li.current:before {
        content: none
    }
}

.section-collection ul.tabs.tabs-title li:after {
    content: none
}

@media (max-width: 767px) {
    .section-collection ul.tabs.tabs-title li {
        margin: 0px 5px
    }

    .section-collection ul.tabs.tabs-title li.next,
    .section-collection ul.tabs.tabs-title li.prev {
        width: 40px
    }

    .section-collection ul.tabs.tabs-title li.next i.fa,
    .section-collection ul.tabs.tabs-title li.prev i.fa {
        border: 1px #ebebeb solid;
        border-radius: 3px;
        width: 16px
    }
}

.banner-image-col-tab .item a {
    overflow: hidden;
    display: block;
    text-align: center
}

.banner-image-col-tab .item a img {
    border-radius: 15px
}

@media (max-width: 575px) {
    .banner-image-col-tab .item a img {
        border-radius: 10px
    }
}

.section_blog .blog-item {
    border: 1px #ebebeb solid;
    border-radius: 0px
}

@media (max-width: 575px) {
    .section_blog .blog-item {
        border-radius: 10px
    }
}

.section_blog .blog-item .blog-item-thumbnail {
    border-radius: 0px;
    overflow: hidden;
    padding: 0
}

.section_blog .blog-item .blog-item-thumbnail img {
    display: inline-block
}

@media (max-width: 575px) {
    .section_blog .blog-item .blog-item-thumbnail {
        border-radius: 10px
    }
}

.section_blog .blog-item .blog-item-info .blog-item-summary {
    margin-bottom: 10px;
    color: #333333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section_blog .blog-item .blog-item-info .btn {
    background: #80bb35;
    color: #FFF;
    height: 30px;
    line-height: 30px
}

.section_testimonial .testimonial-item {
    border: 1px #ebebeb solid;
    border-radius: 15px
}

@media (max-width: 575px) {
    .section_testimonial .testimonial-item {
        border-radius: 10px
    }
}

.section_testimonial .testimonial-item .image-avata {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden
}

.section-brand .owl-carousel {
    z-index: 0
}

.section-brand .brand-item {
    text-align: center
}

.section-brand .brand-item img {
    display: inline-block
}

.aside-item {
    border: 1px #ebebeb solid;
    border-radius: 15px;
    margin-bottom: 30px
}

.aside-item .aside-title {
    border-radius: 15px;
    background: #80bb35;
    padding: 6px 20px;
    margin: 0
}

.aside-item .aside-title h2 {
    font-size: 17px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    background: none
}

.aside-item .aside-title h2 a {
    color: #FFF
}

.aside-item .aside-content {
    margin: 0;
    padding: 0px 15px
}

.aside-item .aside-content .nav-category>ul.nav>.nav-item>a.nav-link {
    padding: 8.5px 20px 8.5px 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.aside-item .aside-content .nav-category .nav-item {
    padding: 0px
}

.aside-item .aside-content .nav-category .nav-item a.nav-link {
    padding: 8.5px 0px 8.5px 0px;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px #ebebeb solid
}

.aside-item .aside-content .nav-category .nav-item .fa {
    top: 11px
}

.aside-item .aside-content .nav-category .nav-item .fa.fa-arrow-circle-right {
    left: 0;
    top: 11px
}

.aside-item .aside-content .nav-category .nav-item:hover {
    color: #80bb35
}

.aside-item .aside-content .nav-category .nav-item:hover>a {
    color: #80bb35;
    background: none
}

.aside-filter .field-search {
    display: inline-table;
    border: 1px #ebebeb solid;
    margin-top: 15px
}

.aside-filter .field-search input.form-control {
    background-color: #FFFFFF;
    min-height: 35px;
    height: 35px;
    padding: 0px 15px;
    border: none !important
}

.aside-filter .field-search .btn {
    border-radius: 0px;
    min-height: 35px;
    height: 35px;
    line-height: 35px
}

.aside-filter .field-search .btn:hover {
    background: none
}

.menu-offcanvas {
    border-right: 1px solid #ebebeb;
    background-color: #ffffff
}

#nav-mobile .h3 {
    color: #80bb35
}

#nav-mobile a {
    color: #80bb35;
    border-color: #80bb35;
    line-height: 30px
}

header nav .menu-item.active>a {
    color: #fe9705 !important
}
#nav-mobile .nav-link>.fa {
    right: 0px;
    top: calc(50% - 15px) !important;
    margin-right: 0px;
    line-height: 30px
}

header nav .menu-item:hover>a {
    background: none !important
}



@media (min-width: 768px) {
    .search-main .form-signup .form-group input.form-control {
        border-radius: 5px 0px 0px 5px !important
    }

    .search-main .form-signup .form-group button {
        border-radius: 0px 5px 5px 0px
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div>div {
    display: none !important
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    display: block !important
}

#quickview .selector-wrapper {
    margin-bottom: 15px
}

#search_suggestion {
    padding: 0 0 10px 0;
    color: #555;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-width: 226px;
    max-width: 100%;
    background-color: #f8f8f8;
    display: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15)
}

@media (max-width: 992px) {
    #search_suggestion {
        width: 100% !important
    }
}

#search_suggestion h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 5px
}

#search_suggestion ul {
    padding: 0
}

#search_suggestion ul li {
    background-color: #fff;
    padding: 5px;
    font-size: 14px
}

#search_suggestion ul li a {
    color: #787878;
    display: block;
    overflow: hidden
}

#search_suggestion ul li .item_image {
    text-align: center;
    float: left;
    width: 100px;
    margin-right: 5px
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_image {
        width: 60px
    }
}

#search_suggestion ul li .item_image img {
    max-width: 100%
}

#search_suggestion ul li .item_detail {
    overflow: hidden
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

#search_suggestion ul li .item_title h4 {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_title h4 {
        font-size: 12px;
        display: initial
    }
}

#search_suggestion ul li .item_price ins {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #d0021b
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_price ins {
        font-size: 12px
    }
}

#search_suggestion ul li .item_price del {
    color: #666;
    font-size: 12px
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_price del {
        font-size: 11px
    }
}

#search_top {
    max-height: 400px;
    overflow-y: auto
}

#search_top::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

#search_top::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#search_top::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

#search_bottom {
    text-align: center;
    padding-top: 10px
}

#search_bottom a {
    color: #444;
    text-decoration: underline;
    font-weight: 500
}

#search_bottom a span {
    color: #ff0000
}

.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item {
    display: none
}

.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item.xemthem {
    display: block
}

.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item.thugon {
    display: none
}

@media (min-width: 1200px) {

    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(1),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(2),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(3),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(4),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(5),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(6),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(7),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(8) {
        display: block !important
    }
}

@media (max-width: 1199px) {

    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(1),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(2),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(3),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(4),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(5),
    .aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item:nth-child(6) {
        display: block !important
    }

    .aside-vetical-menu .aside-item .aside-content .nav-category>ul.nav>.nav-item>a.nav-link {
        padding: 9.9px 20px 9px 25px
    }
}

@media (min-width: 1200px) {
    .aside-vetical-menu .aside-content .nav-category .nav-item .fa.fa-angle-down:before {
        content: "\f105"
    }

    .aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
        position: absolute;
        left: calc(100% + 15px);
        top: 0;
        padding: 10px 15px;
        border-radius: 0;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4)
    }

    .aside-vetical-menu .aside-content .nav-item>.dropdown-menu:after {
        position: absolute;
        content: "";
        background: none;
        width: 15px;
        height: 50px;
        top: 0;
        right: 100%
    }

    .aside-vetical-menu .aside-content .nav-item>.dropdown-menu .nav-item:first-child a.nav-link {
        border: none
    }

    .aside-vetical-menu .aside-content .nav-item.active>.dropdown-menu,
    .aside-vetical-menu .aside-content .nav-item:hover>.dropdown-menu {
        display: block
    }
}

ul.no-bullets {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px
}

.scroll_menu {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease
}

.scroll_menu.visible {
    opacity: 1;
    visibility: visible
}

.scroll_menu ul {
    margin: 0
}

.scroll_menu .nav-stacked>li,
.scroll_menu .nav-stacked>li+li {
    margin: 0 0 0 -30px;
    width: 54px;
    transition: all 0.4s;
    border: 1px solid #e0e0e0;
    background: #fff
}

.scroll_menu .nav-stacked>li+li {
    border-top-color: transparent
}

.scroll_menu li a {
    width: 100%;
    padding: 5px 0 5px 20px;
    display: block;
    border-radius: 0;
    position: relative
}

.scroll_menu li a img {
    width: 24px
}

.scroll_menu li a span {
    position: absolute;
    left: 105%;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    font-size: 11px;
    text-align: center;
    visibility: hidden;
    transition: visibility 0.3s ease, opacity 0.5s ease
}

.scroll_menu li a span::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 8px;
    left: -5px;
    transform: rotate(45deg)
}

span.scroll_tooltip_1::before {
    background-color: #fe9705
}

span.scroll_tooltip_2::before {
    background-color: #D84040
}

span.scroll_tooltip_3::before {
    background-color: #6F993E
}

span.scroll_tooltip_4::before {
    background-color: #8BC34A
}

span.scroll_tooltip_5::before {
    background-color: #607D8B
}

span.scroll_tooltip_6::before {
    background-color: #FFAB40
}

span.scroll_tooltip_7::before {
    background-color: #3F51B5
}

span.scroll_tooltip_8::before {
    background-color: #FF4081
}

.scroll_menu .nav li:hover a span {
    visibility: visible
}

.scroll_menu .nav>li>a:hover,
.scroll_menu .nav>li>a:focus,
.scroll_menu .nav-pills>li.active>a,
.scroll_menu .nav-pills>li.active>a:hover,
.scroll_menu .nav-pills>li.active>a:focus {
    background-color: transparent
}
#desktop-category > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 30;
    height: 100%;
    width: 701px;
    border: solid 1px #e8e6e2;
    border-top: 0;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#desktop-category > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
@media(max-width: 992px){
.sub-menu{
    display: none;
}
}
#top-linklists-mobile{
    display: none;
}
.main-nav > li > ul {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-align: left;
    background: #fff;
    border: solid 1px #e8e6e2;
    display: block;
}
.main-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-nav > li > ul > li {
    font-family: 'Open Sans', sans-serif;
    text-transform: initial;
    line-height: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-nav > li > ul > li  a {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid 1px #e8e6e2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-nav > li > ul > li:hover > a {
    color: #fff;
    background: #95c03e;
}
.sub-menu {
    padding-left: 0;
    list-style: none;
}
@media(min-width: 1024px){
 #desktop-category > li > ul > li{
    width: 33.333%;
    float: left;
}
#desktop-category > li > ul > li > a{
font-weight: bold
}
#desktop-category > li > ul > li > ul > li {
    position: relative;
    line-height: 26px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#desktop-category > li > ul > li > ul > li:hover {
    padding-left: 10px;
    color: #95c03e;
}
#desktop-category > li > ul > li > ul > li:hover:before {
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
}
a.add_to_cart_button {
    color: #fff !important;
    line-height: 38px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    padding: 0 15px !important;
    background: #9e9e9e !important;
}
a.add_to_cart_button:hover {
    background: #b63448 !important;
    color: #fff !important;
}
.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
    background: #00adef;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 7px;
}
.form-newsletter .wpcf7-submit {
    border:0px;
    background: #39342e;
    opacity: 0.7;
    color: #fff;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.form-newsletter .wpcf7-submit:hover {
    opacity: 1;
}
.woocommerce div.product form.cart .button{
    color: #fff !important;
    background: #95c03e !important;
}
.onsale{
    display: none;
}
.product-grid{
    text-align: center;
}
.product-categories{
    list-style: none;
    padding: 0px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: #fff;
    border: solid 2px #95c03e;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
        background-color: #8ac403;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
        color: #fff !important;
    background: #95c03e;
}
.widget-collection .product-categories li {
    line-height: 30px;
    padding-right: 30px;
    position: relative;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 70px;
    float: left;
    margin-right: 5px
}
.woocommerce ul.product_list_widget li ins{
    color: #8ac400;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    text-decoration: none;
}
.woocommerce ul.product_list_widget li del{
    color: #ccc;
    font-size: 13px;
}
.pagenav{
    clear: both;
}
.pagenav .page-numbers{
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #ddd ;
}
ul.menu{
    list-style: none;
    padding: 0px
}
/**
 * 12.3 Comments
 */
.nopassword {
  margin: 10px 0;
}

.comments-area {
  background-color: #f0f0f0;
  padding-top: 60px;
  padding: 20px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 70px;
  margin-right: 0.8em;
  width: 70px;
}

.comment-meta {
  padding-bottom: 10px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

#reply-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  height: 50px;
}


.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  color: #252525;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-bottom: 2px solid #ccc;
}

.comment-form textarea,
.wpcf7 textarea {
  height: 127px;
  padding: 10px 20px;
  width: 100%
}

.wpcf7 .wpcf7-submit {
  margin-top: 14px;
  padding: 0 28px;
}

.comment-form
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

#commentform .form-submit, .form-submit {
  margin-bottom: 0;
}

#commentform .form-submit input, .form-submit input {
  font-weight: 400;
  letter-spacing: 1px;
}

#commentform .form-submit input:hover, .form-submit input:hover {
  background: #252525;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "M";
  font-size: 32px;
  position: relative;
  top: -3px;
  font-family: 'ElegantIcons';
}

/* ================= Post Comment ====================== */
#comments-list {
  margin: 45px 0 35px;
}

#comments-list h5 {
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

#comments-list ol,
#comments-list ul {
  list-style: none;
  margin: 0;
}


#comments-list .depth-2 .children {
  padding-left: 70px;
}

#comments-list .comment-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0 25px;
}

#comments-list > ol > li:first-child > .comment-wrap {
  border-top: none;
  padding-top: 0;
}

#comments-list .comment-avatar {
  float: left;
  width: 70px;
  padding-right: 20px;
}

#comments-list ol > li:last-child {
  border-bottom: none;
}

#comments-list .comment-avatar img {
  border-radius: 50%;
}

#comments-list .comment-content p {
  margin-bottom: 7px;
}

#comments-list .comment-content i {
  font-size: 15px;
  color: #999999;
  padding-right: 5px;
}

#comments-list .comment-content {
  width: calc(100% - 70px);
  float: left;
  line-height: 1.7;
  position: relative;
}

.comment-meta-actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
}

.comment-meta-actions a {
  background-color: #cccccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
}

.comment-meta-actions a:hover {
  color: #fff;
}

#comments-list .comment-date {
  color: #959595;
  display: block;
  margin: -11px 0 10px;
}

#comments-list > ol {
  padding: 40px 0 0;
}

#comments-list li {
  list-style: none;
  padding-left: 0;
}

#comments-list li .comment-wrap {
  padding-left: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.submit{
    background-color: #003663;
    border: 0 none;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffffff;
    letter-spacing: 3.20px;
}
section input{
    padding: 5px 10px;
    margin-bottom: 10px
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    height: auto
}
.remove_from_cart_button{
    float: right;
}
.woocommerce-mini-cart__buttons{
    display: none;
}
.woocommerce-mini-cart__total {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px
}
.offset-menu .mobile-menu > li{
    position: relative;
}
.offset-menu .mobile-menu > li .sub-menu{
    padding-left: 30px
}
.offset-menu .mobile-menu > li .sub-menu li{
    margin-bottom: 10px
}
.has-icon > ul > li a:before{
    display: none;
}
.main-category .desktop-category > li img{
    padding: 0px 10px;
    width: auto;
    position: absolute;
    height: 30px;
    top: 5px;
    left: 0px;
}
header nav .nav-item .mega-content li {
    float: left;
    width: 25%;
    padding: 0 15px;
}
header nav .nav-item .mega-content li:nth-child(4n+1) {
    clear: left;
}

header nav .nav-item .dropdown-menu li {
    padding: 0px 20px;
}
header nav .nav-item .dropdown-menu li a {
    line-height: 16px  !important;
    padding: 10px 10px 10px 0  !important;
    color: #333  !important;
    font-size: 14px !important;
    background: none !important;
	min-width: 200px;
}
header nav .nav-item .dropdown-menu li a:hover {
    color: #e19c25 !important;
    background: none !important
}
header nav .nav-item .dropdown-menu li:last-child a {
    border: none;
}
.footer-section2 li {
    display: inline-block;
    padding: 0px 10px;
}
.footer-section2 li a {
    color: #FFF;
    font-weight: normal;
}
footer .footer-inner .menu li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #959595;
    position: absolute;
    left: 0;
    top: 12.5px;
}
footer .footer-inner .menu li:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FFF;
    top: 12px;
}
footer .menu a {
    color: #FFF;
}
footer .menu li {
  padding: 3px 0;
  padding-left: 16px;
  position: relative;
}
.page {
    padding-bottom: 0px;
}

.aside-item .aside-content .nav-category>ul.nav>.nav-item>a.nav-link:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a9";
    margin-left: 2px;
    margin-right: 10px;
}
.aside-item .aside-content .nav-category>ul.nav .nav-item.menu-item-has-children > a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
}
.aside-item .aside-content .nav-category>ul.nav>.nav-item>a.nav-link{
  padding: 5.5px 0px 5.5px 0px;
}
#sort-by ul{
  clear: none;
}
aside .aside-item ul li a{
  padding: 8.5px 0px 8.5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px #ebebeb solid;
  position: relative;
  display: block;
	color: #000;
}
aside .aside-item ul li a:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f22d";
  margin-right: 10px;
  margin-left: 2px
}
.price_slider_wrapper{
  margin-top:10px;
}
.details-product .details-pro .product-price {
    font-size: 2.14286em !important;
    display: inline-block !important;
}
.product-box .price-box .special-price span {
    color: #efca29 !important;
    font-size: 1.07143em !important;
}
.product-box .product-price-old{
  color: #adadad !important;
  font-size: 1.07143em !important;
  }
.featured-product {
  margin-top: 20px
}
.woocommerce-cart-form tr,.woocommerce-cart-form td,.woocommerce-cart-form th{
  border:0px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #fe9707;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce-cart table.cart img{
  width: 80px
}
.woocommerce-cart .product-price{
  font-size: 14px;
  display: table-cell;
}
.woocommerce .quantity .qty{
  padding: 10px;
  width: 60px;
}
.comment-list li{
      background: #fff;
    padding: 10px;
}
.section .collection-main .section-title h2 {
    background: #fe9705;
}

.section>.container>.section-title>h2 a {
    background: #b63448;
}

li.tab-link.has-content.current {
    color: #fe9705 !important;
}

.section-collection ul.tabs.tabs-title li.current:before {
    content: '';
    background: #fe9705;
}

.section_blog .blog-item .blog-item-info .btn {
    background: #b63448;
}
.info.a-left, .info.a-left > a {
    color: #006400;
}

.aside-item .aside-title {
    background: #b63448;
}

.product-tab .tab-link {
    background: #00abee;
}
section#awe-section-3 {
    margin-bottom: 25px;
}
img.thumbnail-product {
    border-radius: 15px;
	height: 663px;
}
.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item {
    display: unset;
}

a.logo-wrapper {
    width: 252px;
}
span.tieu-de-taxi {
    font-size: 17px;
    font-weight: bold;
}
a.hotline-head {
    background: red;
    color: #fff;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 35px;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }

}
.head-goitaxi > h2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
    margin-bottom: 0px;
}
.head-goitaxi > p {
    font-size: 20px;
    font-style: italic;
}
.btn-tt {
    width: 100%;
    background: #f1d15f;
    font-weight: bold!important;
    font-size: 16px;
}
.form {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 15px;
    border-radius: 25px;
}
.noidung-goitaxi > p {
    font-size: 23px;
    text-align: justify;
}
.btn-hotlinegoixe {
    background: red;
    padding: 10px;
    float: right;
    color: #fff;
    border-radius: 33px;
    width: 100%;
    text-align: center;
}
.sec-dichvu {
    background: #ffe99a;
    padding: 30px 0px;
}
.sec-goitaxi {
    padding: 20px 0px 40px;
}
.btn-call {
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    float: left;
    border-radius: 40px;
    margin-bottom: 20px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
a.btn-call.btn-sg {
    background: #0066b7;
}
a.btn-call.btn-bh {
    background: #00b204;
}
a.btn-call.btn-br {
    background: #fdba05;
}
a.btn-call.btn-lt {
    background: red;
    margin-top: 20px;
}
img.img-dv {
    margin-top: 25px;
}
a.btn-call.btn-br:hover {
    color: #000;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
    -4px -4px 6px 0 rgba(116, 125, 136, .5),
inset -4px -4px 6px 0 rgba(255,255,255,.2),
inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
a.btn-call.btn-sg:hover,a.btn-call.btn-bh:hover,a.btn-call.btn-lt:hover {
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .5),
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
.title-2.a-center {
    padding: 20px 0px;
}
.title-2.a-center > h4 {
    font-weight: bold;
    font-size: 21px;
}
.title-2.a-center > p {
    font-size: 16px;
}
.sec-visao{
    background: url(../images/bg.jpg);
    background-position-y: 405px;
}
.overlay {
    background: #000000c9;
    padding: 30px 0;
}
h4.tieude-why {
    color: #fff;
    font-weight:600
}
span.whymota {
    color: #fff;
}
.inf-why {
    margin-left: 100px;
}
.headding-why {
    margin-bottom: 30px;
}
.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 70%;
}
.resize > img{
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.resizes {
    display: block;
    width: 18%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 18%;
    float: left;
}
.resizes > img{
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.sec-dongxe {
    padding: 20px 0px;
}
.head-dongxe {
    margin-bottom: 30px;
}

element.style {
}
.text-left .is-divider, .text-left .star-rating, .text-left .is-star-rating {
    margin-right: auto;
    margin-left: 0;
}
.text-center>div, .text-center>div>div, .text-center .is-divider, .text-center .star-rating, .text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto;
}
.inf-kh {
    margin-left: 250px;
}
p.nd-kh {
    font-size: 20px;
}
h4.kh {
    font-weight: bold;
	font-size: 25px;
}
.sec-kh {
    padding: 10px 0px 30px;
    background: #cfcfcf;
}
.btn-ft {
    float: left;
    width: 100%;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    border-radius: 20px !important;
}
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-zalo {
    bottom: 315px;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ff0000;
    opacity: .1;
    border-color: #ff0000;
    opacity: .5;
}
.btn-frame .zoomIn {
    animation-name: zoomIn;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ff0000;
    opacity: .4;
}
.btn-frame .pulse {
    animation-name: pulse;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff0000;
    position: relative;
    z-index: 1;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
img.initial, img.loaded, img.error {
    opacity: 1;
}
@keyframes zoomIn {
    0% {
      transform: scale(0.5, 0.5);
    }
    50% {
      transform: scale(1.1, 1.1);
    }

  }
  @keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);

	}

	100% {
		transform: scale(0.95);
	}
}
.btn-phone {
    bottom: 230px;
}
@media only screen and (max-width: 768px) {
    .resizes {
        display: block;
        width: 38%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding-top: 38%;
        float: none;
    }
    .inf-kh {
        margin-left: 0px;
    }
  }
div.inf-kh > svg > path {
    fill: #ff0000;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
display:block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float:right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin:0;
max-width: 98.5%;
padding:0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.wrap-content {
    max-width: 1300px;
    padding: 0 15px;
}
.wrap-about {
    padding: 50px 0;
}
.wrap-about .d-flex {
    flex-wrap: wrap;
}
.title-global h2.ttl2 a {
    color: #c93039;
}
.title-global h2.ttl2 {
    margin: 0 0 10px 0;
    color: #c93039;
    font-size: 35px;
    text-transform: uppercase;
}
.title-global--center h2.ttl2 {
    text-align: center;
}
.title-global--category {
    border-bottom: 2px solid #c93039;
    margin-bottom: 20px;
}

.btn-call2 a{
    height: 70px;
    max-width: 400px;
    width: 100%;
    background: linear-gradient(270deg, #ffa500 0, rgba(233, 30, 99, .95) 100%);
    border-radius: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    /* display: block; */
    text-align: center;
}
.btn-call--center a {
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.wrap-thuedulich {
    background: #ffa5002b;
    padding: 50px 0;
}
.divider-line {
    max-width: 153px;
    height: 1px;
    background-color: rgb(249, 0, 0);
    max-width: 153px;
    height: 1px;
    background-color: rgb(249, 0, 0);
    margin-top: 25px;
}
.txt-dongxe {
    color: #c93039;
    font-size: 22px;
}
.lst-thuedulich {
    padding: 30px 0 0;
}
.box-thuexedulich {
    background-color: #ffa500;
    height: 100%;
}
.item-thuedulich {
    display: flex;
    /* background: red; */
    align-content: stretch;
    align-items: stretch;

    margin-bottom: 30px;
}
.name-thuexedulich {
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    /* overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    font-size: 20px;
}
.lst-thuedulich .d-flex {
    flex-wrap: wrap;
}
.paging-product-category .owl-stage {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: stretch;
}
.paging-product-category .owl-stage .owl-item {
    padding: 3px 3px 5px;
}
.product {
    box-shadow: 0 1px 3px -2px #0000001f, 0 1px 2px #0000003d;
    background: #fff;
    height: 100%;
    margin-bottom: 30px;
}
.info-pro {
    padding: 10px;
    text-align: center;
}
.name-product {
    margin: 0 0 10px 0;
    font-size: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cl-red {
    color: red;
    font-weight: bold;
}
.wrap-product  {
    padding: 50px 0;
}
.paging-product-category {
    position: relative;
}
.control-owl .owl-prev{
    left: 0;
}
.control-owl .owl-next{
    right: 0;
}
.control-owl button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 30%;
    z-index: 1;
}
.wrap-product .container:not(:last-child) {
    margin-bottom: 30px;
}
.box-product {
    display: block;
}
.box-taisao {
    max-width: 700px;
    margin: 0 auto;
}
.box-baixe {
    margin: 30px 0;
}
.info-ts p{
    font-size: 14px;
}
.info-ts h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #c93039;
}
.section-count {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    overflow: hidden;
}
.section-count.animated .skills li .progress{
    width: 80%;
}
.heading-block {
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.text-black-50 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 20px;
}
.ttl-sochuyen {
    font-size: 36px; letter-spacing: -1px;
    font-weight: bold;
}
.color {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #f2973c;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}
.skills {
    margin: 0 auto;
    list-style: none;
    position: relative;
    max-width: 600px
}
.skills li {
    position: relative;
    margin-top: 38px;
    height: 4px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
}
.skills li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f2973c;
    overflow: visible !important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
}

.progress.skills-animated:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    color: #e83c3c;
    position: absolute;
    right: -5px;
    top: -3px;
    font-size: 36px;
}

.progress:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    background-color: #fff;
    border: 4px solid #e83c3c;
    border-radius: 50%
}

.progress-percent:before {
    display: none
}

.progress-percent:after {
    background-color: #fff;
    border: none;
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    content: ' ';
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateX(-14%) translateY(-69%) rotate(45deg);
    transform: translateX(-14%) translateY(-69%) rotate(45deg);
    border-radius: 2px;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .24);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .24);
    bottom: -7.8px
}

.skills li .progress-percent {
    position: absolute;
    border-radius: 2px;
    top: -50px;
    right: -20px;
    padding: 5px 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    height: auto;
    font-size: 15px;
    line-height: 16px;
    text-shadow: none;
    color: #232d41
}
.wrap-hanhtrinh {
    text-align: center;
}
.btn-hanhtrinh {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none;
    display: block;
    max-width: 300px;
    margin: 0 auto 40px;
    border-radius: 3px;
}
.btn-hanhtrinh:hover {
    border: 2px solid #fdb800;

}



.wrap-hanhtrinh {
    /* background: #ffa5002b; */
    padding: 50px 0;
}
.lst-hanhtrinh {
    padding: 30px 0 0;
}
.box-hanhtrinh {
    /* background-color: #ffa500; */
    height: 100%;
}
.box-hanhtrinh:hover .name-hanhtrinh {
    color: #ffa500;
}
.img-hanhtrinh {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    overflow: hidden;
}
.item-hanhtrinh {
    display: flex;
    /* background: red; */
    align-content: stretch;
    align-items: stretch;

    margin-bottom: 30px;
}
.name-hanhtrinh {
    text-align: center;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.lst-hanhtrinh .d-flex {
    flex-wrap: wrap;
}


.wrap-tintuc {
    padding: 50px 0;
    background: #F5F5F5
  }

  .wrap-tintuc .title-global {
    margin-bottom: 30px
  }

  @media (max-width: 767px) {
    .wrap-tintuc #video {
      margin-top: 30px
    }
  }

  .select_video {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
    -webkit-appearance: none;
    border-radius: 5px;
  }

  .chonvideo {
    list-style: none;
    padding: 0px 5px;
    box-sizing: border-box;
    float: left;
    width: 33.3%
  }

  .box_new {
    /* float: left;
    width: 100%; */
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px dashed #cacaca;
    display: flex;
  }

  .box_new:hover .ds_new h3 {
    color: var(--color-main2)
  }

  .box_new .img_new {
    /* float: left; */
    width: 30%;
    margin-right: 10px;
    border: 1px solid #ccc
  }

  .ds_new {
    /* padding-top: 10px; */
    box-sizing: border-box;
    width: 70%;
  }

  .ds_new h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .ds_news h3:hover {
    color: var(--color-main2)
  }

  .mt_news {
    font-size: 15px;
    padding-top: 5px
  }

  .mt_news p {
    line-height: 20px;
    height: 60px;
    overflow: hidden
  }

  .view_news {
    color: #c93039;
    padding-top: 10px;
    display: inline-block;
    font-weight: 500
  }
  .img-pos-news {
    position: relative;
    height: 100%;
    display: block;
}
  .img-pos-news img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tuvan-input {
    margin-bottom: 20px;
    position: relative;
}
.tuvan-input button {
    text-transform: capitalize;
    background-color: #fdb800;
    -webkit-appearance: button;
    width: 100%;
    border: none;
    color: #000;
    font-weight: 500;
    height: 40px;
    border-radius: 5px;
}
.invalid-feedback {
    display: none;
}
.wrap-baogia {
    padding: 50px 0;
}
.box-baogia {
    margin-top: 30px;
}
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}


.hidden {
    display: none; }

  .clear {
    clear: both; }

  .none {
    display: none; }

  .hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden; }
.flex-pro {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.flex-pro .item-pro {
    margin-bottom: 30px;
}
.box-product {
    /* pointer-events: none; */
cursor: default;
}
.contact-map {
    position: relative;
    padding-bottom: 40%;
    margin-bottom: 50px;
}
.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }

  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }

  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }

  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }

  .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }

  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }

  .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }

  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
  }

  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
  }

  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
  }

  .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }

  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }

  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }

  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }

  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }

  .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }

  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }

  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }

  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }

  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }

  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
  }

  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }

  .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
  }

  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }

  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
.sub-mn {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ededed;
    min-width: 250px;
    text-align: left;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
header nav .menu-item:hover .sub-mn {
    opacity: 1;
    visibility: visible;
}
.sub-mn li {

}
.sub-mn li a {
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #ffffff7d;
}
@media (max-width: 767px) {
    .img_hv{
        margin-top: 20px;
    }
    .title-global h2.ttl2 {
        font-size: 25px;
    }
    .item-ts {
        margin-bottom: 15px;
    }
}
.blog-item-trech {
    align-items: stretch;
    margin-bottom: 30px;
}
.d-flex-cus {
    display: flex;
    flex-wrap: wrap;
}
.hidden-xs-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pagination-home {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .header-content {
        padding: 0;
    }
    header nav {
        padding: 0;
    }
    header nav .logo img {
        max-height: 70px;
    }
}