:root {
    --color-ye: #FBB116;
    --color-d-ye: #BB8002;
    --color-red: #E41A1A
}

@font-face {
    font-family: Mulish-ExtraBold;
    src: url(../fonts/Mulish-ExtraBold.woff2) format('woff2'), url(../fonts/Mulish-ExtraBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mulish-Bold;
    src: url(../fonts/Mulish-Bold.woff2) format('woff2'), url(../fonts/Mulish-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mulish-SemiBold;
    src: url(../fonts/Mulish-SemiBold.woff2) format('woff2'), url(../fonts/Mulish-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mulish-Medium;
    src: url(../fonts/Mulish-Medium.woff2) format('woff2'), url(../fonts/Mulish-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mulish;
    src: url(../fonts/Mulish-Regular.woff2) format('woff2'), url(../fonts/Mulish-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mulish-Light;
    src: url(../fonts/Mulish-Light.woff2) format('woff2'), url(../fonts/Mulish-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Mulish;
    position: relative;
    font-size: 15px
}

body.load {
    overflow: hidden
}

body.load .loading {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

a, input, textarea {
    outline: 0;
    padding: 0
}

a {
    text-decoration: none !important
}

.hidden {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#main-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #cfcfcf;
    font-style: italic
}

.content_ft {
    border-top: 1px solid #ffffff52;
    padding: 1rem 15px
}

ul.list_cs {
    padding: 0 0 7px;
    margin: 0 0 7px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff52
}

ul.list_cs li a {
    color: #fff;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize
}

.small-title {
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    font-size: 17px;
    display: none
}

ul.list_cs li a:hover {
    color: #ffab00
}

.sign {
    text-align: center;
    margin-bottom: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
    text-shadow: 3px 4px 2px rgb(0 0 0 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)
}

.sign h1 {
    font-family: Mulish-Bold;
    color: #ffc500;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 30%)
}

.grecaptcha-badge {
    display: none
}

.sign div {
    font-size: 20px;
    color: #f8c107;
    font-size: 2rem;
    font-style: italic
}

.service-title {
    font-family: Mulish-Bold;
    text-transform: uppercase;
    background: url(../images/taxi.png) no-repeat top left;
    font-size: 30px;
    color: #ffc500;
    padding: 10px;
    padding-left: 79px;
    padding-top: 22px;
    padding-bottom: 0;
    margin-bottom: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
    text-shadow: 3px 4px 2px rgb(0 0 0 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)
}

.list {
    padding-left: 30px
}

.list p {
    color: #fff;
    font-style: italic;
    font-size: 25px;
    margin-bottom: .5rem;
    background: url(../images/tick.png) no-repeat 0 3px;
    padding-left: 37px
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 57%);
    z-index: 123;
    top: 0;
    display: none
}

.loading .inner {
    text-align: center;
    position: relative;
    margin-top: 10%
}

.loading .inner span {
    letter-spacing: 8px;
    font-size: 20px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    bottom: 5px
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 190px;
    right: 0;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #DA251C;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: #da251c54;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #DA251C;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 25px;
    height: 25px
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, .75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial
}

.hotline-bar>a:active, .hotline-bar>a:hover {
    color: #fff
}

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

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

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

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.fb_dialog_content iframe {
    bottom: 300px !important;
    right: 0 !important
}

.post-module {
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
    border-radius: 3px;
    transition: all .5s
}

.post-module:hover {
    box-shadow: 2px 2px 10px #8b8888
}

.post-module.custom {
    box-shadow: none;
    text-align: center
}

.post-module.custom .post-content .title a {
    color: #333;
    font-family: Mulish-Bold
}

.post-module .thumbnail {
    overflow: hidden
}

.post-module .thumbnail img {
    transition: all .5s
}

.post-module:hover .thumbnail img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.post-module .post-content {
    padding: 10px;
    background: #fff
}

.post-module .post-content .title {
    font-size: 18px
}

.post-module .post-content .title:hover a {
    color: #de9536;
    text-decoration: none
}

.post-module .post-content .title a {
    color: #333;
    font-family: Mulish-Bold
}

.post-module .post-content .description {
    font-size: 13px;
    margin-bottom: 5px
}

.post-module .post-content .post-meta {
    font-size: 12px;
    color: #ccc
}

@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes lucidgenzalo {
    0% to {
        transform: rotate(-25deg)
    }

    50% {
        transform: rotate(25deg)
    }
}

.jscroll-to-top {
    bottom: 100px
}

.fcta-zalo-ben-trong-nut svg path {
    fill: #fff
}

.fcta-zalo-vi-tri-nut {
    position: fixed;
    bottom: 300px;
    right: 23px;
    z-index: 999
}

.fcta-zalo-nen-nut, div.fcta-zalo-mess {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #0068ff;
    border-radius: 50%;
    position: relative
}

.fcta-zalo-nen-nut::after, .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
    animation-delay: .4s
}

.fcta-zalo-ben-trong-nut, .fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: absolute;
    text-align: center;
    width: 60%;
    height: 60%;
    left: 10px;
    bottom: 33px;
    line-height: 70px;
    font-size: 25px;
    opacity: 1
}

.fcta-zalo-ben-trong-nut i {
    animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut, .fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-nen-nut:hover i {
    transform: scale(.5);
    transition: all .5s ease-in
}

.fcta-zalo-text a {
    text-decoration: none;
    color: #fff
}

.fcta-zalo-text {
    position: absolute;
    top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

div.fcta-zalo-mess {
    position: fixed;
    bottom: 100px;
    right: 58px;
    z-index: 99;
    background: #fff;
    padding: 7px 25px 7px 15px;
    color: #0068ff;
    border-radius: 50px 0 0 50px;
    font-weight: 700;
    font-size: 15px
}

.fcta-zalo-mess span {
    color: #0068ff !important
}

span#fcta-zalo-tracking {
    line-height: 1.5
}

.share.othernews b {
    font-family: Mulish-Bold;
    text-transform: capitalize
}

.share b {
    font-family: Mulish-Bold
}

.wrap-main {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0 10px
}

.wrap-home {
    max-width: 100%;
    padding: 0;
    margin: 0 auto
}

.title-main:before {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_left.png) no-repeat;
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0
}

.title-main:after {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_right.png) no-repeat;
    position: absolute;
    right: calc(50% - 60px);
    bottom: 0
}

.title-main {
    font-family: Mulish-ExtraBold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    font-size: 27px
}

.title-main h1, .title-main h2 {
    font-size: 25px;
    color: #333
}

.list-news-other {
    list-style: none;
    padding: 0
}

.list-news-other li {
    padding-bottom: 5px
}

.list-news-other li a {
    color: #333
}

.list-news-other li a:hover {
    color: #ffc500
}

.wrap-visao {
    display: none
}

.tit_vs {
    text-align: center;
    margin-bottom: 2rem
}

.tit_vs p {
    text-align: center;
    margin-bottom: 0;
    font-family: Mulish-Bold;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffab00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
    text-shadow: 3px 4px 2px rgb(0 0 0 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)
}

.tit_vs span {
    color: #fff
}

.box_vs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.item_vs {
    width: 23%;
    text-align: center;
    margin: 10px auto;
    box-shadow: 0 0 10px #00000075;
    padding: 1rem 10px;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    background: #ffffff45;
    border-radius: 10px
}

.pic_vs {
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem;
    border: 1px solid #ffffff30;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.info_vs h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Mulish-Bold
}

.info_vs p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.item_vs:hover {
    box-shadow: 0 0 10px #ffab00;
    border-radius: 20px;
    background: #00000080
}

.wrap-content {
    max-width: 1220px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto
}

.top_header {
    background: var(--color-ye);
    color: #fff
}

.top_header .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px
}

.slogan {
    width: 49%;
    font-family: Mulish-Bold;
    font-style: italic;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.slogan i {
    margin-right: 5px
}

.social_h {
    width: 49%
}

.social_h ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right
}

.social_h ul li {
    display: inline-block
}

.social_h img {
    max-height: 35px
}

.bot_header {
    padding: 10px 0
}

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

.logo-header {
    width: 181px
}

.banner-header {
    width: calc(100% - 190px);
    text-align: center
}

.wrap-menu {
    background: var(--color-ye)
}

.menu>ul {
    padding: 0;
    margin: auto;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center
}

.menu li.search:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ccc;
    right: -5px;
    top: 5px
}

.menu li.search>div>i {
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

.menu .dropdown a {
    background: 0 0 !important;
    color: #111 !important;
    text-align: left;
    font-size: 12px
}

.menu .dropdown .dropdown-menu a {
    padding: 7px 7px
}

.fixed-menu .menu .dropdown>a span, .hide-slide .menu .dropdown>a span {
    color: #111
}

.menu .dropdown>a span {
    max-width: 88px;
    overflow: hidden;
    display: inline-block;
    color: #fff
}

.menu .dropdown>a {
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 3px;
    text-transform: none
}

.menu .dropdown .dropdown-menu {
    padding: 3px 0
}

.menu li.search {
    padding-left: 20px
}

.menu li.search form {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background: #fff
}

.menu li.search form button {
    background: #fde212;
    top: 0;
    height: 100%;
    border: 0;
    right: 0;
    position: absolute;
    width: 40px;
    color: #111
}

.menu>ul>li {
    position: relative;
    z-index: 99
}

.menu ul li a.active, .menu ul li:hover>a {
    background: var(--color-d-ye)
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    display: block;
    padding: 18px 3rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px;
    font-family: Mulish-ExtraBold
}

.menu ul li a h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 16px 14px;
    text-transform: uppercase
}

.menu ul li a.active, .menu ul li:hover>a {
    color: #fff
}

.menu ul li li:hover>a {
    color: #151048
}

.cart-menu a {
    position: relative
}

.cart-menu a span {
    position: absolute;
    background: red;
    width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    top: 2px;
    right: 5px
}

.menu ul li.no-hover a {
    color: #fff
}

.menu ul li.no-hover:hover a, .menu ul li.search:hover>a {
    background: 0 0
}

.menu ul li {
    position: relative
}

.menu ul li ul {
    position: absolute;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    left: 10px
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgb(15 15 15 / 20%) !important;
    color: #333;
    font-size: 14px;
    text-transform: none;
    padding: 10px 10px;
    margin: 0;
    min-width: 150px;
    background: 0 0 !important
}

.menu ul li ul li a:hover {
    color: var(--color-ye)
}

.menu ul li ul li:last-child>a {
    border-bottom: 0
}

.menu ul li ul li a h2 {
    font-size: 14px;
    padding: 12px 15px
}

.menu ul li ul li ul {
    top: 0;
    left: 100%
}

.search {
    position: relative
}

.search.show-control .wrap-input {
    width: 200px;
    background: #fff;
    z-index: 1;
    display: block
}

.search .wrap-input {
    position: absolute;
    width: 0;
    top: -3px;
    right: 0;
    display: none
}

.search .wrap-input span {
    position: absolute;
    top: 7px;
    left: 6px;
    color: #737373
}

.search button {
    background: 0 0;
    border: 0;
    line-height: 28px;
    position: relative;
    z-index: 2;
    outline: 0
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: var(--color-gray);
    font-size: 16px
}

.search input {
    outline: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: 0 0;
    text-indent: 10px;
    font-size: 15px;
    width: 100%;
    padding: 4px 0;
    width: 200px
}

.search input::-webkit-input-placeholder {
    color: #ccc
}

.search input:-moz-placeholder {
    color: #ccc
}

.search input::-moz-placeholder {
    color: #ccc
}

.search input:-ms-input-placeholder {
    color: #ccc
}

.menu-res {
    display: none;
    z-index: 10;
    background: var(--color-ye);
    position: sticky;
    position: -webkit-sticky;
    line-height: normal;
    padding: 16px 0 16px 0;
    top: 0;
    z-index: 123
}

.menu-bar-res {
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#menu {
    display: none
}

#hamburger {
    display: block;
    width: 40px;
    height: 23px;
    position: relative
}

