.row:before, .row:after {
    display: none !important;
}

.navigation.pagination {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.navigation.pagination .screen-reader-text {
    display: none;
}

.navigation.pagination .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}

.navigation.pagination .page-numbers {
    background: #ffffff;
    color: #000;
    padding: 8px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
}

.navigation.pagination .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.navigation.pagination .page-numbers.current {
    background: #ec2128;
    color: #fff;
    border: 1px solid #ec2128;
}

ul.woocommerce-mini-cart.cart_list li {
    float: left;
    width: 100%;
}

ul.woocommerce-mini-cart.cart_list li>a, ul.woocommerce-mini-cart.cart_list li>.quantity {
    float: left;
}

ul.woocommerce-mini-cart.cart_list li>a {
    width: 20%;
}

ul.woocommerce-mini-cart.cart_list li>a.remove {
    width: 5%;
}

ul.woocommerce-mini-cart.cart_list li>.quantity {
    width: 75%;
    text-align: right;
}

ul.woocommerce-mini-cart.cart_list li>.quantity .name {
    font-weight: bold;
}

.woocommerce-page ul.cart_list li img {
    width: 60px !important;
    height: 60px !important;
    float: left;
    margin-right: 10px;
}

.woocommerce-mini-cart__buttons {
    text-align: center;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
}

.woocommerce-mini-cart__buttons > a {
    display: block;
    margin: 0 auto;
    background: #F62D3E;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.woocommerce-mini-cart__buttons > a.checkout {
    color: #474C5F;
    background: #EBEBEB;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #F62D3E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .quantity .qty {
    width: auto;
    padding: 0;
}

.woocommerce-products-header .woocommerce-products-header__title {
    padding-top: 0;
    margin-top: 0;
}

.category-gallery img {
    width: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #EBEBEB;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs .splide__arrows {
    position: absolute;
    display: contents;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #EBEBEB;
}

.entry-summary .price ins {
    text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f62d3e;
}

.woocommerce .entry-summary .quantity .qty {
    height: 40px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering select {
    height: 34px;
}

.woocommerce-cart-form th, .woocommerce-cart-form td {
    border-left-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 40px;
}

.pagination_pagetemplate {
    text-align: center;
}

.pagination_pagetemplate .page-numbers {
    background: #ffffff;
    color: #000;
    padding: 8px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
}

.pagination_pagetemplate .page-numbers.current {
    background: #1ba0e2;
    color: #fff;
    border: 1px solid #1ba0e2;
}

.pagination_pagetemplate .screen-reader-text {
    display: none;
}

.pagination_pagetemplate .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}

.pagination_pagetemplate .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

section.bread_crumb {
    padding: 10px 0;
    color: #ec2128 !important;
    font-size: 15px;
}

section.bread_crumb a {
    color: #222 !important;
}

section.bread_crumb i {
    color: #222 !important;
}

section.bread_crumb .woocommerce-breadcrumb {
    margin: 0;
    color: #ec2128 !important;
    display: inline-block;
}

footer .back-to-top {
    position: fixed;
    bottom: 10px;
    right: -50px;
    z-index: 100;
    transition: all .5s ease-out;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #ec2128;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

footer .back-to-top.display {
    right: 10px;
}

footer .back-to-top .fa {
    font-size: 20px;
    line-height: 35px;
}

@media only screen and (max-width: 580px) {
    .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) {
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*HEADER*/
header.header {
    background-color: rgb(255 255 255 / 45%);
    background-repeat: no-repeat;
    background-size: cover;
}

header.header_index {
    width: 100%;
}

.header_top {
    padding: 10px 0;
    color: #e2e2e2;
    border-bottom: 1px solid #00000033;
}

.header_top ul.info__header_top {
    list-style: none;
}

.header_top ul.info__header_top li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

.header_top ul.info__header_top li a {
    color: #e2e2e2;
}

.header_top ul.acccount__header_top {
    list-style: none;
    text-align: right;
}

.header_top ul.acccount__header_top li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

.header_top ul.acccount__header_top li a {
    color: #e2e2e2;
}

.header_main {
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
}

.header_main .row {
    align-items: center;
}

.header_main .logo_desktop img {
    max-width: 250px;
    height: 100px;
}

.header_main .search_desktop {
}

.header_main .search_desktop form {
    margin-bottom: 0;
    border: 1px solid #b9050c;
    border-radius: 20px;
    box-shadow: 0px -1px 10px 0px rgb(88 83 153 / 10%);
}

.header_main .search_desktop form input[type="search"] {
    background: #fff0;
    border: 0;
    color: #000000;
    padding: 5px 15px;
}

.header_main button.btn {
    border: 1px solid #ec2128 !important;
    border-radius: 100% !important;
    color: white !important;
    background: #ec2128 !important;
}

.header_main .search_desktop form input[type="search"]::placeholder {
    color: #e2e2e2;
}

.header_main .search_desktop form button[type="submit"] {
    background: #fff0;
    color: #bdc0c1;
}

.header_main .hotline_desktop {
    float: right;
    padding-left: 20px;
}

.header_main .hotline_desktop img {
    max-width: 40px;
    margin-right: 5px;
    float: left;
}

.header_main .hotline_desktop .hotline_text {
    padding-left: 45px;
}

.header_main .hotline_desktop .hotline_text a {
    font-size: 20px;
    color: #f00;
    line-height: 1.1;
    font-weight: 600;
}

.header_main .hotline_desktop .hotline_text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000304;
    line-height: 1.1;
}

.header_main .logo_mobile {
    text-align: center;
    margin-bottom: 10px;
}

.header_main .logo_mobile img {
    max-width: 200px;
}

.header_main .search_mobile {
    margin: 5px 0;
}

.header_main .search_mobile form {
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
    border-radius: 44px;
}

.header_main .search_mobile form input[type="search"] {
    background: #fff0;
    border: 0;
    color: #e2e2e2;
}

.header_main .search_mobile form input[type="search"]::placeholder {
    color: #e2e2e2;
}

.header_main .search_mobile form button[type="submit"] {
    background: #fff0;
    color: #e2e2e2;
}

.header_main #trigger-mobile {
    position: absolute;
    top: 8px;
    left: 18px;
}

