:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --font-size: 14px;
    --color-key-pale: #56B901;
    --color-key-dark: #27831E;
    --color-key-dark-1: #045B33;
    --color-key: #DE0F0F;
    --color-title-product: #dc3545;
    --color-price-product: #c71c1c;
    --bg-gradient: linear-gradient(90deg, rgba(88, 187, 0, 1) 0%, rgba(2, 89, 52, 1) 100%);
    --bg-gradient-end: linear-gradient(90deg, rgba(2, 89, 52, 1) 0%, rgba(88, 187, 0, 1) 100%);
    --bg-gradient-center: linear-gradient(90deg, rgba(14, 113, 0, 1) 0%, rgba(92, 196, 0, 1) 50%, rgba(14, 113, 0, 1) 100%);
    --bg-gradient-btn-center: linear-gradient(90deg, rgba(51, 177, 94, 1) 0%, rgba(179, 209, 51, 1) 100%);
}

body {
    font-family: 'Roboto', 'Arial', cursive;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    font-size: var(--font-size);
}

.owl-nav {
    height: 0px;
    margin-top: 0px;
}

button,
input,
select,
textarea,
a {
    outline: none;
}

ul,
ol {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--color-key);
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

strong,
b {
    font-weight: 700;
}

em {
    font-style: italic;
}

h1.hidden-h1 {
    font-size: 0px;
    visibility: hidden;
    overflow: hidden;
    text-indent: -9999999999px;
}

.hidden-micro {
    font-size: 0px;
    visibility: hidden;
    overflow: hidden;
    text-indent: -9999999999px;
    width: 0px;
    height: 0px;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    top: 100000000px;
    position: fixed;
}

.container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0px 10px;
}

.container-main {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

.container--main {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
}

/*.fixed-menu.fixed-open { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1002; }*/
.fixed-menu.fixed-open #menu .item-category {
    display: none;
}

.fixed-menu.fixed-open .menu-category:hover .item-category {
    display: block !important;
}

.fixed-menu.fixed-open .header-two {
    display: none;
}

.fixed-open .logo {
    transition: all 0.3s;
    height: 60px;
    width: 150px;
    box-shadow: unset;
}

.fixed-open .logo img {
    width: 65%;
}

.img-block {
    max-width: 100%;
    display: block;
}

.img-block-auto {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img-100 {
    width: 100%;
}

.section {}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.backtop {
    position: fixed;
    bottom: -50px;
    z-index: 99;
    top: auto;
    right: 15px;
    width: 60px;
    height: 60px;
    opacity: 0;
    line-height: 60px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #FFF;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0px 0px 20px #CCC;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
}

.backtop.show {
    bottom: 50px;
    opacity: 1 !important;
    display: block !important;
}

.backtop .fa {
    font-size: 22px;
    color: var(--color-key);
    font-weight: bold;
}

.menu-fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2010;
}

ul.top-header li {
    margin: 14px 0px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    color: #FFF;
}

ul.top-header li:not(:last-child) {
    border-right: 1px solid #FFF;
}

ul.top-header li i {
    margin-right: 5px;
}

/*Header*/
#header.header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 20000;
}

#header.header .container {
    position: relative;
    z-index: 2;
    padding: 0;
}

.header-box {
    /* padding-left: 10px; */
}

.header-box.fixed-open {
    background: #244068;
    padding: 0;
}

#header.header.headroom {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    will-change: transform;
    transition: transform 200ms linear;
    z-index: 909;
    background: #FFF;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

#header.header.header-in {
    height: auto;
}

#header.header.header-in #menu {
    padding-top: 0px !important;
}

#header.header.header-in .item:nth-child(2) {
    align-items: center;
}

#header .logo {
    display: flex;
    transition: all 0.3s;
}

#header .hotline {
    width: 240px;
    padding: 6px 10px 6px 80px;
    position: relative;
}

#header .hotline>span {
    display: block;
    width: 100%;
    font-size: 12px;
    padding-left: 3px;
    line-height: 20px;
}

#header .hotline i {
    position: absolute;
    width: 72px;
    height: 73px;
    background: #FFF url('../images/icon-hotline.png') no-repeat center;
    content: '';
    top: 0px;
    left: 0px;
}

#header .hotline p {
    color: var(--color-key);
    font-size: 26px;
    padding-left: 3px;
    font-family: 'Anton';
    position: relative;
    line-height: 30px;
}

#header .hotline p span {
    color: #333;
    position: relative;
    z-index: 1;
}

#header .cooperate {
    padding: 8px;
    background: #FFF;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
    animation: mymove 1s infinite alternate;
}

#header .cooperate:after,
#header .cooperate:before {
    width: 2px;
    height: 40px;
    top: -40px;
    content: '';
    background: #e6e6e6;
    position: absolute;
}

#header .cooperate:after {
    right: 36px;
}

#header .cooperate:before {
    left: 36px;
}

@keyframes mymove {
    0% {
        transform: rotate(-5deg)
    }

    10% {
        transform: rotate(-4deg)
    }

    20% {
        transform: rotate(-3deg)
    }

    30% {
        transform: rotate(-2deg)
    }

    40% {
        transform: rotate(-1deg)
    }

    50% {
        transform: rotate(0deg)
    }

    60% {
        transform: rotate(1deg)
    }

    70% {
        transform: rotate(2deg)
    }

    80% {
        transform: rotate(3deg)
    }

    90% {
        transform: rotate(4deg)
    }

    100% {
        transform: rotate(5deg)
    }
}

#header .cooperate a {
    display: block;
    width: 200px;
    height: 45px;
    background: #f5b91e;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-family: 'Muli';
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
}

/*Service*/
#service {
    padding: 50px 0px;
}

.service-one {
    background: url('../images/bg-dichvu.jpg') no-repeat top center;
    background-size: cover;
}

.title-service {
    text-align: left;
    padding-left: 21px;
}

.title-service h5 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    color: #254068;
    display: block;
    position: relative;
    font-family: 'SVNHe';
    padding-left: 10px;
    line-height: 22px;
    cursor: pointer;
}

.title-service h5:after {
    position: absolute;
    width: 100%;
    height: 5px;
    /* content: ''; */
    background: url('../images/line.png') repeat-x bottom;
    left: 0px;
    bottom: 0px;
}

.title-service h5:before {
    position: absolute;
    width: 4px;
    height: 100%;
    content: '';
    background: var(--color-key);
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.title-service p {
    text-align: center;
    font-size: 15px;
}

.content-service {
    color: #FFF;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}

.content-service a {
    display: block;
    overflow: hidden;
}

.img-border {
    width: 272px;
    height: 272px;
    background: var(--color-key);
    border-radius: 50%;
    margin: 0px auto;
    padding: 10px;
    position: relative;
}

.img-border:before {
    position: absolute;
    width: 262px;
    height: 262px;
    background: #FFF;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    content: '';
}

.content-service img {
    transition: all 0.6s;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.content-service:hover img {
    transform: scale(1.04);
}

.content-service h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-service h2 a {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald';
    line-height: 1.4;
}

.content-service:hover h2 a {
    color: #ffa800;
}

.content-service1 a {
    display: block;
    overflow: hidden;
}

.content-service1 img {
    transition: all 0.6s;
}

.content-service1:hover img {
    transform: scale(1.04);
}

.content-service1 h3 {
    text-align: center;
    margin-top: 10px;
}

.content-service1 h3 a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-service1:hover h3 a {
    color: var(--color-key)
}

/*About*/
.about {
    padding: 50px 0px;
    position: relative;
}

.about h6 {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.about h2 {
    font-size: 35px;
    color: var(--color-key);
    text-transform: uppercase;
    display: block;
    font-family: 'UTMHelvetIns';
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.about h2:after {
    width: 200px;
    background: #e6e6e6;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about h2:before {
    width: 100px;
    background: #cd1818;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.about h5 {
    padding-left: 70px;
    position: relative;
    font-style: italic;
}

.about h5:before {
    width: 5px;
    height: 5px;
    border: 1px solid var(--color-key);
    content: '';
    position: absolute;
    left: 0px;
    transform: rotate(45deg);
    top: 5px;
    background: #FFF;
    z-index: 2;
}

.about h5:after {
    width: 60px;
    height: 1px;
    background: var(--color-key);
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    z-index: 1
}

.about .desc {
    margin-top: 10px;
    line-height: 22px;
    color: #333;
}

.about .desc p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.about a.readmore {
    font-size: 15px;
    padding: 8px 20px 8px;
    color: #333;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
    background: #FFF;
    transition: all 0.6s;
    line-height: 23px;
    border: 1px solid #333;
    text-transform: uppercase;
}

.about a.readmore:hover {
    margin-left: 10px;
}

.about .desc-img {
    position: relative;
    transition: all 0.6s;
    padding: 10px;
    border: 1px solid #dae0f2;
}

.about .desc-img:after {
    width: 380px;
    height: 54px;
    background: var(--color-key);
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
}

.about .desc-img:before {
    width: 214px;
    height: 54px;
    background: #dae0f2;
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
}

.about .desc-img img {
    position: relative;
    z-index: 1;
}

.tabs-one {
    overflow: hidden;
}

.tabs-one .tabs {
    display: flex;
    margin: 0 auto;
    border: 1.2px dashed #CCC;
    border-radius: 10px;
}

.tabs-one .tabs li {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.tabs-one .tabs li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #CCC;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.tabs-one .tabs li.active {
    color: #c70003;
}

.tabs-one .tabs li.active:before {
    width: 80%;
    content: '';
    bottom: -1px;
    height: 5px;
    background: #c70003;
    left: 10%;
    position: absolute;
}

/*.main-slider .slick-list{overflow: inherit;}*/

/*Partner*/
.partner-one {
    padding: 30px 0px;
    background: #fff;
}

.partner-one img {
    max-width: 100%;
}

.partner-one .img-partner a {
    display: block;
    border: 1px solid #ebebeb;
    text-align: center;
}

.desc-partner {
    padding: 20px 0px;
    position: relative;
}

.title-partner {
    width: 69px;
    height: 129px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/bg-doitac.png') no-repeat top center;
}

.title-partner h5 {
    font-size: 22px;
    color: #FFF;
    text-transform: uppercase;
    transform: rotate(-90deg);
    display: block;
    width: 129px;
    margin-left: -30px;
    margin-top: 20px;
    font-weight: 700;
}

/*Title - page*/
.title-section-module {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.title-section-module h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #da3a2f;
    text-align: center;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'SVNHa';
    padding: 8px 0;
}

.title-section-module h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #da3a2f;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: 'SVNHa';
}

.title-section-module-left {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
}

.title-section-module-left h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #da3a2f;
    text-align: left;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'SVNHa';
    padding: 8px 0;
}

.title-section-module-left:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 2px;
    bottom: 1px;
    left: 20px;
    background: #536989;
}

.title-section-bg {
    background: #254068;
    margin: 0;
}

.title-ls-tours {
    width: 90%;
    position: relative;
    background: #da3a2f;
    margin: auto;
    box-shadow: 0px 4px 4px 0px #a1a1a1;
}

.title-ls-tours h3 {
    text-align: center;
    font-size: 22px;
    font-family: 'SVNHeB';
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 30px;
}

.title-ls-tours:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 50px solid #da3a2f;
    border-right: 27px solid transparent;
    right: -27px;
    -webkit-filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, .5));
    filter: drop-shadow(2px 0px 1px rgba(0, 0, 0, .5));
    top: 0;
}

