:root {
    --primary_color: #0D73CD;
    --primary_color_2: #FFB501;
    --blue_color: #24A6E3;
    --color_red: #EC0000;
    --color_white: #fff;
    --color_green: green;
    --color_dark: #000;
    --color_gray: #333;
    --border_color: #FC3
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

body {
    background: #fff;
    overflow-x: hidden
}

@font-face {
    src: url("../fonts/Roboto-Regular.ttf");
    font-family: Roboto;
    font-weight: normal
}

@font-face {
    src: url("../fonts/Roboto-Bold.ttf");
    font-family: Roboto;
    font-weight: bold
}

body {
    font-family: Roboto;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: Roboto;
    font-weight: bold
}

a {
    text-decoration: none
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none !important;
    -webkit-box-shadow: inset 0 -1px 0 #ddd !important;
    box-shadow: inset 0 -1px 0 #ddd !important
}

ul, li {
    margin-bottom: 0px !important
}

.row-0 {
    padding: 0px 0px !important
}

.pd-0 {
    padding: 0px !important
}

.row-5 {
    padding: 0px 10px !important
}

.pd-5 {
    padding: 0px 5px 10px 5px !important
}

.row-10 {
    padding: 0px 2px !important
}

.pd-10 {
    padding: 0px 10px 20px 10px !important
}

.row-20 {
    padding: 0px 0px !important
}

.pd-20 {
    padding: 0px 20px 0px 20px !important
}

.button_style {
    background-color: var(--primary_color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

div#top-bar {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D0D0D0;
}

div#top-bar .d-flex.menu-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

div#top-bar .top-bar-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px
}

div#top-bar .top-bar-menu ul li {
    list-style: none;
    margin-right: 25px
}

div#top-bar .top-bar-menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div#top-bar .top-bar-menu ul li a:hover {
    color: var(--primary_color)
}

div#top-bar .top-bar-menu ul li a img {
    width: 25px;
    margin-right: 2px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain
}

div#top-bar .account-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px !important
}

div#top-bar .account-menu ul li {
    list-style: none;
    position: relative
}

div#top-bar .account-menu ul li:not(:last-child) {
    margin-right: 25px
}

div#top-bar .account-menu ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background: #000;
    position: absolute;
    display: block;
    left: -12.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

div#top-bar .account-menu ul li a {
    color: #000;
    font-weight: 700;
    font-size: 15px
}

div#top-bar .account-menu ul li a:hover {
    color: var(--primary_color)
}

.tg-col-12 {
    width: 12% !important
}

.tg-col-88 {
    width: 88% !important;
    padding-bottom: 0px !important;
}

header#header {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #D0D0D0;
}

header#header div#logo {
    width: 70px
}

header#header div#logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

header#header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

header#header .header-right .header-hotline {
    background: #FFB501;
    border-radius: 50px;
    padding: 6px 15px
}

header#header .header-right .header-hotline a {
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

header#header .header-right .header-hotline a img {
    width: 35px
}

header#header .main-menu ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header#header .main-menu ul li {
    list-style: none
}

header#header .main-menu ul li a {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 15px;
    padding: 0px 15px
}

header#header .main-menu ul li a:hover {
    color: var(--primary_color_2)
}

.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap:hover::after {
    color: #1f2029
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #cccccc;
    box-shadow: inset 0 0 0 2px #cccccc
}

.progress-wrap.btn-left-side {
    left: 30px
}

.progress-wrap.btn-right-side {
    right: 30px
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px
}

.section {
    width: 100%;
    padding: 30px 0
}

.sec-0 {
    padding: 0px
}

.sec-1 {
    padding: 10px 0
}

.sec-2 {
    padding: 20px 0
}

.sec-4 {
    padding: 40px 0
}

.banner_home {
    width: 100%
}

.sec-search {

}

main#web-main {
    margin-bottom: 30px;
}

.tab-search {
    width: 100%;
    display: inline-block
}

.tab-search ul {
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px
}

.tab-search ul li {
    width: calc(100% / 4);
    list-style: none;
    height: 45px;
    margin: 0px 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px !important
}

.tab-search ul li a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--blue_color);
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.tab-search ul li.active a, .tab-search ul li:hover a {
    background: var(--primary_color_2)
}

/*.bk-domain {*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.bk-domain .domain-form input.formS {
    width: 100%;
    height: 55px;
    font-size: 18px;
    border-radius: 10px !important;
    box-shadow: unset !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px 0px 0px 180px !important;
}
/*.bk-domain .domain-form {*/
/*    margin-top: -139px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    !*background: rgba(255, 255, 255, 0.4);*!*/
/*    padding: 30px;*/
/*    border-radius: 12px !important;*/
/*    margin-bottom: 25px;*/
/*}*/

.banners_from {
    background: linear-gradient(90deg, #0281f6 0%, #21b4ff 100%);
    padding: 50px;
    border-radius: 10px;
    position: relative;
}
.banners_img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
}






.bk-domain .button_for_red {
    background: #ff0000 !important;
}
.bk-domain button.button_style.btn_style2.button_for_red i {
    margin-left: 8px;
}
.bk-domain .btn_style2 {
    width: 100%;
    height: 55px;
    border-radius: 10px !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px 25px !important;
    font-weight: 700;
    display: block;
    font-size: 18px;
    text-align: center;
}

h3.title_home {
    text-transform: capitalize;
    width: auto;
    color: #000000;
    /* border: 1px dashed #ff0000; */
    height: 40px;
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 22px !important;
    line-height: 40px;
    align-items: center;
}







.tab-search-panel {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: 0.3sease -in-out;
    border: 1px solid #C7C7C7;
    text-align: center;
}

footer#footer {
    background: #24A6E3;
    width: 100%;
    display: inline-block;
    padding: 30px 0 10px 0
}

footer#footer .footer-logo {
    text-align: center
}

footer#footer .footer-logo img {
    width: 200px
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px 0;
    text-transform: uppercase
}

footer#footer .footer-top p, footer#footer .footer-top a {
    color: #fff;
    font-size: 15px
}

footer#footer .footer-top p {
    margin: 0 0 5px 0
}

footer#footer .footer-top .footer-menu ul {
    padding-left: 15px !important
}

footer#footer .footer-top .footer-menu ul li::marker {
    color: #fff;
    background: #fff
}

footer#footer .footer-top .footer-menu ul li a {
    color: #fff;
    font-size: 15px
}

footer#footer .footer-top .footer-menu ul li a:hover {
    color: var(--primary_color_2)
}

footer#footer .footer-top .footer-social a {
    margin: 0 15px 0 0
}

footer#footer .footer-top .footer-social a i {
    font-size: 30px
}

footer#footer .footer-top .footer-register {
    width: 100%;
    margin: 20px 0
}

footer#footer .footer-top .footer-register a {
    margin: 0px 5px 10px 0;
    display: inline-block
}

footer#footer .footer-top .footer-register a img {
    width: auto
}

footer#footer .footer-menu-vertical {
    width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0 5px 0
}

footer#footer .footer-menu-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer#footer .footer-menu-vertical ul li {
    list-style: none;
    margin: 0px 15px
}

footer#footer .footer-menu-vertical ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.footer-copyright {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background: var(--primary_color);
    color: #fff;
    font-size: 14px
}

.sec-register {
    width: 100%;
    display: inline-block;
    background: var(--primary_color);
    padding: 10px 0;
    color: #fff;
    font-size: 15px
}

