/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;1,300&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,

abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,

sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,

tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,

footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font-size: 100%;

    background: transparent;
}

article,
aside,
details,
figcaption,
figure,

footer,
header,
hgroup,
menu,
nav,
section {

    display: block;
}

.footer-bg {
    z-index: 1;
    background-image: url(/wp-content/uploads/2023/04/bg_tour.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.footer-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(235 244 247 / 84%);
    z-index: -1;
    backdrop-filter: blur(6px);
}

.hero-center-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    /*transform: translateY(-50%);*/
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.hero-center-wrap {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.tour-center-wrap {
    padding: 30px 30px 0px 30px;
    background-color: #fbfdff;
}

.tour-center-wrap article.tour-item {
    margin-bottom: 20px;
}

.slide-buttons {
    list-style: none;
    display: flex;
    gap: 30px;
    margin-right: 0px;
    margin-left: auto;
    overflow: hidden;
    background: #f4fbff70;
    backdrop-filter: blur(4px);
    padding: 20px;
    z-index: 10;
}

.hero-center-section h2 {
    position: absolute;
    z-index: 10;
    font-size: 36px;
    top: 20%;
    left: 10%;
    right: 15%;
    line-height: 1.5em;
    background: #f4fbff70;
    padding: 20px;
    backdrop-filter: blur(4px);
    border-radius: 24px;
    opacity: 0.3;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

}

.slide-buttons .hover-target {
    width: 50%;
    flex: 0 0 50%;
}

.hero-center-section.show {
    opacity: 1;
}

.hero-center-section.show h2 {
    opacity: 1;
}

.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    transform: scale(1.03);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.hero-center-section.show .img-wrap {
    transform: scale(1);
}

.img-wrap img {
    width: 100%;
    height: 600px;
    display: block;
}

.hover-target .tour-img img {
    height: 190px;
    object-fit: cover;
}

.hover-target .tour-info-tit {
    font-size: 14px;
}

.hover-target .tour-info-item img {
    width: 24px;
    height: 24px;
}

.hover-target .tour-info-item .tour-info-price {
    font-size: 14px;
}

.hover-target .tour-info-item .tour-info-price span {
    font-size: 14px;
    margin-bottom: 0px;
}

.hover-target .tour-info-item .tour-info-price del {
    display: none;
}

.hover-target .tour-info {
    padding-bottom: 16px;
}

.slide-buttons .slick-prev {
    left: 10px;
    background: #b3983b;
    width: 32px;
    height: 32px;
    border-radius: 99px;
}

.slide-buttons .slick-prev:before {
    display: none;
}

.slide-buttons .slick-next {
    right: 10px;
    background: #b3983b;
    width: 32px;
    height: 32px;
    border-radius: 99px;
}

.slide-buttons .slick-next:before {
    display: none;
}

nav ul li {

    list-style: none;
}

blockquote,
q {

    quotes: none;
}



blockquote:before,
blockquote:after,
q:before,
q:after {

    content: '';

    content: none;
}



a {

    margin: 0;

    padding: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;
}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;
}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;
}



del {

    text-decoration: line-through;
}



abbr[title],
dfn[title] {

    border-bottom: 1px dotted;

    cursor: help;
}



table {

    border-collapse: collapse;

    border-spacing: 0;
}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;
}



input,
select {

    vertical-align: middle;

    padding-left: 15px;

    padding-right: 15px;

    outline: 0;

}



button {

    cursor: pointer;
}



textarea {

    resize: vertical;

    padding: 15px;
}