.title-ls-tours:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 50px solid #da3a2f;
    border-left: 27px solid transparent;
    left: -27px;
    -webkit-filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, .5));
    filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, .5));
    top: 0;
}

.bobo-list-tours {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background: #f5f5f5;
}

/*.bobo-list-tours:after{content:'';border-right: 1px dashed #000;width: 1px;height: 100%;position: absolute;margin: auto;left: -1px;right: 0;}*/
.left-ls-tour {
    width: 50%;
    padding: 0px 0px;
}

.right-ls-tour {
    width: 50%;
}

.title-section-module span {
    color: #218acd !important;
}

.title-section-module h3 a {
    color: #fff;
}

.title-section-module h3 span {
    color: #333;
}

.title-section-module.none h3:after {
    position: absolute;
    bottom: -11px;
    background: var(--color-key);
    height: 5px;
    width: 100%;
    content: '';
    left: 0px;
    z-index: 10;
}

.title-section-module>a {
    position: absolute;
    right: 0px;
    color: #FFF;
    top: -3px;
    font-size: 15px;
    background: var(--color-key);
    padding: 11px 30px;
    border-radius: 30px;
}

.title-section-module h3:hover a {
    text-decoration: none;
}

.title-section {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
    text-align: left;
}

.title-section h4 {
    display: inline-block;
    position: relative;
    height: 40px;
    color: var(--color-key);
    font-size: 26px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 600;
}

.title-section h4:after {
    content: '';
    width: 122px;
    height: 1px;
    background: #eb9243;
    left: 0px;
    bottom: -1px;
    margin-top: 0px;
    position: absolute;
    z-index: 2;
}

.title-section h4:before {
    content: '';
    width: 9px;
    height: 6px;
    background: url('../images/arow.jpg') no-repeat bottom center;
    left: 55px;
    bottom: -6px;
    position: absolute;
    z-index: 3;
}

.title-section a {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
}

.head-title {
    text-align: left;
}

.head-title h1,
.head-title h2 {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}

.head-title h1:after,
.head-title h2:after,
.head-title h1:before,
.head-title h2:before {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    background: var(--color-key);
}

.head-title h1:after,
.head-title h2:after {
    width: 100px;
    bottom: 8px;
    left: 0%;
}

.head-title h1:before,
.head-title h2:before {
    width: 80px;
    bottom: 12px;
    left: 0%;
}

h1.title-page {
    color: var(--color-key);
    font-size: 19px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

/*breadcrumb*/
#title-breadcrumbs {
    background-color: #eee;
}

#breadcrumb {
    padding: 10px 0px;
    list-style: none;
}

#breadcrumb li {
    display: inline;
    font-size: 14px;
}

#breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

#breadcrumb li a {
    color: #333;
    text-decoration: none;
}

#breadcrumb li a:hover {
    color: #01447e;
}

/*Menu*/
#menu {
    transition: all 0.6s;
    display: block;
    width: 100%;
}

#menu.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9000;
}

#menu-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #2340688f;
}

.logo {
    width: 150px;
    height: 120px;
    background: #fff;
    box-shadow: 0px 1px 5px 4px #b7acac;
    align-items: center;
}

.list-btn {
    display: inline-block;
    min-width: 270px;
    height: 76px;
    background: var(--color-key);
    position: relative;
}

.list-btn h5 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 76px;
    text-align: center;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}

.list-btn h5 span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 18px;
    top: calc(50% - 2px);
    content: '';
}

.list-btn h5 span:after {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    top: -8px;
    content: '';
}

.list-btn h5 span:before {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    bottom: -8px;
    content: '';
}


.list-btn-position {
    list-style: none;
    position: absolute;
    top: 130%;
    width: 100%;
    left: 0px;
    z-index: 5;
    opacity: 0;
    transition: all 0.6s;
    background: #FFF;
    visibility: hidden;
}

.list-btn-position.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.list-btn-position li {
    padding: 10px 10px;
    position: relative;
}

.list-btn-position li:hover {
    background: var(--color-key);
}

.list-btn-position li:hover>a,
.list-btn-position li:hover>span {
    color: #FFF;
}

.list-btn-position li span {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
}

.list-btn-position li a {
    color: #333;
    display: block;
    font-size: 15px;
}

.list-btn-position ul {
    position: absolute;
    width: 100%;
    background: #FFF;
    left: 0px;
    top: 0px;
    transform: translateX(70%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.list-btn-position ul.open {
    transform: translateX(100%);
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.menu-list {
    width: calc(100% - 150px);
    margin-top: 20px;
}

.fixed-open .menu-list {
    margin-top: 0;
    align-items: center;
}

.cart-temp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.cart-temp>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff5151;
    color: #FFF;
    margin-right: 10px;
    border-radius: 3px;
}

.cart-temp>div>p:nth-child(1) {
    font-weight: 700;
}

.search-bar {
    width: 100%;
    height: 50px;
    border: none;
    background-color: rgb(0 0 0 / .8);
    transition: all 0.6s;
    z-index: 12;
    border: none;
    position: absolute;
    border-radius: 0px;
    overflow: hidden;
    display: block;
    top: 130%;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
}

.search-bar.open {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.search-bar input.search-text {
    background-color: transparent;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    outline: none;
    position: relative;
    z-index: 2;
    color: #FFF;
}

.search-bar .search-btn {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 2;
}

#menu .item-big {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

#menu .item-big .nav-item {
    display: inline-block;
    position: relative;
}

#menu .item-big .nav-item>a {
    padding: 0px 7px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    font-family: 'SVNHe';
}

#menu .item-big .nav-item>span {
    padding: 0px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

#menu .item-big .nav-item>a i {
    font-size: 15px;
}

#menu .item-big .nav-item>a i.home {
    font-size: 25px;
}

#menu .item-big .nav-item {
    position: relative;
}

#menu .item-big .nav-item:last-child {
    width: 40px;
}

#menu .item-big .nav-item.active>a,
#menu .item-big .nav-item:hover>a {
    color: #ff0;
    font-family: 'SVNHeB';
}

#menu .item-big .nav-item>.item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

#menu .item-big .nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#menu .item-big .nav-item.has-mega {
    position: static !important;
}

#menu .item-big .mega-content {
    background: #ffffffba;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    width: 100%;
    border: none;
    min-width: 210px;
    text-align: left;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    overflow-y: auto;
    max-height: 400px !important;
}

#menu .item-big .nav-item:hover>.mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#menu .item-big .nav-item:hover>.mega-content {
    display: block;
}

#menu .item-big .mega-content .parent {
    width: calc(100% / 3);
    padding: 0px 20px;
}

#menu .item-big .mega-content .parent h4 a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #0056BB;
    margin-bottom: 5px;
}

#menu .item-big .mega-content .parent h4 a:hover,
#menu .item-big .mega-content .level1 .level2 a:hover,
#menu .item-big .nav-item>ul>li>a:hover,
#menu .item-big .nav-item>ul>li>ul>li>a:hover {
    color: #ff0000;
}

#menu .item-big .mega-content .level1 .level2 a {
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 5px 0px 5px;
    border-bottom: 1px dashed #CCC;
}

#menu .item-big .nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #282828;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

#menu .item-big .nav-item>ul li:last-child>a {
    border-bottom: 0;
}

#menu .item-big .nav-item>ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px;
}

#menu .item-big .nav-item>ul li {
    padding: 0px 10px;
}

#menu .item-big .nav-item li {
    position: relative;
}

#menu .item-big .nav-item>ul li ul {
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    left: 100%;
    top: 0px;
    position: absolute;
    width: 210px;
    padding: 0;
    background-color: #ffffffe3;
    z-index: 99;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    transition: all 0.6s;
    max-height: 300px;
    overflow-y: auto;
}

#menu .item-big .nav-item>ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.level_noned {
    overflow-y: visible !important;
    max-height: 450px !important;
}

#menu .item-big .mega-content-ls {
    min-width: 150px;
}

#menu .item-big .nav-item .mega-content-ls>li ul {
    width: 140px;
}

/*full-page*/
#full-page {}

.in-page .bg-content {
    background: #000000;
}

.wrap-bg-in {
    width: 100%;
    background: #fff;
    margin-top: 30px;
}

/*Product*/
#sort-by {
    text-align: left;
    width: 200px;
}

#sort-by label {
    font-family: 'Arial';
    font-weight: 400;
    line-height: 33px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #222;
    display: inline-block;
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#sort-by>ul>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
    position: relative
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 180px;
    right: 0;
    top: 100%;
    z-index: 10000;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important;
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 5px 10px;
    line-height: 20px;
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    transition: all 0s ease-in-out;
}

#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none;
}

#sort-by li:hover>ul {
    visibility: visible;
}

.col-38 {
    width: 380px;
}

.col-62 {
    width: calc(100% - 380px);
}

.product-page {
    padding: 30px 0px 0px;
}

.item-product-main {
    width: 100%;
    box-shadow: 0px 0px 2px 1px #244068de;
    padding-bottom: 20px;
}

.item-product-main.none-border {
    border: dashed 0px #ebebeb;
}

.item-product-main .product-item-main {
    margin-bottom: 0px;
    position: relative;
}

.item-product-main .product-item-main .product-thumbnail {
    position: relative;
    overflow: hidden;
}

.item-product-main .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
}

.item-product-main .action .btn-views {
    height: 40px;
    width: auto;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    color: #303f39;
    z-index: 6;
    display: block !important;
    opacity: 0;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all 0.6s;
    cursor: pointer;
    width: 100%;
}

.item-product-main .product-item-main:hover .btn-views {
    background: var(--color-key);
    border-color: var(--color-key);
    color: #fff;
}

.item-product-main .product-item-main:hover .btn-views {
    webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: block !important;
    opacity: 1 !important;
}