#hamburger span, #hamburger:after, #hamburger:before {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0
}

#hamburger:before {
    top: 0
}

#hamburger span {
    top: 9px
}

#hamburger:after {
    top: 18px
}

#hamburger span, #hamburger:after, #hamburger:before {
    -webkit-transition: none .5s ease .5s;
    transition: none .5s ease .5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity
}

.mm-wrapper_opening #hamburger:after, .mm-wrapper_opening #hamburger:before {
    top: 10px
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg)
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg)
}

.mm-menu_opened {
    display: block !important
}

.search-res {
    position: relative
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-red);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: block;
    color: var(--color-red);
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: 0;
    border: none;
    color: var(--color-red)
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc
}

.wrap-slider {
    padding: 4rem 0
}

.wrap-slider .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem
}

.slider_left {
    width: 49%
}

.form_bookxe {
    background: #fff;
    border: 4px solid var(--color-ye);
    border-radius: 10px;
    padding: 2rem 1.5rem 0rem;
    margin-bottom: 4rem
}

.tit_book {
    font-family: Mulish-Bold;
    font-size: 24px;
    margin-bottom: 1rem
}

.wrap-form {
    width: 100%
}

.wrap-form form {
    width: 100%
}

.wrap-form form input {
    display: block;
    transition: .4s ease;
    width: 100%;
    padding: 10px 0;
    border: 0;
    margin-bottom: 0;
    outline: 0
}