textarea:focus,
input:focus {

    outline: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: inherit;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li {

    line-height: 24px;
}



img,
iframe {

    max-width: 100%;
}



a:hover,
a:focus {

    text-decoration: none;
}

table {

    width: 100%;

    max-width: 100%;

    margin-bottom: 1rem;

    background-color: transparent;

}

table td,
table th {

    border-top: 1px dashed #e1e1e1;

    padding: .75rem;

    vertical-align: top;

    border-top: 1px solid #e9ecef;

}

/* font */

@font-face {

    font-family: "SanFranciscoText";

    src: url("../fonts/SanFranciscoText-Regular.otf");

    font-style: normal;

    font-weight: normal;
}

@font-face {

    font-family: "SanFranciscoText";

    src: url("../fonts/SanFranciscoText-Semibold.otf");

    font-style: normal;

    font-weight: 600;
}

@font-face {

    font-family: "SanFranciscoText";

    src: url("../fonts/SanFranciscoText-Bold.otf");

    font-style: normal;

    font-weight: 700;
}

@font-face {

    font-family: "SanFranciscoText";

    src: url("../fonts/SanFranciscoText-Light.otf");

    font-style: normal;

    font-weight: 300;
}

@font-face {

    font-family: "SanFranciscoDisplay";

    src: url("../fonts/SanFranciscoDisplay-Regular.otf");

    font-style: normal;

    font-weight: normal;
}

@font-face {

    font-family: "SanFranciscoDisplay";

    src: url("../fonts/SanFranciscoDisplay-Semibold.otf");

    font-style: normal;

    font-weight: 600;
}

@font-face {

    font-family: "SanFranciscoDisplay";

    src: url("../fonts/SanFranciscoDisplay-Bold.otf");

    font-style: normal;

    font-weight: 700;
}

@font-face {

    font-family: "SanFranciscoDisplay";

    src: url("../fonts/SanFranciscoText-Light.otf");

    font-style: normal;

    font-weight: 300;
}

@font-face {

    font-family: "Gioviale";

    src: url("../fonts/HLT Gioviale.ttf");

    font-style: normal;

    font-weight: normal;
}

body {

    line-height: 1;

    font-family: 'Barlow', sans-serif;

    font-size: 15px;

    color: #232B35;
}

.black {
    font-weight: 900
}

.bold {
    font-weight: 700
}

.sbold {
    font-weight: 600
}

.medium {
    font-weight: 500
}

.italic {
    font-style: italic;
}

.f1 {
    font-family: 'Barlow', sans-serif;
}

.f2 {
    font-family: 'Barlow', sans-serif;
}

/* font size */

.s13 {
    font-size: 13px
}

.s15 {
    font-size: 15px
}

.s17 {
    font-size: 17px
}

.s18 {
    font-size: 18px
}

.s20 {
    font-size: 20px
}

.s22 {
    font-size: 22px
}

.s24 {
    font-size: 24px
}

.s28 {
    font-size: 28px
}

.s32 {
    font-size: 32px
}

.s36 {
    font-size: 36px
}

.s40 {
    font-size: 40px
}

.s44 {
    font-size: 44px
}

.s48 {
    font-size: 48px
}

.s52 {
    font-size: 52px
}

.s64 {
    font-size: 64px
}

.s96 {
    font-size: 96px
}

.lh,
.s28,
.s40,
.s32,
.s36,
.s44,
.s64,
.s52,
.s48,
.s96 {

    line-height: 1.2;

}

/* color */

a {
    color: #232B35;
}

a:hover,
.pro-tit a:hover,
.blog-stit a:hover,
.blog-item-act a:hover {
    color: #c7a150
}

/* #7c353a */

.text-white a {
    color: #fff
}

.t1 {
    color: #b3983b;
}

.t2 {
    color: #667380
}

.t3 {
    color: #B3983B;
}

.t4 {
    color: rgba(255, 255, 255, .9)
}

.t5 {
    color: #667380;
}

.t6 {
    color: #1A73BE;
}

.t7 {
    color: #B3983B;
}

.t8 {
    color: #939EAA;
}

/* background */

.b1 {
    background: #ecf4f8;
}

.b2 {
    background: rgba(179, 152, 59, .9)
}

.b3 {
    background: #B3983B;
}

.b4 {
    background: rgba(179, 153, 60, .2);
}

.b5 {
    background: #ECEFF2;
}

.b6 {
    background: #F9FAFB;
}

.b7 {
    background: #E8F4FF;
}

.b8 {
    background: rgba(179, 152, 59, .05)
}

.b9 {
    background: #F6F8FA;
}

/* button */

.book-btn {
    background: #B3983B;
    font-size: 15px !important;
}

.index-slider .book-btn {
    position: absolute;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    left: 22%;
    bottom: 70px;
    border-radius: 100px;
    padding: 10px 38px;
}

/* calc((100% - 1150px)/2) */
.tour-info .book-btn {
    border-radius: 99px;
    padding: 5px 15px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #B3983B;
    color: #B3983B;
}

.exp-item {
    background-color: #fff;
    min-height: 290px;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.exp-item .exp-info {
    padding: 10px;
}

.gt-left .book-btn {
    box-shadow: 0px 4px 4px rgba(179, 152, 59, 0.2);
}

.gt-left .book-btn img {
    margin-left: 17px;
}

.tourghep {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tour-afri {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tour-afri-bg-color {
    background-color: #f4fbff;
}

.tour-afri-bg {
    background-image: url(/wp-content/uploads/2023/05/bg_new_chauau.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tour-afri-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    background-color: #f4fbff8f;
    display: block;
    backdrop-filter: blur(5px);
}

.tour-afri-bg {
    position: relative;
    z-index: 1;
}

.tour-afri-item .book-btn {
    font-size: 13px
}

.p404 .book-btn {
    padding: 12px 48px;
    font-size: 20px
}

.visa-act .book-btn {
    font-size: 20px;
    padding: 10px 54px;
}

.visa-act .book-btn img {
    margin-right: 20px;
}

.visa-contact {
    padding: 73px 0;
}

.download-btn {
    background: #1A73BE;
    color: #fff;
    padding: 15px 24px;
    font-size: 15px
}

.download-btn img {
    margin-right: 12px;
}

.more-btn {
    border: 1px solid #B3983B;
    border-radius: 4px;
    color: #B3983B;
    padding: 16px 117px
}

.book-btn:hover,
.more-btn:hover {
    background: #977f32;
    color: #fff;
}

.more-btn:hover {
    border-color: #e72231;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
}

/* ve de viet */

.vedeviet {
    padding-top: 60px;
}

.banner-vedeviet {
    padding: 129px 0;
}

.vdv-content p {
    line-height: 25px;
}

.vdv-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    border-radius: 16px;
}

.vdv-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.vdv-info {
    padding: 20px 0;
}

.vdv-row>[class*='col'] {
    margin-bottom: 64px;
}

.vdv-img {
    overflow: hidden;
}

.vdv-item:hover .vdv-img {
    transform: scale(1.05);
}

/* container */

@media(min-width: 768px) {
    .w-md-75 {
        width: 75%;
        margin: auto;
    }

    .col-lg-25.col-md-25,
    .col-sm-25 {
        width: 25%;
        flex: 0 0 25%
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1170px
    }

    .w-lg-33 {
        width: 33.333%;
    }

    .col-lg-25 {
        width: 20%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-80 {
        width: 80%;
    }

    .mt-37 {
        margin-top: -37px;
    }

    .mt-85 {
        margin-top: -85px;
    }
}

@media (min-width:1400px) {}



.row>div[class*="col"],

.container {

    padding-left: 15px;

    padding-right: 15px
}



.row {

    margin-left: -15px;

    margin-right: -15px
}



.row.no-gutters {

    margin-right: 0;

    margin-left: 0
}



.row.no-gutters>.col,

.row.no-gutters>[class*=col-] {

    padding-right: 0;

    padding-left: 0
}



/* breadcrumb */

.bread-wrap {
    padding-top: 70px;
}

.bread {

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    position: relative;

    padding: 13px 0;

    font-size: 13px;

}

.bread li:not(:last-child):after {

    content: "\f054";

    font-family: "Font Awesome 5 Free";

    font-weight: 700;

    display: inline-block;

    padding: 0 15px;

    font-size: 11px
}

.bread li a,
.bread {

    color: #667380;

}

.s13.list-unstyled.bread a {
    font-size: 13px;

}

.bread li i {
    margin-right: 10px;
}

/* pagi */

.pagi {

    text-align: right;

}

.aboutpage .pagi {
    background: url(../images/border-top.png) no-repeat center top;
}

.pagi li {

    width: 32px;

    line-height: 32px;

    text-align: center;

    display: inline-block;

    margin: 0 5px;

    background: rgba(205, 205, 205, .35);

    overflow: hidden;

    background: #ECEFF2;

    border-radius: 4px;

    font-size: 16px;

    font-weight: 600;

}

.pagi li a {

    color: #333;

    display: block;



}

.pagi li.active a,
.pagi li:hover a {
    background: #B3983B;
    color: #fff;
}

/* fix height */





/* effect */

.trans,
.btn,
.top,
img,
:after,
:before,
.menu-wrap .menu>li,
.owl-nav,
.hotel-act,
.book-input label,
.menu-wrap .menu>li>ul,
.tdetail-link,
.ser-item,
.vdv-img,
.fav-stit,
.visa-item,
.tour-item,
.fav-item-swrap,
.fav-item-wrap,
.about-img {

    transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;
}

.link-ef {

    display: block;

    position: relative;

}

.link-ef:before,
.link-ef:after {

    content: '';

    display: inline-block;

    position: absolute;

    overflow: hidden;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: rgba(255, 255, 255, .2);

}

.link-ef:before {

    width: 0%;

    height: 100%;



}

.link-ef:after {

    width: 100%;

    height: 0%;

}

.link-ef:hover:after {

    height: 100%;

    opacity: 0;

}

.link-ef:hover:before {

    width: 100%;

    opacity: 0;

}

/* menu */

.top {
    box-shadow: 0 0 10px rgba(0, 0, 0, .38)
}

.top-contact {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.top-contact-l,
.top-contact-l a {
    color: rgba(255, 255, 255, .7);
}

.top-contact-r .btn {
    border-radius: 15px;
    background: #fff;
    padding: 2px 12px;
    color: #1a8f67
}

.social {
    margin-left: 22px;
}

.social li {
    display: inline-block;
}

.social li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%
}

.social li a i {
    color: #fff;
    line-height: 32px;
}

.social .zalo {
    background-color: #2196F3;
    border-radius: 99px;
}

.social .zalo img {
    width: 24px;
}

.social {
    display: flex;
    align-items: center;
}

.social li a i[class*='facebook'] {
    background: #3B5999;
}

.social li a i[class*='instagram'] {
    background: linear-gradient(135deg, #8A3EE5 0%, #FF850E 100%);
}

/* .social li a i[class*='youtube']{color: #ff0000} */

.social li a i[class*='google'] {
    background: #DD4B39;
}

.social li {
    margin-left: 8px;
    margin-right: 8px;
}

.fixed-top.cmenu {

    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);

}

@media (min-width:768px) {

    /* .fixed-top.top.cmenu{top: -83px;} */

    .top {

        top: 0;
    }

    .cmenu.top {
        top: -73px;
    }

    .menu-wrap ul {

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        width: 100%;

        align-items: center;

        justify-content: space-between;

        font-size: 15px;

        font-weight: 600
    }

    .menu-wrap {
        width: 100%;
    }

    .tmenu-wrap {
        position: relative;
    }

    /* .page .menu {font-size: 15px} */

    .menu-wrap ul>li {

        list-style: none;

        position: relative;

        margin-left: 12px;
        margin-right: 12px;

    }

    /* .menu-wrap ul > li, .menu-wrap ul > li.active > a {

      color: #f1592d} */

    /* .menu-wrap ul > li.active > a, */
    .menu-wrap ul>li:hover>a {
        color: #c7a150
    }

    .menu-wrap ul>li>ul {

        position: absolute;

        top: 100%;

        left: 0;

        background: #fff;

        /*transform: translateY(1em);*/

        visibility: hidden;

        /* text-transform: none; */

        min-width: 270px;

        z-index: 21;

        display: block;

        justify-content: center;

        /* padding: 20px 0 70px; */

        /* transform: translate(-50%, 0);*/

        /* font-size: 15px; */

        text-transform: none;

        padding-bottom: 15px;

    }

    .menu-wrap ul>li>ul>li>a {

        color: #333;

    }

    /* .menu-wrap ul > li > ul > li:not(:first-child){

          border-left: 1px solid #878787;

        } */

    .menu-wrap ul>li>ul>li {

        /* padding: 10px 20px; */

        padding-left: 18px;

        padding-right: 18px;

        padding-top: 8px;

        padding-bottom: 8px;
        margin: 0px;

    }

    .menu-wrap ul>li>ul>li:hover {
        background: #e8e8e8
    }

    .menu-wrap ul>li>ul>li>a {

        /* border-bottom: 1px solid #aeaeae; */

        display: block;

        font-size: 15px;

    }

    .menu-wrap ul>li>ul li>ul {

        padding-top: 10px;

        font-weight: 700;

        font-size: 14.45px;

        min-width: 240px;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;

    }

    .menu-wrap ul>li>ul>li>ul a {

        color: #5a5a5a;

        padding: 5px 0;

    }

    .menu-wrap ul>li>ul>li>ul>li:hover a {

        color: #c7a150
    }

    .menu-wrap ul>li>ul li a {

        /*white-space: nowrap;*/

        display: block;

        color: #333;
        /* #c7a150 */

    }

    /* .menu-wrap ul > li > ul li:hover {

          background: #f57f01;

        } */

    .menu-wrap ul>li:hover>ul {

        visibility: visible;

        /* transform: translateY(-1px); */
    }

    /* .menu-wrap ul > li:hover > a, .menu-wrap ul > li.active > a {

            color: #e73140;

          } */

    .menu-wrap ul>li>ul>li:hover>a {

        color: #000;

    }

    .menu-wrap ul>li>a {

        padding: 10px 0;

        display: block;

        color: #232B35;

        /* white-space: nowrap;*/

        transition: padding .3s ease-in-out;

    }

    .menu-wrap ul>li>a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #B3983B;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        transform: translate(-50%, 0);
    }

    .menu-wrap ul>li:hover>a:after,
    .menu-wrap ul>li.active>a:after {
        width: 100%;
    }

    .menu-wrap ul>li:first-child:hover>a:after,
    .menu-wrap ul>li:first-child.active>a:after,
    .menu-wrap ul>li:nth-child(2):hover>a:after,
    .menu-wrap ul>li:nth-child(2).active>a:after {

        width: 100%;

    }

    /* .cmenu .menu-wrap .menu > li > a {padding:24px 19px;} */

    .logo img {
        max-height: 90px;
    }

    .cmenu .logo img {
        max-height: 60px;
    }

    /* .cmenu.top, .page .cmenu.top {background: #282828} */

    /* .page .menu-wrap .menu > li > a {color:#333;} */

    .menu-wrap .menu>li.wire-menu {
        position: static;
    }

    .menu-wrap .menu>li.wire-menu ul {
        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .menu-wrap .menu>li.wire-menu ul li {
        width: 25%
    }

    .menu-wrap .menu>li.wire-menu>a {
        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;
        align-items: center;
        position: relative;

    }

    .top-menu-btn {
        position: relative;
    }

    /* main{padding-top: 65px;} */

    main {
        padding-top: 122px;
    }

    .nmenu {
        position: relative;
    }

    .menu-wrap .menu>li.nmenu>ul {
        display: block;
    }

    .menu-wrap .menu>li.nmenu>ul {
        padding: 0;
    }

    .menu-wrap .menu>li.nmenu>ul>li {
        padding: 10px;
    }

    .menu-wrap .menu>li.nmenu>ul>li:not(:first-child) {
        border-left: 0;
    }

    .menu-wrap .menu>li.nmenu>ul>li>a {
        border-bottom: 0;
    }

    .menu li a img {
        filter: brightness(0);
    }

    .menu li.active a img {
        filter: brightness(100%);
    }



}



/* effect menu btn */

/* Icon */

#nav-icon {

    width: 35px;

    height: 30px;

    display: block;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer;

    display: block;

}

#nav-icon span {

    display: block;

    position: absolute;

    height: 2px;

    width: 74%;

    background: #fff;

    border-radius: 0;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

    margin: 4px;

}

/* Icon */

#nav-icon span:nth-child(1) {

    top: 0;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

    transform-origin: left center;

}

#nav-icon span:nth-child(2) {

    top: 10px;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

    transform-origin: left center;

}

#nav-icon span:nth-child(3) {

    top: 20px;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

    transform-origin: left center;

}

.mm-opening #nav-icon span:nth-child(1) {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    top: 1px;

    left: 5px;

}

.mm-opening #nav-icon span:nth-child(2) {

    width: 0%;

    opacity: 0;

}

.mm-opening #nav-icon span:nth-child(3) {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

    top: 20px;

    left: 5px;

}

/* search */

.search-frm {
    position: relative;
    border: 1px solid #B3983B;
    border-radius: 99px;
    overflow: hidden;

}

.search-frm input.form-control {
    height: 44px;
    border-radius: 4px;
    background: #fff;
}

@media(min-width: 992px) {

    .search-frm input {
        width: 570px;
    }

}

.search-frm input {
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #232B35
}

.search-frm .btn {
    background: #B3983B;
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 5px;
    line-height: 1;
    border-radius: 99px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.search-frm .btn img {
    width: 16px;
}

.search-frm input:focus {
    outline: none;
    border: 0
}

.search-frm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #9aa4ae;

}

.search-frm input::-moz-placeholder {
    /* Firefox 19+ */

    color: #9aa4ae;

}

.search-frm input:-ms-input-placeholder {
    /* IE 10+ */

    color: #9aa4ae;

}

.search-frm input:-moz-placeholder {
    /* Firefox 18- */

    color: #9aa4ae;

}

/*---------------- main ---------------*/

.slick-prev,
.slick-next {
    z-index: 1;
    width: auto;
    height: auto;
}

/* index */

.top {
    background: #fff
}

.top-phone {
    min-height: 44px;
    border: 1px solid #B3983B;
    padding: 2px 10px;
    border-radius: 99px;
    background-color: #B3983B;
}

.top-phone-img {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B3983B;
    border-radius: 99px;
    margin-right: 8px;
}

.top-phone img {
    text-align: center;
    width: 20px;
    height: 20px;
}

.top-phone span {
    color: #fff;
}

.top-phone:hover .top-phone-img {
    animation: pulse .3s ease-in-out infinite;
}

@keyframes shake {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.04);
    }

}

.index-slider .slick-prev {
    left: calc((100% - 1210px)/2);
}

.index-slider .slick-next {
    right: calc((100% - 1210px)/2);
}

.index-slider .slick-prev:before,
.index-slider .slick-next:before {
    display: none;
}

.index-slider-item img,
.tour-img img,
.gt-img img,
.sbanner img {
    width: 100%;
    transition: .4s ease;
}

.gt-img {
    overflow: hidden;
}

.tg-item:hover .gt-img img {
    transform: scale(1.2);
}

.tour-er {
    padding-top: 54px;
    padding-bottom: 64px;
    background-color: #f4fbff;
}

.tit {
    padding-bottom: 15px;
}