.tong-tour-di {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    font-size: 15px;
    font-family: 'SVNHe';
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tong-tour-di img {
    margin-right: 10px;
    display: initial !important;
}

.lich-di {
    width: 100%;
    font-size: 12px;
    font-family: 'SVNHe';
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.lich-di img {
    margin-right: 5px;
    display: initial !important;
}

/*Animate*/
@-webkit-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@-moz-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@-o-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

.item-product-main .product-item-main .product-thumbnail .image_thumb {
    justify-content: center;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: ;
}

.item-product-main .product-item-main .product-thumbnail .product-moi {
    display: inline-block;
    width: 83px;
    height: 72px;
    background: url('../images/icon-new.png') no-repeat top center;
    left: 0px;
    top: 0px;
    z-index: 2;
    position: absolute;
}

.item-product-main .product-item-main .product-thumbnail .product-sale {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../images/icon-5.png) no-repeat top center;
    right: 15px;
    top: 15px;
    position: absolute;
    color: #FFF;
    text-align: center;
    line-height: 37px;
    font-size: 12px;
    z-index: 2;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb {
    position: relative;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all 0.6s;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb img.post-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
}

.item-product-main:hover img {
    transform: scale(1.03);
}

.item-product-main .product-item-main .product-bottom {
    padding: 8px 15px 10px 15px;
    position: relative;
    text-align: center;
    border-top: 0px;
}

.item-product-main .product-item-main .product-bottom .status span {
    color: var(--color-key);
    font-weight: 700;
}

.item-product-main.none-border-bottom .product-item-main .product-bottom {
    padding: 10px 10px 10px;
    border: 0px dashed #DDD;
}

.item-product-main .product-item-main .product-bottom .product-name {
    font-size: 17px;
    margin: 0px 0 10px;
    word-wrap: break-word;
    line-height: 20px;
    padding: 0 0px;
    overflow: hidden;
    font-family: 'SVNHeB';
    text-align: left;
}

.item-product-main .product-item-main .product-bottom .product-name a {
    text-decoration: none;
    color: #254068;
    text-transform: uppercase;
}

.item-product-main .product-item-main:hover .product-bottom .product-name a {
    color: var(--color-key)
}

.item-product-main .product-item-main .product-bottom .block-width-min-height {
    padding: 10px 10px 0px;
    border-top: solid 1px #ebebeb;
    min-height: 45px;
    position: relative;
    border-top: dashed 1px #ebebeb;
}

.item-product-main .product-item-main .product-bottom .blockprice {
    width: 70%;
    text-align: left;
}

.item-product-main .product-item-main .product-bottom .price-box {
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    transition: all 0.6s;
}

.item-product-main .product-item-main .product-bottom .price-box p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: 'SVNHe';
}

.item-product-main .product-item-main .product-bottom .price-box p a {
    margin-left: 5px;
}

.item-product-main .product-item-main .product-bottom .price-box p:first-child {
    font-size: 16px;
    font-weight: 700;
}

.item-product-main .product-item-main .product-bottom .compare-price {
    color: #969292;
    text-decoration: line-through;
    display: inline-block;
}

.item-product-main .product-item-main .product-bottom .price-box p+p {
    margin-left: 10px;
}

.item-product-main .product-item-main .product-bottom .product-price {
    color: #da3a2f;
    display: inline-block;
    font-family: 'SVNHeB';
}

.item-product-main .product-item-main .product-bottom .a_url {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: var(--bg-gradient);
    padding: 7px 13px;
    position: absolute;
    width: 90px;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    font-family: 'Nunito';
}

.item-product-main .product-item-main .product-bottom .price-box p span:nth-child(2) a {
    color: #fff;
    background: #da3a2f;
    padding: 3px 20px 5px;
    text-transform: capitalize;
}

.item-product-main .product-item-main .product-bottom .block-width-min-height:after {
    content: "";
    width: 10px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: -9px;
    right: -2px;
    bottom: auto;
    border-radius: 18px 0 0 18px;
    border-top: solid #ececec 2px;
    border-left: solid #ececec 1px;
}

.item-product-main .product-item-main .product-bottom .block-width-min-height:before {
    content: "";
    width: 10px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: -9px;
    left: -2px;
    border-radius: 0 18px 18px 0;
    border-top: solid #ececec 2px;
    border-right: solid #ececec 1px;
}

.readmore-product {
    text-align: center;
}

.readmore-product a {
    display: inline-block;
    padding: 10px 30px;
    color: #FFF;
    border: 1px solid var(--color-key);
    border-radius: 29px;
    background: var(--color-key);
}

.readmore-product a img {
    vertical-align: middle;
    margin-left: 5px;
}

.adv-product {
    width: 100%;
}

.adv-product img {
    width: 100%;
}

.adv-content {
    margin: 0 auto;
}

.adv-content h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFC00;
    font-family: 'UTMHelvetIns';
    text-align: center;
    position: relative;
    display: block;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.adv-content h5:after {
    position: absolute;
    bottom: 0px;
    background: #FFFC00;
    height: 3px;
    width: 50px;
    content: '';
    left: 50%;
    margin-left: -25px;
    z-index: 10;
}

.adv-content p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.adv-content p a {
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--bg-gradient-btn-center);
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.adv-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.adv-content p a span {
    font-weight: 800
}

.wrap-destitle {
    padding: 40px 40px 0 40px;
}

.wrap-destitle p {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 25px;
    margin-bottom: 20px;
}

.wrap-destitle .more {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #282828;
    position: relative;
    text-transform: uppercase;
}

a.button_more {
    display: inline-block;
    background: transparent;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 14px;
    color: #C71C1C;
    border-radius: 30px;
    text-transform: uppercase;
    border: 2px solid #C71C1C;
}

.list-index {
    padding-bottom: 20px;
    position: relative;
}

.list-index:after {
    width: 300px;
    content: '';
    position: absolute;
    bottom: 0px;
    border-bottom: 1px dashed #CCC;
    left: 50%;
    margin-left: -150px;
}

.list-index .img-li {
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    margin: 4px 5px;
    border: 1px dashed #000;
    border-radius: 5px;
    background: transparent;
    transform: skewX(20deg);
}

.list-index .img-li .name {
    transform: skewX(-20deg)
}

.list-index .img-li.active,
.list-index .img-li:hover {
    color: #333;
    border-color: #EE1C25;
    background: #EE1C25;
}

.list-index .img-li .img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    border-radius: 50%;
    margin: 0 auto;
}

.list-index .img-li .name {
    font-weight: 600;
    display: block;
    color: #333;
    text-transform: uppercase;
}

.list-index .img-li:hover .name,
.list-index .img-li.active .name {
    color: #FFF
}

.slider-one {
    margin: 0 auto;
    position: relative;
}

.home-slider {
    /* height: 80vh; */
}

#vegasSliderInner {
    /* position: absolute; */
    /* left: 0px; */
    /* right: 0px; */
    /* top: 0px; */
    /* bottom: 0px; */
    /* content: ''; */
}

#vegasSliderInner div.full-href {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    z-index: 1;
}

#detail-product {
    width: 100%;
    background: #FFF;
    position: relative;
}

#detail-product .left {
    width: 60%;
}

#detail-product .right {
    width: 40%;
}

#detail-product .img-top img {
    max-width: 100%;
    display: block;
}

#detail-product .img-bottom {
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    width: 80%;
    margin: auto;
}

#detail-product .img-bottom .img {
    padding: 0px 5px;
}

#detail-product .img-bottom .img img {
    border: 1px solid #e5e5e5;
    padding: 3px;
    max-width: 100%;
    display: block;
}

#detail-product .img-bottom .img .mz-thumb-selected img {
    border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .img .mz-thumb:hover img {
    border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .owl-prev,
#detail-product .img-bottom .owl-next {
    position: absolute;
    font-size: 30px;
    top: 50%;
    margin-top: -20px;
}

#detail-product .img-bottom .owl-prev {
    left: -20px;
}

#detail-product .img-bottom .owl-next {
    right: -20px;
}

#detail-product .header {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

#detail-product .header h3,
#detail-product .header h1 {
    color: #da3a2f;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'SVNHeB';
}

#detail-product .quickview-info {
    margin-bottom: 10px;
    width: 96%;
    margin: auto;
}

#detail-product .quickview-info .status-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#detail-product .quickview-info .status-page .status {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #CCC;
}

#detail-product .quickview-info .status-page .status .status-class {
    color: var(--color-key);
}

#detail-product .quickview-info .status-page .status:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #CCC;
}

#detail-product .quickview-info .reviews {
    margin-bottom: 10px;
}

#detail-product .quickview-info .reviews span {
    color: #ffe20f;
}

#detail-product .quickview-info .prices {
    margin-bottom: 15px;
}

#detail-product .quickview-info .prices .price {
    font-size: 26px;
    color: #ee1c25;
    margin-right: 10px;
}

#detail-product .quickview-info .prices .price .money-format {
    font-family: 'SVNHeB';
}

#detail-product .quickview-info .prices .product-price-save {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

#detail-product .quickview-info .prices .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #acacac;
    margin-right: 10px;
}

#detail-product .product-description {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #f3f3f3;
}

#detail-product .product-description a {
    font-size: 14px;
    color: var(--color-key);
    font-weight: 400;
    font-style: italic;
}

.detail-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    font-family: 'SVNHe';
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

.detail-icon img {
    filter: grayscale(100%);
}

.detail-icon h3 {
    width: calc(100% - 65px);
    color: #606060;
}

.detail-icon.active h3,
.detail-icon:hover h3 {
    color: #da3a2f
}

.detail-icon.active img,
.detail-icon:hover img {
    filter: grayscale(0%);
}

.detail-icon p {
    width: 60px;
    align-items: center;
    display: flex;
}

#detail-product .qty-ant {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#detail-product .qty-ant label {
    width: 100px;
    line-height: 35px;
}

#detail-product .qty-ant .custom {
    width: 298px;
    border: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#detail-product .qty-ant .custom .btn-cts {
    font-size: 20px;
    line-height: 0px;
    border: none;
    display: block;
    width: 46px;
    height: 46px;
    background: #ececec;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    border-radius: 0;
    cursor: pointer;
}

#detail-product .qty-ant .custom .qty {
    height: 46px;
    font-size: 1em;
    margin: 0;
    padding: 0 2px;
    text-align: center;
    background: #fff;
    min-height: unset;
    display: block;
    float: left;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    flex-grow: 1;
}

#detail-product .btn-mua {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 320px;
    margin-bottom: 10px;
}

#detail-product .btn-mua .buy,
#detail-product .btn-mua .buypayment {
    color: #fff;
    background-color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    padding: 15px 10px;
    width: auto;
    border: none;
    cursor: pointer;
    width: calc(100% / 2 - 4px);
}

#detail-product .btn-mua .buy {
    background-color: #181818;
}

#detail-product .btn-mua .buypayment {
    background-color: var(--color-key);
}

#detail-product .btn-mua .buy .txt-main,
#detail-product .btn-mua .buypayment .txt-main {
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: 100%;
}

#detail-product .btn-mua .buy .text-add,
#detail-product .btn-mua .buypayment .text-add {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    display: block;
    width: 100%;
}

#detail-product .element {
    margin-bottom: 10px;
}

#detail-product .element .head {
    margin: 0px 0px 10px;
    text-align: left;
    min-width: 100px;
    font-weight: 400;
    font-size: 14px;
}

#detail-product .element .cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#detail-product .element .cont .el {
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

#detail-product .element .cont .el label {
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    padding: 0 5px;
    border: #d7d7d7 1px solid;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    display: inline-block;
    font-weight: normal;
    background-color: unset !important;
    text-transform: uppercase;
}

#detail-product .element .cont .el input:checked+label {
    color: var(--color-key);
    border: 1px solid var(--color-key);
}

#detail-product .element .cont .el input[type="checkbox"],
#detail-product .element .cont .el input[type="radio"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
    left: 0px;
    cursor: pointer;
}

#detail-product .hotline-product {
    font-size: 16px;
    background: #da3a2f;
    text-align: center;
    padding: 7px 0 10px;
    width: 90%;
    margin: auto;
    display: block;
}

#detail-product .hotline-product a {
    color: #fff;
    font-size: 16px;
    font-family: 'SVNHeB';
    text-transform: uppercase;
    width: 100%;
    display: block;
}

#detail-product .product-tab ul.tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    justify-content: flex-start;
}