.add_book {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 7px;
    margin-bottom: 1rem
}

.add_di {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 20px
}

.add_di:before {
    content: '\f192';
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #666;
    font-size: 12px
}

.add_den {
    position: relative;
    padding-left: 20px
}

.add_den:before {
    content: '\f3c5';
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #666;
    font-size: 15px
}

.name_book {
    border: 1px solid #ccc;
    padding: 0 10px 0 30px;
    border-radius: 7px;
    position: relative;
    width: calc((100% - 1rem)/ 2)
}

.name_book:before {
    content: '\f007';
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #666;
    font-size: 15px
}

.phone_book {
    border: 1px solid #ccc;
    padding: 0 10px 0 30px;
    border-radius: 7px;
    position: relative;
    width: calc((100% - 1rem)/ 2)
}

.phone_book:before {
    content: '\f095';
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #666;
    font-size: 15px
}

.wrap-form form .submit button:hover:after {
    width: 100%
}

.wrap-form form .submit button:hover span {
    color: #fff
}

.wrap-form form .submit {
    text-align: center;
    position: relative;
    bottom: -23px
}

.wrap-form form .submit button:after {
    content: "";
    background: var(--color-d-ye);
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    transition: .5s ease
}

.wrap-form form .submit button span {
    position: relative;
    z-index: 2
}