.header_bottom {
    background-color: #ec2128;
    position: relative;
}

.header_bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    background-color: #ec2128;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.menu_mobile .title_items {
    background: #f6f6f7;
    padding: 10px;
    color: #888;
    font-size: 13px;
}

.box_login {
    padding: 30px 15px;
    background: url(../../../vimgsrc/bg-leftmenu-mobile.jpg) 0 0/cover no-repeat;
    min-height: 180px;
    box-shadow: 0 1px 2px #999;
}

.box_login .action_link {
    margin-top: 15px;
    text-align: center;
}

.box_login .action_link a {
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #ffffff80;
    margin-right: 5px;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.box_login .action_link a:last-child {
    margin-right: 0;
}

.box_login .avatar {
    text-align: center;
}

.box_login .avatar img.img_user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.box_login .avatar .hello_user {
    color: #fff;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
}

.box_login .avatar .hello_user a {
    color: #fff;
}

.box_login #close_nav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    z-index: 5;
    display: block;
}

.box_login #close_nav img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    z-index: 5;
    display: block;
}

/*END HEADER*/
/*SIDER*/
.slider_home {
    position: relative;
}

.item__slider_home {
    position: relative;
}

.item__slider_home img {
    width: 100%;
    /*    height: 100vh;*/
    height: auto;
    object-fit: fill;
}

.slider_home .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: 20px;
}

.slider_home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px outset #fff;
    background-color: #00000033;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    padding: 1px 6px;
}

.slider_home .slick-dots li button {
    display: none;
}

.slider_home .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    background-color: #ec2128;
    border-radius: 6px;
}

/*END SIDER*/
/*FOOTER*/
.footer_main {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #ec2128;
    position: relative;
    color: #e2e2e2;
    padding: 40px 0;
}

.footer_main:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0,0,0,.8);
}

.footer_main h3.h3_titlehead__ftm {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e2e2e2;
    text-transform: uppercase;
}

.boxinfo__ftm, .boxmenu__ftm {
    margin-bottom: 15px;
}

.flexinfo__ftm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flexinfo__ftm .img_flexinfo__ftm {
    max-width: 50px;
    flex: 0 0 100%;
}

.flexinfo__ftm .img_flexinfo__ftm img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.flexinfo__ftm .info_flexinfo__ftm {
    max-width: calc(100% - 70px);
    flex: 0 0 100%;
    font-size: 15px;
}

.flexinfo__ftm .info_flexinfo__ftm a {
    color: #fff;
}

.flexinfo__ftm .info_flexinfo__ftm .rowinfo {
    margin-bottom: 1px;
}

.flexinfo__ftm .info_flexinfo__ftm .rowinfo strong {
    font-size: 19px;
    font-weight: 700;
}

.flexinfo__ftm .info_flexinfo__ftm .rowinfo.mail a {
    color: #1ba0e2;
}

.boxmenu__ftm ul.footer_menu {
}

.boxmenu__ftm ul.footer_menu li {
}

.boxmenu__ftm ul.footer_menu li a {
    color: #e2e2e2;
    font-size: 15px;
}

.footer_copyright {
    text-align: center;
    color: #656565;
    font-size: 1em;
    position: relative;
    padding: 10px 0;
    background-color: #121212;
}

.footer_copyright .footer_copyright__content {
    text-align: center;
}

.footer_gov {
    padding: 15px 0;
}

.footer_gov .footer_gov__content {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}


.sectionwidget_baiviet {
    margin-bottom: 30px;
}

.sectionwidget_baiviet h2.titlehead_swb {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #253d52;
    line-height: 1.1;
}

.sectionwidget_baiviet h2.titlehead_swb a {
    color: #253d52;
}

.sectionwidget_baiviet .titleline {
    text-align: center;
}

.sectionwidget_baiviet .titleline .tl-1, .titleline .tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.sectionwidget_baiviet .titleline .tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #ec2128;
    border-radius: 50px;
}

.sectionwidget_baiviet .deshead_swb {
    color: #212529;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.itemfirst__swb {
    margin-bottom: 15px;
}

.itemfirst__swb .img_itemfirst__swb {
    width: 100%;
    height: 360px;
}

.itemfirst__swb .img_itemfirst__swb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.itemfirst__swb h3.title_itemfirst__swb {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #323c3f;
    margin-top: 7px;
    margin-bottom: 7px;
}

.itemfirst__swb .des_itemfirst__swb {
    color: #212529;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.itemfirst__swb .date_itemfirst__swb {
    color: #888;
    font-size: 16px;
}

.item__swb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.img_item__swb {
    max-width: 160px;
    flex: 0 0 100%;
}

.img_item__swb img {
    width: 100%;
    height: 105px;
    object-fit: fill;
}

.info_item__swb {
    max-width: calc(100% - 170px);
    flex: 0 0 100%;
}

.info_item__swb h3.title_item__swb {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1ba0e2;
    margin-bottom: 10px;
}

.info_item__swb h3.title_item__swb a {
    color: #050000;
    font-weight: 700;
    font-size: 17px;
}

.info_item__swb .des_item__swb {
    color: #212529;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.info_item__swb .date_item__swb {
    color: #888;
    font-size: 13px;
}