#detail-product .product-tab .tabs-title li {
    margin-right: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f33;
    display: block;
    padding: 15px 0px;
    position: relative;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin: 0px 20px 0px 0px;
}

#detail-product .product-tab .tabs-title li:hover:after,
#detail-product .product-tab .tabs-title li.current:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #1c1c1c;
    width: 100%;
    left: 0;
}

#detail-product .product-tab .tabs-title li:hover,
#detail-product .product-tab .tabs-title li.current {
    color: #1c1c1c;
}

#detail-product .product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#detail-product .product-tab .tab-content.current {
    min-height: 1px;
}

#detail-product .product-tab .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.box-pi {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box-pi span {
    margin-right: 10px;
}

.box-pi h6 {
    font-size: 20px;
    color: #FFF;
    flex-grow: 1;
    text-transform: uppercase;
}

.box-pi.bg1 {
    background: #C61A1A
}

.box-pi.bg2 {
    background: #DA721D
}

.box-pi.bg3 {
    background: #88D519
}

.form-phone {
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #ebebeb;
}

.form-phone h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #646464;
}

.form-phone p {
    line-height: 20px;
    margin-bottom: 5px;
}

.form-box {
    display: flex;
}

.form-box input[type=text] {
    padding: 12px 10px;
    background: #FFF;
    border: none;
    outline: none;
    flex-grow: 1;
}

.form-box button[type=button] {
    padding: 0px 20px;
    background: #000;
    border: none;
    color: #FFF;
    cursor: pointer;
}

.detail-set {
    line-height: 22px;
}

.detail-set p,
.detail-set h1,
.detail-set h2,
.detail-set h3,
.detail-set h4,
.detail-set h5,
.detail-set h6 {
    margin-bottom: 10px;
}

.detail-set img {
    max-width: 100% !important;
    height: auto !important;
}

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

.item-product .img img {
    max-width: 100%;
    display: block;
    transition: all 0.6s;
}

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

.item-product .desc a {
    color: #333;
    display: block;
    text-align: center;
    padding: 10px 0px 20px;
    font-size: 15px;
}

.item-product:hover .desc a {
    color: var(--color-key);
}

.item-product .desc p {
    margin-top: 5px;
}

.item-product .desc p .price {
    color: #FF0000;
    font-weight: 700;
}

.detail-set table {
    margin: auto;
}

.detail-set table,
.detail-set th,
.detail-set td {
    border: 1px solid black;
    border-collapse: collapse;
}

.detail-set table tbody tr:nth-child(1) {
    background: #ff0;
}

.product-right-all {
    position: sticky;
    top: 66px;
    z-index: 999;
}

/*Posts*/
.post-inner {}

.post-inner .post-img {
    position: relative;
}

.post-inner .meta-time {
    color: #888
}

.post-inner .meta-time a {
    color: var(--color-key);
    font-weight: 700;
}

.post-inner .post-content {
    border-top: 0px;
    background: #FFF;
}

.post-inner .post-content h3.nowrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-inner .post-content .padd-leftnew {
    width: 100%;
    background: #FFF;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.post-inner .time-post {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: var(--color-key);
    padding: 25px 10px;
    color: #FFF;
    width: 58px;
}

.post-inner .time-post span:first-child {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.post-inner .time-post span:last-child {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    text-align: center;
}

.post-inner .post-content h3 {
    padding-bottom: 10px;
}

.post-inner .post-content h3 a {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
}

.post-inner .post-content .meta-article {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-inner .post-content .meta-article i {
    color: var(--color-key);
}

.post-inner .post-content .meta-content {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.post-inner .post-content .meta-view {
    margin-top: 10px;
}

.post-inner .post-content .meta-view .view-more {
    color: var(--color-key);
    display: inline-block;
}

.post-inner .post-content .meta-time {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
}

.post-inner .post-content .meta-time span:nth-child(1) {
    color: #D90000;
    font-weight: 700;
}

.img-list {
    position: relative;
}

.img-list:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 70px;
    content: '';
    bottom: 0px;
    background: rgb(35 64 104);
    background: linear-gradient(0deg, rgb(36 64 104 / 80%) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.6s;
}

.position-list {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    bottom: -50px;
    z-index: 2;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

.list-title a {
    color: #FFF;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'SVNHeB';
}

.position-list p {
    visibility: hidden;
    opacity: 0;
    color: #FFF;
    margin-top: 10px;
    line-height: 22px;
    transition: all 0.6s;
}

.img-list:hover .position-list {

    bottom: 0px;
    top: 0px;
    display: block;
}

.img-list:hover:after {
    background: rgb(35 64 104 / 50%);
    height: 100%;
}

.img-list:hover .position-list p {
    opacity: 1;
    visibility: visible;
}

.bobo-album {
    width: 100%;
    display: block;
}

.group-ablum {
    width: 19%;
    margin-bottom: 20px;
}

/*News*/
.news-one {
    padding: 30px 0px 30px;
}

.news-one .title-news {
    text-align: center;
    margin-bottom: 20px;
}

.news-one .title-news h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}

.news-one .title-news h4:after,
.news-one .title-news h4:before {
    width: 70px;
    height: 1px;
    background: var(--color-key);
    content: '';
    position: absolute;
}

.news-one .title-news h4:after {
    left: 50%;
    margin-left: -35px;
    bottom: 0px;
}

.news-one .title-news h4:before {
    left: 50%;
    margin-left: -25px;
    bottom: -5px;
}

.news-one .post-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.news-one .post-inner .order1 {
    order: 1;
}

.news-one .post-inner .order2 {
    order: 2;
}

.news-one .post-inner .post-img {
    width: 166px;
    position: relative;
    overflow: hidden;
}

.news-one .post-inner .post-img img {
    transition: all 0.6s;
}

.news-one .post-inner:hover .post-img img {
    transform: scale(1.04)
}

.news-one .post-inner .meta-time {
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 68px;
    height: 68px;
    background: #EE1C25;
    padding: 10px 15px;
}

.news-one .post-inner .meta-time span {
    display: block;
    text-align: center;
    line-height: 23px;
}

.news-one .post-inner .meta-time span+span {
    border-top: 1px solid #FFF;
    text-transform: uppercase;
}

.news-one .post-inner .post-content {
    border-top: 0px;
    transition: all 0.6s;
    background: transparent;
    width: calc(100% - 166px);
    padding: 10px;
    background: #f5f5f5;
}

.news-one .post-inner .post-content.new {
    border-top: 0px;
    transition: all 0.6s;
    background: transparent;
    width: calc(100% - 95px);
}

.news-one .post-inner h3.nowrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-one .post-inner h3 {
    margin-bottom: 3px;
    border-bottom: 0px;
    padding-bottom: 0px;
    line-height: 18px;
}

.news-one .post-inner h3 a {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
}

.news-one .post-inner:hover h3 a {
    color: var(--color-key);
}

.news-one .post-inner .post-content .padd-leftnew {
    width: calc(100% - 50px);
    background: #333;
    padding: 30px 10px 30px 30px;
    position: relative;
    margin-left: 50px;
}

.news-one .post-inner .time-post {
    color: #908e8e;
    position: relative;
    padding: 0px;
    font-style: italic;
    margin-bottom: 5px;
    width: 100%;
    background: transparent;
    font-size: 12px;
}

.news-one .post-inner .time-post.new {
    color: #FFF;
    position: relative;
    padding: 0px;
    font-style: italic;
    background: var(--color-key);
    padding: 10px;
    width: 70px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.news-one .post-inner .time-post span:first-child {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 700;
}

.news-one .post-inner .time-post span:last-child {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    text-align: center;
}

.news-one .post-inner .post-content .meta-article {
    font-size: 14px;
    color: #777;
    padding: 10px 0px;
    border-bottom: 1px dashed #e6e6e6;
    font-weight: 400;
    margin-bottom: 10px;
}

.news-one .post-inner .post-content .meta-article i {
    color: var(--color-key);
}

.news-one .post-inner .post-content .meta-content {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    margin-top: 3px;
}

.news-one .post-inner .post-content .meta-view {
    margin-top: 10px;
}

.news-one .post-inner .post-content .meta-view .view-more {
    color: #333;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.news-one .post-inner:hover .post-content .meta-view .view-more {
    border: 1px solid var(--color-key);
    color: #FFF;
    background: var(--color-key);
}

.news-one .post-inner .post-content .meta-time {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
}

.news-one .post-inner .post-content .meta-time span:nth-child(1) {
    color: #D90000;
    font-weight: 700;
}

.video-title {
    font-size: 15px;
    margin-top: 20px;
    color: #333;
    padding: 0px 20px;
    font-weight: 700;
}

.img-video {
    overflow: hidden;
    height: 210px;
    position: relative;
    margin-bottom: 20px;
}

.img-video1 {
    overflow: hidden;
    height: 98px;
    position: relative;
}

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

.video-container {
    position: relative;
    padding-bottom: 72%;
    padding-top: 70px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.change-video {
    width: 100%;
    height: 43px;
    border: 1px solid #ddd;
    margin-top: 5px;
    display: none;
}

.click-video {
    height: 244px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.click-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('../images/play.png') no-repeat center;
}

.group-news {
    display: block;
    width: 100%;
    padding: 3px 2px;
}

.group-news .img-news {
    overflow: hidden;
    box-shadow: 0px 0px 4px 2px #ccc;
}

.group-news .img-news img {}

.group-news .title-news {
    width: 100%;
    margin: 15px 0px;
    color: #000;
    font-family: 'SVNHe';
    font-size: 16px;
}

.group-news:hover img {
    transform: scale(1.04);
}

.group-news:hover .title-news {
    color: #da3a2f;
}

/*Paging*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color-key);
    border-color: var(--color-key)
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.mfp-close {
    border-radius: 50%;
    top: -22px;
    right: -22px;
    background: #333 !important;
    color: #FFF !important;
    opacity: 1 !important;
}

.mfp-close:active {
    top: -22px;
}

/*Contact*/
#contact-body h4.title {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #444;
}

#contact-body .box-frame-map {
    width: 100%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

#contact-body .box-frame-map iframe {
    width: 100% !important;
    height: 350px !important;
    display: block;
}

#contact-body .content-contact {
    line-height: 22px;
}

#contact-body .content-contact p {
    margin-top: 7px;
    margin-bottom: 7px;
}

#contact-body .form-contact .input-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px #c9eee2 dashed;
    box-shadow: none;
    min-height: 42px;
    font-size: 14px;
    border-radius: 5px;
}

#contact-body .form-contact .input-control.error {
    border-color: #ff0000 !important;
}

#contact-body .form-contact .error {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    color: #FF0000;
}

#contact-body .form-contact textarea.input-control {
    height: 146px;
}

#contact-body .form-contact .button-control {
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--color-key);
    padding: 0px 15px;
    background: var(--color-key);
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

/*Detail box*/
.detail-box {
    line-height: 20px;
}

.detail-box p {
    margin-bottom: 10px;
}

.detail-box h1,
.detail-box h2,
.detail-box h3,
.detail-box h4,
.detail-box h5,
.detail-box h6 {
    margin-bottom: 10px;
}

.detail-box .meta-desc {
    font-weight: 700;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border: 3px solid #d0d0d0;
    border-radius: 4px;
    margin: 20px 0px;
    text-align: justify;
}