.wrap-form form .submit button {
    outline: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgb(50 50 50 / 40%);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .4);
    box-shadow: 0 3px 5px 0 rgb(50 50 50 / 40%);
    border: 0;
    background: var(--color-ye);
    padding: 10px 3rem;
    font-family: Mulish-ExtraBold;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .5s ease
}

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

.info_bookxe {
    text-align: center
}

.tit_call {
    font-family: Mulish-Bold;
    font-size: 27px;
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase
}

.box_hotline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    align-items: center
}

.hotline a {
    font-family: Mulish-Bold;
    font-size: 24px;
    color: #fff
}

.hotline {
    position: relative
}

.hotline:nth-child(2):before {
    content: '-';
    color: #fff;
    left: -1rem;
    position: absolute;
    top: 6px
}

.call_now a {
    color: var(--color-ye);
    font-family: Mulish-ExtraBold;
    font-style: italic;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline
}

.call_now a:hover {
    color: #fff
}

.slider_right {
    width: 49%
}

.pic_sli {
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden
}

.cont_slider .slick-dots li button:before {
    color: #fff;
    font-size: 10px
}

.cont_slider .slick-dots {
    bottom: -2rem
}

.cont_slider {
    margin-bottom: 2rem !important
}

.box_khachhang {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-top: 3rem
}

.item_khach {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.item_khach i {
    color: #666;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.item_khach p {
    margin: 0;
    -webkit-line-clamp: 1
}

.item_khach b {
    color: var(--color-ye);
    font-family: Mulish-Bold;
    text-transform: uppercase
}

.item_khach span {
    color: var(--color-red);
    font-family: Mulish-Bold
}

.wrap-about {
    padding: 2rem 0
}

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

.tit_desk {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center
}

.tit_desk h2, .tit_desk h3, .tit_desk span {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
    font-family: Mulish-ExtraBold;
    font-size: 32px;
    text-transform: uppercase;
    color: #333
}

.tit_desk h2:before, .tit_desk h3:before, .tit_desk span:before {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_left.png) no-repeat;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%)
}

.tit_desk h2:after, .tit_desk h3:after, .tit_desk span:after {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_right.png) no-repeat;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%)
}

.about_left {
    width: 45%
}

.about_right {
    width: 52%;
    text-align: center
}

.tit_ab {
    color: #333;
    font-family: Mulish-ExtraBold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.content_ab {
    margin-bottom: 2rem;
    color: #989898
}

.view_all {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-ye);
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, .15) 3px 3px 3px
}

.view_all a {
    display: inline-block;
    color: #fff;
    padding: 10px 2rem;
    font-family: Mulish-Bold;
    font-style: italic;
    position: relative;
    z-index: 9
}

.view_all:before {
    content: '';
    width: 0%;
    height: 100%;
    background: var(--color-d-ye);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 5px;
    transition: all .5s
}

.view_all:hover:before {
    width: 100%
}

.wrap-banggia {
    padding: 2rem 0 1rem
}

.wrap-banggia .container {
    background: #ffffffb5;
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.wrap-banggia .container:before {
    content: '';
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 25px;
    z-index: -1;
    border: 10px solid #fff3
}

.tit_bg {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center
}

.tit_bg p {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
    font-family: Mulish-ExtraBold;
    font-size: 32px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px
}

.tit_bg p:before {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_left.png) no-repeat;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%)
}

.tit_bg p:after {
    content: '';
    width: 60px;
    height: 11px;
    background: url(../images/i_right.png) no-repeat;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%)
}

.tit_bg h2 {
    display: block;
    font-family: Mulish-ExtraBold;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-ye);
    margin-bottom: 0
}

.info_bg>table {
    max-width: 1220px;
    margin: 0 auto 1rem;
    border: 1px solid #b4b4b4
}

.info_bg table tr th {
    font-family: Mulish-Bold
}

.wrap-dichvu {
    padding: 1rem 0
}

.wrap-dichvu .wrap-content {
    overflow: hidden
}

.item_dv {
    width: 93%;
    margin: 10px auto;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: all .5s
}

.item_dv a {
    color: #333
}

.info_dv {
    padding: 1rem
}

.name_dv {
    -webkit-line-clamp: 1;
    font-family: Mulish-Bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.desc_dv {
    color: #989898;
    margin-bottom: 10px
}

.info_dv span {
    color: var(--color-ye);
    font-family: Mulish-Bold;
    font-style: italic
}

.info_dv span:hover {
    color: #000
}

.item_dv:hover {
    box-shadow: 2px 2px 10px #8b8888
}

.name_dv:hover {
    color: var(--color-ye)
}

.cont_dv .slick-next, .cont_dv .slick-prev {
    width: 59px;
    height: 59px;
    top: 50%;
    transform: translate(0, -25%)
}

.cont_dv .slick-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    left: -15px
}

