.icon-bocongthuong img{
    height: 90px;
}
.mt-20{
    margin-top: 20px;
}
.site-footer{
    color: #fff;
}
footer .gallery img{
    width: 100%;
}
.uppercase{
    text-transform: uppercase;
}
.header-contact-no{
    color: #ed1b24;
    font-weight: bold;
}
.bottom-header{
    background: #ed1b24;
}
.home-banner-section img{
    width: 100%;
    height: auto;
}
.destination-item .cat-link a:hover{
    color: #ed1b24;
}
.destination_bg_1{
    background: #fff6de;
}
.destination_bg_2{
    background: #e5f1f4;
}
.destination_bg_3{
    background: #ffeede;
}
.destination_bg_4{
    background: #e0f9ff;
}
.destination_bg_5{
    background: #ffedf1;
}
.destination_bg_6{
    background: #e5f6ed;
}
.destination_bg_7{
    background: #ffeede;
}
.destination_bg_8{
    background: #e0f9ff;
}
.destination_bg_9{
    background: #ffedf1;
}
.mt-60{
    margin-top: 60px;
}
.package-item .package-meta ul li span{
    width: 100px;
    display: inline-block;
}
.package-item .package-meta ul li strong{
    font-weight: 500;
    color: #ed1b24;
}
.client-logo img{
    border-radius: 3px;
    background: #fff;
    padding: 2px;
    box-shadow: .104rem .104rem .26rem 0 rgba(0, 0, 0, .25);
}
.arcu-message-button {
    padding-left: 70px;
    z-index: 1;
    height: 70px;
    right: 0;
    background-color: #fa5519;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.arcu-online-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    background-color: #35ac19;
}
.arcu-message-button .arcu-button-icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arcu-unread-badge {
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: center;
    place-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif,Arial;
    font-size: 12px;
    min-width: 20px;
    line-height: 1;
    padding: 0 6px;
    height: 20px;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(.4,0,.2,1) 0ms;
    background-color: #C00;
    color: #FFF;
    top: 1px;
    right: 1px;
    font-weight: 700;
    transform: scale(0);
}
.arcu-message-button .arcu-button-icon {
    position: absolute;
    left: 0px;
    width: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.static {
    transition: .2s all;
}
.arcu-message-button .static,
.arcu-message-button .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: auto;
}
.static.arcu-hide {
    transform: scale(0);
    opacity: 0;
}
.arcu-message-button .arcu-button-content {
    color: #FFF;
    padding-right:20px;
    white-space: nowrap;
    transition: .2s all;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
}
.arcu-button-title,.arcu-button-descr{
    margin: 4px 0px;
}
.arcu-widget .arcu-message-button .pulsation {
    width: 100%;
    height: 100%;
    background-color: #fb6a10;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-animation: arcu-pulse 2s infinite;
    animation: arcu-pulse 2s infinite;
}
.arcu-widget .arcu-message-button .pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.arcu-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.arcu-widget .arcu-message-button .static div {
    margin: auto;
}
.arcu-widget .arcu-message-button p,
.arcu-widget .arcu-message-button .arcu-item-label {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}
@keyframes arcu-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}
.in_icon_ti_fixed.active .arcu-button-icon{
    display: none;
}
.ti_fixed{
    position:fixed;
    bottom:75px;
    left:20px;
    z-index:111;
    color:#000;
}
.ti_fixed:hover{
    opacity:10;
}
.icon_ti_fixed{
    width:155px;
    position:relative
}
.icon_ti_fixed::after{
    content:"";
    z-index:1;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left: -77px;
    background-color:rgba(224,56,33,0.1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-animation:icon_ti_fixed 1.2s infinite alternate;
    animation:icon_ti_fixed 1.2s infinite alternate
}
.in_icon_ti_fixed{
    cursor:pointer;
    position:absolute;
    z-index:2;
    height:55px;
    background-color:#ff0000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    color:#fff;
    font-weight:700;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.in_icon_ti_fixed p strong{
    display:block
}
.in_icon_ti_fixed.active::before{
    content: "x";
    line-height: 34px;
    font-size: 30px;
    font-weight: 400;
    width: 50px;
    width: 43px;
    height: 44px;
    border-radius: 100%;
    left: 7px;
    top: 5px;
    background: #fff;
    position: absolute;
    z-index: 999;
    color: #000;
    padding: 0px;
}
.in_icon_img{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-ph-circle {
    position:absolute;
    width:170%;
    height:170%;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(255, 0, 0,0.4);
    border: 2px solid #FF0000 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes icon_ti_fixed{
    0%{
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
    }
    30%{
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
        -o-transform:scale(0.8);
        transform:scale(0.8);
    }
    100%{
        -webkit-transform:scale(1.3);
        -moz-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        transform:scale(1.3);
    }
}
@keyframes icon_ti_fixed{
    0%{
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
    }
    30%{
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
        -o-transform:scale(0.8);
        transform:scale(0.8);
    }
    100%{
        -webkit-transform:scale(1.3);
        -moz-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        transform:scale(1.3);
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim{
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}
.nd_ti_fixed{
    display:none;
    min-width:250px;
    white-space:nowrap;
    z-index:3;
    padding:0px;
    background-color:#fff;
    position:absolute;
    bottom:20px;
    left:0;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.1);
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
.nd_ti_fixed::before{
    border-top:7px solid #fff;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    content:" ";
    cursor:pointer;
    display:block;
    width:0;
    height:0;
    position:absolute;
    bottom:-7px;
    left:35px;
    z-index:1
}
.ul_nd_ti_fixed > li{
    border-bottom:1px dashed #ddd;
    list-style: none;
    margin: 0px;
}
.ul_nd_ti_fixed > li:last-child{
    border-bottom:0;
}
.ul_nd_ti_fixed{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}
.ul_nd_ti_fixed > li > a{
    padding:7px 10px;
    font-size:14px;
    line-height:18px;
    color:#000;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    cursor: pointer;
}
.ul_nd_ti_fixed > li > a:hover{
    background-color:#f0f0f0;
    cursor: pointer;
}
.ul_nd_ti_fixed > li > a span{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-right:10px
}
.ul_nd_ti_fixed > li > a p{
    padding:0;
    margin: 0px;
}
.ul_nd_ti_fixed > li > a span{
    position: relative;
}
.ul_nd_ti_fixed img{
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.modal-body label {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
}
.modal-body input[type="text"], 
.modal-body input[type="email"], 
.modal-body input[type="date"], 
.modal-body input[type="number"], 
.modal-body input[type="tel"], 
.modal-body select {
    padding: 8px 10px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #9badb8;
    border-radius: 5px;
    height: 42px;
    font-size: 15px;
    color: #000;
}
.modal-body textarea{
    height: 100px;
    background: #fff;
    border: 1px solid #9badb8;
    border-radius: 5px;
}
.modal-header{
    background: #ed1b24;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.modal-header .btn-close{
    color: #fff;
    background-color: #fff;
    opacity: 1;
    border-radius: 100%;
}
.modal-body input[type=submit]{
    background: #1d1d1d;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    height: 45px;
    line-height: 45px;
}
.tz-Breadcrumb {
    background: url(../img/intro_1.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 90px 0 90px;
    background: rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 3px #000;
}
.tz-Breadcrumb .page_title {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}
#breadcrumbs, #breadcrumbs a {
    color: #fff;
}
.mt-40 {
    margin-top: 40px;
}
.single-product h1{
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #555;
    text-transform: uppercase;
}
.form-contact label {
    font-weight: bold;
}
.p-sidebar-form input[type="submit"] {
    background: #e95423;
    background: -webkit-gradient(linear, left top, right top, from(#e95423), to(#f4741b));
    background: linear-gradient(to right, #e95423 0%, #f4741b 100%);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    padding: 0px;
}
.single-product .price{
    font-size: 30px;
    margin-top: 2px;
}
.price-detail {
    font-size: 24px;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}
.detail-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#service_box .box {
    display: flex;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    height: 100%;
    background: #fff;
}
#service_box {
    margin-top: 10px;
    margin-bottom: 15px;
}
#service_box .box .icon_box {
    display: grid;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ed1b24;
    box-shadow: 0 0 0 4px white, 0 0 0 5px #ed1b24;
}
#service_box .box .icon_box i {
    color: #fff;
}
#service_box .box .desc_box {
    padding-left: 15px;
    width: calc(100% - 50px);
}
#service_box .box .desc_box .title {
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #ed1b24;
    font-weight: 700;
    display: block;
}
#service_box .box .desc_box .description {
    display: block;
    font-size: 13.5px;
    color: #555555;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#service_box .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0px;
}
.call-list {
    padding: 7px 0px;
    margin-bottom: 10px;
}
.width_100 {
    width: 100%;
}
.button_action .btn {
    margin: 5px 0px;
}
.button_action img {
    height: 18px;
    width: auto;
    margin-right: 5px;
}
.border-radius-10 {
    border-radius: 10px;
}
.box-shadow {
    box-shadow: 7px 9px 20px -15px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 1px solid #54545433;
}
.itinerary .content {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
}
.itinerary .title-description {
    text-align: center;
    color: #ed1b24;
    margin-bottom: 15px;
    font-weight: 700;
}
.itinerary .schedule-section {
    margin-left: 55px;
    padding-left: 20px;
    position: relative;
}
.itinerary .title-description h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.itinerary .schedule-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 7px;
    height: calc(100% + 4px);
    border-left: 1px dashed #2d4271;
}
.itinerary .schedule-section .day-detail {
    position: relative;
    margin-bottom: 20px;
    display: block !important;
}
.itinerary .schedule-section .day-number {
    position: absolute;
    top: 0;
    left: -68px;
    color: #2d4271;
    font-size: 14px;
}
.itinerary .schedule-section .day-title {
    cursor: pointer;
    color: #ed1b24;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 10px;
}
.itinerary .schedule-section .day-desc {
    color: #222;
    font-size: 16px;
    text-align: justify;
    display: none;
}
.itinerary .schedule-section .day-number span {
    color: #fff;
    background: #CC3333;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.itinerary .text-primary {
    color: #ff5b00 !important;
}
.itinerary .schedule-section .day-detail .day-title i {
    transform: rotate(180deg);
    color: #cc3333;
    margin-left: 5px;
    font-size: 14px;
}
.itinerary .schedule-section .day-detail.active .day-desc {
    display: block;
}
.single-product .section-title {
    font-size: 30px;
    text-align: center;
    display: block;
    box-shadow: 7px 9px 20px -15px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 1px solid #54545433;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #cc3333;
    font-weight: 700;
    margin-top: 20px;
    background: #fff;
}
#faq div:not(.faq-answer) {
    display: block;
}
.faq-answer {
    display: none;
    color: #242424;
    background: #f8f8f9;
    border: 1px solid #54545433;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 7px 9px 20px -15px #545454;
}
.arrow {
    border: solid #cc3333;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.faq-answer div.editor{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
#faq div:not(.faq-answer) {
    display: block;
}
.faq-item.active .faq-answer {
    display: block;
}
.wpcf7-spinner {
    position: absolute;
    left: 40%;
    top: 5px;
}
.form-group {
    position: relative;
}
.wpcf7 textarea {
    height: 80px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    margin: 0px;
    text-align: center;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.itinerary .title-description {
    text-align: center;
    color: #ed1b24;
    margin-bottom: 15px;
    font-weight: 700;
}
.p-sidebar-form {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 7px 9px 20px -15px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 1px solid #54545433;
}
.package-d-sidebar .package-d-head {
    font-weight: 700;
    font-size: 25px;
    color: #e95423;
    margin-bottom: 15px;
}
#faq div:not(.faq-answer) {
    display: block;
}
.faq-question {
    color: #fff;
    background: #ed1b24;
    border-radius: 10px;
}
.faq-question h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
.faq-answer {
    display: none;
    color: #242424;
    background: #f8f8f9;
    border: 1px solid #54545433;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 7px 9px 20px -15px #545454;
}
.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.faq-answer div.editor{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
#faq div:not(.faq-answer) {
    display: block;
}
.faq-item.active .faq-answer {
    display: block;
    background: #fff;
}
.editor table td,
.editor table th{
    vertical-align: text-top;
    border: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: auto !important;
    height: auto !Important;
}
.editor table p{
    margin-bottom: 0px;
}
.editor table {
    border: none;
    margin: 10px 0px ! Important;
    background: #fff;
    width: 100% ! Important;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.editor table tr {
    border: none;
    width: auto !important;
    height: auto !Important;
}
table td {
    word-wrap: break-word;
    color: #222;
    height: auto !Important;
}
.pt40{
    padding-top: 40px;
}
.pb40{
    padding-bottom: 40px;
}
.bg_grey{
    background: #f4f7f8;
}
.mb20{
    margin-bottom: 20px;
}
.tab_sanpham{
    padding: 40px 20px;
}
.tab_sanpham .nav a{
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    border-bottom: 2px solid #ccc;
}
.tab_sanpham .nav a span{
    font-size: 13px;
    font-weight: normal;
    margin-right: 4px;
    color: #888;
}
.tab_sanpham .tab-content{
    padding: 30px 0px;
    margin: auto;
}
.tab_sanpham .nav-tabs>li{
    margin-bottom: -2px;
    display: inline-block;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}
.tab_sanpham .nav-tabs>li.active>a{
    background: none;
    color: #000;
}
.tab_sanpham .nav-tabs li a:hover{
    background: none;
    color: #ed1b24;
}
.tab_sanpham .nav-tabs li a.active{
    border-bottom: 2px solid #ed1b24;
    color: #ed1b24;
}
.tab_sanpham .nav-tabs {
    text-align: center;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 100%;
}
#section_sanpham{
    background: url("../img/bg_matbang.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0px;
}
.tab_sanpham .title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-size: 50px;
    font-weight: 800;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 30px;
}
.tab_sanpham .item-product{
    border: 1px solid #040404;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
}
.tab_sanpham .tab-content .row{
    margin-left: -5px;
    margin-right: -5px;
}
.tab_sanpham .tab-content .row .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
}
.tab_sanpham .item-product .product-title{
    text-align: center;
    background: #040404;
    padding: 18px 0px;
    height: 85px;
    background-image: linear-gradient(134deg, #ed5e42, #ba231d);
}
.tab_sanpham .item-product img{
    width: 100%;
}
.tab_sanpham .item-product .product-title a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.round-btn {
    background-color: #d03227;
    border: none;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-image: linear-gradient(134deg, #ed5e42, #ba231d);
}
.tab_sanpham .btn{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    border: none ! Important;
    padding: 0 40px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;    
    background-image: linear-gradient(134deg, #ed5e42, #ba231d);
}
.b-title {
    background-image: linear-gradient(#ff5a2c, #eaa822);
    font-weight: 700;
    color: #eaa822;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
    font-family: "Barlow Condensed", sans-serif;
}
h1.intro,
h2.section-title{
    font-size: 50px;
    font-weight: 800;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
footer ul.menu li{
    list-style: disc !Important;
    padding-left: 0px !Important;
}
footer ul.menu{
    margin-left: 20px;
}
.social-icon ul{
    margin: 0px !Important;
}
.social-icon ul li{
    display: inline-block;
    padding: 0px !Important;
    margin-left: 0px;
    margin-right: 10px;
}
.social-icon ul li a{
    background: #ed1b24;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.social-icon ul li i{
    position: initial !Important;
}
.news-title{
    font-size: 17px;
    line-height: 25px;
}
.blog-section .info{
    padding: 20px 10px 0px 0px;
}
.blog-section .info .news-title{
    color: #d03227;
}
.bg_detail{
    background: #faf1d5; 
}
.single-product .slider-for{
    margin-bottom: 10px;
}
.single-product .slider-nav .item{
    padding-left: 5px;
    padding-right: 5px;
}
.single-product .slider-nav .slick-current img{
    border: 2px solid #ed1b24;
}