.footer {
    background-color: #000;
    color: #fff;
}
.bg_in {
    background: #f8f9f9;
}
.back_to_top {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-head.btn-mobiles.email_footer {
    bottom: 196px;
}
.footer_top{
    background-image: url(../images/transparent-pattern-png-8.png);
    background-repeat: repeat-x;
    padding-top: 35px;
    padding-bottom: 25px;
    position: relative;
    background: rgb(41 120 187);
}
.bocongthuong {
	margin-top: 20px;
	width: 50%;
	float: right;
}
.bocongthuong img {
	border-radius: 4px;
	padding: 0px 0px;
	height: 45px;
	padding-left: 5px;
}

.logo_footer{margin-bottom: 1em;max-width: 100%;position: relative;}

.wrap-partner .slick-arrow svg {
    width: 25px;
    height: 25px;
    fill: #2978bb;
}
.logo_footer a img{
    width: auto;
    height: 70px;
}

.about_foot{color: #c0c0c0;font-size: 14px;line-height: 24px;}

.about_foot p{
    margin-bottom: 20px;
}

.footer-main {
    padding: 40px 0 25px;
    padding-top: 130px;
    background-color: #222;
}

.footer-main>.container>.row {
    display: flex;
    flex-wrap: wrap;
}

.content-box {
    margin-bottom: 10px;
}

.content-box:not(:last-child) {
    /* border-right: 1px dashed rgb(255, 255, 255, 0.5); */
}

.footer-layer {
    color: inherit;
}

.footer-layer .title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 27px;
}

.logo-footer {
    margin-bottom: 10px;
}

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

.pt_desc_name {
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
}

.pt_desc_name h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
}

.map iframe{
    width: 100%;
    height: 217px;
}

.download_catalog{margin-top: 20px;/* display: flex; */width: 50%;float: left;}