.tit span {
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
}

.tit_new>span {
    margin-bottom: 10px;
}

.tit span img {
    margin-right: 13px;
    width: 42px;
}

.tit .desc {
    font-size: 16px;
    font-weight: 400;
}

.tit a {
    color: #B3983B;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .4s ease;
}

.btn-xemthem-new {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    transition: .4s ease;
}

.tit a:hover {
    transform: translateX(5px);
}

.tit a:after {
    content: url(../images/rightyellow.svg);
    display: inline-block;
    padding-left: 8.5px;
}

[class*='slider'] .tour-item {
    margin-left: 15px;
    margin-right: 15px;
}

.sgutter-30 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.tour-slider .slick-prev,
.tour-slider .slick-next,
.ser-slider .slick-prev,
.ser-slider .slick-next,
.tour-afri-slider .slick-prev,
.tour-afri-slider .slick-next,
.team-slider .slick-prev,
.team-slider .slick-next {
    background: #232B35;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.tour-slider .slick-prev:before,
.tour-slider .slick-next:before,
.ser-slider .slick-prev:before,
.ser-slider .slick-next:before,
.tour-afri-slider .slick-prev:before,
.tour-afri-slider .slick-next:before,
.team-slider .slick-prev:before,
.team-slider .slick-next:before {
    display: none;
}

.tour-slider .slick-prev,
.tour-afri-slider .slick-prev {
    left: -50px;
}

.tour-slider .slick-next,
.tour-afri-slider .slick-next {
    right: -50px;
}

.tour-slider .tour-img img {
    height: 217px;
    object-fit: cover
}

.tour-item {
    background: #FFFFFF;
    /*border: 1px solid #ECEDF0;*/
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.tour-info {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 25px;
}

.tour-item:hover,
.fav-item-wrap:hover,
.fav-item-swrap:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    /*box-shadow: 5px 20px 10px 5px rgba(153,153,153,0.2);*/
}

.fav-item-swrap img {
    height: 270px;
    object-fit: cover
}

.fav-item-swrap,
.fav-item-wrap {
    overflow: hidden;
    border-radius: 4px
}

.fav-item-swrap:hover img,
.fav-item-wrap:hover img {
    transform: scale(1.05)
}

.tour-info-tit,
.tour-afri-content-tit {
    margin: 12px 0;
}

.tour-info-tit {
    height: 48px;
    overflow-y: hidden;
    font-family: 'Barlow', serif;
}

.tour-info-price span {
    margin-bottom: 5px;
}

.tour-info-price span,
.tour-info-price del {
    padding-right: 0px;
    text-align: center;
}

.tour-info-price span,
.tour-info-price del {
    /* padding-bottom: 15px; */
    display: inline-block;
}

.tour-info-time span:before,
.blog-stit span:last-child:before {
    content: url(../images/index/calendar.svg);
    display: inline-block;
    margin-right: 8.5px;
    vertical-align: middle;
}

.tg-item {
    background-color: #fff;
}

.tg-tit {
    padding-bottom: 8px;
}

.tg-price {
    padding-bottom: 10px;
}

.tg-content {
    padding-bottom: 25px;
}

.tg-content p {
    line-height: 21px;
}

@media(min-width: 768px) {

    .tg-item:nth-child(2n) .row>[class*='col']:first-child {
        order: 12;
    }

    .tour-afri-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 15px;
    }

}

.tour-afri-content .tour-info-price {
    padding-bottom: 12px;
}

.tour-afri-content span {
    padding-bottom: 6px;
}