.detail-box .meta-desc::after {
    content: "";
    background-image: url('../images/after.png');
    display: block;
    width: 32px;
    height: 26px;
    float: right;
}

.detail-box .meta-desc::before {
    content: "";
    background-image: url('../images/before.png');
    display: block;
    width: 32px;
    height: 26px;
    float: left;
    margin-right: 20px;
}

.detail-box img {
    max-width: 100% !important;
    height: auto !important;
}

.detail-box table {
    width: 100%;
    border-collapse: collapse;
}

.detail-box table p {
    margin-bottom: 0px;
}

.detail-box table td {
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.page-scrol-social .detail-box {
    width: calc(100% - 60px - 300px);
    margin-left: 20px;
}

.page-scrol-social .detail-box.page {
    width: calc(100% - 60px);
    margin-left: 0px;
    margin-right: 20px;
}

.page-scrol-social .social {
    width: 40px;
}

.page-scrol-social .right-post-other {
    width: 280px;
    margin-left: 20px;
}

.sticky-new {
    position: sticky;
    top: 60px;
}

.page-scrol-social .social ul {
    position: sticky;
    top: 130px;
}

.page-scrol-social .social li {
    margin-bottom: 5px;
}

.page-scrol-social .social button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: var(--color-key)
}

.tabs-about {
    background: var(--color-key);
    padding: 5px 5px;
}

.tabs-about li {
    font-size: 16px;
    display: inline-block;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
}

.content-page {
    display: none;
    opacity: 0;
}

.tabs-about li.active,
.tabs-about li:hover {
    color: var(--color-key);
    background: #FFF;
}

.title-right {
    padding: 5px 10px;
    background: var(--color-key);
}

.title-right h5 {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
}

.content-other {
    padding: 15px;
    background: #F8F8F8;
}

.content-other h5 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-other h3 {
    font-size: 15px;
    margin: 5px 0px;
}

.content-other h3 a {
    color: #222;
    display: table;
}

.content-other h3 a:hover {
    color: var(--color-key)
}

.other-post {
    border: 1px solid #e7e7e7;
}

.other-post li {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.other-post .img {
    width: 100px;
    margin-right: 10px;
}

.other-post h4 {
    display: inline-block;
    width: calc(100% - 110px);
}

.other-post li:last-child {
    border-bottom: 0px solid #e7e7e7;
}

.other-post li a {
    color: #333;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.other-post li a span {
    font-size: 13px;
    font-style: italic;
}

.other-post li a:hover {
    color: var(--color-key)
}

.other-post.none {
    border: 0px solid #e7e7e7;
}

.other-post li.none {
    padding: 10px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.other-post li.none:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

#gallery .img-album {
    overflow: hidden;
}

#gallery .img-album img {
    transition: all 0.6s
}

#gallery .img-album:hover img {
    transform: scale(1.06);
}

/*Tags*/
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: crimson;
    color: white;
}

.tag:hover::after {
    border-left-color: crimson;
}

.content-detail-desc {
    color: #5e5f5f;
}

.content-detail-desc p {
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}

/*Menu MObile*/
.opacity-menu.open-opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999;
}

.opacity-menu-list.open-opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999;
}


.header-left-fixwidth {
    top: 0 !important;
    width: 255px;
    min-height: 100vh;
    position: fixed;
    float: left;
    background: #244068;
    width: 290px;
    position: fixed;
    z-index: 999999999999999;
    left: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
}

.header-left-fixwidth.open-sidebar-menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-left-fixwidth.open-menu {
    padding-top: 15px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-left-fixwidth .wrap-header {
    overflow-y: auto;
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    border-left: 1px solid #252424;
    border-right: 1px solid #252424;
    padding: 0 15px;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset transparent;
    background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar {
    width: 1px;
    background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
    border: 1px solid transparent
}

.header-left-fixwidth .wrap-header .logos-menu {
    padding: 20px 0px;
    background: #fff;
}

.header-left-fixwidth .wrap-header .logos-menu img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
    width: 100%;
    position: relative;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: solid 1px transparent;
    padding: 0 40px 0 10px;
    outline: none;
    font-size: var(--font-size);
    background: #FFF;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F00;
    top: 0px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.header-left-fixwidth .wrap-header .account-cart-menu {
    text-align: left;
    padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .account-cart-menu a {
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .account-cart-menu span {
    padding: 0px 5px;
}

.header-left-fixwidth .wrap-header .nav-menu ul a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 12px 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-left-fixwidth .wrap-header .nav-menu ul li {
    position: relative;
    border-top: 1px solid #fff;
}

.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
    background-color: #101010;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
    position: absolute;
    right: 0px;
    font-size: 25px;
    display: flex;
    width: 43px;
    height: 43px;
    background: transparent;
    top: 0px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.6s;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
    transition: all 0.6s;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu.active i {
    transform: rotate(90deg);
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a i {}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
    padding: 12px 20px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
    padding: 12px 35px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
    display: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
    display: block;
}

.left-sub.mb-24 {
    margin-bottom: 24px;
}

.left-sub .head-left span {
    display: block;
    position: relative;
    background: #244068;
    height: 45px;
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.left-sub .head-left span:after {
    content: '';
    width: 2px;
    height: 24px;
    background: #244068;
    left: 50%;
    top: 100%;
    margin-left: -1px;
    position: absolute;
    z-index: 2;
}

.desc-left {
    margin-top: 24px;
    padding: 30px 15px;
    background: #EFEFEF;
}

.menu-left {
    margin-top: 24px;
    margin-bottom: 24px;
    background: #EFEFEF;
}

.menu-left li {
    width: 100%;
    padding: 13px 10px;
    position: relative;
}

.menu-left li:not(:last-child) {
    border-bottom: 1px solid #FFF;
}

.menu-left li:hover {
    background: #F5F5F5
}

.menu-left li a {
    display: block;
    color: #333;
    font-size: 15px;
    transition: all 0.3s;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.menu-left li ul {
    position: absolute;
    width: 250px;
    top: 0px;
    left: 100%;
    background: #f7f7f7;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.6s;
}

.menu-left li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.menu-left>li a:hover {
    color: var(--color-key);
}

.menu-left>li>ul>li:hover>a {
    color: var(--color-key);
}

.box-menu {
    position: relative;
}

.menu-mobile {
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 5px 6px;
    border-radius: 5px;
    display: none;
    cursor: pointer;
}

.menu-mobile span {
    display: block;
    width: 100%;
    height: 4px;
    margin: 12.5px 0px;
    background: #FFF;
    position: relative;
}

.menu-mobile span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: -8px;
    background: #FFF;
    left: 0px;
}

.menu-mobile span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: -8px;
    background: #FFF;
    left: 0px;
}

#notfound {
    display: block;
    position: relative;
    width: 100%;
    margin: 150px 0;
    text-align: center;
}

#notfound .positioned {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #CCCCCC;
}

#notfound .positioned h1 {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline;
    font-size: 60px;
    text-transform: uppercase;
}

#notfound .positioned p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
}

#notfound a.go-back,
#notfound a.go-home {
    display: block;
    position: absolute;
    top: 30px;
    width: 100px;
    padding: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--color-key);
}

#notfound a.go-back {
    left: 0;
}

#notfound a.go-home {
    right: 0;
}

#notfound .positioned,
#notfound a.go-back,
#notfound a.go-home {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#popup {
    text-align: center;
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

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

.hotline-box {
    position: fixed;
    right: -200px;
    top: 20%;
    width: 200px;
    min-height: 300px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #f0f0f0;
    transition: all 0.7s;
    z-index: 1001;
}

.hotline-box:hover {
    right: 0px;
}

.hotline-box .name-hotline {
    display: inline-block;
    padding: 5px 10px;
    background: var(--color-key);
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    transform: rotate(-90deg);
    left: -100px;
    top: 60px;
    width: 160px;
    line-height: 30px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 10;
}

.hotline-box .desc-hotline {
    padding: 10px;
}

.hotline-box .desc-hotline p {
    font-size: 15px;
    padding: 5px 0px;
}

.grecaptcha-badge {
    opacity: 0;
}

/*phone*/
.sticky-info {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 800;
    background: rgba(255, 0, 0, 0.3);
    border: 1px solid rgba(255, 0, 0, 0.6);
    border-radius: 5px;
}

#pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#pagination .link {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    cursor: pointer;
    color: #333;
    margin: 0px 4px;
    border-radius: 3px;
    display: inline-block;
}

#pagination .disabled {
    cursor: not-allowed;
    color: #bccfd8;
}

#pagination .current {
    background: #d2d2d2;
    box-shadow: 0px 0px 10px #eaeaea;
}

#pagination .link:hover {
    background: #d2d2d2;
    box-shadow: 0px 0px 10px #eaeaea;
}

#pagination .dot {
    padding: 10px 15px;
    background: transparent;
}

#pagination .first {}

.social-link a {
    display: inline-block;
    margin-right: 10px;
}

.social-product ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-product li {
    margin-top: 5px;
    margin-right: 5px;
}

.social-product button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: var(--color-key)
}

.tool-right {
    position: fixed;
    width: 50px;
    right: 23px;
    bottom: 115px;
    z-index: 9090;
    margin-top: -90px;
}

.tool-right li {
    margin: 5px 0px;
}

/*Toc*/
.box-readmore {
    padding: 10px;
    border: 1px solid #dedede;
    margin-bottom: 1rem
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 10px
}

.box-readmore ul li a {
    color: #cd1818 !important;
    cursor: pointer;
    font-weight: 700;
}

.owl-theme .owl-nav {
    height: 0px;
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

.owl-carousel .owl-item img {
    width: auto;
    transition: all 0.6s;
}

footer.footer {
    width: 100%;
    background: url('../images/img/bg_footer.jpg') no-repeat top center;
    position: relative;
    padding: 350px 0px 350px;
    background-size: 100% 100%;
    z-index: 9;
}

.footer-maps {
    position: absolute;
    width: 50%;
    top: 0px;
    right: 0px;
    height: 100%;
}

.about-footer {
    max-width: 756px;
    padding-top: 30px;
    margin-top: 10px;
    cursor: pointer;
    border-top: 1px dashed #333;
}

.about-footer h2 {
    font-size: 20px;
    color: #FFF;
    margin: 10px 0px;
}

.footer-top {
    padding-bottom: 30px;
    position: relative;
}

.f-social {
    width: 100%;
    color: #FFF;
    margin: 50px 0;
}

.f-name {
    width: 40%;
    padding: 0px 20px;
}

.f-mail {
    width: 40%;
    padding: 0px 20px;
}

.detail-footer {
    width: 50%;
    margin: auto;
    color: #fff;
    font-family: 'SVNHe';
    font-size: 20px;
}

.logo-footer {
    margin-bottom: -75px;
    position: relative;
    z-index: 99;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.fb-page {
    width: 100%;
}

footer.footer .logo-footer {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
    padding-bottom: 60px;
}

footer.footer .widget-ft {
    width: calc(100% - 209px - 15px);
}

footer.footer .info-footer {
    color: #333;
    margin-bottom: 100px;
}

footer.footer .info-footer a {
    color: #FFF;
}

footer.footer .info-footer img {
    vertical-align: middle;
}

footer.footer .info-footer p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #FFF;
}

footer.footer .info-footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 5px;
}