.download_catalog .icon{width: 58px;display: flex;align-items: center;justify-content: center;height: 45px;border-radius: 10px 0 0 10px;background-color: #035194;font-size: 40px;}

.download_catalog a{
    display: flex;
    justify-content: center;
    width: 100%;
}

.download_catalog .icon i{
    color: #fff;
    font-size: 19px;
}

.download_catalog .info{width: calc(100% - 40px);background-color: #fff;border-radius: 0 10px 10px 0;padding: 0px 8px 0px;}

.download_catalog .info span{color: #000;font-weight: 700;font-size: 12px;display: inline-block;margin-left: 0px;line-height: normal;text-transform: uppercase;}

.download_catalog .info .name{
    color: #ff0000;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    /* padding-left: 18px; */
}

.pt_list_addres {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.pt_list_addres li i {
    margin-right: 5px;
}

.footer__other {
    width: 100%;
    color: #fff;
    float: left;
}

.footer__other .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.footer__other .title:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #2978bb;
    position: absolute;
    top: calc(100% - 10px);
    display: none;
}

.footer__policy {
    float: left;
    width: 100%;
}

.map_ft .image img {
    height: 170px;
    object-fit: cover;
}

.dmca {
    text-align: left;
}

.dmca img {
    width: 120px;
    margin-top: 20px;
}

.footer__policy iframe {
    width: 100%;
    height: 210px;
}

.name_company{
    color: #c0c0c0;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer__policy ul{padding-left: 20px;}

.footer__policy li{
    list-style: disc;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer__policy li strong{
    color: #c0c0c0;
}

.footer__policy li span{
    color: #c0c0c0;
}

.footer__policy a {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.footer__policy a:hover{
    color: #f4b319;
}

.footer__policy a:before {
    /* content: ""; */
    position: absolute;
    width: 3px;
    height: 3px;
    background: #0f7cc1;
    top: 19px;
    left: 0px;
}

.footer__policy.map_ft a {
    padding: 0;
}

.footer__policy.map_ft a:before {
    display: none;
}

.pt_box_desc_form {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.pt_box_form .pt_box {
    display: flex;
}

.pt_box_form .pt_box input {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: transparent;
    border-right: unset;
    width: calc(100% - 40px);
    color: rgb(255, 255, 255, 0.5);
    outline: 0;
}

.pt_box_form .pt_box input::placeholder {
    color: rgb(255, 255, 255, 0.5);
}

.pt_box_form .pt_box button {
    width: 40px;
    outline: none;
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-left: unset;
    background: transparent;
    position: relative;
}

.pt_box_form .pt_box button i {
    transform: rotate(30deg);
    font-size: 12px;
    color: #fff;
}

.pt_social {
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
}

.pt_social li:not(:last-child) {
    margin-right: 10px;
}

.pt_social li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}

.pt_social li a i {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.pt_box_thke {
    font-weight: 400;
    width: 100%;
    padding: 0 10px 10px 0px;
    border-top: 0;
    overflow: hidden;
    /* border: 1px solid #eee; */
}

.pt_box_thke p {
    text-align: left;
    padding-top: 12px;
    margin: 0;
    font-size: 14px;
    color: inherit;
}

.pt_box_thke p i {
    margin-right: 10px;
    width: 17px;
    text-align: center;
}

.pt_box_thke p span {
    font-weight: 600;
    color: #0f7cc1;
}

.address .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-main-left {
    padding-left: 230px;
    position: relative;
    margin-top: 15px;
}

.logo-foot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.footer-bottom {
    overflow: hidden;
    background: #0961ab;
    padding: 10px 0;
    position: relative;
    /* border-top: 1px solid #fff; */
}

.cpy p {
    margin-bottom: 0;
    text-align: center;
}

.coppy-right {
    color: #fff;
    float: left;
}

.pt_contact_vertical {
    position: fixed;
    display: block !important;
    bottom: 85px;
    z-index: 100;
    left: 25px;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.contact-mobile .contact-item a i {
    color: #fff;
    line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
    background-color: #4b76bd;
}

.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #e9242d;
    color: white;
    top: 73px;
    left: 90px;
    padding: 0;
    font-weight: 600;
    width: 0;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 0;
}

.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 90px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}

.wrap_room{
    background: rgb(41 120 187);
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #0a5ca2;
}

.box_room_top{width: 100%;margin-bottom: 10px;}

.box_room_top ul{display: flex;justify-content: center;flex-wrap: wrap;}

.box_room_top ul li{padding: 0 17px;font-size: 15px;margin-bottom: 0px;}


.box_room_top ul li i{color: #f4b319;margin-right: 8px;}

.system_main{
    text-align: center;
}

.system_main .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}


.box_room_top .title{
text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}

.system_main ul{display: flex;justify-content: center;flex-wrap: wrap;}

.system_main ul li{padding: 0 17px;font-size: 15px;margin-bottom: 6px;}

.system_main ul li i{color: #f4b319;margin-right: 8px;}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
}


.images_footer img {
	padding: 15px 0;
	width: 260px;
}
.pt_list_addres h2 {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.pt_list_addres h2 span {
	color: #f00;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
    left: -50px;
    bottom: -50px;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 45px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #3a71aa 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #e9242d;
    opacity: 0.5;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 55px;
    left: 55px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #e9242d;
    opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;

    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}
.phone-vr-img-circle a svg {
	height: 25px;
}


@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
.content1 {
    width: 35%;
}
.content2 {
    width: 21%;
}
.content3 {
    width: 18%;
}
.content4 {
    width: 26%;
}
.dangky_cuoitrang {
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 20px 0;
}

.dangky_cuoitrang .box_info {
    width: 100%;
    padding-right: 15px;
    float: left;
}

.dangky_cuoitrang .box_info .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 40px;
    letter-spacing: 3px;
}

.dangky_cuoitrang .box_info .giam {
    font-size: 13px;
}

.box_form_dky {
    width: 100%;
    float: left;
}
.box_form_dky .row{
	gap: 15px 0;
}
.box_form_dky form {
    padding: 6px 0;
}

.box_form_dky input.form-control {
    width: calc(100% - 0px);
    float: left;
    border: solid 1px #e9e9e9;
    padding: 13px 10px 13px 10px;
    line-height: 18px;
    height: auto;
    border-radius: 5px;
    outline: 0;
    box-shadow: unset;
}

.box_form_dky button {
    width: 100%;
	max-width: 210px;
    height: 45px;
    background-color: #2978bb;
    border: 0;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    outline: 0;
	padding: 0 10px;
}

.box_form_dky button i {
    margin-left: 6px;
}






.social-bottom {
    float: left;
    width: 100%;
    margin-top: 13px;
}

.social-bottom li {
    width: 100%;
    height: 26px;
    float: left;
    margin-bottom: 18px;
    color: #fff;
}

.social-bottom li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 50%;
    line-height: 26px;
    color: #fff;
}
.social-bottom img {
	width: 28px;
	margin-right: 5px;
}

.social-bottom li a:hover{
    color: #fff;
}

.social-bottom .facebook {
}

.social-bottom li.facebook a i{
    background-color: #1877F2;
}

.social-bottom li.instagram a i{
    background-color: #E4405F;
}

.social-bottom li.youtube a i{
    background-color: #CD201F;
    color: #Fff;
}

.social-bottom li.twitter a i{
    background-color: #1DA1F2;
}

.social-bottom li a i{
    width: 26px;
    float: left;
    text-align: center;
    margin-right: 12px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.social-bottom ul li i {
    color: #fff;
}

ul.pt_list_addres li a {
    color: #fff;
}
.wrap-partner .list-item .box {
    border: 1px solid #eee;
    padding: 10px;
}
.wrap-partner .list-item .item {
    padding: 0 10px;
}
.wrap-partner {
    padding: 25px 0;
}
.category-slide-1 .slick-prev {
    left: -10px;
}

.category-slide-1 .slick-prev, .category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
}
.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 25px;
    color: #2f4b8c;
}

.category-slide-1 .slick-next {
    right: -15px;
}











#button-contact-vr {
  }
  
  #gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
  }
  
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  #viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
  }
  
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  .phone-vr-img-circle a {
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
  }
  .phone-vr-img-circle a i{
    font-size: 17px;
    color: #fff;
  }
  .phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  
  #gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
  }
  
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
  }
  
  #gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
  }
  
  #phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
  }
  
  .phone-bar a,
  #phone-vr .phone-vr-circle-fill,
  #phone-vr .phone-vr-img-circle,
  #phone-vr .phone-bar a {
    background-color: #dd2223;
  }
  
  .phone-bar a,
  #phone-vr .phone-vr-circle-fill,
  #phone-vr .phone-vr-img-circle,
  #phone-vr .phone-bar a {
    background-color: #dd2223;
  }
  
  #phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
  }
  
  .phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  #zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
  }
  
  #viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
  }
  
  
  
  
  @-webkit-keyframes phone-vr-circle-fill {
    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);
    }
  }
  
  @-webkit-keyframes zoom {
    0% {
      transform: scale(.9)
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
    }
  
    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom2 {
    0% {
      transform: scale(.9);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
    }
  
    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
      transform: scale(.9)
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
    }
  
    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
    }
  }
  
  #phone-vr span {
    position: absolute;
    background: #dd2223;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 12px 10px;
    border-radius: 4px;
    /* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
    margin-right: 10px;
    width: 168px;
    left: 100%;
    top: 30%;
  }
  
  #phone-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #dd2223 transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  
  .back_to_top {
    display: flex;
    position: fixed;
    bottom: 15px;
    right: 27px;
    background: #089942;
    /* padding: 10.5px 15px; */
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
  }
  
  .back_to_top a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    /* width: 0; */
  }
  
  .back_to_top img {
    width: auto;
    /* float: left; */
  }
  
  .back_to_top svg {
    height: 21px;
    fill: #fff;
    color: #fff;
}
.footer__other p {
    margin-bottom: 0px;
    padding-bottom: 7px;
    font-size: 14px;
}