.gt-left {
    padding: 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

/* @media(min-width: 1200px){

  .gt-left{width: calc(100% - ((100% - 1170px)/2));}

} */


.tg-item:nth-child(2n) .gt-left {
    padding-left: 60px;
    text-align: right;
}

.tg-over {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.gt-left:after {*/
/*    content: '';*/
/*    width: 51px;*/
/*    height: 51px;*/
/*    transform: rotate(-45deg) translate(0, -50%);*/
/*    background: #F4F6F8;*/
/*    position: absolute;*/
/*    right: -40px;*/
/*    top: 50%;*/
/*}*/

.tg-item:nth-child(2n) .gt-left:after {
    right: auto;
    left: 0;
}

.gt-qc {
    margin-top: 35px;
    text-align: center;
    background-color: #01a780;
}

.tour-afri-content {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

/* .gt-left{width: calc(100% )} */

.tour-afri-content-tit {
    line-height: 21px;
    font-weight: 600
}

/*.fav-card-grid{*/
/*  display: grid;*/
/*  grid-template-columns: repeat(5, 1fr);*/
/*  grid-column-gap: 20px;*/
/*  grid-row-gap: 20px;*/
/*  max-width: 1200px;*/
/*  width: 100%;*/
/*}*/
.fav-card {
    list-style: none;
    position: relative;
}

.fav-card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.fav-card__background {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;

}

.fav-card__content {
    left: 0;
    padding: 24px 12px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.fav-card__heading {
    font-size: 32px;
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    opacity: 0.8;
    transition: .4s ease-in-out;
}

.fav-card:hover .fav-card__heading {
    font-size: 36px;
    opacity: 1;
}

.fav-card:hover .fav-card__background {
    transform: scale(1.05) translateZ(0);
}

.fav-carousel .swiper-wrapper:hover .fav-card:not(:hover) .fav-card__background {
    filter: blur(5px);
}

.fav-location {
    padding: 50px 0;
    overflow: hidden;
}

.fav-carousel .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.fav-carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.fav-carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}

.fav-carousel .swiper-button-prev .arrow-left:before {
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(/wp-content/uploads/2023/04/arrow-left.png) no-repeat;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.fav-carousel .swiper-button-next .arrow-right:before {
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(/wp-content/uploads/2023/04/arrow-right.png) no-repeat;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sbanner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.sbanner {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*.sbanner:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    inset: 0;*/
/* background-color: #edeff2d9; */
/*    backdrop-filter: blur(4px);*/
/*}*/

.sbanner-title h1 {
    color: #fff;
}

.fav-lo-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
}

.fav-item {
    margin-bottom: 30px;
}

.fav-item .fav-lo-info {
    background: url(../images/bgyellow.png) no-repeat center center;
    background-size: cover
}

.fav-item:nth-child(6) .fav-lo-info {
    background: url(../images/bgpink.png) no-repeat center center;
    background-size: cover
}

.fav-item:nth-child(7) .fav-lo-info {
    background: url(../images/bggreen.png) no-repeat center center;
    background-size: cover
}

.fav-item:nth-child(6) .fav-lo-info

/* , .fav-item:nth-child(7) .fav-lo-info */
    {
    left: auto;
    right: 0;
}

.fav-item img,
.fav-item .d-flex {
    border-radius: 4px;
    overflow: hidden;
    height: 270px;
    object-fit: cover;
}

/* .fav-lo-info:after{content: url(../images/bg-fav.png) no-repeat center left;display: inline-block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;} */

.fav-item .fav-item-wrap {
    position: relative;
}

.fav-item:nth-child(7) .fav-item-wrap>a,
.fav-item:nth-child(1) .fav-item-wrap>a {
    display: inline-block;
    margin-left: auto;
}

.fav-lo-info:after {
    content: '';
    width: 36px;
    height: 36px;
    transform: rotate(45deg);
    position: absolute;
    display: block;
}

.fav-item .fav-lo-info:after {
    background: #ffa800;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translate(0, -50%);
}

.fav-item:nth-child(6) .fav-lo-info:after {
    background: #F55F57;
    top: 50%;
    left: -30px;
    transform: rotate(45deg) translate(0, -50%);
}

.fav-item:nth-child(7) .fav-lo-info:after {
    background: #44CAC2;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translate(0, -50%);
}

.tour-fav a {
    color: #fff;
    font-size: 28px;
    font-weight: 600
}

.fav-item .tour-fav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fav-item>a>img {
    width: 100%;
}

.why {
    padding: 44px 0;
}

.why-wrap {
    padding: 40px;
    border-radius: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.why-item {
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.why-item:last-child {
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.why-tit {
    padding-bottom: 24px;
    font-weight: 600;
    line-height: 46px;
}

.why-stit {
    font-weight: 700;
    padding-bottom: 12px;
}

.why-content p {
    line-height: 21px;
}

.why-item img {
    width: 42px;
}

.tes {
    padding: 72px 0px 92px;
}

.testimonials-slider__item {
    border-radius: 20px;
    overflow: hidden;
}

.testimonials-slider__content {
    border-radius: 0px 0px 20px 20px;
}

.testimonials-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonials-slider__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.tes-content {
    padding: 24px;
    border-radius: 4px
}

.tes-item {
    padding: 32px;
    margin-bottom: 30px;
    border-radius: 4px
}

.tes-name {
    padding-top: 30px;
    font-weight: 600
}

.tes-time {
    font-weight: 300;
    padding-top: 6px;
}

.tes-sitem {
    border-radius: 4px;
    overflow: hidden;
}

.tes-img,
.tes-content {
    width: 100%;
}

.tes-img,
.tes-img img {
    height: 100%;
    object-fit: cover
}

.testimonials-slider__img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.tes-content {
    padding: 24px;
}

.tes-content p {
    line-height: 21px;
}

.tes-content-p {
    height: 105px;
    overflow: hidden;
}

.sabout {
    padding: 55px 0px 65px;
}

.sabout-item {
    margin-top: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.sabout-item img {
    width: 100%;
    transition: .4s ease;
}

.sabout-item:hover img {
    transform: scale(1.2);
}

.sabout-item a:last-child {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 25px 20px;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border: 0px;
    border-radius: 0;
}

.sabout-item a:last-child:hover {
    background-color: #b3983b;
}

.blog {
    padding: 50px 0px 63px;
}

.blog-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.blog-info-tit {
    line-height: 24px;
    background: #B3983B;
    padding: 15px 24px;
    font-weight: 600;
    height: 78px;
    overflow: hidden
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-item .blog-img {
    overflow: hidden;
}

.blog-list-item a {
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.blog-list-item:hover img {
    transform: scale(1.2);
}

.blog-info-tit a {
    color: #fff
}

.blog-list-item {
    padding: 12px 24px 12px 0px;
    float: none;
}

.blog-list-item img {
    width: 90px;
    border-radius: 4px;
}

.blog-list-tit {
    width: calc(100% - 105px);
    font-size: 17px;
    line-height: 22px;
}

.media-tit {}

.media-tit>img {
    margin-right: 15px;
    width: 82px;
    border-radius: 4px
}

.blog-list-item {
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #EDF1F4;
}

.media-list .blog-list-item {
    padding-top: 20px;
    padding-bottom: 19px;
}

.media-list .blog-list-item img {
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    height: 36px;
    object-fit: scale-down;
}

.video {
    padding: 48px 0px 70px;
}

.video-tit {
    padding-bottom: 32px;
}

.video-stit {
    font-weight: 600;
    padding: 10px 0;
}

.video-item iframe {
    width: 100%;
    height: 207px;
}

.partner {
    padding: 54px 0px 52px;
}

.partner-item img {
    margin: auto;
    height: 75px;
}

.partner-item {
    height: 96px;
    border: 1px solid #ECEDF0;
    border-radius: 4px;
    padding: 10px;
}

@media(min-width: 768px) {

    .partner-item,
    [class*='slider'] .exp-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .partner-slider .slick-list,
    .exp-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }



}

.ft .b4 {
    padding-bottom: 32px;
}

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

.ft-menu li {
    display: inline-block;
    list-style: none;
}

.ft-menu li a {
    padding: 15px 10px;
    display: block;
    color: #fff
}

.col-md-4 .ft-list {
    padding: 38px 0px 28px;
}

.col-lg-2.col-md-4.col-sm-4 .ft-list li {
    list-style: none;
    font-size: 13px;
    line-height: 31px;
}

.col-lg-7 .ft-list li,
.contact-list li {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.contact-list li {
    padding-bottom: 12px;
}

/* .contact-list > li > span{padding-bottom: 11px;} */

.contact-list {
    padding-top: 16px;
}

.ft-list li span a,
.contact-list li span a {
    display: block;
    line-height: 1.2;
}

.ft-list li img,
.contact-list li img {
    margin-right: 15px;
}

.ft-content,
.logoft {
    padding-top: 30px;
}

.ft-content {
    padding-bottom: 12px;
}

.ft-content h2 {
    font-weight: 600
}

.social i {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.contact-l>ul.social {
    padding-top: 0;
    margin-left: 0;
}

.call-fix {
    position: fixed;
    bottom: 0;
    left: 70px;
    z-index: 1;
}

.mess-fix {
    position: fixed;
    bottom: 0;
    right: 170px;
    z-index: 1;
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

/* p404 */

.p404 {
    padding: 64px 0px 182px;
}

.p404-stit {
    padding: 12px 0px 37px;
}

/* visa */

.banner {
    padding: 210px 0px;
}

#wpcf7-f14477-o1 {
    margin-bottom: 30px;
}

.tghep-banner {
    padding: 100px 0px 0px 0px !important;
}

.banner-stit {
    padding: 30px 0px;
}

.tghep-banner-tit {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tghep-banner {
    position: relative;
    overflow: hidden;
}

.bsearch input {
    height: 48px;
    font-size: 16px;
    border-radius: 99px;
}

.bsearch input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #939EAA;

}

.bsearch input::-moz-placeholder {
    /* Firefox 19+ */

    color: #939EAA;

}

.bsearch input:-ms-input-placeholder {
    /* IE 10+ */

    color: #939EAA;

}

.bsearch input:-moz-placeholder {
    /* Firefox 18- */

    color: #939EAA;

}

.bsearch-wrap {
    background: rgba(35, 43, 53, .5);
    border-radius: 99px;
    padding: 12px;
}

.bsearch-wrap .row {
    margin-left: -6px;
    margin-right: -6px;
}

.bsearch-wrap .row {
    align-items: center;
}

.bsearch-wrap .row .wpcf7-spinner {
    display: none;
}

.bsearch-wrap .row>div[class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
}

.bsearch-wrap .btn {
    height: 48px;
}

.intro {
    padding: 82px 0px 51px;
}

.intro-item {
    padding-left: 6px;
    padding-right: 6px;
}

.intro-item img {
    height: 96px;
    margin-bottom: 44px;
    margin-top: 45px;
}

.intro-content {
    padding-top: 20px;
    padding-bottom: 28px;
}

.intro-content p {
    line-height: 21px;
}

.visa-ser {
    padding: 85px 0;
}

.visa-ser-stit {
    padding: 18px 0px 66px;
}

.visa-item {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 24px 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.visa-item:hover img {
    transform: scale(1.05);
}

.visa-row>[class*='col'] {
    margin-bottom: 57px;
}

.visa-item img {
    height: auto;
    margin: 0 auto;
}

.visa-contact-stit {
    padding: 12px 0px 23px;
}

.visa-ct-list li {
    padding-bottom: 15px;
}

.visa-ct-list li img {
    margin-right: 12px;
}

.visa-contact .visa-ct-list,
.visa-contact .visa-ct-list a {
    color: #fff
}

.visa-ct-list a {
    font-weight: 600
}

.vs-contact-frm {
    background: rgba(35, 43, 53, .7) !important;
    padding: 36px !important;
    border-radius: 4px
}

.vs-contact-frm input {
    height: 44px;
    margin-bottom: 12px;
    font-size: 15px;
	color: #000 !important;
}

.vs-contact-frm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #939EAA;

}

.vs-contact-frm input::-moz-placeholder {
    /* Firefox 19+ */

    color: #939EAA;

}

.vs-contact-frm input:-ms-input-placeholder {
    /* IE 10+ */

    color: #939EAA;

}

.vs-contact-frm input:-moz-placeholder {
    /* Firefox 18- */

    color: #939EAA;

}

.vs-contact-frm input {
    padding-left: 48px;
    border-radius: 99px;
}

.vs-contact-frm .btn {
    background: #B3983B !important;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 99px;
    height: 44px;
}

.ct-group label {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.ct-group br {
    display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #fff
}

.exp {
    padding: 67px 0px 60px;
}

.exp-tit {
    padding-bottom: 41px;
}

.exp-img img {
    width: 100%;
	height: 220px;
	object-fit: cover;
    border-radius: 4px
}

.ques {
    padding: 79px 0;
}

.ques-tit {
    padding-bottom: 34px;
}

.ques-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 26px;
}

.ques-acc .card-header {
    border: 0;
    border-radius: 0;
    padding: 16px 52px 16px 13px;
    background: transparent;
}

.ques-acc .card-header h3 {
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.ques-acc .card-header h3:after {
    content: url(../images/visa/down.png);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translate(0, -50%) rotate(180deg);
}

.ques-acc .card-header h3.collapsed:after {
    transform: translate(0, -50%) rotate(0deg);
}

.ques-acc .card {
    /* box-shadow: inset 0px 1px 0px #ECEDF0; */
    border-radius: 0;
    border: 0;
}

.ques-acc .card-body {
    padding: 19px 79px 27px
}

.ques-acc .card-body p {
    padding-bottom: 39px;
}

.ques-acc ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.ques-acc {
    border-bottom: 1px solid #ECEDF0;
    padding-bottom: 18px;
}

/* visa detail */

.vdetail-de-wrap {
    padding: 45px;
}

.vdetail-de-wrap p {
    padding-bottom: 20px;
}

.vdetail-info {
    background: #FDF5F1;
    padding: 27px 16px 0;
    margin-bottom: 47px;
    border-radius: 4px
}

.vdetail-info-tit {
    padding-bottom: 15px;
}

.vdetail-list li {
    padding-bottom: 23px;
    line-height: 21px;
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: flex-start;
}

.vdetail-list li p {
    width: calc(100% - 42px)
}

.vdetail-list li img {
    margin-right: 18px;
}

.vdetail-qt {
    border-top: 1px solid #ECEDF0;
    padding-top: 41px;
    margin-top: 47px;
}

.vdetail-qt-tit {
    padding-bottom: 39px;
}

.vdetail-qt-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 57px;
}

.vdetail-qt-list li {
    width: calc(100%/5);
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    position: relative;
}

.vdetail-qt-list li .vdetail-qt-list-img {
    border-radius: 4px 4px 0px 0px;
    position: relative;
    height: 45px;
    display: block;
    height: 163px;
    padding-top: 46px;
}

.vdetail-qt-list li .vdetail-qt-list-img img {
    height: 80px;
}

.vdetail-qt-list li .vdetail-qt-list-img:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}

.vdetail-qt-list li:nth-child(5n+1) .vdetail-qt-list-img,
.vdetail-qt-list li:nth-child(5n+1) .vdetail-qt-list-img:after {
    background: #B3983B;
}

.vdetail-qt-list li:nth-child(5n+2) .vdetail-qt-list-img,
.vdetail-qt-list li:nth-child(5n+2) .vdetail-qt-list-img:after,
.vdetail-qt-list li:nth-child(5n+2) .stt {
    background: #1A73BE;
}

.vdetail-qt-list li:nth-child(5n+3) .vdetail-qt-list-img,
.vdetail-qt-list li:nth-child(5n+3) .vdetail-qt-list-img:after,
.vdetail-qt-list li:nth-child(5n+3) .stt {
    background: #ED1C00;
}

.vdetail-qt-list li:nth-child(5n+4) .vdetail-qt-list-img,
.vdetail-qt-list li:nth-child(5n+4) .vdetail-qt-list-img:after,
.vdetail-qt-list li:nth-child(5n+4) .stt {
    background: #34C5B4;
}

.vdetail-qt-list li:nth-child(5n+5) .vdetail-qt-list-img,
.vdetail-qt-list li:nth-child(5n+5) .vdetail-qt-list-img:after,
.vdetail-qt-list li:nth-child(5n+5) .stt {
    background: #FFA800;
}

.vdetail-qt-list li span.vdetail-qt-content {
    display: block;
    padding: 30px 16px 32px;
    border: 1px solid #EDEDED;
    border-radius: 0 0 4px 4px;
    height: 300px;
    overflow-y: hidden;
}

.vdetail-qt-list li .stt {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(139, 122, 45, 0.3);
    position: absolute;
    top: 93%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    color: #fff
}

.vdetail-qt-list li:nth-child(5n+1) .stt {
    background: linear-gradient(289.89deg, #B3983B 0%, #C49C18 100%);
}

.vdetail-qt-list li:nth-child(5n+2) .stt {
    background: linear-gradient(289.89deg, #1A73BE 0%, #1A73BE 100%);
}

.vdetail-qt-list li:nth-child(5n+3) .stt {
    background: linear-gradient(289.89deg, #ED1C00 0%, #ED1C00 100%);
}

.vdetail-qt-list li:nth-child(5n+4) .stt {
    background: linear-gradient(289.89deg, #34C5B4 0%, #34C5B4 100%);
}

.vdetail-qt-list li:nth-child(5n+5) .stt {
    background: linear-gradient(289.89deg, #FFA800 0%, #FFB800 100%);
}

.vdetail-qt-list {
    position: relative;
}

.vdetail-qt-list:after {
    content: '';
    display: block;
    width: 80%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 76px;
    background: linear-gradient(to right, #B3983B, #1A73BE, #ED1C00, #34C5B4, #FFA800)
}

.vdetail-hs {
    padding-top: 51px;
    border-top: 1px solid #ECEDF0;
    padding-bottom: 57px;
    border-bottom: 1px solid #ECEDF0;
}

.vdetail-hs-stt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1A73BE;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.vdetail-content {
    width: calc(100% - 64px)
}

.vdetail-content span {
    display: block;
}

.vdetail-hs-list li {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: baseline;
    margin-bottom: 21px;
}

.vdetail-hs-stt {
    margin-right: 24px;
}

.vdetail-content span:first-child {
    margin-bottom: 8px;
}

.vdetail-hs-act {
    margin-top: 39px;
}

.ques.vdetail-ques {
    padding-top: 47px;
}

.ques.vdetail-ques .ques-tit {
    padding-bottom: 28px;
}

.vdetail-quest-acc .card {
    border: 1px solid #E0E3E7;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ques-acc.vdetail-quest-acc .card-header {
    padding: 12px;
}

.ques-acc.vdetail-quest-acc .card-header .ques-num {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.ques-acc.vdetail-quest-acc .card-body {
    padding-left: 64px;
}

.ques-acc.vdetail-quest-acc .card-header h3:after {
    right: 0;
    top: 13px;
}

.ques-acc.vdetail-quest-acc .card-header h3:after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px
}

.ques-acc.vdetail-quest-acc {
    padding-bottom: 46px;
}

.ques.vdetail-ques {
    padding-bottom: 0;
}

.exp.vdetail-exp {
    padding-top: 48px;
    padding-bottom: 80px;
}

.exp.vdetail-exp .exp-tit {
    padding-bottom: 32px;
}

.vdetail-exp .exp-slider {
    padding-bottom: 30px;
    border-bottom: 1px solid #ECEDF0;
}

.vdetail-tour-slider {
    padding-top: 43px;
}

.vdetail-price {
    border: 3px solid #1A73BE;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.vdetail-price-num {
    background: #1A73BE;
    padding: 15px 24px;
}

.vdetail-aside-list {
    padding: 24px;
}

.vdetail-price-act {
    padding: 0 24px 24px;
}

.red-btn {
    font-size: 20px;
    background: #ED1C00;
	color: #ffff;
	display: flex;
    align-items: center;
    justify-content: center;
}

.red-btn img {
    margin-right: 20px;
}

.exp-info-tit a {
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vdetail-aside-list li {
    margin-bottom: 13px;
}

/* .visa-ct-list {padding: 0 24px;}

.visa-ct-list li:first-child{border-bottom: 1px solid #ECEDF0;} */

.vdetail-re {
    padding: 28px 24px 12px;
}

.vdetail-list-re li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.vdetail-list-re li span {
    padding: 17px 0;
    width: calc(100% - 77px);
    display: inline-block;
}

.vdetail-list-re li:not(:last-child) span {
    border-bottom: 1px solid #ECEDF0;
}

.vdetail-list-re li img {
    width: 54px;
    margin-right: 23px;
    object-fit: contain;
}

.vdetail-info-content {
    width: calc(100% - 42px)
}

.aside-box {
    border: 1px solid #ECEDF0;
    border-radius: 4px;
    margin-top: 30px;
}

.vdetail-retour {
    padding: 28px 24px 30px;
}

.vdetail-retour-img img {
    width: 103px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
}

.vdetail-retour-item {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.vdetail-retour-item {
    border-bottom: 1px solid #ECEDF0;
}

.vdetail-retour-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.vdetail-retour-info {
    width: calc(100% - 118px)
}

.vdetail-retour-stit {
    padding-bottom: 5px;
}

.vdetail-aside {
    position: sticky;
    top: 44px;
}

.listtour {
    padding: 60px 0px 82px;
}

.ltour-stit {
    padding: 15px 0px 50px;
}

.ltour-tabs {
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 25px;
    font-size: 20px;
    margin-bottom: 30px;
}

.ltour-tabs li {
    position: relative;
}

.ltour-tabs li a:before {
    background: #ECEFF2;
    height: 3px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: ''
}

.ltour-tabs li a.active:before {
    background: #b3983b;
}

.ltour-tabs li a {
    padding: 19px 27px;
    display: inline-block;
    text-transform: capitalize;
}

.ltour-tabs li a.active {
    background: #fff;
    color: #b3983b;
}

/* .ltour-content .tour-item{margin-top: 30px;} */

.ltour-content .tour-info-price,
.tghep-list-wrap .tour-info-price,
.list-phap .tour-info-price {
    padding-bottom: 16px;
}

.tour-act {
    padding: 34px 0px 56px;
}

.tour-img {
    position: relative
}

.tour-img img {
    height: 217px;
    object-fit: cover
}

/* tours */

.tour-info-price-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 10px;
}

.tour-info-item {
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    flex: 1;
	min-height: 100px;
}

.tour-info-item:first-child {
    border-right: 1px solid #dee0e2;
}

.tour-info-item img {
    width: 36px;
    height: 36px;
}

.tour-info-item .tour-info-price {
    display: flex;
    flex-direction: column;
}

.tour-info-item .tour-info-price .t2 {
    margin-top: 0px;
}

.tour-info-item .t2 {
    color: #000;
}

figure .tag {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 20px;
    /*background: #ff9019;*/
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

figure .tag:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 19px 0;
    /*border-color: transparent #ff9019 transparent transparent;*/
    position: absolute;
    left: -19px;
    top: 0;
}

figure .tag:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 19px;
    /*border-color: transparent transparent #ff9019 transparent;*/
    position: absolute;
    left: -19px;
    bottom: 0;
}

.hot,
.new {
    width: 44px;
    text-align: center;
}

.hot {
    background: #FC2525;
}

.hot:after {
    border-color: transparent #FC2525 transparent transparent;
}

.hot:before {
    border-color: transparent transparent #FC2525 transparent;
}

.new {
    background: #73C64B;
}

.new:after {
    border-color: transparent #73C64B transparent transparent;
}

.new:before {
    border-color: transparent transparent #73C64B transparent;
}


.sale {
    background: url(../images/index/gift4.png) no-repeat center center;
    width: 47px;
    height: 57px;
    line-height: 87px;
    text-align: center;
    color: #FCBD25;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.ltour-ft {
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.ltour-ft p {
    line-height: 24px;
}

/* fluid 4 columns */

.grid-item {
    width: 22%;
}

/* fluid 4% gutter */

.gutter-sizer {
    width: 4%;
}



.grid-item--width2 {
    width: 48%;
}

.banner-fav {
    padding: 202px 0;
}

.fav {
    position: sticky;
    top: 44px;
    z-index: 3;
    border-bottom: 1px solid #ECEFF2;
}

.fav li.active {
    background: #fff
}

.fav-sitem {
    margin-bottom: 30px;
    position: relative;
}

.fav-sitem img {
    width: 100%;
    height: 251px;
    object-fit: cover;
}

.fav-simg {
    position: relative;
}

.fav-sitem {
    border-radius: 4px;
    overflow: hidden;
}

.fav-stit {
    position: absolute;

    pointer-events: none;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 2;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
    background: rgba(35, 43, 53, 0.15)
}

.fav-sitem:hover .fav-stit {
    background: rgba(35, 43, 53, 0)
}

.fav-sitem:hover .fav-simg img {
    transform: scale(1.03);
}

.fav-sitem:hover .fav-stit {
    text-shadow: 0px 4px 4px rgba(179, 152, 59, 0.2)
}

.fav-stit a {
    color: #fff
}

.fav-act {
    padding: 52px 0px 150px;
}

/* .fav-sitem:after{content: '';display: inline-block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.15);z-index: 1;} */

.fav-tit {
    padding: 70px 0px 55px;
}

.fav-slider .slick-prev:before,
.fav-slider .slick-next:before {
    display: none !important;
}

.city-tit {
    padding: 114px 0px 35px;
}

.scroll-link li {
    display: inline-block;
}

.scroll-link a {
    padding: 15px 22px;
    display: block;
}

.scroll-link a.on {
    background: #fff
}

.list-tit {
    padding: 44px 0px 29px;
}

.list-phap>[class*='col'],
.ltour-content .row>[class*='col'] {
    margin-bottom: 30px;
}

.list {
    padding-bottom: 30px;
}

.thuhut-header {
    padding-bottom: 50px;
}

.thuhut-tit {
    padding: 65px 0px 24px;
}

.th-content p {
    line-height: 21px;
    padding-bottom: 25px;
}

.th-mid-tit {
    padding: 46px 0px 34px;
}

.th-wrap {
    padding-bottom: 31px;
}

.nb-tit {
    padding: 55px 0px 49px;
}

.phap-item img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover
}

#noibat {
    padding-bottom: 56px;
}

#noibat .fav-slider .slick-prev,
#noibat .fav-slider .slick-next {
    top: 39%;
}

.videop-tit {
    padding: 57px 0px 39px;
}

.pvideo iframe,
.bvideo iframe {
    width: 100%;
}

@media(min-width: 1200px) {

    .pvideo iframe,
    .bvideo iframe {
        height: 656px;
    }

}

.pvideo {
    padding-bottom: 48.5px;
    border-bottom: 1px solid #ECEDF0;
}

.phap-exp {
    padding: 53px 0 39px;
}

.phap-bexp {
    padding-bottom: 82px;
}

.banner-phap {
    padding: 147px 0;
}

/* search result */

.search {
    padding-bottom: 70px;
}

.st-row>[class*='col'] {
    margin-bottom: 30px;
}

.search-quan {
    padding: 33px 0px 22px;
}

.search-tour {
    padding-bottom: 19px;
}

.search-tour-tit {
    padding: 45px 0px 34px;
}

.search-item {
    border-top: 1px solid #ECEDF0;
}

.search-visa-tit {
    padding: 25px 0px 33px;
}

.blog-content-tit {
    padding: 15px 0px 8px;
}

/* video */

.video-btit {
    padding: 27px 0px 26px;
}

.video-name {
    padding: 36px 0px 29px;
    border-bottom: 1px solid #ECEDF0;
}

.video-row>[class*='col'] {
    margin-top: 54px;
}

.video-item-tit {
    padding: 11px 0px 14px;
}

.video-act {
    padding: 50px 0px 100px;
}

/*.tghep-slider .tghep-item:nth-child(2n) {*/
/*    margin-top: -45px;*/
/*}*/

/* tour ghep */

.tghep-slider .slick-list {
    padding: 55px 0 15px;
}

.tghep-item img {
    width: 100%;
    border-radius: 8px;
    /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);*/
    object-fit: cover;
    margin: auto;
}

.tghep-content {
    padding: 0 0px 13px;
}

@media(min-width: 1200px) {

    .tghep-slider {
        position: relative;
        top: -100px;
    }

}

.tghep-banner-tit {
    line-height: 69px;
}

.tghep-content {
    padding-bottom: 38px;
}

.tghep-item {
    margin-left: 15px;
    margin-right: 15px;
}

.tghep-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.tghep-intro-item {
    padding: 84px 0px 67px;
}

.tghep-intro-item-tit {
    padding-top: 40px;
}

.tghep-intro-item img {
    height: 72px;
}

.htrinh-tit {
    padding: 65px 0 38px;
}

.htrinh {
    padding-bottom: 72px;
}

.tghep-tit {
    padding: 79px 0px 43px;
}

.tghep-list-wrap>.row>div {
    margin-bottom: 30px;
}

.tghep-act {
    padding: 22px 0 52px;
}

.tghep-content {
    padding-top: 43px;
    padding-bottom: 43px;
}

.tghep-content p {
    padding-bottom: 20px;
}

.tghep-content p:last-child {
    padding-bottom: 0px;
}

.tghep-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #ffffff7d;
    backdrop-filter: blur(3px);
}

.about-banner {
    padding: 291px 0px 35px;
}

.about-content {
    color: #fff
}

/* vechungtoi */

.about-info-tit {
    padding: 15px 0px 8px;
}

.about-info-price {
    padding-bottom: 16px;
}

.about-img img {
    height: 312px;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.about-item .about-img {
    border: 5px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.about-item:hover .about-img {
    border-color: #B3983B;
}

@media(min-width: 768px) {

    .about-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .team-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

}

.team-ft {
    background: #ECEFF2;
    border-radius: 4px;
}

.team-ft {
    padding: 12px;
}

.team-ft .more-btn {
    padding: 11px 34px;
}

.team-ft {
    margin: 82px 0px 95px
}

.gal-sizer {
    width: 25%;
}

.gal-item--width2 {
    width: 50%;
}

.gal-group {
    display: block;
    margin-top: 10px;
}

.tdetail-gal {
    text-align: right;
}

.tdetail-link {
    position: sticky;
    top: 44px;
    z-index: 1;
    margin-bottom: 52px;
}

.tdetail-link .scroll-link a {
    position: relative;
    padding: 16px 15px;
}

.tdetail-link .scroll-link a:before {
    content: '';
    height: 3px;
    background: #B3983B;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
}

.tdetail-link .scroll-link a.on,
.tdetail-link .scroll-link li.active a {
    background: transparent;
    color: #B3983B;
}

/* #fff  #1a73be*/

.tdetail-link .scroll-link a.on:before,
.tdetail-link .scroll-link li.active a:before {
    width: 100%;
}

.b8.tdetail-link.active {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

* //* /* 1f3153 */

/* .b8.tdetail-link.active a{color: #fff} */

.tdetail-contact img {
    margin-right: 8px;
}

.tdetail-contact img {
    animation: pulse .3s ease-in-out infinite
}

.tdetail-contact {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: center;
}

.tdetail-contact li {
    display: flex;
    padding: 8px 13px;
    width: 150px;
}

.tdetail-contact li a {
    line-height: 18px;
}

/* rate */
.br-theme-fontawesome-stars-o .br-widget {

    height: 28px;

    white-space: nowrap;

}

.br-theme-fontawesome-stars-o .br-widget a {

    font: normal normal normal 20px/1 FontAwesome;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    text-decoration: none;

    margin-right: 2px;

}

.br-widget a:after,
a.br-active:after,
a.br-selected:after,
a.br-fractional:after {

    font-family: "Font Awesome 5 Free";

    font-weight: 700
}

.br-theme-fontawesome-stars-o .br-widget a:after {

    content: '\f005';

    color: #d2d2d2;

}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {

    content: '\f005';

    color: #febb02;

}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {

    content: '\f005';

    color: #FFC700;

}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {

    content: '\f123';

    color: #febb02;

}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {

    display: none;

}

.br-theme-fontawesome-stars-o .br-readonly a {

    cursor: default;

}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {

    display: inline-block;

    transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    -webkit-transform: scaleX(-1);

    filter: FlipH;

    -ms-filter: "FlipH";

}

@media print {

    .br-theme-fontawesome-stars-o .br-widget a:after {

        content: '\f005';

        color: black;

    }

    .br-theme-fontawesome-stars-o .br-widget a.br-active:after,

    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {

        content: '\f005';

        color: black;

    }

    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {

        content: '\f123';

        color: black;

    }

}

.br-wrapper.br-theme-fontawesome-stars-o {
    margin-left: 15px;
}

/* tour detail */

.tdetail-tit {
    padding: 40px 0px 24px;
    line-height: 57px;
}

/* .list{padding-top: 50px;} */

.tdetail-gen-item img {
    margin-right: 15px;
}

.tdetail-gen-list {
    margin-left: 65px;
}

.tdetail-gen-item {
    padding: 14px 0px 10px;
}

.tdetail-gen-item:not(:last-of-type) {
    border-bottom: 1px solid #ECEDF0;
}

.tdetail-gen-item ul {
    padding-top: 14px;
}

.tdetail-gen-date {
    margin-left: 20px;
    columns: 2;
    column-gap: 63px
}

.tdetail-gen-content span {
    line-height: 21px;
}

.tdetail-gen-r .red-btn {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.tdetail-gen-info {
    background: #FCE8B6;
}

.tdetail-gen-info-first {
    box-shadow: inset 0px -1px 0px #EAD6A3;
    padding: 16px 16px 14px;
}

.tdetail-gen-info-first li,
.tdetail-gen-info-sd li {
    display: inline-block;
}

.tdetail-gen-info-first li:not(:last-child):after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    padding-left: 13.5px;
    padding-right: 13.5px;
}

.tdetail-gen-info-sd {
    padding: 14px 16px 12px;
}

.tdetail-gen-info-sd li {
    padding-right: 40px;
    font-size: 13px
}

.tdetail-gen-info-sd li img {
    margin-right: 14px;
}

.bt {
    border-top: 1px solid #ECEDF0;
}

.trainghiem {
    margin-top: 74px;
}

.trainghiem .card-header h3 {
    width: calc(100% - 30px)
}

.trainghiem-tit {
    padding: 32px 0;
}

.trainghiem-tit img {
    transform: rotate(45deg);
}

.trainghiem-tit.collapsed img {
    transform: rotate(0);
}

.th-content li {
    line-height: 21px;
    padding-bottom: 15px;
    margin-left: 20px;
    list-style-type: #667380;
}

.tn-header {
    padding-bottom: 25px;
}

.lichtrinh-stt {
    position: absolute;
    background: url(../images/new/calendar.svg);
    width: 48px;
    height: 48px;
    text-align: center;
    top: 0;
    left: -60px;
    padding-top: 22px;
    color: #1a73be
}

.lt-acc .card {
    margin-left: 60px;
    background: rgba(26, 115, 190, 0.05);

    border: 1px solid rgba(26, 115, 190, 0.3);

    box-sizing: border-box;

    border-radius: 8px;
    margin-bottom: 20px;
}

.lt-acc .card .card-header {
    position: relative;
    background: transparent;
    border: 0
}

.lt-acc .card-header:after {
    content: url(../images/up.png);
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 23px;
}

.lt-acc .card-header:after {
    content: url(../images/up.png);
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 23px;
    transform: rotate(0);
}

.lt-acc .card-header.collapsed:after {
    transform: rotate(180deg);
}

.lichtrinh-content ul {
    padding: 15px 0 10px;
}

.lichtrinh-content li {
    list-style-type: none;
    margin-bottom: 5px;
}

.tdetail-pitem {
    padding-bottom: 40px;
}

.tdetail-pitem {

    display: flex;

    align-items: flex-start;

}

.tdetail-price-num span {
    padding-right: 15px;
}

.tdetail-pitem-wrap {
    padding-top: 5px;
}

.tdetail-pitem>img {
    padding-right: 14px;
}

.tdetail-pitem-wrap,
.tdetail-price-tit {
    padding-bottom: 20px;
}

.tdetail-date li {
    display: inline-block;
    background: #ECEFF2;
    border-radius: 4px;
    list-style-type: none;
    padding: 8px 22px;
    margin-right: 12px;
}

.tdetail-block-item {
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.tdetail-block .row>[class*='col'] {
    margin-bottom: 30px;
}

.tdetail-block-tit img {
    margin-right: 25px;
    padding-bottom: 20px;
}

.tdetail-block-item .tdetail-lcontent {
    margin-left: 26px;
}

.tdetail-block-item .tdetail-lcontent li {
    margin-bottom: 8px;
}

.tdetail-contact li img {
    margin-right: 13px;
}

#guest-slider .tour-slider .slick-prev,
#guest-slider .tour-slider .slick-next {
    top: 41%;
}

#guest-slider .tour-slider .slick-prev {
    left: -25px;
}

#guest-slider .tour-slider .slick-next {
    right: -25px;
}

#guest-slider .tour-slider {
    padding-bottom: 50px;
}

.tdetail-why {
    padding-bottom: 30px;
}

.tdetail-re-tit,
.rate-tit {
    padding: 38px 0px 28px;
}

.bt.phap-bexp {
    padding-bottom: 50px;
}

.tour-afre-img {
    position: relative;
}

.tour-afre-img img {
    height: 159px;
    object-fit: cover;
    width: 100%;
}

.tour-afri-content-tit {
    height: 39px;
    overflow-y: hidden;
}

.scrollspy .tour-afri-slider .slick-prev,
.scrollspy .tour-afri-slider .slick-next {
    display: none !important;
}

.sale-red {
    background: url(../images/new/salered.png) no-repeat;
    position: absolute;
    width: 46px;
    height: 38px;
    text-align: center;
    top: 8px;
    right: 8px;
    line-height: 38px;
}

.rate-frm {
    padding: 24px 48px;
    border-radius: 4px;
    margin-bottom: 35px;
}

.rate-frm input {
    border: 1px solid #ECEDF0;
    height: 40px;
    width: 205px;
    margin-right: 16px;
    font-size: 15px
}

.rate-frm textarea {
    font-size: 15px;
    margin-top: 16px;
    border: 1px solid #ECEDF0;
    margin-bottom: 13px;
}

.rate-frm input::-webkit-input-placeholder,
.contact-frm input,
.contact-frm textarea {
    /* Chrome/Opera/Safari */

    color: #939EAA;

}

.rate-frm input::-moz-placeholder,
.contact-frm input::-moz-placeholder,
.contact-frm textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #939EAA;

}

.rate-frm input:-ms-input-placeholder,
.contact-frm input:-ms-input-placeholder,
.contact-frm textarea:-ms-input-placeholder {
    /* IE 10+ */

    color: #939EAA;

}

.rate-frm input:-moz-placeholder,
.contact-frm input:-moz-placeholder,
.contact-frm textarea:-moz-placeholder {
    /* Firefox 18- */

    color: #939EAA;

}

.rate-frm textarea::-webkit-input-placeholder,
.contact-frm input::-webkit-input-placeholder,
.contact-frm textarea::-webkit-input-placeholder {

    color: #939EAA;

}



.rate-frm textarea:-moz-placeholder {
    /* Firefox 18- */

    color: #939EAA;

}



.rate-frm textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #939EAA;

}



.rate-frm textarea:-ms-input-placeholder {

    color: #939EAA;

}



.rate-frm textarea::placeholder {

    color: #939EAA;

}

.rate-frm .book-btn {
    padding: 8px 44px;
}

.rate-rev-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}

.rate-info-name span {
    display: block;
    line-height: normal;
}

.rate-info-name a {
    line-height: normal;
    font-weight: 300
}

.rate-rev-info {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    align-items: center;
}

.rate-info-name a {
    color: #667380;
}

.star li {
    display: inline-block;
}

.star li.rate {
    color: #FFC700;
}

.star li {
    color: #DFE2E7;
}

.rate-rev-header {
    padding-bottom: 15px;
}

.rate-rev-item {
    padding-bottom: 40px;
}

.banner-sl {
    padding: 376px 0px 45px;
}

section.rate {
    padding-bottom: 70px;
}

/* lanhdao */

.ld-slider {}

.ld-slider .slick-list {
    padding: 96px 0px 150px;
}

.ld-slogan p {
    line-height: 24px;
}

.ld-slogan {
    position: relative;
}

.ld-slogan:before,
.ld-slogan:after {
    position: absolute;
}

.ld-slogan:before {
    content: url(../images/sanglap/quote.png);
    top: 0;
    left: -100px;
}

.ld-slogan:after {
    content: url(../images/sanglap/quoteb.png);
    bottom: -100px;
    right: -90px;
}

.ld-slogan {
    padding-top: 30px;
}

.sl-link {
    padding: 209px 0px 33px;
}

.sl-link .book-btn {
    padding: 10px 40px;
}

.sanglap .team-ft {
    margin: 58px 0px 148px;
}

/* tuyen dung */

.banner-td {
    padding: 175px 0;
}

.td-item {
    box-shadow: inset 0px -1px 0px #EEEEEE;
    padding: 33px 0;
}

.td-list li {
    display: inline-block;
    margin-right: 50px;
}

.td-list li img {
    margin-right: 10px;
}

.td-tit {
    padding-bottom: 31px;
}

.td-content p {
    color: #667380;
    line-height: 25px;
}

.td-l {
    padding-right: 137px;
}

.td-item .book-btn {
    padding: 11px 33px;
    box-shadow: 0px 4px 4px rgba(179, 152, 59, 0.2);
}

.td-act {
    margin: 49px 0px 83px;
}

.banner-td-detail {
    padding: 54px 0px 41px;
}

.td-detail-tit {
    padding-bottom: 30px;
}

.banner-td-detail .td-list {
    padding-bottom: 42px;
}

.banner-td-detail .book-btn {
    padding: 14px 64px;
}

.td-detail-stit:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 24px;
    background: #B3983B;
    margin-right: 21px;
    margin-top: 31px;
    vertical-align: bottom;
}

.td-detail-list {
    margin-left: 20px;
}

.td-detail-list li {
    line-height: 36px;
}

.td-detail-act {
    margin: 33px 0px 86px;
}

.td-detail-act .book-btn {
    padding: 14px 64px;
    font-size: 20px
}

.mt-77 {
    position: relative;
    top: -77px;
}

.vp-header {
    padding: 25px 0px 5px;
}

.vp-header-tit {
    padding-bottom: 24px;
}

.td-detail-re {
    padding: 56px 0px 32px;
}

.bg-white .td-item {
    padding: 33px;
}

.td-re {
    padding-bottom: 170px;
}

/* contact */

.contact {
    padding-top: 30px;
}

.contact-form {
    background: #F2F4F7;

    border-radius: 4px;
    padding: 32px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #E5E9EE;
    margin-bottom: 16px;
    font-size: 15px
}

.contact-form input {
    height: 43px;
}

.contact-form .book-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px
}

.contact-maps {
    padding-top: 63px;
}

.contact-maps iframe {
    width: 100%;
}

.team-ft.contact-ft {
    margin: 32px 0px 79px;
}

.contact-l>ul {
    padding-top: 20px;
    margin-left: 20px;
}

.contact-l ul>li {
    padding-bottom: 32px;
}

.contact-l ul>li>ul>li {
    padding-bottom: 12px;
}

.contact-l .ft-list {
    padding: 15px;
}

/* bao chi */

.baochi {
    padding-top: 30px;
}

.bc-item {
    box-shadow: inset 0px -1px 0px #EEEEEE;
    padding: 30px 0;
}

.bc-time {
    padding: 8px 0px 16px;
}

.bc-tit {
    line-height: 34px;
}

.bc-content p {
    line-height: 21px;
}

.baochi .pagi {
    margin-top: 40px;
}

.baochi .team-ft {
    margin: 60px 0px 100px;
}

/* blog */

.blog-aitem {
    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;
    padding: 20px 0;
    box-shadow: inset 0px 1px 0px #ECEDF0;
}

.blog-aside-list .blog-aitem:first-child {
    box-shadow: none;
}

.blog-aitem:first-child {
    padding-top: 0;
}

.blog-aitem img {
    width: 114px;
    border-radius: 4px;
    margin-right: 16px;
    max-height: 75px
}

.blog-stit {
    width: calc(100% - 130px)
}

.blog-bitem .bc-tit {
    padding: 16px 0px 8px;
}

.blogs {
    padding: 30px 0 39px;
}

.blog-img img,
.bblog img,
.sblog img,
.bloglist-wrap .bc-img img,
.bdetail-re .bc-item img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.sabout .blog-img img {
    border-radius: 0
}

.blog-sec-tit {
    padding: 51px 0px 41px;
}

.bblog .bc-tit {
    padding: 20px 0px 8px;
}

.sblog-tit {
    padding: 16px 0;
}

.sblog {
    padding-bottom: 18px;
}

.blog-sec {
    padding-bottom: 47px;
}

.video-sec-tit {
    padding: 64px 0px 32px;
}

.blogpage {
    padding-bottom: 60px;
}

/* bao chi */

.baochi .bc-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.baochi .bc-img img {
    width: 100%;
}

.bc-logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.baochi .bc-img:hover img {
    transform: scale(1.05);
}

/* blog list */

.bloglist-wrap {
    margin-bottom: 32px;
}

.bloglist-wrap .bc-tit {
    line-height: 29px;
}

.blist-aside-tit {
    padding-bottom: 26px;
}

.blist-aside-item {
    padding: 24px 16px 9px 24px;
    border: 1px solid #ECEFF2;

    border-radius: 4px;
    margin-bottom: 30px;
}

.blist-price {
    padding: 8px 0;
}

/* .pagi{margin: 32px 0px 66px;} */

.blog-aside {
    position: sticky;
    top: 44px;
}

.bdetail-tit {
    line-height: 46px;
}

.bdetail-tags li {
    display: inline-block;
    margin-right: 9px;
}

.bdetail-tags li a {
    padding: 9px 17px;
    background: #ECEFF2;

    border-radius: 4px;
    display: block;
    color: #1A73BE;
}

.bdetail-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 16px;
}

.bdetail-content p {
    padding-bottom: 15px;
}

.bdetail-content img {
    margin-bottom: 20px;
}

.bdetail-tags {
    margin-top: 8px;
}

.bdetail-tags li {
    margin-bottom: 5px;
}

.bdetail-social {
    padding: 28px 0px 36px;
    border-bottom: 1px solid #ECEDF0;
}

.bdetail-author {
    padding: 16px 0;
    border-bottom: 1px solid #ECEDF0;
    margin-bottom: 25px;
}

.bdetail-author span {
    line-height: 21px;
}

.bdetail-rate .pagi {
    margin: 5px 0px 0;
    border-bottom: 1px solid #ECEDF0;
    padding-bottom: 39px;
}

.bdetail-re .bc-item:last-child {
    box-shadow: none;
}

/* modal tuyen dung */

@media (min-width: 768px) {

    .td-modal .modal-dialog {

        max-width: 582px;

        margin: 30px auto;

    }

}

.td-modal .modal-body {
    padding: 54px 64px 48px;
}

.td-modal .td-frm-group>label {
    width: 130px;
    padding-top: 15px;
}

.td-modal .td-frm-group>input,
.td-frm-gr {
    width: calc(100% - 130px);
    margin-bottom: 16px;
}

.td-frm-gr .t2 {
    padding: 8px 0;
    margin-bottom: 18px;
}

.td-modal .book-btn {
    padding: 13px 44px;
}

.td-modal .td-frm-group input,
.td-cv {
    height: 44px;
    border: 1px solid #D5DDE5;
    border-radius: 4px;
    margin-bottom: 16px;
}

.td-frm-gr [type='file'] {
    border: none !important;
    padding: 10px 0;
    margin-bottom: 0px;
}

.td-modal label.td-cv {
    width: 100%;
    background: url(../images/link.svg) no-repeat center right 14px;
    cursor: pointer;
    position: relative;
}

.td-text {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    padding-top: 0;
    pointer-events: none;
}

.email-modal .modal-title {
    padding-bottom: 28px;
}

.email-modal .close {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 1;
    color: #939EAA;
}

.email-modal .modal-body {
    padding: 41px 64px 43px;
}

/* dich vu */
.ser-over {
    pointer-events: none;
}

.ser-info {
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 1;
    pointer-events: none;
}

.ser-info img,
.ser-img img,
.ser-over-av img {
    margin: auto;
}

.ser-img img {
    width: 100%;
}

.ser-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(35, 43, 53, .8);
    padding: 35px 15px 29px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.ser-item {
    border-radius: 8px;
    overflow: hidden;
}

.ser-item:hover .ser-over {
    opacity: 1;
}

.ser-item:hover .ser-info {
    opacity: 0;
}

.ser-over-av img {
    margin-bottom: 33px;
}

.ser-over-content p {
    line-height: 21px;
}

.ser-info img {
    margin-bottom: 12px;
}

.ser-info-tit {
    color: #fff
}

.ser-slider .slick-prev {

    left: -55px;

}

.ser-slider .slick-next {

    right: -55px;

}

.ser-item {
    margin-left: 15px;
    margin-right: 15px;
}

.ser-slider .slick-list {
    overflow: visible;
}

.ser {
    overflow: hidden;
}

.ser-item {
    opacity: .5;
}

.ser-item.slick-active {
    opacity: 1;
}

.banner-ser {
    padding: 93px 0;
}

.ser-slider {
    margin: 30px 0px 86px;
}

.ser-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(35, 43, 53, 0) 61.72%, rgba(35, 43, 53, 0.7) 100%);
}

/* .ser-item{margin-left: 15px;margin-right: 15px;}

.ser-slider .slick-list {margin-left: -15px;margin-right: -15px;} */
.archive-tit {
    padding-bottom: 20px
}

.widget-title {
    padding-bottom: 26px;
    font-size: 20px;
    font-weight: 600
}

/* responsive */

@media (min-width: 1400px) {}

@media (max-width: 1199px) {
    .menu {
        overflow-x: auto
    }

    .index-slider .slick-prev {
        left: 0;
    }

    .index-slider .slick-next {
        right: 0;
    }

    .index-slider .book-btn {
        left: 19%;
        bottom: 30px;
    }

    .s40 {
        font-size: 30px
    }

    .cmenu.top {
        top: -108px;
    }

    .gt-qc {
        display: none;
    }

    .red-btn img {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .top-wrap {
        padding: 0;
    }

    main {
        padding-top: 84px;
        background: #fff
    }

    .top {
        width: 100%;
        box-shadow: 0 2px 5px #ccc;
        /* padding: 5px 0;
    background: #c7a150; */
    }

    .cmenu.top {
        background: #282828;
    }

    .logo img {
        height: 30px;
        padding: 0;
    }

    .mm-panels>.mm-panel {
        background: #fff;
    }

    .mm-listview>li>a,
    .mm-listview>li>span {
        color: #363636
    }

    .to-top {
        right: 10px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .s40 {
        font-size: 25px
    }

    .s28 {
        font-size: 22px
    }

    .tg-content {
        height: 60px;
        overflow-y: hidden;
    }

    .tg-item:nth-child(2n) .gt-left {
        padding-left: 30px;
    }

    .tg-item:nth-child(2n + 1) .gt-left {
        padding-right: 30px;
    }

    .tes-img,
    .tes-img img {
        object-fit: scale-down;
    }
}

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

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

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

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

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

main.index {
    padding: 0 !important
}





/*css thêm _ha 22/5/2019 ...........................................................*/


.tes-img,
.tes-img img {
    height: 250px;
    object-fit: cover;
}

.tes-img img {
    width: 100%;
}

.image-preview a {
    display: block;
    overflow: hidden;
    height: 200px;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tes {
    padding: 72px 0px 50px;
}

.blog-img a img {
    height: 385px;
    object-fit: cover;
}

.link-more {
    display: none;
}

.sd-social-official .sd-content ul>li {
    margin: 0;
}

.share-linkedin .linkedin_button {
    margin-top: -4px !important;
}

.share-pinterest .pinterest_button {
    margin-top: -2px !important;
}

.sd-content {
    margin-top: 30px;
}

.widget_top-posts li a img {
    object-fit: cover;
    width: 114px !important;
    max-width: 114px !important;
    height: 70px !important;
    border-radius: 10px;
    display: block;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    max-width: 100% !important;
}

.widgets-list-layout-links {
    float: left !important;
    width: calc(100% - 145px) !important;
    text-align: justify;
}

.td-l {
    padding-right: 137px;
    width: 88%;
}

.td-list li img {
    margin-right: 10px;
    margin-top: -5px;
}

/*.banner {
    padding: 0 ;
}*/
.bread {
    /*border-bottom: 1px solid #e1e1e1;*/
    font-size: 18px;
    font-style: initial;
    /*padding-bottom: 25px;*/
    /*margin-bottom: 30px;*/
}

.blogpage .btit {
    margin-bottom: 30px;
    text-align: left !important;
}

.breadcrumb_last {
    color: #333;
}

.contact-frm {
    background: #F2F4F7;
    border-radius: 16px;
    padding: 32px;
}

.contact-frm .wpcf7-submit {
    background: #B3983B !important;
    color: #fff !important;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.3s;
    border-radius: 99px;
}

.contact-frm .wpcf7-submit:hover {
    background: #e72231 !important;
    transition: all ease-in-out 0.3s;
}

#book-tour {
    background: url(../images/bg1.jpg);
}

.comment-form {
    background: #F6F8FA;
    padding: 24px 48px;
    border-radius: 4px;
    margin-bottom: 35px;
}

.comment-form input {
    border: 1px solid #ECEDF0;
    width: 205px;
    float: left;
    margin-right: 20px;
}

.comment-form textarea {
    width: 100%;
    margin-top: 20px;
    height: 80px;
    border: unset;
    border: 1px solid #ECEDF0;
    border-radius: 5px;
}

.form-submit input {
    background: #B3983B;
    color: #fff;
    font-size: 15px;
    padding: 8px 44px;
    border-radius: 5px;
    width: unset;
    float: unset;
    margin-top: 10px;
    margin-right: 0;
}

.form-submit {
    text-align: right;
}

.comments-title {
    display: none;
}

.comment-author.vcard {
    position: relative;
    display: flex;
}

.comment-meta {
    position: relative;
}

.comment-author.vcard img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;

}

.comment-metadata {
    position: absolute;
    top: 25px;
    left: 67px;
    color: #667380;
    font-weight: 300;
    font-size: 15px;
}

.comment-metadata a {
    color: #667380;
}

.comment-content {
    margin-top: 10px;
    line-height: 24px;
}

.says {
    display: none;
}

#comment-814 {
    list-style: none;
}

.comment-reply-link {
    display: none;
}

#reply-title {
    display: none;
}

.comment-form {
    margin-top: 30px
}

#email-notes {
    display: none;
}

.comment-notes {
    display: none;
}

.comment-form-comment label {
    display: none;
}

/*css responsive*/


@media (min-width: 1366px) {
    .ser-img a {
        display: block;
        height: 650px;
        overflow: hidden;
    }

    .ser-img img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .ser-img a {
        display: block;
        height: 650px;
        overflow: hidden;
    }

    .ser-img img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* md */

}

@media (min-width: 768px) and (max-width: 992px) {
    /* sm */


}

@media (min-width: 480px) and (max-width:767px) {
    #menu-top-menu ul>li>a {
        display: block;
        position: relative;
    }

    #menu-top-menu ul>li>a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #B3983B;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        transform: translate(-50%, 0);
    }

    #menu-top-menu ul>li:hover>a:after,
    .menu-wrap ul>li.active>a:after {
        width: 100%;
    }

    #menu-top-menu ul>li:first-child:hover>a:after,
    .menu-wrap ul>li:first-child.active>a:after,
    .menu-wrap ul>li:nth-child(2):hover>a:after,
    .menu-wrap ul>li:nth-child(2).active>a:after {
        width: 100%;
    }

    .tour-afri-content-tit {
        display: block;
        overflow: hidden;
        height: 42px;
    }

    .tour-info-price {
        padding-bottom: 12px;
        display: block;
        overflow: hidden;
        height: 50px;
    }

    .fav-location .s15 {
        display: none;
    }

    .tes-img,
    .tes-content {
        width: 100%;
    }

    .tes-img,
    .tes-img img {
        height: 190px;
        object-fit: cover;
    }

    .tour-afri-content .book-btn {
        padding: 6px 5px !important;
    }

    .tour-afri-content .tour-afri-content-tit a {
        display: block;
        overflow: hidden;
        height: 42px;
    }

    .tour-info .book-btn {
        border-radius: 99px;
        padding: 5px 15px;
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
    /* xs */

    #menu-top-menu ul>li>a {
        display: block;
        position: relative;
    }

    #menu-top-menu ul>li>a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #B3983B;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        transform: translate(-50%, 0);
    }

    #menu-top-menu ul>li:hover>a:after,
    .menu-wrap ul>li.active>a:after {
        width: 100%;
    }

    #menu-top-menu ul>li:first-child:hover>a:after,
    .menu-wrap ul>li:first-child.active>a:after,
    .menu-wrap ul>li:nth-child(2):hover>a:after,
    .menu-wrap ul>li:nth-child(2).active>a:after {
        width: 100%;
    }

    .tour-afri-content-tit {
        display: block;
        overflow: hidden;
        height: 42px;
    }

    .tour-info-price {
        padding-bottom: 12px;
        display: block;
        overflow: hidden;
        height: 50px;
    }

    .fav-location .s15 {
        display: none;
    }

    .tes-img,
    .tes-content {
        width: 100%;
    }

    .tes-img,
    .tes-img img {
        height: 190px;
        object-fit: cover;
    }

    .tour-info .book-btn {
        border-radius: 99px;
        padding: 5px 15px;
        margin-top: 15px !important;
    }

}

.search .blog-img a img {
    height: 290px;
    object-fit: cover;
}

.bdetail-re .sharedaddy,
.blog-bitem .sharedaddy,
.bblog .sharedaddy {
    display: none;
}

.tdetail-gal .gal-item img {
    height: 226px;
}

.tdetail-gal .gal-item.gal-item--width2 img {
    height: 452px;
}

#visa-contact {
    background: url(../images/visa/1.jpg) no-repeat center center !important;
}