.sec-register h4 {
    font-size: 20px;
    margin: 0 0 10px 0
}

.sec-register p {
    margin: 0px
}

.sec-register .input_register {
    border-radius: 15px !important;
    height: 45px;
    margin: 0px !important
}

.sec-register .btn_register {
    color: #fff;
    width: 200px;
    border-radius: 15px !important;
    font-weight: 700;
    margin-left: 15px !important
}

.home-title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.home-title .home-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-title .home-icon img {
    width: 45px;
    margin-right: 10px
}

.home-title .home-icon h3 {
    color: var(--primary_color_2);
    font-size: 22px
}

.slide-post .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px)
}

.slide-hotel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px)
}

.owl-dots {
    display: none !important
}

.owl-nav button {
    width: 30px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    top: 50% !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    position: absolute;
    margin: 0px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important
}

.owl-nav button.owl-prev {
    left: -55px
}

.owl-nav button.owl-next {
    right: -55px
}

.product-item {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff
}

.product-item .product-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.product-item:hover .product-thumbnail img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-item .product-content {
    padding: 15px;
    width: 100%;
    display: inline-block
}

.product-item .product-content h4, .product-item .product-content h4 a {
    color: var(--primary_color);
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 5px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.product-item .product-content h4:hover, .product-item .product-content h4 a:hover {
    color: #ff0000;
}

.product-item .product-content .product-date {
    color: var(--blue_color);
    font-size: 13px;
    margin: 0 0 5px 0
}

.product-item .product-content .product-price {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
    text-align: right;
    color: var(--blue_color);
    font-size: 13px
}

.product-item .product-content .product-price p {
    margin: 0px
}

.product-item .product-content .product-price .price-wrapper ins {
    text-decoration: unset;
    font-weight: 700;
    color: var(--primary_color_2);
    font-size: 18px
}

.product-item .product-content .product-price .price-wrapper del {
    font-size: 16px;
    margin-left: 3px;
    color: gray
}

.product-item .product-content .product-button a {
    text-align: center;
    border-radius: 10px;
    background: var(--blue_color);
    display: block;
    color: #fff
}

.product-item .product-content .product-button a:hover {
    color: #ffd
}

.slide-hotel .owl-nav {
    position: absolute;
    top: -25px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-hotel .owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    position: unset;
    border-radius: 5px !important;
    border: 1px solid var(--primary_color_2) !important
}

.slide-hotel .owl-nav button i {
    color: var(--primary_color_2)
}

.slide-hotel .owl-nav button.owl-next {
    right: 0px;
    margin-left: 5px !important
}

.slide-hotel .owl-nav button.owl-prev {
    left: 0px
}

.banner-new {
    width: 100%
}

.banner-new img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.box__new {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25)
}

.new_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding: 0px !important;
    margin: 0 -4px
}

.new_tab ul li {
    width: calc(100% / 3);
    padding: 0px 4px !important
}

.new_tab ul li a {
    display: block;
    background: var(--primary_color);
    padding: 8px 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.new_tab ul li.active a, .new_tab ul li:hover a {
    background: var(--primary_color_2)
}

/**login**/
.form-login h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin: 0 0 30px 0;
}

.login-form .login-bg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.login-form .login-bg img {
    margin: 0 auto;
    max-width: 100%;
}

.login-form .form {
    padding: 20px 40px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    height: 100%;
}