@media only screen and (max-width: 580px) {
    .sectionwidget_baiviet .deshead_swb {
        margin-bottom: 20px;
    }

    .itemfirst__swb .img_itemfirst__swb {
        height: 250px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .sectionwidget_baiviet .deshead_swb {
        margin-bottom: 20px;
    }

    .itemfirst__swb .img_itemfirst__swb {
        height: 250px;
    }
}

@media only screen and (min-width: 901px) {
}

.section_widgetlocationtour {
    margin: 90px 0 60px;
}

.section_widgetlocationtour h2.titlehead_swlt {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #253d52;
    line-height: 1.1;
}

.section_widgetlocationtour h2.titlehead_swlt span {
    color: #1ba0e2;
}

.section_widgetlocationtour .titleline {
    text-align: center;
}

.section_widgetlocationtour .titleline .tl-1, .titleline .tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.section_widgetlocationtour .titleline .tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #1ba0e2;
    border-radius: 50px;
}

.section_widgetlocationtour .deshead_swlt {
    color: #212529;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.loop_swlt {
    position: relative;
}

.loop_swlt .item_swlt {
    position: relative;
    overflow: hidden;
}

.loop_swlt .item_swlt .img__item_swlt {
    position: relative;
}

.loop_swlt .item_swlt .img__item_swlt img {
    width: auto;
}

.loop_swlt .item_swlt .overlay__item_swlt {
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}

.loop_swlt .item_swlt .overlayfront__item_swlt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loop_swlt .item_swlt .info__item_swlt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.loop_swlt .item_swlt h3.title_info__item_swlt {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding: 0px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.loop_swlt .item_swlt .link_info__item_swlt {
    margin-bottom: -50px;
    transition: margin .2s ease-out;
    padding: 0px 25px 25px 25px;
    position: relative;
}

.loop_swlt .item_swlt .link_info__item_swlt a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ec2128;
}

.loop_swlt .item_swlt .divider_info__item_swlt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-color: #ec2128;
}

.loop_swlt .item_swlt:hover .overlay__item_swlt {
    opacity: .65;
}

.loop_swlt .item_swlt:hover .overlay__item_swlt {
    opacity: .65;
}

.loop_swlt .item_swlt:hover .link_info__item_swlt {
    margin-bottom: 0;
}

.loop_swlt .slick-arrow {
    display: none !important;
}