.banner .contact-frm {
    background: transparent;
    padding: 0;
}

#breadcrumbs a,
#breadcrumbs,
#breadcrumbs strong {
    color: #667380;
    font-size: 13px;
    font-weight: normal;
}

#breadcrumbs i {
    padding: 0 15px;
}

.fav-fit-row .grid.grid-list-content {
    height: auto !important;
}

.fav-fit-row .grid.grid-list-content article.grid-item.fav-sitem {
    position: relative !important;
    left: 0 !important;
    float: left;
    margin-right: 45px;
    display: none;
}

.fav-fit-row .grid.grid-list-content article.grid-item.fav-sitem:nth-child(3n) {
    margin-right: 0;
}

.text-center.fav-act.avar-load.noContent {
    padding: 0;
}

/*.bdetail-content a{*/
/*display: block;*/
/*width: 100%;*/
/*text-align: center !important;*/
/*}*/
.bdetail-content ul li {
    line-height: 30px;
}

.bdetail-content ul li a {
    text-align: left !important;
}

.bdetail-content ul {
    margin-bottom: 30px;
}

.bdetail-content p {
    text-align: justify;
    line-height: 1.6;
}

.thuhut-header h2,
.thuhut-header h2 span {
    font-size: 22px !important;
    margin: 20px 0;
}