.footer__other img {
    margin-right: 5px;
}
.footer__other a {
    color: #fff;
}
.footer__other ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-left: 15px;
}

.footer__other ul {
    /* padding-top: 15px; */
}

.image-caption iframe {
    width: 100%;
}
.footer__other h3 strong {
    font-size: 16px;
}









.content3 .footer__other a img {
    width: 30px !important;
    height: 30px !important;
}

.content3 .footer__other a {
    display: flex;
    align-items: center;
}

.download_catalog .icon svg {
    width: 35px;
    height: 35px;
}

.download_catalog .icon svg path {
    fill: #fff;
}


.footer h2{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.footer h2::after{
	content: "";
	max-width: 130px;
	width: 40%;
	height: 2px;
	background: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
}






.box-footers {
    padding: 0px 0 30px;
    background: #111111;
    color: #999999;
    font-size: 13px;
}

.box-item-nav-footer ul li svg {
    width: 12px;
    height: 10px;
    fill: #fff;
    margin-right: 5px;
}

.box-item-nav-footer ul li a {
    color: #fff;
}

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

.box-item-nav-footer ul li a {
    display: block;
    padding: 3px 10px 2px 0px;
    position: relative;
    /* border-bottom: 1px dotted rgba(255, 255, 255, 0.1); */
    color: #dddddd;
}

.box-item-nav-footer ul li a svg path {
    stroke: #fff;
    fill: #fff;
}

.box-item-nav-footer ul li svg path {
    fill: #fff;
    stroke: #fff;
}

.box-item-nav-footer-video iframe {
    width: 100%;
    height: 152px;
}


.footer-social {
    background-color: #007c27;
    padding: 8px 18.5px;
    color: #FFFFFF;
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 0px 5px;
}

.footer-social svg {
    width: 20px;
    height: 20px;
}
.footer-social label {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-social a {
    margin-right: 3px;
}

.footer-social a {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.footer-social a svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

.footer-social a svg path {
    fill: #fff;
}
.footer-social:after {
    border-right: 9px solid #777777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
}

.footer-connect {position: relative;top: -16px;}


/* star */
#button-contact-vr {
	bottom: 125px;
	margin: 0;
	transform: scale(0.8);
	position: fixed;
	z-index: 99999;
	width: unset;
	right: 10px;
	display: flex;
	justify-content: end;
}
.button-action {
	position: relative;
	z-index: 4;
	height: 48px;
	width: 48px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #d94e28;
	box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
	animation: zoom 1.3s infinite;
}

.button-action svg {
	fill: #ffffff;
	width: 30px;
	height: 46px;
}
.button-action .svgico path{stroke: #fff;}
.button-action .svgico--close{
	position: absolute;
	/* opacity: 0; */
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.button-action .svgico--close svg{
    width: 20px;
    height: 23px;
}
.button-action:not(.is-show) .svgico--close{
	opacity: 0;
}
.button-action.is-show .svgico>svg:first-child{
	opacity: 0;
}
#gom-all-in-one {
	position: absolute;
	right: 0;
	width: auto;
	display: block;
	overflow: hidden;
}

#gom-all-in-one li {
	padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
	/* border-bottom: 1px solid #ecedf1; */
	box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

#gom-all-in-one .icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	background: #3d7fac;
}

#gom-all-in-one .icon-phone {
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}
.widget.box-footer-item-2 {
    padding-left: 25px;
}
.widget h3:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
    content: "";
    background: none;
}
ul#gom-all-in-one .icon img {
    width: 36px;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