footer.footer .info-footer p {
    text-align: left;
}

footer.footer .name-company {
    font-size: 30px;
    color: var(--color-key);
    text-transform: uppercase;
    font-family: 'SFUFuturaBook';
    font-weight: 600;
}

footer.footer .name-dangky {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
}

footer.footer .info-footer.mb-footer p {
    margin-bottom: 10px;
}

footer.footer .title-menu {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 0px;
    color: #333;
}

footer.footer .title-menu a,
footer.footer .title-menu span {
    cursor: default;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #FFF;
    display: block;
    padding-bottom: 4px;
}

footer.footer .title-menu a:hover {
    color: #fff;
}

footer.footer .title-menu a:before {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #FFF;
    content: '';
    bottom: 0px;
}

footer.footer .title-menu a i.fa,
footer.footer .title-menu span i.fa {
    display: none;
}

footer.footer .list-menu {
    line-height: 22px;
    padding-left: 0px;
}

footer.footer .list-menu {
    color: #FFF;
}

footer.footer .list-menu li {
    position: relative;
}

footer.footer .list-menu .li_menu {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 23px;
    color: #FFF;
    width: 100%;
}

footer.footer .list-menu .li_menu a {
    color: #FFF;
    position: relative;
    display: block;
}

footer.footer .list-menu .li_menu a:hover {
    color: #ff0;
}

footer.footer .video-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 66px;
    height: 0;
    overflow: hidden;
}

footer.footer .video-container iframe,
footer.footer .video-container object,
footer.footer .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer.footer .change-video {
    width: 100%;
    height: 43px;
    border: 1px solid #FFF;
    margin-top: 5px;
    background: #1f9000;
    color: #FFF;
}

.info-contact {
    width: 65%;
    margin: auto;
    text-align: left;
    padding: 5px 0px 20px;
    border-bottom: 1px dashed #6383b1;
    margin-bottom: 30px;
}

.info-contact p {}

.info-contact p i {
    color: #254068;
}

#mail {
    background: #f3f3f3;
    padding: 20px 0px;
}

#mail .info-mail {
    text-align: center;
    width: 100%;
    padding: 0 0 20px;
}

#mail .content-mail h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SVNHeB';
    color: #da3a2f;
    text-align: center;
}

#mail .content-mail p {
    color: #000;
    text-transform: none;
    font-family: 'SVNHe';
    font-size: 18px;
}

#mail .content-mail h5 span {
    font-size: 35px;
    font-style: italic;
}

.form-mail {
    width: 90%;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}

#subscribe-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

#subscribe-form .input {
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 0px 10px;
    line-height: 40px;
    outline: none;
    font-size: 14px;
    width: 100%;
    color: #244068;
    background: #fff;
    margin-bottom: 20px;
}

#subscribe-form .input::-webkit-input-placeholder {
    /* Edge */
    color: #333;
}

#subscribe-form .input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

#subscribe-form .input::placeholder {
    color: #333;
}

#subscribe-form button[type=submit] {
    border: none;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    position: relative;
    text-transform: uppercase;
    padding: 0px 10px;
    background: #da3a2f;
    width: 100%;
    font-size: 16px;
    font-family: 'SVNHeB';
}

#subscribe-form label {
    color: #254068;
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-sup {
    margin-left: 20px;
    display: inline-block;
    width: 145px;
    text-align: center;
    height: 44px;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-sup.lienhe {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}

.btn-sup.hotro {
    background: #333;
    border: 2px solid #333;
    color: #FFF;
}

#subscribe-form input.error {
    border: 1px solid #900007;
}

#subscribe-form label.error {
    position: absolute;
    top: calc(100% + 5px);
    color: #ff2d37;
    font-size: 13px;
    display: none !important;
}

.copyright {
    color: #FFF;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.4);
}

.copyright a {
    color: #FFF;
}

.footer .follow_option {
    padding-left: 0px;
    margin-top: 3px;
}

.footer .follow_option li {
    display: inline-block;
    color: #FFF;
}

.footer .follow_option li a {
    height: 40px;
    width: 40px;
    text-align: center;
    background: #ff2d37;
    color: #fff;
    line-height: 40px;
    color: #fff;
    display: block;
    margin-right: 5px;
    border-radius: 50%;
}

.footer .follow_option li a .fa {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.footer .follow_option li a.facebook {
    background: #4B69B0
}

.footer .follow_option li a.twitter {
    background: #37B1E1;
}

.footer .follow_option li a.instagram {
    background: #0678B6
}

.footer .follow_option li a.youtube-play {
    background: #E83F3A;
}

.footer .follow_option li a.pinterest {
    background: #E83F3A;
}

#maps-load-frame {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

#maps-load-frame iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

#contact-maps {
    position: relative;
    padding: 30px 0px;
    background: url('../images/bg-footer.png');
}

#contact-form-maps {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 30px;
    height: 100%;
    background: var(--color-key);
    border-radius: 30px;
}

#contact-form-maps h6 {
    font-size: 23px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
}

#contact-form-maps p {
    text-align: center;
    color: #FFF;
    padding-bottom: 10px;
}

#contact-form-maps .r {
    margin-bottom: 5px;
}

#contact-form-maps .input {
    width: 100%;
    height: 38px;
    background: #FFF;
    padding: 5px 10px;
    color: #666;
    font-size: 15px;
    outline: none;
    border: none;
}

#contact-form-maps .input.text {
    height: 78px;
}

#contact-form-maps .error {
    color: #ff0000;
    margin-top: 5px;
    display: block;
}

#contact-form-maps .button {
    display: inline-block;
    padding: 8px 15px;
    background: #506D00;
    color: #FFF;
    border: none;
    border-radius: 3px;
    margin: 0 auto;
    text-transform: uppercase;
}

ul.social li {
    transition: all 0.6s;
    color: #FFF;
}

ul.social li:hover {
    transform: translateY(-10px);
}

ul.social li img {
    transition: all 0.6s;
    border-radius: 50%;
}

ul.social li:hover img {
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
}

svg .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.owlleft,
.owlright {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: calc(-55px / 2);
}

.owlleft {
    left: 10px;
}

.owlright {
    right: 10px;
}

.owlleft-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16.5px;
    width: 33px;
    height: 33px;
    opacity: 0;
    transition: all 0.6s;
}

.owlright-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -16.5px;
    width: 33px;
    height: 33px;
    opacity: 0;
    transition: all 0.6s;
}

.in-product:hover .owlleft-icon {
    left: 10px;
    opacity: 1
}

.in-product:hover .owlright-icon {
    right: 10px;
    opacity: 1
}

.line-page {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 30px 0px;
    position: relative;
}

.line-page:after {
    width: 38px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: -7px;
    content: '';
    background: url('../images/icon-line.jpg') no-repeat top center;
}

.name-title-page {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.name-title-page h3 {
    display: inline-block;
}

.status.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border-radius: 50%;
}

.status.checkbox:hover input~.checkmark {
    background-color: #FFF;
}

.status.checkbox {
    color: #02bd02;
}

.status.checkbox input:checked~.checkmark {
    background-color: #02bd02;
}

.status.checkbox.red input:checked~.checkmark {
    background-color: #FF0000;
}

.status.checkbox.red {
    color: #FF0000;
}

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

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

.status.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fanpage-overflow {
    width: 100%;
    overflow: hidden;
}

.detail-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 20px;
    padding: 5px 0 5px;
    border-bottom: 2px solid #6080adb8;
}

.detail-header img {
    margin-right: 7px;
}

.detail-header h3 {
    font-family: 'SVNHeB';
    font-size: 25px;
    text-transform: uppercase;
    color: #da3a2f;
}

.content-detail {
    padding-left: 30px;
}

.table {

    width: 100%;

    max-width: 100%;

    margin-bottom: 20px;

    border-spacing: 0;

    border-collapse: collapse;
}

.the-tr {
    height: 35px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.table>thead>tr.the-tr>th {
    font-size: 20px;
    text-align: center;
    border: 1px solid #6a82a5;
    vertical-align: middle !important;
    background-color: #244068;
    border-bottom: 2px solid #ddd;
    border-top: 0;
    padding: 8px;
    line-height: 1.42857143;
    font-family: 'SVNHe';
}

.tbo-tr {
    font-size: 18px;
}

.tours tbody tr.tbo-tr td[rowspan],
.tours tbody tr.tbo-tr:last-child td {

    border-bottom: 1px solid #6a82a5;
}

.tours tbody tr:first-child td:first-child {
    border-bottom: 1px solid #6a82a5;
    font-size: 15px;
    padding: 3px !important;
    line-height: 1.42857143;
    border-top: none;
    text-align: center;
}

tr.the-tr th,
tr.tbo-tr td {
    text-align: center;
    border: 1px solid #6a82a5;
    vertical-align: middle !important;
}

tr.tbo-tr td {
    font-size: 18px;
    padding: 3px !important;
    font-family: 'SVNHe';
    color: #254068;
}

.tours tbody {
    background: #f5f5f5;
}

.tours tbody:hover {
    background: #2440684d;
    transition: all .3s ease-in-out;
}

.tbo-tr img {
    text-align: center;
    margin: auto;
    padding: 8px;
    background: #fff;
    box-shadow: 2px 2px 5px 2px #a9a3a3;
}

.name-lt {
    text-align: center;
    width: 78%;
    display: block;
    margin: 20px auto 10px;
}

.name-lt p {
    position: relative;
}

.name-lt p span.km-ls {
    position: absolute;
    top: 20px;
    left: -15px;
    font-size: 14px;
    font-family: 'SVNHe';
    background: #da3a2f;
    color: #fff;
    padding: 5px 25px;
    text-transform: capitalize;
}

.name-lt p span.km-ls:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #a64e52;
    border-left: 15px solid transparent;
    position: absolute;
    left: 0;
    top: 30px;
}

.name-lt h3 {
    color: #254068;
    font-size: 18px;
    font-family: 'SVNHe';
    padding: 5px 20px 5px;
    margin: 5px 0 10px;
}

.name-lt:hover h3 {
    color: #da3a2f;
}

.name-lt:hover img {
    box-shadow: 2px 2px 7px 1px #244068;
}

.lienhe-lt {
    margin: auto;
    display: inline-block;
    text-align: center;
    background: #da3a2f;
    color: #fff;
    font-size: 16px;
    font-family: 'SVNHe';
    padding: 5px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lienhe-lt:hover {
    background: #244068;
    color: #fff;

}

.item-img-lt {
    position: relative;
    display: inline-block;
}

.price span {
    color: #da3a2f;
    font-family: 'SVNHe';
}

.gruop-icon-list-tour .icon-phuongtien img {
    filter: grayscale(100%);
}

.gruop-icon-list-tour .icon-phuongtien img.active {
    filter: grayscale(0%);
}

.item-tours,
.main-tours {
    width: 100%;
}

.item-main-ls-tour .item-img img {
    max-width: 100%
}

.main-ls-tour {
    width: 100%
}

.group-ls-tour {
    width: 100%;
    display: block;
    padding: 0 35px;
    margin: 30px 0;
}

.list-tours .item-img {
    position: relative;
    padding: 0px 20px;
}

.list-tours .item-img .km-ls {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 14px;
    font-family: 'SVNHe';
    background: #da3a2f;
    color: #fff;
    padding: 3px 10px 6px;
    text-transform: capitalize;
    z-index: 9999;
    line-height: 20px;
}

.list-tours .item-img .km-ls:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #a64e52;
    border-left: 15px solid transparent;
    position: absolute;
    left: 0;
    top: 29px;
}