.cont_dv .slick-next {
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    right: -15px
}

.cont_dv .slick-next:before, .cont_dv .slick-prev:before {
    color: #fff0;
    content: ''
}

.cont_dv .slick-dots li button:before {
    font-size: 10px
}

.cont_dv .slick-dots li.slick-active button:before {
    color: var(--color-ye)
}

.wrap-dulich {
    padding: 2rem 0
}

.wrap-dulich .wrap-content {
    overflow: hidden
}

.item_dl {
    position: relative;
    width: 93%;
    margin: 0 auto 10px;
    z-index: 8
}

.item_dl:before {
    content: '';
    width: 95px;
    height: 60px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: -10px;
    z-index: 9
}

.item_dl a {
    color: #fff
}

.pic_dl {
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.info_dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
    text-align: center;
    padding: 1rem 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    align-content: flex-end;
    transition: all .5s
}

.name_dl {
    text-transform: uppercase;
    font-size: 20px;
    font-family: Mulish-Bold
}

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

.item_dl:hover .info_dl {
    top: 0
}

.cont_dl .slick-next, .cont_dl .slick-prev {
    width: 59px;
    height: 59px;
    top: 50%;
    transform: translate(0, -25%)
}

.cont_dl .slick-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    left: -15px
}

.cont_dl .slick-next {
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    right: -15px
}

.cont_dl .slick-next:before, .cont_dl .slick-prev:before {
    color: #fff0;
    content: ''
}

.cont_dl .slick-dots li button:before {
    font-size: 10px
}

.cont_dl .slick-dots li.slick-active button:before {
    color: var(--color-ye)
}

.wrap-feedback {
    padding: 2rem 0
}

.wrap-feedback .wrap-content {
    overflow: hidden
}

.cont_fb .slick-next, .cont_fb .slick-prev {
    width: 59px;
    height: 59px;
    top: 50%;
    transform: translate(0, -25%)
}

.cont_fb .slick-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    left: -15px
}

.cont_fb .slick-next {
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    right: -15px
}

.cont_fb .slick-next:before, .cont_fb .slick-prev:before {
    color: #fff0;
    content: ''
}

.cont_fb .slick-dots li button:before {
    font-size: 10px
}

.cont_fb .slick-dots li.slick-active button:before {
    color: var(--color-ye)
}

.item_fb {
    width: 95%;
    box-shadow: 0 0 10px #ccc;
    margin: 10px auto;
    padding: 1rem 2rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden
}

.item_fb:before {
    content: '';
    width: 70px;
    height: 100px;
    background: var(--color-ye);
    position: absolute;
    top: -45px;
    right: -25px;
    transform: rotate(-45deg)
}

.desc_fb {
    margin-bottom: 10px
}

.desc_fb img {
    margin-bottom: 15px
}

.desc_fb p {
    -webkit-line-clamp: 4;
    text-align: justify;
    font-size: 15px
}

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

.pic_fb {
    width: 84px;
    border-radius: 50%;
    overflow: hidden
}

.name_fb {
    margin: 0;
    width: calc(100% - 100px)
}

.name_fb b {
    display: block;
    font-size: 20px;
    color: #333;
    font-family: Mulish-SemiBold
}

.name_fb span {
    font-family: Mulish-SemiBold;
    font-style: italic;
    color: var(--color-ye)
}

.top_footer {
    max-width: 1580px;
    padding: 3rem 10px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #fff
}

.item_footer {
    width: 16%
}

.item_footer:nth-child(1) {
    width: 25%
}

.tit_ft {
    text-transform: uppercase;
    font-family: Mulish-ExtraBold;
    font-size: 20px;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    background: url(../images/i_right2.png) no-repeat left bottom
}

.item_footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.item_footer ul li {
    margin-bottom: 7px
}

.item_footer ul li a {
    color: #fff
}

.item_footer ul li a:hover {
    color: var(--color-ye)
}

.copyright {
    padding: 1.5rem 10px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

form.form-contact>.row {
    margin-bottom: 0rem
}

.input-contact {
    margin-bottom: 1rem
}

.bottom-contact {
    width: 100%
}

.bottom-contact iframe {
    width: 100%
}

.box_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.5rem 1.5rem
}

.item_news {
    width: calc((100% - 3rem)/ 3)
}

.mm-navbar, .mm-panel, .mm-panels {
    background: #f7f7f7
}

.fb-comments {
    width: 100% !important;
    max-width: 100% !important
}

.fb_iframe_widget iframe {
    width: 100% !important;
    max-width: 100% !important
}

.pic_sli {
    position: relative
}

.info__slide {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #0006;
}