.thuhut-header h3,
.thuhut-header h3 span {
    font-size: 20px !important;
    margin: 15px 0;
}

.tour-info-price .t2 {
    margin-top: 10px;
}

.tdetail-link {
    background: #fff;
}

blockquote {
    width: 100%;
    background-color: #f7eab3;
    border: 1px solid #ccc;
    border-radius: 6px;
    border: 5px dotted #fff;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 20px;
}

.bdetail figure {
    display: block;
    width: 100% !important;
    text-align: center;
}

.bdetail h2,
.bdetail h3,
.bdetail h4,
.bdetail h5 {
    font-weight: bold;
}

.banner-ser .contact-frm {
    background: transparent;
    padding: 0 !important;
}

div.wpcf7 .ajax-loader {
    display: none
}

figure {
    width: 100% !important;
}

.aligncenter {
    text-align: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.fav-location .col-lg-6 a {}

#comments ol {
    list-style: none;
}

.comment-list li {
    margin: 20px 0;
    position: relative;
}

.crfp-average-rating .label {
    display: none;
}

.crfp-average-rating {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

#comments form {
    padding-top: 40px;
    position: relative;
}

#comments form .crfp-field {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.rating-cancel {
    display: none !important;
}

.star-rating-control a {
    height: 25px;
}