.login-form .form h1 {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.login-form .form .external {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.login-form .form .external button {
    margin-right: 20px;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    flex-grow: 1;
}

.login-form .form .external button {
    justify-content: flex-start;
    display: flex;
    line-height: 38px;
    padding: 3px;
}

.login-form .form .external .btn-facebook {
    background: #4267b2;
}

.login-form .form .external button:last-child {
    margin-right: 0;
}

.login-form .form .external .btn-google {
    background: #4385f5;
}

.login-form .form .external button:hover {
    background: transparent linear-gradient(180deg, #4385f5 0%, #4267b2 100%) 0% 0% no-repeat padding-box;
}

.login-form .form .external button:hover {
    background: transparent linear-gradient(180deg, #4385f5 0%, #4267b2 100%) 0% 0% no-repeat padding-box;
}

.login-form .form .external button img {
    margin-right: 8px;
}

.login-form .split {
    border-bottom: 2px solid #afafaf;
    position: relative;
    height: 23px;
    margin: 20px 0 20px 0;
    justify-content: center;
    display: flex;
}

.login-form .split p {
    position: absolute;
    background: #fff;
    padding: 0 10px;
    color: #afafaf;
    font-size: 14px;
    margin: 0px !important;
    font-weight: bold;
    top: 10px;
}

.errors.just-center.text-red {
    text-align: center;
    font-size: 14px;
}

.text-red {
    color: #fd475a;
}

.login-form .form form {
    margin: 20px 0 0 0;
}

.login-form .form label {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.login-form .form label b {
    color: #ff0000;
}

.login-form .form .input_user, .form-plane {
    background: #fff;
    border-radius: 4px !important;
    width: 100% !important;
    padding: 8px 20px 8px 10px !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 500 !important;
    border: 1px solid #adadad !important;
}

.checkbox-ctn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-ctn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-form .form .row input {
    background: #fff;
    border-radius: 4px !important;
    width: 100%;
    padding: 8px 20px 8px 10px !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 500;
    border: 1px solid #adadad;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-ctn input:checked ~ .checkmark {
    background-color: var(--primary_color);
}

.checkbox-ctn input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-ctn {
    font-weight: normal !important;
}

.checkbox-ctn .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-ctn input:checked ~ .checkmark:after {
    display: block;
}

.login-form .form .button-group {
    display: flex;
    justify-content: space-around;
}


.login-form .form .button-group button, .login-form .form .button-group .btn {
    margin: 0 20px;
    border: 0;
    font-weight: bold;
    border-radius: 8px !important;
    flex-grow: 1;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid var(--primary_color);
    color: #222;
    font-size: 14px;
    text-decoration: none !important
}

.login-form .form .button-group .btn-submit {
    background: transparent linear-gradient(180deg, var(--primary_color) 0%, var(--blue_color) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 3px;
    color: #fff !important;
    border: none;
    padding: 12px;
}

.login-form .form .button-group button:first-child {
    margin-left: 0;
}

.login-form .form .btn-link {
    margin-right: 0px !important;
}

.login-form .form .button-group .btn-submit:hover {
    background: transparent linear-gradient(180deg, var(--blue_color) 0%, var(--primary_color) 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.login-form .form .forgotpass {
    text-align: right;
    font-weight: bold;
}

.login-form .form .forgotpass a {
    color: #222;
    font-size: 14px;
}

.login-form .form .forgotpass a:hover {
    color: var(--color-red)
}

.form-register label {
    margin: 0px !important;
}

.form-register .controls {
    display: flex;
    flex-basis: 100%;
    flex-grow: 3;
}

.radio-ctn {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-register .controls .radio-ctn {
    margin-right: 30px;
    margin-top: 5px;
}

.radio-ctn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-ctn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #aaa;
}

.radio-ctn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-ctn .checkmark:after {
    top: 1.3px;
    left: 1.3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--primary_color);
}

.radio-ctn input:checked ~ .checkmark:after {
    display: block;
}

.form-register .controls .radio-ctn span strong {
    display: block;
    margin-top: 0px;
    color: #858585;
    margin-right: 40px;
}

.form-register .select_address {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 8px 20px 8px 10px !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 500;
    border: 1px solid #adadad;
}

.form-register .item__description {
    font-size: 13px;
    font-style: italic;
    margin: 10px 0 0 0;
    color: #afafaf;
}

/**images**/
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.is-invalid {
    border-color: #dc3545 !important;
}

img.account-image {
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.category-entry {
    font-size: 16px;
}

.category-entry {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.login-form .form label {
    font-weight: 700;
}

.invalid-feedback {
    font-size: 12px !important;
}

/**search**/
.box-banner-search-flight-inner {
    min-height: 230px;
    width: 100%;
    background-size: cover !important;
}

.box-banner-search-flight-inner .box-content-banner-gif {
    max-width: 940px;
    margin: auto;
    padding-top: 10px;
}

.box-banner-search-flight-inner .box-content-banner-gif .box-title-depart {
    text-align: right;
}

.box-banner-search-flight-inner .box-content-banner-gif .title-code {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.box-banner-search-flight-inner .box-content-banner-gif .title-name {
    font-size: 30px;
    color: #fff;
}

.box-banner-search-flight-inner .box-content-banner-gif .box-img-place {
    margin-top: 10px;
}

.box-img-animate.type-searchflight {
    margin-top: -60px;
    position: relative;
}

.box-img-animate.type-searchflight.type-OW img {
    position: relative;
    -webkit-animation: animate_plane_OW 5s infinite;
    -moz-animation: animate_plane_OW 5s infinite;
    -o-animation: animate_plane_OW 5s infinite;
    animation: animate_plane_OW 5s infinite;
}

@keyframes animate_plane_OW {
    0% {
        left: 0px;
    }

    100% {
        left: 420px;
    }
}

.box-img-animate.type-searchflight .bar-rank {
    width: 100%;
    border: 2px dashed #fff;
    margin: auto;
    position: absolute;
    top: 24px;
}

.box-img-animate.type-searchflight.type-OW .bar-rank {
    -webkit-animation: animate_bar_rank_OW 5s infinite;
    -moz-animation: animate_bar_rank_OW 5s infinite;
    -o-animation: animate_bar_rank_OW 5s infinite;
    animation: animate_bar_rank_OW 5s infinite;
}

@keyframes animate_bar_rank_OW {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


article.box-toggle-form-flight-inner {
    border-radius: 5px;
    border: 4px solid var(--blue_color);
    background: #FFF;
    width: 100%;
    display: inline-block;
    padding: 20px;
}

article.box-toggle-form-flight-inner .box-info-flight-inner.itinerary {
    font-size: 20px;
    color: #000000;
    margin: 0 0 10px 0;
    font-weight: 700;
}

article.box-toggle-form-flight-inner .box-info-flight-inner.itinerary i {
    margin: 0px 10px;
}

article.box-toggle-form-flight-inner .box-info-flight-inner {
    font-size: 16px;
    color: #111;
}

article.box-toggle-form-flight-inner .btn-toggle-change-flight {
    background: var(--primary_color);
    line-height: 50px;
    border: 0px;
    padding: 0px;
    width: 200px;
    text-align: center;
    outline: 0;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    float: right;
}

.item-flight {
    display: block;
    border-radius: 5px;
    border: 1px solid var(--blue_color);
    background: #fff;
    margin-bottom: 15px;
    min-height: 180px;
    transition: all 0.5s;
}

.box-column-content-flight .list-item-flight .info-top {
    display: flex;
    min-height: 180px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight {
    flex: 8;
    padding: 25px;
    border-right: 2px dashed var(--blue_color);
}

.box-column-content-flight table.tlb-info-flight-top {
    width: 100%;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-logo {
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-logo span {
    display: block;
    color: #8f8f8f;
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart {
    text-align: right;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart .time-start {
    color: #434343;
    font-weight: 700;
    font-size: 24px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart .box-place-depart {
    color: #434343;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle {
    text-align: center;
    min-width: 150px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .total-time, .box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .info-stop {
    color: #8f8f8f;
    font-size: 16px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane {
    text-align: right;
    position: relative;
    width: 0px;
    transition: all 1s;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane.active {
    width: 100%;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane:after {
    content: "";
    position: absolute;
    background: #000;
    width: 90%;
    height: 1px;
    left: 0px;
    top: 10px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return {
    text-align: left;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return .time-end {
    color: #434343;
    font-weight: 700;
    font-size: 24px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return .box-place-return {
    color: #434343;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
}

.box-column-content-flight .list-item-flight .info-bottom {
    margin-top: -35px;
}

.box-item-tabs-flight .nav-list-tab-info-flight {
    display: block;
    padding: 0px 20px;
}

.box-item-tabs-flight .nav-list-tab-info-flight > div {
    display: inline-block;
    padding: 0px;
    padding-bottom: 15px;
    color: #1065f2;
    font-size: 14px;
    margin-right: 70px;
    cursor: pointer;
}

.box-item-tabs-flight .nav-list-tab-info-flight > div.active {
    border-bottom: 4px solid #0fadf6;
}

.box-item-tabs-flight .box-tabs-flight {
    padding: 0px 20px;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight {
    padding: 10px 0px;
    border-top: 1px solid #d8d8d8;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight {
    width: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td {
    padding: 10px 0px;
    vertical-align: middle;
    padding-bottom: 0px;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-datetime {
    font-size: 14px;
    color: #434343;
    font-family: 'os_regular';
    width: 130px;
}

.box-column-content-flight-content.type-RT .box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-datetime {
    width: 100px;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-datetime .time-start, .box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-datetime .time-end {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-icon-seperate {
    padding-right: 20px;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-info-flight {
    text-align: right;
    font-size: 14px;
    color: #434343;
    vertical-align: top;
    line-height: 24px;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-info-flight span {
    color: #8f8f8f;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-datetime .box-date {
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-airport {
    font-size: 14px;
    color: #434343;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-airport span {
    color: #8f8f8f;
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-title-stop {
}

.box-item-tabs-flight .box-tabs-flight .tab-flight .tlb-details-flight tr td.td-box-title-stop .title-stop {
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    background: #eaeaea;
    color: #000000;
    width: 100%;
    margin: 30px 0px 20px 0px;
}

.box-column-content-flight .list-item-flight .info-top .info-price {
    flex: 2;
    padding: 25px 15px;
    text-align: center;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-logo {
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-logo span {
    display: block;
    color: #8f8f8f;
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart {
    text-align: right;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart .time-start {
    color: #434343;
    font-weight: 700;
    font-size: 24px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-depart .box-place-depart {
    color: #434343;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
}

.box-column-content-flight .box-column-content-flight-content.type-RT .list-item-flight .info-top .info-flight .box-info-depart .box-place-depart {
    padding-top: 15px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle {
    text-align: center;
    min-width: 150px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .total-time, .box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .info-stop {
    color: #8f8f8f;
    font-size: 16px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane {
    text-align: right;
    position: relative;
    width: 0px;
    transition: all 1s;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane.active {
    width: 100%;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-middle .bar-plane:after {
    content: "";
    position: absolute;
    background: #000;
    width: 90%;
    height: 1px;
    left: 0px;
    top: 10px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return {
    text-align: left;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return .time-end {
    color: #434343;
    font-weight: 700;
    font-size: 24px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-info-return .box-place-return {
    color: #434343;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
}

.box-column-content-flight .box-column-content-flight-content.type-RT .list-item-flight .info-top .info-flight .box-info-return .box-place-return {
    padding-top: 15px;
}

.box-column-content-flight .list-item-flight .info-top .info-price .type-ticket {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
}

.box-column-content-flight .list-item-flight .info-top .info-price .price-show {
    color: #ff9000;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.box-column-content-flight .list-item-flight .info-top .info-price .btn-selecte-item {
    border-radius: 25px;
    background: #ff9000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    outline: 0px;
    border: 0px;
    padding: 5px 34px;
}

.box-column-content-flight {
    margin: 25px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 300px;
}

.box-column-content-flight .info-summary {
    display: none;
}

/* info load */
.box-loadding-search-flight {
    min-height: 20px;
    background: #fff;
    border-bottom: 0px;
}

.box-progress-loading-flight {
    width: 100%;
    margin: 0px;
    height: 28px;
    border-radius: 50px;
}

.box-loadding-search-flight .box-loadding-search-flight-inner h3 {
    font-size: 18px;
    color: #212020;
    font-weight: normal;
    text-align: center;
    margin: 15px 0 0 0;
}

.box-loadding-search-flight .box-loadding-search-flight-inner h3 span {
    color: #ff0505;
}

.box-column-content-flight table.tlb-info-flight-top tr td {
    padding: 0px 20px;
    vertical-align: top;
}

/**checkout**/
.step-checkout .steps {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
}


.step-checkout .steps strong {
    font-size: 16px;
    display: block;
    line-height: 1.4;
}

.step-checkout .steps > li {
    position: relative;
    padding: 12px 50px 8px 50px;
    width: 32%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.step-checkout .steps > li:last-child {
    margin-right: 0px;
}

@media (min-width: 768px) {

    .step-checkout .steps > li {
        float: left;
    }

    .step-checkout .steps .past {
        color: #666;
        background: #ececec;
    }

    .step-checkout .steps .present {
        color: #fff;
        background: var(--primary_color);
    }

    .step-checkout .steps .future {
        color: #777;
        background: #efefef;
    }

    .step-checkout .steps li > span:after, .step-checkout .steps li > span:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        border-left-color: #f0f0f0;
        border-width: 30px;
    }

    .step-checkout .steps li > span:before {
        left: -10px;
    }

    .step-checkout .steps li.present + li span:before {
        border-left-color: var(--primary_color) !important;
    }

    .step-checkout .steps li > span:after {
        top: -5px;
        z-index: 1;
        border-left-color: white;
        border-width: 34px;
    }

    .step-checkout .steps li > span:before {
        z-index: 2;
    }

    .step-checkout .steps li.past + li > span:before {
        border-left-color: #ececec;
    }

    .step-checkout .steps li.present + li > span:before {
        border-left-color: #fff;
    }

    .step-checkout .steps li.future + li > span:before {
        border-left-color: #efefef;
    }

    .step-checkout .steps li:first-child > span:after, .steps li:first-child > span:before {
        display: none;
    }

    .step-checkout .steps li:first-child i, .steps li:last-child i {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        border-left-color: white;
        border-width: 30px;
    }

    .step-checkout .steps li:first-child i {
        border-left-color: transparent !important;
    }

    .step-checkout .steps li:last-child i {
        left: auto;
        right: -30px;
        border-left-color: transparent;
        border-top-color: white;
        border-bottom-color: white;
    }
}

/**user**/
.box-user {
    width: 100%;
    display: inline-block;
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
}

.box-user .box-user-header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.box-user .box-user-header-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-user .box-user-header-icon i {
    color: var(--primary_color);
    font-size: 20px;
}

.box-user .box-user-header h3 {
    padding-left: 15px;
    margin: 0px;
    font-size: 20px;
}

.box-user .box-user-body {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.box-user .title.type-adult {
    color: #22313f;
    font-size: 14px;
    background-color: #f5f6fa;
    line-height: 18px;
    padding: 15px;
}

.box-user .title.type-adult .pull-right {
    position: relative;
    top: 0px;
}

.box-user .title.type-adult .pull-right span.description {
    font-weight: normal;
    font-size: 14px;
    color: #8a93a7;
}

.box-user .title.type-adult .pull-right {
    float: right !important;
}

.checkbox-material {
    display: inline-block;
    margin-left: 16px;
}

.checkbox-material .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.checkbox-material .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background .2s ease;
}

.checkbox-material .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all .2s ease;
}

.checkbox-material #cbx:checked + .toggle span {
    background: #ffffff;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

.checkbox-material #cbx:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
}

.checkbox-material #cbx:checked + .toggle:before {
    background: var(--primary_color);
}

.box-user-body label b {
    color: #ff0000;
}

.box-user-body label {
    color: #8a93a7;
    font-size: 15px;
    margin: 0 0 5px 0;
}

.input_checkout {
    height: 40px !important;
}

.input_checkout, .textarea_checkout {
    border: 1px solid #c6cbda !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.box-user h3.title-order {
    text-align: center;
    color: var(--primary_color);
    font-size: 20px;
}


.box-user .box-item .title {
    background: #f5f6fa;
    padding: 0px 15px;
    line-height: 40px;
    font-size: 14px;
    color: #22313f;
    font-weight: 700;
    margin-bottom: 15px;
    border-radius: 5px;
}

.box-user table tr:last-child td {
    padding-bottom: 0px;
}

.box-user table .td-logo-airlines {
    text-align: center;
    width: 70px;
    vertical-align: top;
}

.box-user table {
    font-size: 14px;
}

.box-user table .td-logo-airlines img {
    max-width: 45px;
}

.box-user table tr td:last-child > div {
    margin-bottom: 5px;
}


.button__footer {
    text-align: right;
}

.btn-primary {
    background: var(--primary_color);
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 50px;
    outline: 0;
    border: 1px solid var(--primary_color);
}

.box-user .box-price {
    border-top: 1px solid #ebedf6;
    padding-top: 10px;
    margin-top: 15px;
}

.box-user .box-item-panel.panel-flight {
    width: 100%;
    margin-bottom: 30px;
}

.box-user .box-price .container-info-price-summary .box-item-panel {
    margin-bottom: 0px;
}

.box-user .box-price .container-info-price-summary .box-item-panel .box-title {
    padding: 0px;
    font-size: 14px;
    color: #22313f;
}

.box-item-panel.panel-flight .box-title span.item-action {
    float: right;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
    color: #0064d2;
}

.box-user .box-price .container-info-price-summary .box-item-panel .box-title .total-price.type-booking {
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
}

.box-user .box-price .box-title span.item-action i {
    transition: all 0.5s;
    margin-left: 10px;
}

.box-user .box-price .box-content table {
    font-size: 14px;
}

.box-user .box-price .box-content table tr td {
    font-size: 14px;
    color: #8a93a7;
}

.box-user .box-price .box-content table tr td:last-child {
    font-size: 14px;
    color: #22313f;
}

.box-user .box-price .box-content table tr td:first-child {
    width: 200px;
}

.box-user .box-price .box-content table.tlb-content-price-details {
    width: 100%;
}

.box-user .box-price .box-content table.tlb-content-price-details tr td:last-child {
    color: #383838;
    text-align: right;
}

.s16_r {
    padding-left: 30px;
    position: relative;
}

.s16_r input[type="radio"] {
    display: none;
}

.s16_r label {
    display: block !important;
    padding: 20px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
}

.s16_r label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cecece;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s16_r input[type="radio"]:checked + label:before {
    border: 6px solid var(--primary_color);
}

.s16_s {
    border: 1px solid rgba(255, 159, 67, 0.15);
    padding: 25px 20px;
    position: relative;
    background-color: rgba(255, 159, 67, 0.15);
    font-size: 15px;
    line-height: 1.5;
    display: none;
    color: rgba(255, 159, 67, 1);
    font-weight: 700;
    border-radius: 8px;
    margin-left: 30px;
}

.s16_s p {
    margin: 0px;
    line-height: 25px;
}

.s16_r input[type="radio"]:checked + label {
    border-color: var(--primary_color);
}

.s16_f .form-group {
    margin-bottom: 63px;
    position: relative;
    border-radius: 2px;
}

.s16_f .form-group.error {
    border: 1px solid #e72732;
}

.form-label {
    display: inline-block;
    color: #777;
    margin-bottom: 0.3rem;
}

.s16_f .form-label span {
    color: #e30613;
}

.s16_f .form-group.error .form-control {
    border: none;
    padding-right: 36px;
}

.s16_f input.form-control {
    height: 60px;
    position: relative;
    box-shadow: unset !important;
}

.form-control, .pikaday__display {
    box-shadow: unset !important;
    font-size: 15px;
    color: #000;
    font-family: inherit;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.s16_n {
    position: absolute;
    top: calc(100% + 9px);
    line-height: 1;
    color: #e30613;
    font-style: italic;
    display: none;
}

.s16_f .form-group.error .s16_n {
    display: block;
}

.s16_f .form-label {
    font-size: 15px;
    color: #777;
    padding: 0 6px;
    background-color: #fff;
    line-height: 1;
    margin: 0;
    position: absolute;
    left: 12px;
    top: -9px;
    z-index: 3;
    font-weight: normal;
}

.s19 {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99992;
    background-color: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 15%);
    padding: 15px 0;
}

.s19_w li {
    width: 24%;
    float: left;
    margin: 0;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.s19_w li span {
    display: block;
    font-size: 15px;
}

.s19_w li strong {
    display: block;
    font-size: 18px;
}

.box-user-body h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.box-user-body h4 i {
    color: var(--primary_color)
}

.box-user-body.table-info table {
    width: 100%;
    margin: 0 0 15px 0;
}

.box-user-body.table-info table tr td {
    padding: 5px 0;
}

/**mobile menu**/
#nav-mobile {
    display: none;
}

.nav-mobile {
    display: flex;
    flex-direction: row;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.nav-mobile_bg {
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.nav-mobile_main {
    background: #fff;
    flex: 0 0 300px;
    padding: 15px;
}

.custom-scrollBar_y {
    overflow-y: scroll;
    width: 100%;
}

.nav-mobile_main__exit {
    color: #678;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    text-shadow: 1px 1px 1px #e9ecef;
    top: 0;
}

.nav-mobile_main > ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

.nav-mobile_main > ul li {
    list-style: none;
}

.nav-mobile_main > ul > li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 15.5px;
    justify-content: space-between;
}

.nav-mobile_main > ul > li:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.nav-mobile_main > ul li > a, .nav-mobile_main > ul li > div {
    color: #567 !important;
    display: block;
    padding: 10px 0;
    width: calc(100% - 40px);
}

.nav-mobile_main > ul li > span {
    background: #f8f9fa;
    border-radius: 5px;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.nav-mobile_main > ul li ul {
    margin-left: 0px !important;
}

.nav-mobile_main > ul > li > ul {
    display: none;
    padding-left: 20px;
    width: 100%;
}

.nav-mobile_main > ul li {
    list-style: none;
}

.box-stores {
    background: var(--primary_color);
    border-radius: 5px;
    max-width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 8px 0;
    font-weight: 700;
}

.dot-attribute:last-child {
    display: none !important;
}

.attribute-cart {
    margin: 0;
    font-size: 14px;
}

.menu-mobile a {
    color: #111;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
    position: relative;
}


.z-3 {
    flex: 0 0 auto;
    width: 5%;
}

.z-7 {
    flex: 0 0 auto;
    width: 47.5%;
}

span.badge.bg-label-primary {
    color: #0d6efd;
}

span.badge.bg-label-danger.me-1 {
    color: red;
}

.home-title .countdown-timer {
    display: flex;
    padding-left: 25px;
}

.home-title .countdown-timer label {
    margin: 0 5px;
    color: #fff;
    border-radius: 5px;
    background: #FFB501;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}

.home-title .countdown-timer label:first-child {
    margin-left: 0px !important;
}

.home-title .countdown-timer label:last-child {
    margin-right: 0px !important;
}

.home-title .home-title-clock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

label#days::after, label#hour::after, label#minute::after {
    content: ":";
    position: absolute;
    right: -7px;
    font-size: 18px;
    color: #3F3F3F;
    font-weight: bold;
}

.home-title h3, .home-title h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary_color);
    margin: 0px;
}

/**plane**/
.slide-post .owl-nav {
    position: absolute;
    top: -25px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-post .owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    position: unset;
    border-radius: 5px !important;
    border: 1px solid var(--primary_color) !important
}

.slide-post .owl-nav button.owl-next {
    margin-left: 5px !important;
}

.slide-post .owl-nav button i {
    color: var(--primary_color)
}

.slide-hotel .owl-nav button.owl-next {
    right: 0px;
    margin-left: 5px !important
}

.slide-hotel .owl-nav button.owl-prev {
    left: 0px
}

.hotel .price-wrapper.hotel-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item .product-content .product-map {
    color: var(--primary_color_2);
    font-size: 13px;
    margin: 0 0 5px 0;
}

/**category**/
.box-category {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px;
}

.home-category {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.home-category ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 0px;
    justify-content: end;
}

.home-category ul li {
    list-style: none;
    margin: 0 10px;
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 2px 10px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.home-category ul li a {
    color: #111;
    font-size: 14px;
}

.home-category ul li:hover {
    background: var(--border-color);
}

.home-category ul li:hover a {
    color: #fff;
}

.home-category li.category-next {
    border: 0px !important;
    padding: 0px !important;
    margin-right: 0px !important;
    background: transparent !important;
}

.home-category li.category-next:hover {
    background: transparent;
}

.home-category li.category-next:hover a {
    color: var(--primary_color_2)
}

.post-list-item a {
    display: flex;
    width: 100%;
    flex-flow: wrap;
}

.post-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.post-list-item .post-thumbnail {
    width: 220px;
    height: 148px;
    border-radius: 8px;
}

.post-list-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.post-list-item .post-content {
    width: calc(100% - 220px);
    padding-left: 15px;
}

.post-list-item .post-content .post-desc {
    color: gray;
    font-size: 14px;
}

.post-list-item .post-content h4 {
    color: #111;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 22px;
}

.post-list-item .post-content p {
    font-size: 14px;
    color: gray;
}

.post-list-item .post-content h4:hover {
    color: var(--primary_color_2)
}


.post-item {
    width: 100%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    background: #fff;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 160px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

.post-item .post-content h4 {
    font-size: 16px;
    color: #111;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    height: 40px;
}

.post-item .post-content h4:hover {
    color: var(--primary_color_2)
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**category**/
section.breadcrumbs ol {
    margin: 0px !important;
}

section.breadcrumbs {
    border-bottom: 1px dashed #f2f2f2;
    background: #fff;
    padding: 10px 0;
}

.bit-breadcrumbs ol {
    display: flex;
    align-items: center;
}

.bit-breadcrumbs ol li:first-child a:before {
    content: '\f015';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 4px;
    font-weight: 700;
}

.bit-breadcrumbs ol li a, .bit-breadcrumbs ol li {
    font-size: 13px;
    color: #707070;
}

.category-entry {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.h-220 .post-thumbnail {
    height: 200px;
}

.post-item .post-content .post-desc {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: gray;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**paginate**/
.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    margin: 0 2px !important;
    text-align: center;
}

.pagination li a, .pagination li span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #B1B1B1;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
}

.pagination li.active a, .pagination li.active span, .pagination li:hover a {
    background: var(--primary_color_2) !important;
    border-color: var(--primary_color_2) !important;
    color: #000 !important;
}

.pagination li a {
    color: #111 !important;
}


/**single**/
header.header-single {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

header.header-single h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #111;
}

header.header-single .post-date span {
    margin: 0 15px 0 0;
    font-size: 15px;
    color: gray;
}

article.entry-content {
    font-size: 16px;
}

article.entry-content ul, article.entry-content ol {
    margin: 0 0 0 25px;
    padding: 0px;
}

article.entry-content p, article.entry-content ul li, article.entry-content ol li {
    margin: 0 0 10px 0;
}

article.entry-content img {
    max-width: 100%;
}

.wp_post .post-thumbnail {
    width: 150px;
    height: 100px;
    border: 1px solid #f2f2f2;
}

.wp_post .post-content {
    width: calc(100% - 150px);
}

aside.widget {
    width: 100%;
    display: inline-block;
}

aside.widget:not(:last-child) {
    margin: 0 0 20px 0;
}


.wp_post .post-content .product-price {
    text-align: left;
}

.wp_post .post-content .product-price ins {
    color: var(--color-red);
    font-weight: 700;
    font-size: 15px;
    text-decoration: unset !important;
}

.wp_post .post-content .product-price del {
    display: block;
    color: gray;
    font-size: 14px;
    margin-left: 5px;
}

.post-list-item .post-content h4 {
    color: #111;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.category-entry {
    font-size: 16px;
}

.category-entry ul, .category-entry ol {
    margin: 0 0 0 25px;
    padding: 0px;
}

.category-entry p, .category-entry ul li, .category-entry ol li {
    margin: 0 0 10px 0;
}

.category-entry img {
    max-width: auto;
}

.post-mr:not(:last-child) {
    margin: 0 0 20px 0;
}

.post-mr:not(:last-child) .post-item {
    border-bottom: 1px solid #f2f2f2 !important;
    padding-bottom: 10px;
}

.category-entry .box-category .home-title h3 {
    font-size: 18px;
}

.product-item .product-footer i {
    color: var(--primary_color);
}

.product-item .product-footer {
    border-radius: 13px;
    background: rgba(255, 181, 1, 0.11);
    width: 100%;
    padding: 7px;
    font-size: 14px;
}

/**tab**/
.new_tab-panel {
    width: 100%;
    padding: 15px;
}

.post-list-item-2 {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

.post-list-item-2 a {
    display: flex;
    flex-flow: wrap;
}

.post-list-item-2:not(:last-child) {
    margin: 0 0 15px 0;
}

.post-list-item-2 .post-thumbnail {
    width: 140px;
    height: 100px;
    border-radius: 10px;
}

.post-list-item-2 .post-thumbnail img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.post-list-item-2 .post-content {
    width: calc(100% - 140px);
    padding: 15px;
}

.post-list-item-2 .post-content h4 {
    color: #111;
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-list-item-2 .post-content h4:hover {
    color: var(--primary_color_2)
}

.post-list-item-2 .post-content p {
    margin: 0px !important;
    font-size: 14px;
    color: gray;
}

/**search tour**/
section.sec-tour {
    width: 100%;
    margin: -60px 0 30px 0;
    z-index: 999;
    position: relative;
}

.search-tour2 {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

/**city**/
.city-item {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.city-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.city-item .city-title h4 {
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.city-item .city-title {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    z-index: 99;
}

.city-item .city-item:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.city-item .city-title h4:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
}

.city-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.city-item .city-title p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.search-tour2 h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 25px;
}

/**post big**/
.post-big {
    width: 100%;
    display: inline-block;
}

.post-big .post-thumbnail {
    width: 100%;
    height: 350px;
}

.post-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.post-big .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-big .post-content h4 {
    color: #111;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-big .post-content p {
    font-size: 14px;
    color: gray;
}

.post-big .post-content h4:hover {
    color: #ff0000;
}

/**gallery**/
section.tour-gallery {
    width: 100%;
    position: relative;
}

section.tour-gallery .gallery-item {
    width: 100%;
    height: 350px;
}

section.tour-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.tour-gallery .tour-gallery-action a {
    margin-left: 10px;
    position: relative;
}

section.tour-gallery .tour-gallery-action a img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    min-height: 30px !important;
}

section.tour-gallery .tour-gallery-action {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

section.tour-header {
    background: #FFFCF1;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

section.tour-header h1 {
    color: #0D73CD;
    font-size: 25px;
    line-height: 32px;
}

section.tour-header .tour-meta p {
    margin: 0px;
    font-size: 15px;
}

section.tour-header .tour-meta p i {
    color: var(--primary_color_2);
}

section.tour-header .tour-meta p span i:not(:last-child) {
    margin-right: 3px;
}

section.tour-header .tour-meta p:not(:last-child) {
    margin: 0 0 10px 0;
}

.fload-right {
    float: right;
}

.tour-body h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.tour-body-content {
    font-size: 16px;
}

.tour-body-content ul, .tour-body-content ol {
    margin: 0 0 0 25px;
    padding: 0px;
}

.tour-body-content p, .tour-body-content ul li, .tour-body-content ol li {
    margin: 0 0 10px 0;
}

.tour-body-content img {
    max-width: 100%;
}

.accordion .card {
    margin-bottom: 15px;
    border: 0;
}

.accordion .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

.accordion .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFE472;
    color: #222;
    padding: 10px 15px;
}

.accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    float: right;
}

.accordion .card .card-header .btn-header-link.collapsed {
    border-radius: 16px;
    border: 1px solid #FFB501;
    background: #FAF5EE;
    color: var(--primary_color);
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.accordion .card .collapsing {
    background: #FFE472;
    line-height: 30px;
}

.accordion .card .collapse {
    border: 0;
}

.accordion .card .collapse.show {
    background: #FFE472;
    line-height: 30px;
    color: #222;
}

.tour-body-list ul {
    display: flex;
    margin: 0px !important;
    flex-flow: wrap;
}

.tour-body-list ul li {
    list-style: none;
    font-size: 15px;
    width: calc(100% / 3);
    margin: 0 0 15px 0;
}

.tour-body-list ul li i {
    color: var(--primary_color_2);
    margin-right: 4px !important;
}


h2#swal2-title {
    margin: 0px !important;
    text-align: center;
    width: 100% !important;
    display: block;
    max-width: 100% !important;
}

div#swal2-html-container {
    margin: 10px 0 0 0 !important;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0px;
    top: 0px;
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

.new_tab {
    padding: 15px 15px 0 15px;
}

.plane-close {
    background: transparent;
    border: 0px !important;
}

.search-link a {
    color: var(--blue_color);
    font-size: 15px;
    font-weight: 700;
}

.search-link a:hover {
    color: var(--primary_color_2)
}

/*8form**/
.box-plane h1 {
    text-align: center;
    font-size: 25px;
}

.box-plane {
    background: #fff;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
}

.box-plane label {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.box-plane label b {
    color: #ff0000;
}

.light-style .select2-container--default .select2-selection {
    border: 1px solid #adadad !important;
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.box-column-content-flight .list-item-flight .info-top .info-flight .box-logo img {
    max-width: 100px;
}


button.accordion-button {
    border-radius: 16px !important;
    border: 1px solid #FFB501;
    background: #FAF5EE !important;
    color: var(--primary_color);
    outline: none !important;
}

.accordion-item {
    border: 0px !important;
}

.accordion-item:not(:last-child) {
    margin-bottom: 15px !important;
}

.book-tour {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    padding: 20px;
}


.book-tour .price-wrapper ins {
    text-decoration: unset;
    font-weight: 700;
    color: var(--primary_color_2);
    font-size: 25px
}

.book-tour .price-wrapper del {
    font-size: 16px;
    margin-left: 3px;
    color: gray
}

.form-book {
    width: 100%;
    margin: 15px 0 0 0;
}

.book_title {
    text-align: center;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.form-book label {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.form-book label b {
    color: #ff3333;
}

.form-book input {
    border-radius: 5px !important;
}

.btn_tour {
    border-radius: 6px;
    background: #FFB501;
    font-weight: 700;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px !important;
    margin: 5px 0 0 0px !important;
    width: 100%;
}

.boxSearch {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}


/**filter**/
.filter-by {
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    margin: 25px 0 0 0;
}

.filter-by .filter-by-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
    color: #000;
}

.filter-by .filter-by-select-main {
    display: flex;
    column-gap: 15px;
    align-items: center;
    width: 100%;
}

.filter-by .filter-by-select {
    padding: 0 20px 0 15px;
    text-align: left;
    font-weight: 500;
    background: url(../images/select-arrow.png) no-repeat center right 0px #fff;
    cursor: pointer;
    position: relative;
}


.filter-by .filter-by-select span {
    color: #000;
    display: block;
    width: 100%;
    font-size: 16px;
}

.filter-by .filter-by a {
    text-decoration: none;
    position: relative;
    color: var(--primary_color);
    cursor: pointer;
}

.filter-by .filter-by-select ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 244px;
    box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
    background: #fff;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    z-index: 9;
    border: solid 1px #dde4eb;
}

.filter-by-select ul li {
    line-height: 1.3;
    padding: 13px 15px;
    border-bottom: solid 1px #dde4eb;
    position: relative;
    font-weight: normal;
    font-size: 15px;
}

.filter-by .filter-by-select [type="checkbox"]:checked, .filter-by .filter-by-select [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.filter-by .filter-by-select [type="checkbox"]:checked + label, .filter-by .filter-by-select [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 24px;
    display: block;
}


.filter-by .filter-by-select [type="checkbox"]:checked + label:before, .filter-by-select [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #4b4b4b;
    background: #fff;
}

.filter-by-select [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.filter-by-select [type="checkbox"]:checked + label:after, .filter-by-select [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary_color);
    position: absolute;
    top: 8px;
    left: 4px;
}

.filter-by .filter-by-select ul li:hover {
    background: #f3f3f3;
}

.box-list-lowest-price-flight .box-list-lowest-price-flight-inner table {
    width: 100%;
    margin-top: 0px;
}

.box-list-lowest-price-flight .box-list-lowest-price-flight-inner table tr td:first-child {
    width: 16px;
    background: #0fadf6;
    color: #fff;
    height: 70px;
    text-align: center;
    cursor: pointer;
}

.box-list-lowest-price-flight .box-list-lowest-price-flight-inner table tr td:last-child {
    width: 16px;
    background: #0fadf6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: -2px;
}

.box-list-lowest-price-flight .box-list-lowest-price-flight-inner .list-lowest-price-flight {
    display: flex;
    position: relative;
}

div.item-date {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    color: #3d3d3d;
    border-right: 1px solid #d8d8d8;
    text-align: center;
    height: 70px;
    padding-top: 15px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
}


.item-date:not(.disabled):hover, div.item-date.active {
    background: #f3f3f3;
    border: 2px solid #006dd3;
}

div.item-date.disabled {
    opacity: 0.5;
    cursor: context-menu;
}

div.item-date span {
    display: block;
    font-size: 16px;
    color: #ea6112;
}

.box-list-lowest-price-flight .box-list-lowest-price-flight-inner table tr td.disabled {
    opacity: 0.5;
    cursor: context-menu;
}

.box-list-lowest-price-flight {
    margin-top: 15px;
}

.colorBlue {
    color: var(--primary_color) !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.info-bank.clearfix img {
    width: 300px;
}


/**bank**/
.bank-item {
    width: 100%;
    border: 1px solid #f2f2f2;
}

.bank-item .bank-qr img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.bank-item .bank-body {
    width: 100%;
    padding: 10px;
}

.bank-item .bank-body p {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
}

.box-bank label {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.box-bank textarea {
    height: unset;
}

.form-hb input {
    width: 100%;
    box-shadow: unset !important;
    border: 1px solid var(--primary_color);
    height: 35px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 15px;
    color: var(--blue_color);
    background: transparent !important;
}

.form-hb textarea {
    width: 100%;
    box-shadow: unset !important;
    border: 1px solid var(--primary_color);
    font-weight: 700;
    border-radius: 6px;
    font-size: 15px;
    color: var(--blue_color);
    background: transparent !important;
    padding: 10px;
}

.form-hb select {
    width: 100%;
    box-shadow: unset !important;
    border: 1px solid var(--primary_color);
    height: 35px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 15px;
    padding-left: 5px;
    background: transparent !important;
}

.form-hb input::placeholder {
    font-weight: normal !important;
    color: gray;
}

.form-hb label {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin: 0 0 5px 0;
}

.form-hb label b {
    color: #ff0000;
}

.nothing-in-cart {
    text-align: center;
}

.nothing-in-cart p {
    margin: 20px 0;
}







.header-km a {
    color: #ff0000;
    border: 1px dashed #ff0000;
    height: 40px;
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 17px !important;
    line-height: 40px;
    align-items: center;
}
.header-km a i {
    margin-left: 5px;
    font-size: 25px !important;
}
.header-km a:hover {
    background: #ff0000;
    color: #fff !important;
}




.son_modal_bkns .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 30px;
    outline: 0;
    padding: 10px;
}
.son_modal_bkns .btn-secondary {
    border-radius: 30px;
    color: #fff;
    background-color: #F44336;
    border-color: #8BC34A;
}

.son_modal_bkns  th.title_whois_modal {
    text-transform: capitalize;
}
.modal-footerk a {
    color: #ffffff;
    background-color: #2196F3;
}


.getBidListhome {
    border-radius: 10px;
    background: #c0cbd561;
}
.getBidListhome thead {
    color: #fcfcfc;
    background: #0296d9a3;
}
section.section.sec-search span.show-bids strong {
    font-weight: 100;
    color: red;
}
a.dropdown-item.dat_gia_Click.ml-2 {
    border-radius: 5px;
    background: #0099d9;
    color: #ffffff;
}


div#tab-1 table.table.mt-table>:not(:last-child)>:last-child>* {
    font-weight: 500;
}
span.show-bids i.fa-thin.fa-eye {
    font-weight: 700;
    color: #0099d9;
}


.home-titles h2 {
    color: #0099d9;;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px !important;
    text-transform: capitalize;
}
.home-titles {
    text-align: center;
    margin: auto;
    width: 80%;
}
.danh_sach_bang_gia_home_domin {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: .3s ease-in-out;
    border: 1px solid #C7C7C7;
    text-align: center;
}
.owl-carousel.slide-pricelist.owl-loaded.owl-drag .slide-item {
    padding: 10px;
}
.domain-price h3 {
    overflow-y: hidden;
    height: 44px;
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 35px;
    color: red;
    margin: 0px;
}
.gia_km_home_domain span {
    margin: 0px;
    font-weight: 700;
    font-size: 30px;
    color: #0099d9;;
}
.danh_sach_bang_gia_home_domin a p {
    color: #000000;
}
.owl-carousel.slide-banner.owl-loaded.owl-drag .owl-nav {
    display: none;
}




/**header**/
header#header {
    width: 100%;
    background: var(--primary-color);
    padding: 5px 0;
}

header#header .header-left {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 99;
}



div#logo {
    max-width: 200px;
}

div#logo img {
    width: 100%;
}


header#header .menu-header ul {
    display: flex;
    padding: 0px !important;
    justify-content: center;
    width: 100% !important;
    flex-flow: wrap;
}

header#header .menu-header ul li {
    list-style: none;
}

header#header .menu-header ul li:not(:last-child) {
    padding: 0 30px 0 0;
    margin-left: 5px;
}

header#header .menu-header ul li a {
    color: var(--color-dark);
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
}

header#header select.select-search {
    width: 120px;
    height: 40px;
    color: #000;
    border: 0px !important;
    border-right: 1px solid !important;
    border-radius: 10px 0 0 10px;
    padding: 0 15px;
    font-size: 15px;
    background: #fff !important;
}

div#header-menu-left {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.header-search input.input-s {
    width: 100%;
    border: 0px !important;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
    padding: 0 25px 0 35px;
}

.header-search form {
    width: 100%;
    position: relative;
}

.header-search button.btn-search {
    background: transparent;
    border: 0px !important;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 0px;
}

header#header .header-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px !important;
}

header#header .header-right ul li {
    list-style: none;
    position: relative;
}

header#header .header-right ul li:not(:last-child) {
    padding: 0 20px 0 0;
}

header#header .header-right ul li:last-child {
    padding-right: 0px !important;
}

header#header .header-right ul li a {
    color: var(--color-dark);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

header#header .header-right ul li a img, div#header-menu-left ul li a img {
    height: 30px;
}

header#header .header-right ul li a:hover {
    color: var(--color-red)
}

header#header .header-right ul li a i, div#header-menu-left ul li i {
    font-size: 20px;
}

header#header .header-right ul li a span.name, div#header-menu-left ul li a span.name {
    display: block;
    width: 100%;
    font-size: 20px;
}

header#header .header-right ul li > ul.sub-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    display: none;
    min-width: 200px;
    z-index: 99;
}

header#header .header-right ul li > ul.sub-menu li {
    width: 100%;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
}

header#header .header-right ul li > ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

header#header .header-right ul li > ul.sub-menu li a {
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    display: block;
    color: #111;
}

header#header .header-right ul li > ul.sub-menu li a:hover {
    background: #f3f4f6;
    color: #111;
    border-radius: 4px;
}

header#header .icon-cart span.cart {
    position: relative;
}

i.icon {
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px !important;
    display: block;
    margin: 0 auto !important;
}

.icon-project {
    background: url('../images/project.svg');
}

.icon-contact {
    background: url("../images/contact.svg");
}

header#header .header-right ul li a label {
    position: absolute;
    background: #000;
    color: #fff;
    height: 17px;
    min-width: 17px;
    border-radius: 99px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    top: -4px;
    font-size: 13px;
    right: -6px;
}



section.section.sec-search span.show-bids {
    display: flex;
    justify-content: flex-end;
}

section.section.sec-search span.show-bids strong {
    margin-right: 5px;
}

section.section.sec-search span.show-bids i.fa.fa-arrow-circle-down {
    color: #0099d9;
}
.date_home_son_m img {
    width: 20px;

}
td.tac_vu_home p {
    color: #fcfcfc;
    border-radius: 5px;
    padding: 5px;
    margin: 0px;
    background: #AEAEAE;
}
.title_home_panel_s {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;

}
.domain_active_s {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: 0.3sease -in-out;
    /*border: 1px solid #C7C7C7;*/
    text-align: center;
}
td.active_s2 {
    text-align: right;
}
td.active_s1 {
    text-align: left;
}
td.active_s2 i.fa.fa-check-circle {
    color: #8BC34A;
}
td.active_s1.domain {
    font-weight: 400;
    font-size: 16px;
    color: #03A9F4;
}
td.active_s1 {
    font-weight: 600;
    color: #000000;
    text-align: left;
}
td.active_s2.vnd {
    color: red;
}
/*table.table.mt-table tbody tr:nth-child(even), table.table.mt-table tbody tr:nth-child(even) {*/
/*    background: red;*/
/*}*/
.domain_active tbody tr:first-child {
    border-top: none;
}
.domain_active tr {
    border-top: 1px solid #ccc;
}
.domain_active td {
    font-size: 15px;
    padding: 5px 0px 5px 0px;
}
.domain_active {
    position: relative;
}
.domain_active:before {
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 102%;
    z-index: 2;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
}
.title_home_panel_s .domain_active:nth-child(4):before {
    background: #cccccc00 !important;
}

.domain_active_home_s {
    display: flex;
    justify-content: space-between;
}
p.active_s2.vnd strong {
    color: red;
}
.domain_active_home_s i.fa.fa-check-circle {
    color: #8BC34A;
}
.domain_active_home_s p {
    margin: 0px;
}
.domain_active_home_s p {
    height: 30px;
    margin: 0px;
}
.domain_active .domain_active_home_s:first-child {
    border-top: none;
}
.domain_active .domain_active_home_s {
    border-top: 1px solid #ccc;
    padding: 2px
}
p.active_s1.domain {
    font-size: 18px;
    color: #03A9F4;
}
p.active_s1 {
    font-weight: 600;
}
p.active_s2.created_at {
    font-weight: 600;
}
.title_home_panel_s {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
}
i.fa-sharp.fa-thin.fa-bell {
    font-weight: 500;
    color: #2196F3;
}

table.table.mt-table tbody tr:nth-child(3n) {
    background: #f2f2f2; !important;
}




.pa_daugia_thanhcong .domain_daugia {
    background: #fff;
    padding: 25px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0px;
    border-radius: 0 10px 10px 10px;
    margin: 20px 0;
    position: relative;
}
.pa_daugia_thanhcong .single_daugia {
    width: 25%;
    padding: 0 20px;
    border-right: solid 1px #ebebeb;
}

.pa_daugia_thanhcong ul li:first-child {
    color: #2196F3;
    font-weight: 700;
    font-size: 22px;
}
.pa_daugia_thanhcong ul li {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}


.pa_daugia_thanhcong .domain_daugia:before {
    content: "";
    background: url(images/line-green.png) no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 70px;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
}

.pa_daugia_thanhcong .single_daugia {
    width: 25%;
    padding: 0 20px;
    border-right: solid 1px #ebebeb;
}

.flex {
    display: flex
;
    flex-wrap: wrap;
}
.pa_daugia_thanhcong span.gia-dau {
    color: #dd1b5c;
    font-size: 20px;
    font-weight: 700;
}
.pa_daugia_thanhcong span.dated {
    font-weight: 600;
}