.info__slide span {
    font-family: Mulish-ExtraBold;
    text-transform: uppercase;
    font-size: 23px
}

.info__slide p {
    margin: 0;
    font-family: Mulish-SemiBold;
    font-size: 15px
}

.info__slide button {
    background: 0 0;
    border-color: #fbb116;
    font-family: Mulish-SemiBold;
    text-transform: uppercase
}

.info__slide button:hover {
    background: #fbb116;
    border-color: #fbb116;
    transition: all .3s linear
}

.desc__bg__content {
    overflow: hidden;
    max-height: 45px;
    margin-bottom: 20px;
    display: block;
    position: relative
}

.btn__primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color .3s
}

.btn__primary:hover {
    background-color: #0056b3
}

.desc__bg {
    text-align: center
}

p.desc__bg__content.show-more {
    max-height: max-content
}

button.btn__primary.btn__viewmore {
    border-color: #fbb116;
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    font-family: Mulish-SemiBold;
    outline: 0
}

button.btn__primary.btn__viewmore:hover {
    background: #fbb116;
    transition: all .3s linear;
    color: #fff;
    border-color: #fbb116
}

@media only screen and (max-width: 1386px) {
    .hotline a {
        font-size: 20px
    }

    .tit_bg p {
        font-size: 27px
    }

    .tit_desk h2, .tit_desk h3, .tit_desk span {
        font-size: 30px
    }

    .item_dl:before {
        width: 85px;
        height: 50px
    }

    .tit_ft {
        font-size: 17px
    }
}

@media only screen and (max-width: 1250px) {
    .cont_dl .slick-next, .cont_dl .slick-prev, .cont_dv .slick-next, .cont_dv .slick-prev, .cont_fb .slick-next, .cont_fb .slick-prev {
        width: 45px;
        height: 45px
    }

    .cont_dl .slick-prev, .cont_dv .slick-prev, .cont_fb .slick-prev {
        left: 0
    }

    .cont_dl .slick-next, .cont_dv .slick-next, .cont_fb .slick-next {
        right: 0
    }
}

@media only screen and (max-width: 1220px) {
    .menu ul li a {
        padding: 18px 2rem
    }

    .item_footer:nth-child(1) {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem
    }

    .item_footer {
        width: 24%;
        text-align: center
    }

    .tit_ft {
        background: 0 0;
        position: relative;
        padding-bottom: 1rem
    }

    .tit_ft:before {
        content: '';
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 7px;
        left: calc(50% - 25px)
    }

    .tit_ft:after {
        content: '';
        width: 70px;
        height: 3px;
        background: var(--color-ye);
        position: absolute;
        bottom: 0;
        left: calc(50% - 35px)
    }
}

@media (max-width: 1024px) {
    .tit_call {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .social_f {
        display: none
    }
}

@media (max-width: 991px) {
    .menu {
        display: none
    }

    .menu-res {
        display: block
    }

    .item_vs {
        width: 48%
    }

    .logo-header {
        display: none
    }

    .banner-header {
        width: 100%
    }

    .banner-header img {
        max-height: 100px
    }

    .bot_header {
        padding: 1rem 0
    }

    .logo-mobi {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 15px;
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 6px #bdbdbd
    }

    .slider_left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        order: 2
    }

    .slider_right {
        width: 100%;
        order: 1
    }

    .form_bookxe {
        width: 49%
    }

    .info_bookxe {
        width: 49%
    }

    .box_khachhang {
        max-width: 700px;
        margin: 3rem auto 0
    }

    .item_dl:before {
        width: 75px;
        height: 40px
    }

    .item_footer {
        width: 48%;
        margin-bottom: 1rem
    }

    .social_h {
        display: none
    }

    .slogan {
        width: 100%
    }

    .social_f {
        display: block
    }

    .social_f ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .social_f ul li {
        display: inline-block;
        margin: 0
    }
}

@media (max-width: 768px) {
    .fcta-zalo-mess {
        display: none
    }

    .hotline-bar {
        display: none
    }

    .sign {
        text-align: center;
        margin-bottom: 40px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
        text-shadow: 3px 4px 2px rgb(0 0 0 / 20%);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)
    }

    .sign h1 {
        font-size: 2rem;
        line-height: 1.4
    }

    .sign div {
        font-size: 20px;
        color: #f8c107;
        font-size: 1.2rem;
        font-style: italic
    }

    .service-title {
        font-size: 21px;
        background-size: 45px;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 5px
    }

    .list p {
        font-size: 23px
    }

    .list {
        padding-left: 0
    }

    .wrap-form form .title {
        background: 0 0;
        padding: 0;
        text-align: center
    }

    #main-footer {
        text-align: center
    }

    .wrap-about .container {
        padding: 1rem;
        max-width: 94%
    }

    .wrap-banggia .container {
        padding: 1rem;
        max-width: 94%
    }

    .about_left {
        width: 100%;
        margin-bottom: 2rem
    }

    .about_right {
        width: 100%
    }

    .tit_bg p {
        font-size: 24px
    }

    .tit_bg h2 {
        font-size: 27px
    }

    .tit_desk h2, .tit_desk h3, .tit_desk span {
        font-size: 27px
    }

    .tit_ab {
        font-size: 22px
    }

    .item_fb {
        padding: 1rem 1rem
    }

    .pic_fb {
        margin: 0 auto 1rem
    }

    .name_fb {
        width: 100%;
        text-align: center
    }

    .wrap-dulich, .wrap-feedback {
        padding: 1rem 0
    }

    .tit_desk {
        margin-bottom: 1rem
    }

    .form_bookxe {
        width: 100%
    }

    .info_bookxe {
        width: 100%
    }
}