p.crfp-group-1 div.star-rating {
    width: 24px !important;
    height: 24px !important;
}

p.crfp-group-1 div.star-rating a {
    width: 24px !important;
    max-width: 24px !important;
    background-size: cover;
    height: 24px !important;
}

.star-rating-control>div {
    margin-left: 5px;
}

#respond form {
    position: relative;
}

#respond form .crfp-field {
    position: absolute;
    top: 42px;
    display: inline-block;
    align-items: center;
    right: 0 !important;
    width: 260px;
}

#respond form .crfp-field {
    justify-content: center;
}

.col-md-8 #respond form .crfp-field {
    justify-content: flex-end;
    right: 40px;
}

.b6 {
    padding: 20px 0 0 0;
}

.thuhut-header h1,
.thuhut-header h2,
.thuhut-header h3,
.thuhut-header h4 {
    font-weight: bold;
}

div.rating-container.crfp-group-1 span.crfp-rating {
    font-size: 0;
}

/*css them _ha 30/5/2019*/

.bdetail-content blockquote {
    margin-bottom: 30px;
}

.bdetail-content h3 {
    margin-bottom: 10px;
}

.alignnone {
    margin: 30px 0
}

.wp-caption-text {
    font-style: italic;
    margin-top: 10px;
    font-size: 15px;
}

