.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: 35px;
    height: 35px
}

.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: 0;
    box-shadow: none;
}

header nav .menu-item {
    float: left
}

header nav .menu-item>a {
    padding: 15.5px 15px;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
}

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: #1f3f66;
}

@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: 30px;
    background: #e9e9e9;
}



.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;
    }
}

.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
}

.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: #1f3f66
}

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

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

header nav .menu-item.active>a {
    color: #d6292f !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 > p,
.wpcf7 p {
  margin-bottom: 35px;
}

.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;
}
.nav>li>a{
    color: #fff;
}
.logo.inline-block img {
    width: 300px;
}
body > header > nav > div:nth-child(1) > div > div.container::before{
    display: none;
}
.title>h2 {
    text-align: center;
}
.submit-dv {
    background: #14365f;
    color: #fff;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.wpcf7-spinner {
    width: 0px;
}
.dkydv {
    border: 2px solid #1f3f66;
    margin: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
a.btn-xtc {
    background: #d6292f;
    box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
    -moz-box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
    -webkit-box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
h2.tiltle-kh {
    text-transform: uppercase;
    font-weight: bold;
    color: #14365f;
}
.resizes {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 120%;
}
.resizes>img {
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 20, 31, 0) 0%, #05141f 100%);
    transform-origin: 50% 50%;
    transition: transform .5s ease;
}
.deskh {
    padding: 0px 5px 5px 5px;
    background: #1f3f66;
}
.itemp {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section.tv {
    background: #1f3f66;
    padding: 10px 0 30px 0;
}
h3.namett {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}
.col-4,.col-8{
    padding: 0px;
}
.tt-ngang {
    margin-bottom: 15px;
}
.tt-ngang {
    margin-bottom: 15px;
    background: #1f3f66;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.des-tt {
    padding: 12px;
}
.resizett {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 70%;
}
.resizett>img {
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 20, 31, 0) 0%, #05141f 100%);
    transform-origin: 50% 50%;
    transition: transform .5s ease;
}
.resizess {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 62.8%;
}
.resizess>img {
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 20, 31, 0) 0%, #05141f 100%);
    transform-origin: 50% 50%;
    transition: transform .5s ease;
}
.itemtt {
    background: #1f3f66;
}
section.khoahoc {
    margin-bottom: 30px;
}
.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
footer.footer a,footer.footer p {
    color: #fff;
}
.currency {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.currency select {
	background: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .2em top 50%, 0 0;
    background-size: .50em auto, 100%;
	border: 0;
	padding-right: 20px;
	font-size: 22px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.currency input {
	border: 0;
	background: transparent;
	font-size: 22px;
	text-align: right;
}

.middle {
	color: rgb(0, 117, 235);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.middle button {
	background-color: #fff;
	border: 2px solid #ecf0f1;
	border-radius: 50%;
	cursor: pointer;
	color: rgb(0, 117, 235);
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	transform: rotate(90deg);
}

.middle button:active {
	transform: rotate(90deg) scale(0.9);
}

.middle .rate {
	background-color: #fff;
	border: 2px solid #ecf0f1;
	border-radius: 50px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 10px;
	margin: 30px 15px 30px 25px;
}

select:focus, input:focus, button:focus {
	outline: 0;
}



.tbtg {
    padding: 10px;
    margin-bottom: 20px;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.currency h4 {
    font-size: 25px;
    font-weight: bold;
    padding-left: 30px;
}
@media (max-width: 768px) {
	.top-list-box li {
    justify-content: flex-start !important;
    margin-bottom: 8px;
}
	.site-footer .top-list-box {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
    .tbtg {
        width: 100%;}
}
.alignnone {
    margin: 5px 20px 20px 0;
    }
    .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;
    max-width: 100%; /* 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;
    padding:0;
    width: auto;
    }
    .wp-caption p.wp-caption-text {
     font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 8px 4px 5px;
    }
section.tintuc {
    margin-bottom: 30px;
}
.top-list-box {
    padding: 28px 10px 18px 25px;
    border-bottom: 1px solid #fff;
}
.site-footer .top-list-box {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
}
.top-list-box li a img {
    width: 22px;
    height: auto;
    margin-right: 10px;
}
.bo-goc{
	    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
}
}