@media (max-width: 700px) {
    .box_news {
        gap: 1rem 1rem
    }

    .item_news {
        width: calc((100% - 1rem)/ 2)
    }
}

@media (max-width: 680px) {
    .box_hotline .hotline {
        max-width: 100%;
        margin: 0 5px !important
    }

    .box_hotline {
        flex-wrap: wrap;
        gap: 10px
    }
}

@media (max-width: 575px) {
    span.info__title {
        font-size: 14px
    }

    .info__slide p {
        font-size: 10px
    }

    .info__slide button {
        font-size: 8px
    }

    .item_dl:before {
        width: 50px;
        height: 30px;
        left: -4px
    }

    .tit_desk h2, .tit_desk h3, .tit_desk span {
        font-size: 22px
    }

    .logo-mobi {
        width: 80px;
        height: 80px
    }

    .slogan {
        font-size: 14px
    }
}

@media (max-width: 475px) {
    .item_footer {
        width: 100%
    }

    .name_book {
        width: 100%;
        margin-bottom: 1rem
    }

    .phone_book {
        width: 100%
    }

    .wrap-form form .submit button {
        font-size: 16px
    }
}

.pagination-home {
    margin: 0 auto
}

.section-support .form-default .form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #666;
    font-family: HelveticaNeue
}

.section-support .form-default .form-control::-moz-placeholder {
    font-style: italic;
    color: #666;
    font-family: HelveticaNeue
}

.section-support .form-default .form-control:-ms-input-placeholder {
    font-style: italic;
    color: #666;
    font-family: HelveticaNeue
}

.section-support .form-default .form-controlinput:-moz-placeholder {
    font-style: italic;
    color: #666;
    font-family: HelveticaNeue
}

.section-support .form-default .form-group {
    position: relative
}

.section-support .form-default .form-group.input-from .form-control {
    padding-right: 50px
}

.section-support .form-default .form-group.input-from:after {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    width: 26px;
    height: 29px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px)
}

.section-support .form-default .form-group.input-to .form-control {
    padding-right: 50px
}

.section-support .form-default .form-group.input-to:after {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    width: 26px;
    height: 29px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px)
}

.section-support .form-default .form-group.position-time {
    background: #fff;
    font-size: 18px
}

.section-support .form-default .form-group.position-time label {
    color: #666;
    font-family: HelveticaNeue;
    padding: 13px;
    padding-left: 20px;
    margin-bottom: 0;
    font-style: italic;
    color: #a1a1a1;
    font-weight: 400
}

.section-support .form-default .form-group.position-time span.wrap {
    font-size: 18px;
    display: inline-block;
    padding: 0 20px;
    position: relative
}

.section-support .form-default .form-group.position-time span input {
    font-size: inherit;
    border: none;
    width: 63%;
    outline: 0
}

.section-support .form-default .form-group.position-time span.hour {
    width: 30%;
    border-right: #666 solid 1px
}

.section-support .form-default .form-group.position-time span.hour .icon {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    background-position: -40px 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: calc(50% - 13px)
}

.section-support .form-default .form-group.position-time span.day {
    width: 36%
}

.section-support .form-default .form-group.position-time span.day .icon {
    content: "";
    background: url(../images/group-icons-support.png) no-repeat;
    background-position: -80px 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: calc(50% - 13px)
}

.section-support .form-default .textarea {
    height: 120px
}

.banner-contact .contact-info {
    display: none;
    transition: all .3s
}

.banner-contact .contact-info.active {
    display: block
}

.banner-contact .contact-info .text {
    font-size: 28px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

.banner-contact .contact-info .text.address:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0
}

.banner-contact .contact-info .text.mobile:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    background-position: 0 -40px;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0
}

.banner-contact .contact-info .text.homephone:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    background-position: 0 -120px;
    width: 35px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0
}

.banner-contact .contact-info .text.taxi:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    background-position: 0 -80px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 12px);
    left: -10px
}

.section-contact {
    background: #f2f2f2
}

.section-contact .block .block-title {
    color: #666;
    font-size: 28px;
    text-align: center
}

.section-contact .block .block-title span {
    color: inherit;
    font-size: inherit
}