.tour-afri-content span {
    padding-bottom: 6px;
    width: 100%;
    display: block;
	padding-bottom: 10px;
	text-align: center;
}


@media (min-width: 1366px) {
    .ser-img a {
        display: block;
        height: 650px;
    }

    main {
        padding-top: 62px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .ser-img a {
        display: block;
        height: 650px;
    }

    main {
        padding-top: 62px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* md */
    main {
        padding-top: 62px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    /* sm */
    #respond form .crfp-field {
        justify-content: center;
        display: inline-block;
    }

    .td-content {
        margin-bottom: 20px;
    }
}


@media (min-width: 480px) and (max-width:767px) {
    .tour-info .book-btn {
        border-radius: 99px;
        padding: 5px 15px;
        margin-top: 15px !important;
    }

    .tour-item {
        margin-bottom: 15px;
    }

    .visa-ct-list a {
        font-weight: 600;
        display: block;
    }

    #respond form .crfp-field {
        justify-content: center;
        display: inline-block !important;
    }

    .td-content {
        margin-bottom: 20px;
    }
}


#visa-contact.visa-contact .ct-group label,
#book-tour.visa-contact .ct-group label {
    top: 25px;
}

.custom_form .contact-frm {
    background: unset;
    border-radius: 0;
    padding: 0;
}

/*css them 21/06/2019*/
.bdetail-content a {
    color: #007bff !important;
}

.bdetail-content a:hover {
    color: #c7a150 !important;
}

.fixed-top {
    position: relative;
    transition: all ease 0.6s;
    top: 0;
}

.fixed-top.navbar-fixed-top {
    position: fixed;
    top: -73px;
    left: 0;
    width: 100%;
    transition: all ease 0.6s;
}

main {
    padding-top: 0px;
}

#comments .comment-metadata {
    position: unset;
}

.bdetail-content .wp-caption .wp-caption-text {
    margin-bottom: 20px;
}

.fb_dialog.fb_dialog_advanced {
    bottom: 9pt !important;
    right: 134pt !important;
}

.mess-fix {
    display: none !important;
}


.thuhut-header a {
    color: #007bff !important;
}

table {
    border: 1px solid #e9ecef;
    text-align: center;
    line-height: 1.5em;
}

table td {
    border-right: 1px solid #e9ecef;
    vertical-align: middle;
}

table p {
    text-align: center !important;
}

.bdetail-content table tr td[colspan="2"] span,
.bdetail-content table tr td[colspan="2"] h3{
    display: inline-block;
    color: #fff !important;
    background-color: #b3983c;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}