.adress-ls-tour {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #244068a1;
    display: inline-block;
    padding: 7px 15px 7px 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'SVNHe';
    text-transform: capitalize;
}

.detail-ls-tour {
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 20px;
}

.detail-ls-tour h3 a {
    font-size: 18px;
    color: #254068;
    font-family: 'SVNHe';
}

.detail-ls-tour h3 a:hover {
    color: #f00
}

.detail-ls-tour .gruop-icon-list-tour {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-ls-tour .gruop-icon-list-tour p {
    width: 25%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.detail-ls-tour .gruop-icon-list-tour p:nth-child(1) {
    width: 74%;
}

.detail-ls-tour .gruop-icon-list-tour p img {
    margin-right: 5px;
}

.detail-ls-tour .gruop-icon-list-tour p.icon-phuongtien {
    justify-content: end;
}

.run-list-tours .item-list {
    margin-right: 10px;
}

.run-list-tours .item-list h3 {
    margin: 5px 0;
}

.run-list-tours .item-list h3 a {
    color: #254068;
    font-family: 'SVNHe';
    font-size: 12px;
}

.khachhang-page {
    padding: 30px 0px;
    background: url(../images/img/bg_vs.jpg)no-repeat top center;
    background-size: 100% 100%;
}

.group-khachhang {
    background: #fff;
    padding-bottom: 30px;
    margin-top: 70px;
    padding-top: 70px;
    animation-fill-mode: backwards !important;
}

.title-section-module-khachhng {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.title-section-module-khachhng h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'SVNHa';
    padding: 8px 15px;
}

.title-section-module-khachhng:after {
    content: '';
    background: #fff;
    width: 30%;
    height: 1px;
    position: absolute;
    right: 0;
    top: calc(100% / 2 - 1px);
}

.title-section-module-khachhng:before {
    content: '';
    background: #fff;
    width: 30%;
    height: 1px;
    position: absolute;
    left: 0;
    top: calc(100% / 2 - 1px);
}

.img-khachhang {
    border-radius: 50%;
    background: #f000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.img-khachhang img {
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    box-shadow: 1px 1px 7px 2px #818181;
    margin: auto;
}

.name-khachhang {
    text-align: center;
    color: #da3a2f;
    text-transform: uppercase;
    font-family: 'SVNHa';
    margin: 15px 0px 10px;
    line-height: 20px;
    padding: 0 10px;
}

.chucvu-khachhang {
    font-size: 14px;
    color: #616161;
    text-align: center;
    font-family: 'SVNHe';
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.star-khachhang {
    width: 100%;
    text-align: center;
    color: #f3dd00;
    margin-bottom: 20px;
    padding: 0 10px;
}

.star-khachhang i {
    margin-right: 8px;
    font-size: 20px;
}

.group-all-custumer {
    display: block;
    width: 100%;
}

.kh-xemthem {
    display: block;
    clear: both;
    text-align: center;
    padding: 8px 10px;
    width: 30%;
    background: #254067;
    margin: auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 15px;
}

.group-all-custumer:hover .kh-xemthem {
    background: #fd0021;
    color: #ff0;
}

.group-all-custumer:hover .name-khachhang {
    color: #254067;
}

.mota-khachhang {
    font-size: 14px;
    font-family: 'SVNHe';
    color: #000;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group-travel {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #244068de;
    margin: 2px 2px;
    overflow: hidden;
}

.travel-img-list {
    margin-bottom: 10px;
}

.travel-img-list img {
    border-radius: 5px 5px 0px 0px;
}

.detail-travel {
    padding: 5px 0;
    font-size: 15px;
    color: #656464;
    font-family: 'SVNHe';
    padding-bottom: 10px;
}

.time-travel {
    color: #000;
    font-size: 12px;
    font-family: 'SVNHe';
    margin-bottom: 10px;
    padding: 0 0px;
}

.time-travel span {
    margin-right: 15px;
}

.time-travel i {
    margin-right: 5px;
}

.travel-title {
    font-family: 'SVNHeB';
    display: block;
    width: 100%;
    font-size: 16px;

    line-height: 20px;
    margin-bottom: 10px;
}

.travel-title a {
    color: #da3a2f;
}

.group-travel:hover a {
    color: #244068;
}

.group-travel:hover img {
    transform: scale(1.04);
}

.news-nb {
    width: 100%;
    display: block;
}

.main-news-for,
.item-news-nav {
    width: 100%;
}

.xem_them {
    margin: 40px 0 20px;
    text-align: center;
}

.xem_them a {
    font-size: 16px;
    font-family: 'SVNHe';
    color: #fff;
    background: #da3a2f;
    padding: 5px 30px 8px;
}

.xem_them a:hover {
    border: 1px solid #da3a2f;
    color: #fff;
    background: #244068;
}

.detail-ls-tour h3 a:hover {}

.news-nb .detail-ls-tour {
    position: absolute;
    bottom: 0;
    background: #244068a6;
    padding: 15px 10px;
    text-align: center;
}

.news-nb .item-img {
    margin-bottom: 20px;
}

.news-nb .detail-ls-tour h3 a {
    color: #fff;
}

.news-nb .detail-ls-tour h3 a:hover {}

.news-nb .run-list-tours .item-list h3 a {}

.group-detail-item {
    width: 100%;
    box-shadow: 0px 1px 3px 1px #8bacdd;
    border-radius: 0px 0px 3px 3px;
    padding: 0 0 15px;
    margin-bottom: 20px;
    display: block;
}

.group-detail-item .title-detail {
    text-align: center;
    color: #fff;
    background: #254068;
    padding: 15px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SVNHeb';
    font-style: italic;
}

.item-time-detail {
    width: 96%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px dashed #9ca8b9;
    margin: auto;
}

.item-time-detail p:nth-child(1) {
    width: 135px;
    font-size: 16px;
    font-family: 'SVNHeB';
}

.item-time-detail p:nth-child(2) {
    font-size: 16px;
    font-family: 'SVNHe';
}

section.video iframe {
    width: 100%;
    height: 600px;
}

.hot-deal {
    padding: 20px 0;
}

.title-hot-deal {
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

.title-hot-deal span:nth-child(1) {
    width: 40px;
    margin-right: 3px;
}

.title-hot-deal span:nth-child(2) {
    font-size: 26px;
    font-family: 'SVNHeB';
    line-height: 22px;
    color: #da3a2f;
}

.groud-hot-deal {
    width: 100%;
}

.hot-deal-left {
    width: 60%;
}

.hot-deal-left .item-img {
    position: relative;
}

.hot-deal-left .km-ls {
    position: absolute;
    top: 15px;
    left: -15px;
    font-size: 14px;
    font-family: 'SVNHe';
    background: #da3a2f;
    color: #fff;
    padding: 3px 10px 6px;
    text-transform: capitalize;
    z-index: 9999;
    line-height: 20px;
}

.hot-deal-left .km-ls:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #a64e52;
    border-left: 15px solid transparent;
    position: absolute;
    left: 0;
    top: 29px;
}

.hot-deal-right {
    width: 38%;
}

.hot-info {
    padding: 10px 15px;
}

.hot-info .prices {
    font-size: 16px;
    font-family: 'SVNHe';
    color: #000;
}

.hot-info .prices span {
    color: #da3a2f;
    font-size: 20px;
    font-family: 'SVNHeB';
}

.hotline-hot-deal {
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotline-hot-deal p {
    width: 48%;
    background: #da3a2f;
    text-align: center;
}

.hotline-hot-deal a {
    font-size: 16px;
    background: #da3a2f;
    text-align: center;
    padding: 7px 0 10px;
    width: 100%;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SVNHeB';
    display: block;
}

.hotline-hot-deal a:hover {}

.img-top {
    text-align: center;
}

/* width */
#menu .item-big .nav-item ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#menu .item-big .nav-item ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#menu .item-big .nav-item ul::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

/* Handle on hover */
#menu .item-big .nav-item ul::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.desktop {
    display: block;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes nhaytext {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ff0;
    }
}

@-moz-keyframes nhaytext {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ff0;
    }
}

@-o-keyframes nhaytext {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ff0;
    }
}

@keyframes nhaytext {
    0% {
        color: #F8CD0A;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ff0;
    }
}

.text-flashing {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-animation: nhaytext 500ms infinite;
    -moz-animation: nhaytext 500ms infinite;
    -o-animation: nhaytext 500ms infinite;
    animation: nhaytext 500ms infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blink 1000ms infinite;
}

.search-select {
    border: 1px solid #000;
    height: 50px;
    width: auto;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    outline: none;
    position: relative;
    z-index: 2;
    color: #000;
}

.khungsp {
    position: relative;
    text-align: center;
}

.khungsp>a {
    display: block;
    line-height: 0;
}

.spinner {
    width: 100%;
    position: absolute;
    margin: 10px auto 60px;
    bottom: 0px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1D3A86;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader1,
.loader1:before,
.loader1:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader1 {
    color: #183789;
    font-size: 10px;
    margin: 30px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader1:before,
.loader1:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader1:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader1:after {
    left: 3.5em;
}

.loadd_spindex {
    width: 100%
}

.xemthem_sp {
    width: 100%;
    text-align: center;
    margin-top: 17px;
    display: flex;
    justify-content: center;
}

.clickxemthem {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
    border-radius: 40px;
    padding: 18px 20px;
    display: inline-block;
    cursor: pointer;
    background: #EA4235;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.clickxemthem:after {
    background: var(--main-back-hover);
    height: 0;
    top: 50%;
    width: calc(100% + 0.9px);
    transition: all 0.6s;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 40px;
}

.clickxemthem:hover:after {
    top: 0;
    height: 100%;
    transition: all 0.6s
}

.clickxemthem>span {
    z-index: 10;
    position: relative;
}

.spcon {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
}

.none_active {
    display: none;
}

.all-table {
    display: block;
    position: relative;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.boxkhunghinh {

    position: absolute;

    width: 97%;

    height: 97%;

    top: 4px;

    left: 0px;

    right: 0;

    margin: auto;

    z-index: 12;

}

.boxkhunghinh a {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 12;

}

.transition_new {

    transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -webkit-transition: all 300ms linear;

}

.boxkhunghinh .i_trai {

    position: absolute;

    height: 0px;

    width: 2px;

    left: 0px;

    top: 0px;

    background: -webkit-linear-gradient(bottom, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -o-linear-gradient(bottom, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -moz-linear-gradient(bottom, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: linear-gradient(to top, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    transition: all 0.5s ease;

}

.boxkhunghinh .i_phai {

    position: absolute;

    height: 0px;

    width: 2px;

    right: 0px;

    bottom: 0px;

    background: -webkit-linear-gradient(top, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -o-linear-gradient(top, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -moz-linear-gradient(top, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: linear-gradient(to bottom, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    transition: all 0.5s ease;

}

.boxkhunghinh .i_tren {

    position: absolute;

    height: 2px;

    width: 0px;

    right: 0px;

    top: 0px;

    background: -webkit-linear-gradient(left, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -o-linear-gradient(left, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -moz-linear-gradient(left, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: linear-gradient(to right, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    transition: all 0.5s ease;

}

.boxkhunghinh .i_duoi {

    position: absolute;

    height: 2px;

    width: 0px;

    left: 0px;

    bottom: 0px;

    background: -webkit-linear-gradient(right, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -o-linear-gradient(right, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: -moz-linear-gradient(right, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    background: linear-gradient(to left, #109242, #fffe31, #fffe43, #109242, #fffe31, #fffe31, #00923f);

    transition: all 0.5s ease;

}

.boxkhunghinh:hover .i_trai {

    height: 100%;

    bottom: 0px;

    /* top: inherit;*/

    z-index: 1;

}

.boxkhunghinh:hover .i_phai {

    height: 100%;

    top: 0px;

    bottom: inherit;

    z-index: 1;

}

.boxkhunghinh:hover .i_tren {

    width: 100%;

    left: 0px;

    z-index: 1;

}

.boxkhunghinh:hover .i_duoi {

    width: 100%;

    right: 0px;

    left: inherit;

    z-index: 1;

}

.img-list img {
    transition: all 0.6s;
}

.img-list img:hover {
    transform: scale(1.04);
}

.chinhimg {
    position: relative;
}

.hot-deal-left .item-img img {
    max-width: 100%
}

@media screen and (max-width:1220px) {
    #header .logo {
        margin-right: 0;
    }

    #menu .item-big .nav-item>a {
        padding: 0px 5px;
    }

    .info-mail {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .form-mail {
        width: 100%;
    }

    #subscribe-form {
        flex-grow: 1;
    }

    .news-one .row65 {
        margin: 0px -30px;
    }

    .news-one .item65 {
        padding: 0px 30px;
    }

    .box-65 {
        margin: 20px auto !important;
    }

}

@media screen and (max-width:1048px) {
    .hotline {
        display: none;
    }

    .cart-temp>span {
        margin-right: 0px;
    }

    .cart-temp>div {
        display: none
    }
}

@media screen and (max-width:1024px) {
    #header.header {
        height: auto;
    }

    #header.header #menu {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    #menu {}

    #menu .item-big .nav-item:not(:last-child) {
        display: none;
    }

    .list-btn {
        display: none;
    }

    #menu .item-big {
        order: 2;
        justify-content: end;
    }

    .search-bar {
        display: block;
        flex-grow: 1;
    }

    .header-box {
        margin-top: 0px;
    }

    #menu-box {
        display: flex;
        justify-content: flex-end;
    }

    .home-slider {
        /* height: 40vh; */
    }

    .all-table {
        width: 100%;
        overflow-x: auto;
        display: block;
    }

    .all-table .table {
        width: 992px;
        max-width: none
    }

    .left-ls-tour {
        width: 100%;
    }

    .group-ls-tour {
        padding: 0 15px;
    }

    .right-ls-tour {
        width: 100%;
    }

    .header-left-fixwidth .wrap-header .nav-menu ul li {
        display: block;
        clear: both;
    }

    .header-box {
        padding: 0
    }
}

@media screen and (max-width:992px) {
    .hot-deal-left {
        width: 100%;
    }

    .hot-deal-right {
        width: 100%;
    }

    .title-hot-deal span img {
        width: 25px
    }

    .title-hot-deal span:nth-child(2) {
        font-size: 16px
    }

    .hot-deal-left .km-ls {
        font-size: 11px
    }

    .group-detail-item .title-detail {
        padding: 5px 5px;
        font-size: 14px;
    }

    .news-one .col--2 {
        width: 100%;
    }

    #video-load .col-9 {
        width: 100%;
    }

    #video-load .col-3 {
        display: none;
    }

    .change-video {
        display: block;
    }

    .item-product-main .product-item-main .product-thumbnail .image_thumb {
        height: auto;
    }

    footer.footer .cl1 {
        width: 100%;
    }

    footer.footer .cl2 {
        width: 100%;
        margin-top: 20px;
    }

    #detail-product .left {
        width: 100%;
        padding: 0;
    }

    #detail-product .right {
        width: 100%;
        margin-top: 20px;
    }

    .mobile {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .desktop {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .img-top {
        text-align: center;
    }

    .box-slider-in h3 {
        font-size: 20px;
        margin: 5px 0px;
    }

    .header .item:last-child {
        display: none !important;
    }

    .news-one .row65 {
        margin: 0px -10px;
    }

    .news-one .item65 {
        padding: 0px 10px;
    }

    .news-one .item65 {
        width: calc(100% / 2);
    }

    /* .img-video {height: 480px;}*/
    .img-video1 {
        height: 200px;
    }

    .box-news-video .col-7 {
        width: 100%;
    }

    .box-news-video .col-5 {
        width: 100%;
    }

    .group-ablum {
        width: 30%;
    }

    .title-section-module-khachhng h4 {
        font-size: 22px;
    }

    .title-section-module-khachhng:before {
        width: 20%;
    }

    .title-section-module-khachhng:after {
        width: 20%;
    }

    .title-section-module-left h4 {
        font-size: 24px;
    }

    .detail-footer {
        width: 100%;
    }

    .title-section-module h4 {
        font-size: 22px;
    }

    .head-title h1,
    .head-title h2 {
        font-size: 20px;
    }

    .row23 {
        margin: 0;
    }

    #detail-product .header h3,
    #detail-product .header h1 {
        font-size: 22px;
    }

    .product-view .col--4 {
        width: calc(100% / 1);
    }

    .header-box {
        flex-wrap: wrap;
    }

    #header .logo {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .menu-list {
        width: 100%;
    }

    #header.header {
        position: relative;
        padding: 0;
    }

    .header-box.fixed-open .menu-list {
        position: fixed;
        left: 0
    }

    .menu-list {
        margin-top: 0;
    }

    .name-lt {
        width: 88%;
    }

    .name-lt h3 {
        font-size: 14px;
        padding: 5px 0px 5px;
    }

    tr.tbo-tr td {
        font-size: 14px;
    }

    .table>thead>tr.the-tr>th {
        font-size: 13px
    }

    .item-product-main .product-item-main .product-bottom .product-name {
        font-size: 14px
    }

    h1.title-page {
        font-size: 16px
    }

    .clickxemthem {
        padding: 15px 15px;
        margin: 20px auto;
    }
}

@media screen and (max-width:872px) {
    .hotline {
        display: block;
    }

    .item-product-main .product-item-main .product-bottom .price-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .item-product-main .product-item-main .product-bottom .price-box p {
        text-align: center;
    }

    .item-product-main .product-item-main .product-bottom .price-box p:last-child {
        justify-content: center;
    }

    .item-product-main .product-item-main .product-bottom .price-box p {
        justify-content: center;
        margin-bottom: 10px
    }

    .left-page {
        display: none;
    }

    .right-page {
        width: 100%;
    }

    .page-scrol-social .detail-box {
        width: 100%;
        order: 0;
        margin-left: 0px;
    }

    .page-scrol-social .social {
        width: 100%;
        position: relative;
        order: 1;
        margin-left: 0px;
    }

    .page-scrol-social .right-post-other {
        width: 100%;
        margin-left: 0px;
        order: 2;
    }

    .page-scrol-social .social ul {
        display: flex;
        margin-bottom: 16px;
        justify-content: flex-start;
    }

    .page-scrol-social .social ul li {
        margin-right: 10px;
    }

    .page-scrol-social .detail-box.page {
        width: 100%;
        margin-right: 0px;
    }


}

@media screen and (max-width:768px) {
    .about .col--2 {
        width: 100%;
    }

    .about .desc-img {
        margin-top: 20px;
    }

    .about .desc-img img {
        margin: 0 auto;
    }

    .product-view .col--3 {
        width: calc(100% / 1);
    }

    .photo-body .col--3 {
        width: calc(100% / 2);
    }

    #copyright {
        padding: 15px 0px 60px;
    }

    .contact-body .item.col-4 {
        width: 100%;
    }

    .contact-body .item.col-8 {
        width: 100%;
        margin-top: 20px;
    }

    .info-footer .col--2 {
        width: calc(100% / 1);
    }

    .info-footer .col--4 {
        width: calc(100% / 2);
        margin: 10px 0px;
    }

    .form-phone .col--2 {
        width: 100%;
    }

    .form-phone .col--2+.col--2 {
        margin-top: 20px;
    }

    .video-title {
        padding: 0px 0px;
    }

    #detail-product .qty-ant .custom {
        width: 180px;
    }

    #top .item:nth-child(1) {
        width: 100%;
    }

    #top .item:nth-child(2) {
        display: none;
    }

    .box-65 {
        width: 230px;
        height: 230px;
    }

    .box-65 .meta-content {
        display: none;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .f-social {
        text-align: center;
        justify-content: center !important;
    }

    .f-social,
    .f-name,
    .f-mail {
        width: 100%;
        margin: 20px 0px;
    }

    .copyright div {
        flex-wrap: wrap;
    }

    .copyright div p {
        width: 100%;
        text-align: center;
        margin: 5px 0px;
    }

    .group-ablum {
        width: 50%
    }

}

@media screen and (max-width:600px) {
    footer.footer .widget-ft {
        width: 100%;
    }

    footer.footer .logo-footer {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    footer.footer .cl1 {
        flex-wrap: wrap;
    }

    footer.footer .cl2 .col-5 {
        width: 100%;
    }

    footer.footer .cl2 .col-6 {
        width: 100%;
        margin-top: 20px;
    }

    .tabs-one .tabs li {
        padding: 10px 10px;
        font-size: 18px;
    }

    .img-video {
        height: 230px;
    }

    .img-video1 {
        height: 120px;
    }

    #detail-product .qty-ant .custom {
        width: 120px;
    }

    .info-footer .col--4 {
        width: calc(100% / 1);
        margin: 10px 0px;
    }

    .news-one .post-inner .post-img img {
        width: 100%;
    }

}

@media screen and (max-width:520px) {
    .box-slider-in {
        display: none;
    }

    .post-img.col-4 {
        width: 100%;
    }

    .post-img img {
        width: 100%;
    }

    .post-content.col-8 {
        width: 100%;
        margin-top: 10px;
    }

    .form-mail {
        flex-wrap: wrap;
    }

    #subscribe-form {
        width: 100%;
    }

    .btn-sup {
        width: calc(100% / 2 - 10px);
        margin-left: 0px;
        margin-top: 20px;
    }

    .btn-sup+.btn-sup {
        margin-left: 20px;
    }

    #detail-product .qty-ant .custom {
        width: 100%;
    }

    #detail-product .btn-mua {
        width: 100%;
    }

    .box-65 p:nth-child(1) {
        font-size: 51px;
    }

    .box-65 {
        width: 180px;
        height: 180px;
        padding: 15px 15px;
    }
}

@media screen and (max-width:480px) {
    .news-one .item65 {
        width: calc(100% / 1);
    }
}

/* ==================Slideshow================== */
#slide_show {}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 783px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 783px;
}

.slideshow {
    position: relative;
}