#gom-all-in-one span.txt {
    flex: 1;
}
.addThis_close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.addThis_close {
    padding: unset;
    margin: unset;
    height: unset;
}
.box-item-nav-footer ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.btn-head.btn-mobiles {
    position: fixed;
    bottom: 135px;
    right: 25px;
    display: block;
    z-index: 99999;
    transition: 0.5s ease;
}
.btn-head a {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #f00;
    box-shadow: 0 0 0 0 #f00;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
    color: #f00;
    font-weight: 900;
    position: relative;
}
.btn-head.btn-mobiles a {
    background: #fff;
}
.btn-head a svg {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    position: relative;
    top: 5px;
    z-index: 9999;
}
.btn-head a svg path {
}




.hotline-footer {
    position: absolute;
    right: 6%;
    background: #f00;
    border-radius: 25px;
    height: 41px;
    color: #fff;
    padding: 0px 48px 0px 20px;
    line-height: 41px;
    top: 2px;
    z-index: -1;
    opacity: 0;
    width: 0px;
}

.hotline-footer a {
    width: unset;
    height: unset;
    background:  unset !important;
    color: #fff;
    border: none;
    animation: unset;
}

.btn-head.btn-mobiles:hover .hotline-footer {
    opacity: 1;
    width: max-content;
    transition: 0.5s ease;
}




@media (max-width: 1199px){
    .download_catalog .info .name{
        padding-left: 0;
    }
}


@media (max-width:991px) {
	#phone-vr span {
    display: none;
}
    .content-box:not(:last-child) {
        border: unset;
    }

    .content1 {
        width: 43%;
    }

    .content2 {
        width: 30%;
    }

    .content3 {
        width: 27%;
    }

    .content4 {
        width: 100%;
    }
}

@media (max-width:767px){
    .content1 {
        width: 100%;
    }

    .content2 {
        width: 100%;
    }

    .content3 {
        width: 100%;
    }

    .content4 {
        width: 100%;
    }
}

@media (max-width: 550px){
    .box_room_top ul{
        justify-content: unset;
    }

    .system_main ul {
        justify-content: unset;
    }

    .box_room_top ul li{
        width: 100%;
        padding: 0;
    }

    .system_main{
        text-align: left;
    }

    .system_main ul li{
        width: 100%;
        padding: 0;
    }
}