@media only screen and (max-width: 580px) {
    .section_widgetlocationtour {
        margin: 30px 0 30px;
    }

    .section_widgetlocationtour .deshead_swlt {
        margin-bottom: 20px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .section_widgetlocationtour {
        margin: 30px 0 30px;
    }

    .section_widgetlocationtour .deshead_swlt {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 901px) {
}

.section_widgettourholiday {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    color: #fff;
    background-color: #2d3948;
}

.section_widgettourholiday .row {
    align-items: center;
}

.boxleft_swth {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
}

h5.title1__boxleft_swth {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    color: #fff;
}

h2.title2__boxleft_swth {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

div.des__boxleft_swth {
    margin-bottom: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

a.link__boxleft_swth {
    background-color: #ec2128;
    border: 1px solid #ec2128;
    color: #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    transition: .5s;
}

a.link__boxleft_swth:hover {
    color: #fff;
    background-color: #1680b4;
    border: 1px solid #1680b4;
}

.boxright_swth {
    box-shadow: 0 8px 15px rgb(0 0 0 / 15%);
    position: relative;
}

@media only screen and (max-width: 580px) {
    .boxleft_swth {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .boxright_swth {
        padding-bottom: 40px;
    }

    h5.title1__boxleft_swth {
        font-size: 16px;
    }

    h2.title2__boxleft_swth {
        font-size: 35px;
    }

    div.des__boxleft_swth {
        font-size: 15px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .boxleft_swth {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h5.title1__boxleft_swth {
        font-size: 15px;
    }

    h2.title2__boxleft_swth {
        font-size: 30px;
    }

    div.des__boxleft_swth {
        font-size: 15px;
    }
}

@media only screen and (min-width: 901px) {
}


.section_tabproduct {
    margin: 30px 0 30px;
}

.section_tabproduct h2.titlehead_swtp {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #253d52;
    line-height: 1.1;
}

.section_tabproduct h2.titlehead_swtp span {
    color: #1ba0e2;
}

.section_tabproduct .titleline {
    text-align: center;
}

.section_tabproduct .titleline .tl-1, .titleline .tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.section_tabproduct .titleline .tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #ec2128;
    border-radius: 50px;
}

.section_tabproduct .deshead_swtp {
    color: #212529;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.section_tabproduct .content {
    margin: 30px 0;
}

.section_tabproduct .content ul.tabs_catproduct {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.section_tabproduct .content ul.tabs_catproduct li {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    cursor: pointer;
}

.section_tabproduct .content ul.tabs_catproduct li.current {
    color: #ec2128;
}

.looptabs_product {
    position: relative;
}

.looptabs_product .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.itemtabs_product {
    margin-bottom: 30px;
}

.img__itemtabs_product {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.img__itemtabs_product img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.7s ease 0s;
}

.img__itemtabs_product .sale {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 3px 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
    margin: 0;
    min-height: inherit;
    line-height: 26px;
    display: inline-block;
    background-color: #f4364f;
    z-index: 2;
}

.info__itemtabs_product {
    position: relative;
    background: #fff;
    padding: 0 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0 4px 7px rgb(0 0 0 / 9%);
}

h3.h3title__itemtabs_product {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    line-height: 1.15;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

h3.h3title__itemtabs_product a {
    color: #000000;
    font-weight: 800;
}

h3.h3title__itemtabs_product a:hover {
    color: #1ba0e2;
}

.price-vehicle__itemtabs_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 5px;
}

.price-vehicle__itemtabs_product .price {
    max-width: calc(100% - 80px);
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #ff0000;
    line-height: 1.1;
    font-weight: 500;
    text-decoration: inherit;
}

.price-vehicle__itemtabs_product .price ins {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #e21b1b;
    line-height: 1.1;
    font-weight: 500;
    text-decoration: inherit;
    order: 1;
}

.price-vehicle__itemtabs_product .price del {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    order: 2;
}

.price-vehicle__itemtabs_product .vehicle {
    max-width: 70px;
    flex: 0 0 100%;
}

.price-vehicle__itemtabs_product .vehicle ul.vehicle_list {
    text-align: right;
}

.price-vehicle__itemtabs_product .vehicle ul.vehicle_list li {
    display: inline-block;
}

.price-vehicle__itemtabs_product .vehicle ul.vehicle_list li img {
    max-width: 18px;
}

.info_timetour {
    padding-bottom: 20px;
}

.info_timetour ul {
    list-style: none;
}

.info_timetour ul li {
    padding: 3px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
}

.info_timetour ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.itemtabs_product:hover .img__itemtabs_product img {
    transform: scale(1.1);
}

.looptabs_product .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: 0px;
}

.looptabs_product .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #b7babb;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    padding: 1px 6px;
}

.looptabs_product .slick-dots li button {
    display: none;
}

.looptabs_product .slick-dots li.slick-active {
    background-color: #ec2128;
}

@media only screen and (max-width: 580px) {
    .section_tabproduct .deshead_swtp {
        margin-bottom: 5px;
    }

    /*.itemtabs_product{
        margin-bottom: 5px;
    }*/
    .looptabs_product .slick-slide {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .section_tabproduct .deshead_swtp {
        margin-bottom: 5px;
    }

    /*.itemtabs_product{
        margin-bottom: 5px;
    }*/
}

@media only screen and (min-width: 901px) {
}

.page_contact {
}

.colleft__page_contact {
    margin-bottom: 30px;
}

.colleft__page_contact h1.titlehead_colleft {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.colleft__page_contact div.deshead_colleft {
    color: #333;
    font-size: 14px;
}

.colleft__page_contact .form_colleft {
    margin-top: 15px;
}

.colleft__page_contact .form_colleft form {
    margin-bottom: 0;
}

.flex_2_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_2_form .col_2_form {
    max-width: 48%;
    flex: 0 0 100%;
}

.flex_1_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_1_form .col_1_form {
    max-width: 100%;
    flex: 0 0 100%;
}

.colleft__page_contact .form_colleft form .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.colleft__page_contact .form_colleft form .title >span {
    color: red;
    font-size: 13px;
}

.colleft__page_contact .form_colleft form input[type="text"], .colleft__page_contact .form_colleft form input[type="email"] {
    color: #55595c;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.colleft__page_contact .form_colleft form textarea {
    height: 120px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.colleft__page_contact .form_colleft form input[type="submit"] {
    background: #ec2128;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.colright__page_contact {
    margin-bottom: 30px;
}

.colright__page_contact .logo_colright {
}

.colright__page_contact .logo_colright img {
}

.colright__page_contact .slogan_colright {
    color: #333;
    font-size: 14px;
}

.colright__page_contact ul.info_colright {
    list-style: none;
}

.colright__page_contact ul.info_colright li {
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.colright__page_contact ul.info_colright li a {
    color: #ec2128;
}

.ggmap_pagecontact {
    display: grid;
}

@media only screen and (max-width: 580px) {
    .page_contact .xs_left {
        order:2;
    }

    .page_contact .xs_right {
        order: 1;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) {
}

.page_default {
    display: block;
    margin-bottom: 30px;
}

.page_default h1.titlehead__page_default {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.page_default .content__page_default {
    color: #212529;
    font-size: 15px;
}

.page_archivepost {
    margin-bottom: 30px;
}

.page_archivepost h1.titlehead__page_archivepost {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.left__page_archivepost {
}

.left__page_archivepost .box_catpost {
    margin-top: 40px;
    margin-bottom: 20px;
}

.left__page_archivepost .box_catpost div.titlehead__box_catpost {
    padding: 7px 10px;
    border-bottom: 1px solid #ec2128;
    background-color: #ec2128;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
}

.left__page_archivepost .box_catpost div.titlehead__box_catpost h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.left__page_archivepost .box_catpost ul {
    display: block;
    border: 1px solid #ebebeb;
}

.left__page_archivepost .box_catpost ul li {
    display: block;
}

.left__page_archivepost .box_catpost ul li a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #f8f8f8;
}

.left__page_archivepost .box_catpost ul li a:hover {
    color: #ec2128;
}

.left__page_archivepost .box_catproduct {
    margin-top: 40px;
    margin-bottom: 20px;
}

.left__page_archivepost .box_catproduct div.titlehead__box_catproduct {
    padding: 7px 10px;
    border-bottom: 1px solid #47b3e9;
    background-color: #47b3e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
}

.left__page_archivepost .box_catproduct div.titlehead__box_catproduct h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.left__page_archivepost .box_catproduct ul {
    display: block;
    border: 1px solid #ebebeb;
    background: #fff;
}

.left__page_archivepost .box_catproduct ul li {
    display: block;
    position: relative;
}

.left__page_archivepost .box_catproduct ul li a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #f8f8f8;
}

.left__page_archivepost .box_catproduct ul li a:hover {
    color: #1ba0e2;
}

.left__page_archivepost .box_catproduct ul li i.fa {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.left__page_archivepost .box_catproduct ul.ul_sub {
    border: 0;
    padding-left: 15px;
    display: none;
}

.left__page_archivepost .box_catproduct ul.ul_sub li {
}

.left__page_archivepost .box_catproduct ul.ul_sub li a {
    border: 0;
}

.left__page_archivepost .box_catproduct ul.ul_sub_2 {
    border: 0;
    padding-left: 15px;
    display: none;
}

.left__page_archivepost .box_catproduct ul li.active > a {
    color: #1ba0e2;
}

.left__page_archivepost .box_catproduct ul li.active > ul.ul_sub {
    display: block !important;
}

.left__page_archivepost .box_catproduct ul.ul_sub li.active > ul.ul_sub_2 {
    display: block;
}

.sidebar_news {
    margin-bottom: 30px;
}

.sidebar_news h3.titlehead__sidebar_news {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
}

.sidebar_news .loop__sidebar_news {
}

.sidebar_news .item_sidebar_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.sidebar_news .img__isn {
    max-width: 70px;
    flex: 0 0 100%;
}

.sidebar_news .info__isn {
    max-width: calc(100% - 80px);
    flex: 0 0 100%;
}

.sidebar_news h3.name__isn {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
}

.sidebar_news div.date__isn {
    font-size: 12px;
    font-style: italic;
}

article.blog_item {
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
}

article.blog_item .img__blog_item {
    position: relative;
}

article.blog_item .img__blog_item img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

article.blog_item .date__blog_item {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
    background: #ec2128;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    border-radius: 3px;
}

article.blog_item .date__blog_item span {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-top: 0;
}

article.blog_item h3.name__blog_item {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.blog_item h3.name__blog_item a {
    color: #333;
}

article.blog_item h3.name__blog_item a:hover {
    color: #1ba0e2;
}

article.blog_item .des__blog_item {
    font-size: 14px;
    color: #333;
}

.page_singlepost {
    margin-bottom: 30px;
}

.page_singlepost h1.titlehead__singlepost {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.page_singlepost .postby__singlepost {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin: 8px 0;
}

.page_singlepost .content__singlepost {
    color: #212529;
    font-size: 15px;
}

.page_singlepost .blog_related {
    background-color: #f8f8f8;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page_singlepost .blog_related h2 {
    color: #222;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.page_singlepost .blog_related .blog_entry h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.page_singlepost .blog_related .blog_entry h3 a {
    font-size: 14px;
    color: #222;
}

.page_singlepost .blog_related .blog_entry h3 a i {
    width: 15px;
    font-weight: bold;
}

#comments textarea {
    border-radius: 10px!important;
}

#comments input[type="submit"] {
    color: #fff;
    background: #1ba0e2;
    border: #1ba0e2;
    border-radius: 10px!important;
    padding: 10px;
}

@media only screen and (max-width: 580px) {
    .xsleft_archivepost {
        order:2;
    }

    .xsright_archivepost {
        order: 1;
    }

    .xsleft_singlepost {
        order: 2;
    }

    .xsright_singlepost {
        order: 1;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) {
}

.page_dangnhap {
    margin-bottom: 30px;
}

.paddingright__page_dangnhap {
    padding-right: 30px;
}

.paddingleft__page_dangnhap {
    padding-left: 30px;
}

.titlehead__page_dangnhap {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
}

.titlehead__page_dangnhap:after {
    content: "";
    background: #000;
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 30px;
}

.des__page_dangnhap {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.btndangky__page_dangnhap {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    line-height: normal;
    height: auto;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.btndangky__page_dangnhap:hover {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: 1px solid #000;
}

@media only screen and (max-width: 580px) {
    .paddingright__page_dangnhap {
        padding-right: 00px;
    }

    .paddingleft__page_dangnhap {
        padding-left: 0px;
    }

    .titlehead__page_dangnhap {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .titlehead__page_dangnhap:after {
        margin-top: 15px;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .paddingright__page_dangnhap {
        padding-right: 10px;
    }

    .paddingleft__page_dangnhap {
        padding-left: 10px;
    }

    .titlehead__page_dangnhap {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .titlehead__page_dangnhap:after {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 901px) {
}

.page_tourkhuyenmai {
    background: #f5f5f5;
    padding: 10px 0;
}

.page_tourkhuyenmai h1.titlehead__page_tourkhuyenmai {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    color: #1ba0e2;
    font-size: 24px;
    font-weight: 500;
}

.page_tourkhuyenmai h1.titlehead__page_tourkhuyenmai:before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    bottom: -5px;
    background-color: #1ba0e2;
}

@media only screen and (max-width: 580px) {
    .page_tourkhuyenmai h1.titlehead__page_tourkhuyenmai {
        font-size: 20px;
        text-align: center;
    }

    .page_tourkhuyenmai h1.titlehead__page_tourkhuyenmai:before {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) {
}

.page_archiveproduct {
    background: #f5f5f5;
    padding: 10px 0;
}

.page_archiveproduct h1.titlehead__page_archiveproduct {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    color: #ec2128;
    font-size: 24px;
    font-weight: 500;
}

.page_archiveproduct h1.titlehead__page_archiveproduct:before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    bottom: -5px;
    background-color: #ec2128;
}

.left__page_archiveproduct .box_catproduct {
    margin-top: 40px;
    margin-bottom: 20px;
}

.left__page_archiveproduct .box_catproduct div.titlehead__box_catproduct {
    padding: 7px 10px;
    border-bottom: 1px solid #ec2128;
    background-color: #ec2128;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
}

.left__page_archiveproduct .box_catproduct div.titlehead__box_catproduct h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.left__page_archiveproduct .box_catproduct ul {
    display: block;
    border: 1px solid #ebebeb;
    background: #fff;
}

.left__page_archiveproduct .box_catproduct ul li {
    display: block;
    position: relative;
}

.left__page_archiveproduct .box_catproduct ul li a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #f8f8f8;
}

.left__page_archiveproduct .box_catproduct ul li a:hover {
    color: #1ba0e2;
}

.left__page_archiveproduct .box_catproduct ul li i.fa {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.left__page_archiveproduct .box_catproduct ul.ul_sub {
    border: 0;
    padding-left: 15px;
    display: none;
}

.left__page_archiveproduct .box_catproduct ul.ul_sub li {
}

.left__page_archiveproduct .box_catproduct ul.ul_sub li a {
    border: 0;
}

.left__page_archiveproduct .box_catproduct ul.ul_sub_2 {
    border: 0;
    padding-left: 15px;
    display: none;
}

.left__page_archiveproduct .box_catproduct ul li.active > a {
    color: #ec2128;
}

.left__page_archiveproduct .box_catproduct ul li.active > ul.ul_sub {
    display: block !important;
}

.left__page_archiveproduct .box_catproduct ul.ul_sub li.active > ul.ul_sub_2 {
    display: block;
}

.box_newsproduct {
    margin-bottom: 30px;
}

.box_newsproduct h3.tit_box_newsproduct {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.box_newsproduct h3.tit_box_newsproduct:after {
    content: "";
    width: 100px;
    border-top: 2px solid #ec2128;
    height: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 999;
}

.box_newsproduct .list_bestsell {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.box_newsproduct .list_bestsell .item__list_bestsell {
    display: flow-root;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px;
}

.box_newsproduct .list_bestsell .item__list_bestsell:last-child {
    border-bottom: 0px solid #e9e9e9;
}

.box_newsproduct .list_bestsell .img__list_bestsell {
    width: 70px;
    margin-right: 10px;
    float: left;
}

.box_newsproduct .list_bestsell .img__list_bestsell img {
    width: 100%;
    height: auto;
}

.box_newsproduct .list_bestsell .info__list_bestsell {
    padding-left: 80px;
}

.box_newsproduct .list_bestsell h3.name__list_bestsell {
    margin: 0;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_newsproduct .list_bestsell .name__list_bestsell a {
    color: #333;
}

.box_newsproduct .list_bestsell .price__list_bestsell {
}

.box_newsproduct .list_bestsell .price__list_bestsell .price {
    display: flex;
    flex-wrap: wrap;
    color: #ec2128;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: inherit;
}

.box_newsproduct .list_bestsell .price__list_bestsell ins {
    order: 1;
    display: block;
    width: 100%;
    color: #ec2128;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: inherit;
}

.box_newsproduct .list_bestsell .price__list_bestsell del {
    order: 2;
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    font-weight: 300;
}

@media only screen and (max-width: 580px) {
    .xsleft_archiveproduct {
        order:2;
    }

    .xsright_archiveproduct {
        order: 1;
    }

    .page_archiveproduct h1.titlehead__page_archiveproduct {
        font-size: 20px;
        text-align: center;
    }

    .page_archiveproduct h1.titlehead__page_archiveproduct:before {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .box_catproduct {
        display: none;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .box_catproduct {
        display: none;
    }
}

@media only screen and (min-width: 901px) {
}

.page_singleproduct {
    margin-bottom: 30px;
}

.details_product {
}

.detail_info {
}

.detail_info h1.product_title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 7px !important;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ec2128;
    line-height: 1.3;
}

.detail_info .content_tour {
    margin-bottom: 1px;
}

.detail_info .content_tour ul {
    list-style: none;
}

.detail_info .content_tour ul li {
    padding: 5px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.detail_info .content_tour ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

.detail_info .content_tour ul li span {
    color: #777;
    font-size: 16px;
}

.detail_info .content_tour ul li span.icon-info {
    width: 150px;
    display: block;
    float: left;
}

.detail_info .content_tour ul span.info_price {
    font-weight: 700;
    color: #be0500;
    font-size: 18px;
}

.detail_info .content_tour ul span.info_price del {
    color: #000;
    font-size: 16px;
}

.detail_info .content_tour ul li i {
    margin-right: 14px;
    font-size: 18px;
    line-height: 1;
    color: #ec2128;
    vertical-align: text-bottom;
}

.detail_info .vehicle_tour {
    margin-bottom: 30px;
}

.detail_info .vehicle_tour ul {
    list-style: none;
}

.detail_info .vehicle_tour ul li {
    color: #777;
    font-size: 16px;
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.detail_info .vehicle_tour ul li img {
    max-width: 18px;
    margin-right: 10px;
}

.detail_info .flex_quantity {
    display: flex;
    flex-wrap: wrap;
}

.detail_info .flex_quantity label {
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
    line-height: 40px;
}

.detail_info .quantity {
    display: flex;
    margin: 0px !important;
}

.detail_info .quantity input[type=number] {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 60px;
    height: 40px;
    padding: 0;
}

.detail_info .quantity input[type=button] {
    width: 40px;
    height: 40px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ffffff00;
    font-size: 14px;
    font-weight: 400;
    color: #1ba0e2;
}

.detail_info .quantity input[type=button].minus {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.detail_info .quantity input[type=button].plus {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product_video_reviews {
    margin-left: 10px;
    background: #ec2128;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 4px;
    transition: .5s;
    flex: auto;
}

.product_video_reviews:hover, .product_video_reviews:focus {
    color: #fff;
}

.detail_info .product-actions {
    margin-top: 20px;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    justify-content: space-between;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button {
    max-width: 48%;
    flex: 0 0 100%;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button.btnAddToCart {
    background: #000000;
    border: 0;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button.btnAddToCart i {
    width: 45px;
    font-size: 20px;
    top: 0;
    left: 0;
    display: block;
    background: #ff050500;
    height: 100%;
    line-height: 45px;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button.btnAddToCart i:after {
    content: '';
    position: absolute;
    display: block;
    right: -10px;
    border-top: 45px solid rgba(0,0,0,.2);
    top: 0;
    transition: .2s ease-in-out;
    border-right: 10px solid #b01016;
}

.detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button.btnAddToCart:hover {
    opacity: .8;
}

.detail_info .btn_callmeback {
    background: #ff891e;
    border: 0;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

.detail_info .btn_callmeback i {
    width: 45px;
    font-size: 20px;
    top: 0;
    left: 0;
    display: block;
    background: #00000033;
    height: 100%;
    line-height: 45px;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

.detail_info .btn_callmeback i:after {
    content: '';
    position: absolute;
    display: block;
    right: -10px;
    border-top: 45px solid rgba(0,0,0,.2);
    top: 0;
    transition: .2s ease-in-out;
    border-right: 10px solid #ff891e;
}

.detail_info .btn_callmeback:hover {
    opacity: .8;
}

.detail_info .product_meta, .detail_info .product-share, .detail_info .woocommerce-product-details__short-description {
    display: none;
}

#productDetailPopup {
}

#productDetailPopup img.popup_imgproduct {
    height: auto;
}

#productDetailPopup h3.popup_nameproduct {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

#productDetailPopup .popup_formproduct {
}

#productDetailPopup .popup_formproduct form {
    margin-bottom: 0;
}

#productDetailPopup .popup_formproduct form input {
    color: #55595c;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

#productDetailPopup .popup_formproduct form textarea {
    height: 100px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

#productDetailPopup .popup_formproduct form input[type="submit"] {
    background: #1ba0e2;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

#productDetailPopup .popup_formproduct form .ajax-loader {
    margin: auto;
    display: block;
}

.flex__description_policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 15px;
}

.flex__description_policy .col_description {
    max-width: calc(100% / 2);
    flex: 0 0 100%;
    padding: 0 10px;
}

.flex__description_policy .box__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.flex__description_policy .col_policy {
    max-width: calc(100% / 2);
    flex: 0 0 100%;
    padding: 0 10px;
}

.flex__description_policy .col_policy .box__policy {
    background: #fff4de;
    border: 1px dashed #f6a623;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.flex__description_policy .col_policy .box__policy h2.title_box__policy {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #e52025;
}

.flex__description_policy .col_policy .box__policy .cont_box__policy {
    max-height: 240px;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.flex__description_policy .col_policy .box__policy .cont_box__policy::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.flex__description_policy .col_policy .box__policy .cont_box__policy::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
    background-color: #e5e5e5;
}

.flex__description_policy .col_policy .box__policy .cont_box__policy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: #ffffff;
    padding: 0 !important;
    margin: 0 0 20px !important;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 111 68 / .14);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ec2128;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 0px;
    box-shadow: none;
    border: 0px solid #e5e5e5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.description_loadmore {
    overflow: hidden;
    position: relative;
}

.content_showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    display: block;
    margin-bottom: 0;
}

.content_showmore a {
    font-size: 15px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
}

.related_products {
}

.related_products h2 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #ec2128;
    line-height: 1.1;
}

.related_products .titleline {
    text-align: center;
}

.related_products .titleline .tl-1, .titleline .tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.related_products .titleline .tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #ec2128;
    border-radius: 50px;
}

.loop__product_related {
    margin-top: 30px;
    position: relative;
}

.loop__product_related .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.loop__product_related .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: 0px;
}

.loop__product_related .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #b7babb;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    padding: 1px 6px;
}

.loop__product_related .slick-dots li button {
    display: none;
}

.loop__product_related .slick-dots li.slick-active {
    background-color: #ec2128;
}

.shop_table .product-quantity .quantity {
    display: flex;
}

.shop_table .product-quantity .quantity input[type=number] {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 40px;
}

.shop_table .product-quantity .quantity input[type=button] {
    width: 30px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ffffff00;
}

.shop_table .product-quantity .quantity input[type=button].minus {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.shop_table .product-quantity .quantity input[type=button].plus {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

@media only screen and (max-width: 580px) {
    .detail_info .product-actions.clearfix .woocommerce-variation-add-to-cart.variations_button button.btnAddToCart i {
        margin-right: 0;
    }

    .detail_info .btn_callmeback i {
        margin-right: 0;
    }

    .flex__description_policy {
        margin: 10px 0;
    }

    .flex__description_policy .col_description {
        max-width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

    .flex__description_policy .col_policy {
        max-width: 100%;
        padding: 0;
    }

    .product_video_reviews span {
        display: none;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
    .flex__description_policy {
        margin: 10px 0;
    }

    .flex__description_policy .col_description {
        max-width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

    .flex__description_policy .col_policy {
        max-width: 100%;
        padding: 0;
    }

    .product_video_reviews span {
        display: none;
    }
}

@media only screen and (min-width: 901px) {
}

.itemproduct_tour {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgb(88 83 153 / 10%);
}

.img__itemproduct_tour {
    max-width: calc(100% / 3);
    flex: 0 0 100%;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.img__itemproduct_tour img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    transition: all 0.7s ease 0s;
}

.itemproduct_tour:hover .img__itemproduct_tour img {
    transform: scale(1.1);
}

.itemproduct_tour .sale {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 3px 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
    margin: 0;
    min-height: inherit;
    line-height: 26px;
    display: inline-block;
    background-color: #f4364f;
    z-index: 2;
}

.info__itemproduct_tour {
    max-width: calc(100% / 3 * 2);
    flex: 0 0 100%;
    padding: 10px;
}

.info__itemproduct_tour .flexinfo__itemproduct_tour {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.info__itemproduct_tour .tourcol_left {
    max-width: calc(100% - 160px);
    flex: 0 0 100%;
}

.info__itemproduct_tour .tourcol_right {
    display: flex;
    width: 139px;
}

h3.name__itemproduct_tour {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

h3.name__itemproduct_tour a {
    color: #222;
    font-weight: 700;
}

.journeys__itemproduct_tour {
    color: #969696;
    font-size: 13px;
    margin-bottom: 2px;
}

ul.vehicle__itemproduct_tour {
    list-style: none;
}

ul.vehicle__itemproduct_tour li {
    font-size: 14px;
    color: #212529;
    margin-bottom: 5px;
}

ul.vehicle__itemproduct_tour li img {
    max-width: 18px;
    margin-right: 10px;
}

.boxprice__itemproduct_tour {
    background: #ec2128;
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.boxprice__itemproduct_tour span.text {
    font-size: 16px;
}

.boxprice__itemproduct_tour a {
    margin-top: 15px;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    background: #000000;
    text-transform: uppercase;
}

.boxprice__itemproduct_tour .price {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: inherit;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.boxprice__itemproduct_tour .price ins {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: inherit;
    order: 1;
}

.boxprice__itemproduct_tour .price del {
    display: block;
    width: 100%;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 300;
    order: 2;
}

@media only screen and (max-width: 580px) {
    .img__itemproduct_tour {
        max-width: 100%;
    }

    .info__itemproduct_tour {
        max-width: 100%;
    }

    .info__itemproduct_tour .tourcol_left {
        max-width: 100%;
    }

    .info__itemproduct_tour .tourcol_right {
        max-width: 100%;
    }

    .itemproduct_tour {
        padding: 5px;
    }

    .info__itemproduct_tour .flexinfo__itemproduct_tour {
        display: block !important;
    }

    .info__itemproduct_tour .flexinfo__itemproduct_tour .tourcol_right {
        width: 100% !important;
        display: block;
    }
}

@media(min-width: 581px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) {
}

.awf-preset-wrapper {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-top: 30px;
}

.awf-filter-wrapper {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 15px;
}

.awf-filter-title {
    font-size: 15px;
    font-weight: bold;
    border-left: 2px solid #ec2128;
    padding-left: 5px;
    color: #ec2128;
}

.awf-filters-container > ul {
    max-height: 140px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.awf-filters-container > ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.awf-filters-container > ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
    background-color: #e5e5e5;
}

.awf-filters-container > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background-color: #fff;
}

.awf-filters-container > ul li {
    line-height: 45px;
}

.awf-style-icons label::before, .awf-style-custom-terms label::before {
    font-size: 20px;
    margin-right: 15px;
}

button.awf-reset-btn {
    background: #1ba0e2;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 2px 5px;
}

.logo_desktop {
    margin: 5px 0px;
}

.section_tabproduct .content ul.tabs_catproduct li:hover {
    background: #ec2128;
    border-radius: 10px;
}

.section_tabproduct .content ul.tabs_catproduct li:hover span {
    color: #ffffff;
}

.login_desktop {
    float: right;
}

@media only screen and (min-width: 580px) and (max-width: 992px) {
    .xsleft_archiveproduct {
        order: 2;
    }
}

.boxmenu__ftm ul {
    list-style-type: disc !important;
}

.boxmenu__ftm ul li a {
    color: white;
    font-size: 14px;
}

.boxmenu__ftm h3 {
    font-size: 20px !important;
}

.boxmenu__ftm ul li {
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #ffffff69;
}

.boxmenu__ftm ul {
    padding: 5px 10px;
}

.item-slide img {
    height: 50px;
    margin: 0 auto;
    width: auto !important;
    object-fit: contain;
}

.logo-slider .item-slide {
    text-align: center;
    padding: 10px;
    margin: 10px 10px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: -1px 1px 0px 2px rgb(88 83 153 / 10%);
}

.logo-slider {
    margin-bottom: 28px;
}

/* Slick slider extra custom css */
.slick-slider .slick-slide:focus {
    outline: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    text-align: center;
    z-index: 999;
    padding: 0 !important;
    border: 0;
    opacity: 0;
    background: transparent;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}

.slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
    outline: none;
    box-shadow: none;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    display: inline-block;
    font-size: 45px;
    color: #fff;
    font-family: "FontAwesome";
    opacity: 0.7;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.logo-slider {
    margin-top: 20px;
}



.faq {
    padding: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.faq h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #4a9005
}

.faq .block-content {
    /* padding-right: 58px; */
    /* margin-bottom: 30px; */
}

.faq .question {
    min-height: 54px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,111,68,.14);
    padding: 10px 20px 10px 15px;
    border: none;
    margin-bottom: 20px;
    border-left: solid 5px transparent
}

.faq .question:first-child {
    margin-top: 10px;
}

.faq .question:first-child.visited {
    border-color: #81c43d
}

.faq .question:first-child.visited h4 {
    color: #81bf45
}

.faq .question:first-child.visited h4 .fa {
    top: -2px;
    right: 0;
    background: url(faq-down.png) no-repeat top right;
    transform: rotate(-360deg)
}

.faq .question:first-child.visited .textcontent {
    display: block
}

.faq .question.active .textcontent {
    display: block
}

.faq .question h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #850005;
    margin: 0;
    position: relative;
    letter-spacing: 0;
    cursor: pointer;
    padding-right: 35px;
}

.faq .question h4:before {
    content: attr(data-number);
    margin-right: 5px
}

.faq .question h4 .fa {
    top: 0;
    width: 30px;
    height: 30px;
    background: url(faq-down.png) no-repeat top right;
    transition: all .5s
}

.faq .question h4 .fa:before {
    content: none
}

.faq .question p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #56595f;
    padding-right: 40px;
    padding-left: 23px;
    margin: 10px 0 5px
}

#halinkweb-design .faq .question.active {
    border-color: #7ec636
}

#halinkweb-design .faq .question.active h4 {
    color: #83c144
}

.faq .question.active h4 .fa {
    top: -2px;
    right: 0;
    background: url(faq-down.png) no-repeat top right;
    transform: rotate(-360deg)
}

.faq img.img_right_faq {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%
}

@media(min-width: 992px) {
    .faq .question:hover {
        border-color: #ec2128;
    }

    .faq .question:hover h4 {
        color: #750000;
    }

    .faq .question:hover .fa {
        top: -2px;
        right: 0;
        background: url(faq-down.png) no-repeat top right;
        transform: rotate(180deg)
    }
}

.faq .question h4:before {
    content: attr(data-number);
    margin-right: 5px
}

.faq .question h4 i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    font-size: 20px
}

.faq .question .textcontent {
    display: none
}

.faq .question.active h4 i {
    transform: rotate(180deg)
}

.faq .question.active p {
    display: block
}

@media(max-width: 1199px) and (min-width:992px) {
    .faq {
        padding:60px 0
    }
}

@media(max-width: 991px) and (min-width:768px) {
    .faq {
        padding:40px 0
    }

    .faq .question {
        min-height: unset
    }

    .faq h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px
    }
}

@media(max-width: 767px) {
    .faq {
        padding:28px 0 0 0!important
    }

    .faq .textcontent {
        font-size: 16px;
        padding: 0!important
    }

    .faq .block-content {
        padding-right: 0!important
    }

    .faq .question {
        min-height: unset
    }

    .faq h2 {
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 15px
    }
}