.section-contact .block .block-title.send-message span {
    position: relative;
    padding-left: 50px
}

.section-contact .block .block-title.send-message span:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    background-position: 0 -160px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 12px);
    left: -10px
}

.section-contact .block .block-title.subcriber span {
    position: relative;
    padding-left: 50px
}

.section-contact .block .block-title.subcriber span:before {
    content: "";
    background: url(../images/group-icons-contact.png) no-repeat;
    background-position: 0 -200px;
    width: 53px;
    height: 36px;
    position: absolute;
    top: calc(50% - 20px);
    left: -10px
}

.section-contact .block-branch {
    padding-left: 50px;
    display: none;
    transition: all .3s
}

.section-contact .block-branch.active {
    display: block
}

.section-contact .block-branch .block-branch_item {
    margin-top: 40px
}

.section-contact .block-branch .block-branch_item p {
    font-size: 18px;
    color: #999
}

.section-contact .section-form .form-default .form-control {
    border: none
}

.section-contact .section-form .form-default .button-submit {
    margin: 0 auto;
    display: block;
    font-size: 26px;
    border-radius: 25px;
    padding: 2px 15px;
    margin-top: 15px
}

.section-contact .section-form.form-subcriber {
    margin-top: 60px
}

.item_quantity .expired {
    padding-right: 40px
}

.section-comment .item {
    font-size: 14px;
    margin-top: 10px
}

.section-comment .item p, .section-comment .item strong {
    font-size: inherit
}

.section-comment .item .name span {
    color: #666;
    font-size: 12px
}

.section-comment .item .detail {
    padding-left: 20px
}

.section-comment #loadmore {
    border: none;
    background: 0 0;
    outline: 0
}

.form-group.position-time {
    background: #fff;
    font-size: 18px
}

.form-group.position-time label {
    color: #666;
    font-family: Mulish-Medium;
    margin-bottom: 0;
    font-size: 16px
}

.wrap-time {
    display: inline
}

.form-group.position-time {
    padding: 5px 10px;
    margin: 0 !important;
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 5px
}

.form-group.position-time span input {
    font-size: inherit;
    border: none;
    width: 63%;
    outline: 0
}

.form-group.position-time span input {
    font-size: inherit;
    border: none;
    width: 63%;
    outline: 0
}

.form-group.position-time span.day {
    width: 36%
}

.form-group.position-time span.hour {
    width: 30%;
    border-right: #666 solid 1px
}

.wrap-time {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.form-group {
    position: relative
}

span.info__title__intro {
    font-family: Mulish-ExtraBold;
    text-transform: uppercase;
    font-size: 23px
}

.fanpage-r {
    bottom: 100px;
}

.fanpage-r .hotline-phone-ring-circle {
    border: 2px solid #3764B9;
}

.hotline-phone-ring-circle-fill .fanpage-r {
}

.fanpage-r .hotline-phone-ring-img-circle {
    background-color: #3764B9;
    width: 35px;
    height: 35px;
    top: 35px;
    left: 35px;
}

.fanpage-r .hotline-phone-ring-circle-fill {
    background-color: #3764B9;
    width: 55px;
    height: 55px;
}

.tiktok-r {
    bottom: 15px;
}

.tiktok-r .hotline-phone-ring-img-circle {
}

.tiktok-r .hotline-phone-ring-circle-fill {
    background-color: #000;
}

.tiktok-r .hotline-phone-ring-img-circle {
    background-color: #000;
}

.tiktok-r .hotline-phone-ring-img-circle {
    background-color: #000;
}

.tiktok-r .hotline-phone-ring-img-circle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(182deg) brightness(113%) contrast(104%);
}

.tiktok-r .hotline-phone-ring-circle {
    border: 2px solid #000;
}

.whatsapp-r {
    bottom: 365px;
}

.whatsapp-r .hotline-phone-ring-circle-fill {
    background-color: #10ae00;
}

.whatsapp-r .hotline-phone-ring-img-circle {
    background-color: #10ae00;
}

.whatsapp-r .hotline-phone-ring-img-circle {
    background-color: #10ae00;
}

.whatsapp-r .hotline-phone-ring-circle {
    border: 2px solid #10ae00;
}

/*noel*/
.snow-container {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url("https://itexpress.vn/API/files/img/snow-medium.png");
    -webkit-animation-duration: 20s;
    animation-duration: 15s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s;
}

.snow.middleground {
    background-image: url(https://itexpress.vn/API/files/img/snow-medium.png);
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

.snow.background {
    background-image: url(https://itexpress.vn/API/files/img/snow-medium.png);
    -webkit-animation-duration: 25s;
    animation-duration: 20s;
}

.snow.background.layered {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s;
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, 100%, 0);
        transform: translate3d(5%, 100%, 0);
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, 100%, 0);
        transform: translate3d(5%, 100%, 0);
    }
}
