.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
  }
i.button-zalo {
    background: #0091e9;
    border-radius: 25px;
}

.fancybox-container {
    z-index: 9999999999 !important;
}
.image-caption {
    display: none !important;
}
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    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 #cf3034;
    -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: 0.5;
  }
  
  @-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.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);
  }
  }
  .hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: #ff3d3d;
    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: #cf3034;
    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: 20px;
    height: 20px;
  }
  .hotline-bar {
    position: absolute;
    background: #E88A25;
    background: -webkit-linear-gradient(left, #e88a25, #cf3034);
    background: -o-linear-gradient(right, #e88a25, #cf3034);
    background: -moz-linear-gradient(right, #e88a25, #cf3034);
    background: linear-gradient(to right, #ff3d3d, #ff3d3d);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    border: 2px solid white;
    /* width: 175px !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: 38px;
  }
  
  @media (min-width: 980px) {
    .support-bottom {
        box-shadow: none;
        border-top: none;
    }
  }
  .support-bottom {
    /* width: 65px; */
    bottom: 70px;
    right: 10px;
    position: fixed !important;
    z-index: 99800;
    background-color: transparent !important;
    padding: 6px 0;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    border-top: none;
  }
  .support-bottom .btn-list {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
    position: relative;
  }

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

    .phone-vr-circle-fill {
        width: 60px;
        height: 60px;
        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: zoom11 1.3s infinite;
    }

    .zalo .phone-vr-circle-fill {
        background-color: rgba(33, 150, 243, 0.7);
        box-shadow: 0 0 0 0 #2196F3;
    }

    .zalo .phone-vr-img-circle {
        background-color: #2196F3;
    }

    .messenger .phone-vr-circle-fill {
        background-color: rgba(33, 150, 243, 0.7);
        box-shadow: 0 0 0 0 #0766ff;
    }

    .messenger .phone-vr-img-circle {
        background-color: #0766ff;
    }

    @keyframes zoom11 {
        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-img-circle {
        background-color: #e60808;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 22px;
        left: 22px;
        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;
    }

    @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);
        }
    }

  .support-bottom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex !important;
    border: none !important;
    font-size: 18px !important;
    color: #fff !important;
    text-align: center !important;
    position: relative;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background: none;
    justify-content: center;
    align-items: center;
  }

  .support-bottom a img {
    width: 25px;
    height: 25px;
  }
  .support-bottom .button-call {
    background-image: url(../images/calling.gif) ;
    background-size: 100% 100%;
  }
  
  .support-bottom i {
    width: 44px;
    height: 44px;
    display: block;
  }
  .support-bottom i {
    font-size: 28px;
  }
  .support-bottom .btn-float-container span {
    display: none !important;
  }
  .support-bottom .button-messenger {
    /* background-image: url(../images/icon-messenger.svg) !important; */
    background-size: 100% 100%;
  }
  .support-bottom .button-zalo {
    /* background-image: url(../images/icon-zalo.svg) !important; */
    background-size: 100% 100%;
  }
  .backtotop {
    cursor: pointer;
    background: #999;
    bottom: 25px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 9999;
    border-radius: 2px;
  }
  
  .backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
  }
  
  .backtotop svg path {
    stroke: #fff;
  }
  
  
  

.footer-content {
    color: #fff;
}

/* star */
#button-contact-vr {
	bottom: 120px;
	right: 35px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}
.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;
}
.box_form_dky .giam {
    padding: 0 10px;
}
.box-ss-socer img {
    height: 25px;
    width: auto !important;
}

.box-ss-socer {
    margin-top: 5px;
}

.box_form_dky .giam h2 {
	font-size: 18px;
	font-weight: 600;
}
.box-span-ss-footer2 span {
    margin-top: 0px;
    margin-bottom: 5px;
}

.box-span-ss-footer2 {
    padding-top: 20px;
}
.box_form_dky {
	display: block;
	min-height: 45px;
}

.box_form_dky form{
    padding: 6px 0;
}
.text_foter_top {
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 45px;
	margin-top: 80px;
}

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

.box_form_dky button{
    width: 90px;
    height: 38px;
    background-color: #ffd752;
    border: 0;
    border-radius: 0;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: 0;
}

.box_form_dky button i{
    margin-left: 6px;
}
.heading {
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
}
.heading .title-head {
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
}
.heading .title-head a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.content_leght {
	font-size: 15px;
	color:#eff0f2;
	text-align: justify;
	margin-top: 0;
	line-height: 26px;
}
.footer {
    background: url(../images/footer_BG_01.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-color: #040404;
    color: #fff;
    position: relative;
    z-index: 5;
}
.footer:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .93;
    transition: background .3s, border-radius .3s, opacity .3s;
    right: 0;
    background-color: transparent;
    bottom: 0;
    background-image: linear-gradient(0deg, #0194DA 55%, #0194DA 100%);
}
.footer .list_icon {
    display: flex;
    flex-wrap: wrap;
}

.footer .list_icon .icon_item {

    padding: 5px;
}
.content_foter {
    justify-content: space-between;
}
.map_01 iframe{
    width: 100%;
}
.footer-top {
    /* background-color: #212121; */
    padding: 0px 0 30px;
}

.foter_bt {
    padding: 10px 0;
    background-color: #ddddddb3;
}

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

.foter_bt .content_ft_bt h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.foter_bt .content_ft_bt p {
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}
.list-footer-1 ul{
    margin-left: 20px;
}
.text_title p{
    margin: 5px 0;
}
.list-footer-1 iframe{
    width: 100%;
    height: 100%;
        margin-bottom: 10px;
}

.list-footer-1 .item{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.list-footer-1 .item p{
    font-size: 12px;
    padding-right: 10px;
}
.list-footer-1 .item span{
    display: flex;
    gap: 5px;
}
.list-footer-1 .item span a{
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    border: 1px solid #333;
    border-radius: 100%;
}
.list-footer-1 .item span i{
    font-size: 15px;
    line-height: 32px;
    color: #333;
}
.list-footer-1 ul li {
    padding: 3px 0 4px 0;
    font-size: 14px;
    list-style: disc !important;
}

.list-footer-1 ul li a,
.list-footer-1 ul li span {
    color: black;
}

.list-footer-1 ul li a:hover {
    color: black;
}

.list-footer-1 ul li:nth-child(1) a i {
    color: #485992;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 7px;
}

.list-footer-1 ul li:nth-child(2) a i {
    color: #0084ff;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 7px;
}

.list-footer-1 ul li p {
    font-size: 14px;
    font-weight: 500;
}

.title-footer-1 h3 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.title-footer-1 p{
    color: #114dff;
    font-size: 18pt;
    text-decoration: underline;
    background-color: #bfedd2;
    display: inline;
}
.title-footer-1 h3::before{
    content: "";
    width: 70px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 100%;
}
.section_email {
    width: 100%;
    border-bottom: 1px solid rgb(209, 209, 214);
    padding: 40px 0;
    border-top: 1px solid rgb(209, 209, 214);
}

.section_email .box_section_email {
    width: 67%;
    display: flex;
    align-items: center;
    margin: auto;
}

.box_section_email .title {
    width: 50%;
    padding: 0 8px;
}

.box_section_email .form_email {
    width: 80%;
}

.box_section_email form {
    width: 100%;
    display: flex;
}

.box_section_email input {
    border: 1.5px solid #93939a;
    width: calc(100% - 82px);
    padding: 0 16px;
    border-radius: 8px 0 0 8px;
    border-right: 0;
}

.box_section_email button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    height: 48px;
    width: 82px;
    text-align: center;
    padding: 0 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .25s cubic-bezier(.65, .05, .36, 1);
    transition-property: background-color, color, border-color;
    z-index: 1;
    border: 0;
    justify-content: center;
}

.mapss {
    width: 100%
}

.mapss iframe {
    width: 100%;
    height: 170px;
}

.box-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #212121;
    padding: 50px 0 20px;
    flex-wrap: wrap;
}

.dangky_cuoitrang {
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 30px 0;
}

.dangky_cuoitrang .box_info {
    width: 50%;
    float: left;
}

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

.dangky_cuoitrang .box_info .giam {
    font-size: 14px;
    line-height: 22px;
}

.dangky_cuoitrang .box_info .giam b {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dangky_cuoitrang .box_info .giam strong {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box_form_dky {
    width: 100%;
    margin-top: 80px;
}

.box_form_dky form {
    padding: 0;
    border: solid 1px #fff;
    background: #fff;
    height: 40px;
}

.content-address-footer {
    font-size: 15px;
    margin-bottom: 10px;
}

.box_form_dky input.form-control {
    width: calc(100% - 90px);
    float: left;
    border: none;
    padding: 10px 0 10px 15px;
    line-height: 18px;
    height: auto;
    border-radius: 0;
    outline: 0;
    box-shadow: unset;
    background-color: #fff;
    color: #333;
}

.box_form_dky .form-control::placeholder {
    color: #333;
    font-style: italic;
}


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

.box_form_dky p {
    padding-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.logo-footer {
    width: auto;
    margin-bottom: 15px;
}

.luxury {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    font-weight: 500;
}

.list-address-footer {
    position: relative;
    padding-left: 0px;
    /* color: #404040; */
    font-size: 15px;
}

.list-address-footer:before {
    content: '';
    width: 0px;
    height: calc(100% - 0px);
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #fff;
}

.list-address-footer ul li {
    font-weight: 300;
    line-height: 22px;
    list-style: disc !important;
    margin-left: 15px;
    padding-bottom: 5px;
    color: #333;
}

.time-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.time-work-info {
    /* color: #404040; */
}

.time-work-info h3 {
    margin: 0;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.time-work-info .desc {
    font-size: 14px;
}

.bct {}

.logo-footer img {}

.search-footer {
    display: flex;
    margin-top: 10px;
    align-items: center;
    width: calc(100% - 10% - 150px);
    /* padding: 0 40px; */
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.search-footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.search-footer .newsletter {
    width: auto;
    flex: 1 1 auto;
}

.bank-footer {
    display: flex;
    width: 20%;
    margin-bottom: 30px;
}

.fy {
    width: 100%;
    line-height: normal;
    padding: 9px 0;
    padding-left: 50px;
    border: solid 1px #4d4d4d;
    background: url(../images/it.png) no-repeat 12px center;
    z-index: 1;
    border-radius: 10px;
    background-size: auto 24px;
    font-size: 13px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.fy span {
    display: block;
    width: 100%;
}

.fy .a {
    height: auto;
    line-height: 20px;
}

.bank-footer .image {}

.bank-footer .image img {}

.newsletter-input>.fa-envelope {
    padding: 0 1.8rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.newsletter-input {
    background-color: #262626;
    color: #777;
    border: none !important;
}

.newsletter-input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 10rem;
    overflow: hidden;
    /* background: #fff; */
}

.newsletter-input>.fa-envelope {
    padding: 0 1.8rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.newsletter-email {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.newsletter-email input {
    padding: 0 .96rem 0 0;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: inherit;
}

.newsletter button {
    padding: 1.2rem 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #353a3d;
    border-color: #353a3d;
    font-weight: bold;
    font-size: 15px;
    padding: 3px 20px;
}

.footer-main {
    padding: 30px 0 20px;
    color: #333;
}

.box-footer-main-info {}

.border-top {
    padding-top: 50px;
    /* border-top: 2px solid #e23b41; */
    border-bottom: 1px solid #212121;
    border-top: unset !important;
}

.footer-main>.container>.row {}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coppy-right {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.back_to_top {
    text-align: center;
}

.back_to_top a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.back_to_top a span {
    font-size: 14px;
}

.back_to_top img {
    width: 20px;
    margin-left: 5px;
}

.dk_bct {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
}

.dk_bct .bct {
    float: left;
}

.dk_bct .bct img {
    height: 52px;
    width: auto;
}

.dk_bct .dmca {
    float: left;
    margin-top: 10px;
    float: right;
}

.dk_bct .dmca img {
    height: 32px;
}

.pt_social {
    display: flex;
    margin: 15px auto 10px;
    justify-content: flex-start;
    align-items: center;
}

.pt_social p {
    font-size: 12px;
    padding-right: 10px;
}

.pt_social li:first-child {
    font-size: 14px;
}

.pt_social li:not(:last-child) {
    margin-right: 5px;
    /* color: #404040 */
}

.pt_social li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    border: 1px solid #333;
    border-radius: 100%;
    background-color: none;
    color: #416290;
}

.pt_social li a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pt_social li a i {
    font-size: 15px;
    line-height: 32px;
    color: #333;
}

.col-item-footer {
    margin-bottom: 0px;
}




.desc-foot {
    font-size: 15px;
    line-height: 1.7;
    color: #353a3d;
}

.logo-footer img {
    width: 310px;
    height: auto;
    max-width: 100%;
    margin-bottom: 0px;
}

.form-footer button {
    background-image: linear-gradient(45deg, #ffd68c, #ffd68c);
    text-transform: uppercase;
    font-weight: bold;
    border-color: #ffd68c;
    padding: 5px 20px;
    font-size: 15px;
    color: #353a3d;
}

.footer-link {
    color: #fff;
    padding-left: 20px;
}

.footer-link li {}

.list-link-footer ul li {
    list-style: disc !important;
    margin-left: 0;
    color: #333;
}

.footer-link li a {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
}

.footer-link li a:hover {
    color: #000;
}

.footer-link li i {
    font-size: 11px;
    padding-right: 5px;
}

.footer-form {}

.footer-form form {}

.footer-form form input {
    border-radius: 40px;
    box-shadow: unset;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    color: #e23b41;
}

.footer-form form input::placeholder {
    color: #e23b41;
}

.footer-form form button {
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    color: #e23b41;
    border: 1px solid #e23b41;
    background: #fff;
    outline: unset;
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
}

.footer-form form button:hover {
    background-color: #e23b41;
    color: #fff;
}

.footer-bottom {
    padding: 0px 0;
}

.footer-bottom .box-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom .box-footer-bottom h3 {
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 5px;
}

.link-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-footer-bottom li {
    font-size: 13px;
}

.link-footer-bottom li a {
    color: #fff;
}

.link-footer-bottom li+li:before {
    content: "|";
    margin: 0 7px;
}

.pt_contact_vertical {
    position: fixed;
    display: block;
    bottom: 108px;
    z-index: 100;
    left: 36px;
}

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

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

.contact-mobile .contact-item .fb-mess {}

.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: 28px;
    left: 90px;
    padding: 0;
    font-weight: 600;
    width: 0;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}

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

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

.quick-alo-phone.quick-alo-show {
    visibility: visible;
    /* display: none; */
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    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: 5px;
    bottom: 15px;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    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: 10px;
    left: 10px;
    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: 25px;
    left: 25px;
    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;
}


/*
.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to top, #c31f26, #c31f26);
     padding: 10.5px 15px; 
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}*/

.main_footer .content {
    width: 100%;
}

.box_menu_foot {
    display: inline-block;
    float: right;
}

.box_menu_foot ul {}

.box_menu_foot ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.box_menu_foot ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 99%;
    transform: translateY(-50%);
}

.box_menu_foot ul li:last-child:before {
    display: none;
}

.box_menu_foot ul li a {
    color: #333;
    line-height: 30px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.back_to_top a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
}

.back_to_top img {
    width: auto;
    margin-top: 3px;
}

.line_bottom {
    padding: 10px 0;
}

.contact_fixed {
    width: 100%;
    background: linear-gradient(-90deg, #000, #000);
    display: flex;
    left: 0;
    bottom: 0;
    min-height: 45px;
    position: fixed;
    z-index: 99;
    display: none;
}

.contact_fixed li {
    display: flex;
    width: 25%;
}

.contact_fixed li:not(:last-child) {
    border-right: 1px solid #fff;
}

.contact_fixed li a {
    display: flex;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact_fixed li img {
    height: 24px;
    width: auto;
}

.contact_fixed li a i {
    color: #fff;
}

.hotline_title {
    padding: 10px 0;
}

.maps_footer {
    width: 100%;
    margin: 20px 0 10px 0;
}

.maps_footer iframe {
    width: 100%;
    height: 130px;
}

.footer-main .container-fluid {}

.footer-bottom .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}

.chung_chi {
    margin-top: 10px;
    width: 100%;
}

.chung_chi img {
    width: 100px;
    margin-right: 6px;
    margin-bottom: 18px;
}

.float-contact {
    position: fixed;
    bottom: 32px;
    left: 24px;
    z-index: 1049;
    display: none;
}

.chat-zalo {
    background: #c31d1d;
    border-radius: 50%;
    padding: 5px 5px;
    color: #fff;
    display: block;
    margin-bottom: 45px;
    border: none;

    box-shadow: 0 0 0 0 #c31d1d;
    position: relative;
}
.box-op{

}

.br_two {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #0084ff6e;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: zoom 1.3s infinite;




    box-shadow: 0 0 0 0 #c31d1d;

    border-radius: 50%;

    -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;
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.br_one {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #0084ff00;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 0;
    border: 1px solid #0084ff;
}
.text_title p:hover{
    color: black;
}
.text_title a:hover{
    color: #f1be2d;
}
.chat-zalo a {
    font-size: 30px;
}

.chat-face a {
    font-size: 20px;
}

.chat-face {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.chat-zalo a,
.chat-face a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
    position: relative;
    z-index: 2;
    display: block;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
    
}

.chat-face {
    background: #125c9e;
    border-radius: 50%;

    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
    width: 40px;
    height: 40px;
    display: block;
}
.chat-face i{
    font-size: 30px;
}
.chat-zalo .br_two{
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
}
.chat-zalo .br_one{
    border: 1px solid #c31d1d;
}

@-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);
    }
}


@keyframes zoom {
    0% {
          transform: translateX(-50%) scale(0.9);
    }

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

    100% {
        transform: translateX(-50%) scale(0.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.float-contact .hotline {
    background: #bd140c !important;
    border-radius: 20px;
    padding: 8px 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
}

.bottom-contact {
    display: none;
}
.title-footer{
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 10px;
}
.logo_footer{
    text-align: center;
}
.logo_footer img{
    height: auto;
    margin-top: 20px;
    margin-bottom: 35px;
    width: 140px;
}

.list-footer li{
    margin-bottom: 5px;
    color: #ffffff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    gap: 3px;
    align-items: baseline;
}
.logo_text_foter .content_leght p{
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
}
.list-footer li i{
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.list-footer li a{
    display: inline-block;
}
.list-footer li a:hover{
    color: #350303;
}
.list-footer ul li {
	list-style: disc !important;
	margin-left: 10px;
}
.copyright{
    position: relative;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    border-top: 1px solid #ffffff6e;
}
.logo-botom{
    display: block;
    width: 177px;
  
    margin:24px auto 30px;
}
.copyright p{
    color: #ffffff;
    font-size: 15px;
}
.col-footer{
    /* margin-bottom: 25px; */
}
.map_01 p iframe {
    width: 100%;
    height: 150px;
}

.box-footer-kerer {
    padding-top: 25px;
    border-bottom: 1px solid #ffffff6e;
    padding-bottom: 25px;
    position: relative;
}

.box-footer-kerer .clm a {
    color: #fff;
}
.gioithieu h2::before {
    position: absolute;
    bottom: -10px;
    content: '';
    height: 3px;
    width: 80px;
    left: calc(50% - 40px);
    background: #333;
}
.boxup .form{
    width: 100%;
    max-width: 450px;
    position: absolute;
    z-index: 6666;
    top: 60%;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .25s ease;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.15);
    
}

.showbopuppro .form{
    transform: translate(-50%, -50%) scale(1);

}
.boxup .input-group{
    background: white;
    width: 100%;
    clear: both;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.boxup .form form{
    border-radius: 8px;
    padding: 15px;
    background: linear-gradient(343deg, rgba(53, 55, 58, 1.0), rgba(53, 55, 58, 1.0));
}
.boxup .form .wpcf7-form-control-wrap, .boxup .form section, .boxup .form input{
    width: calc(100% - 38px);

}
.headerbopup h3{
    color: #ffd752;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.headerbopup h4{
    line-height: 30px;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.noi-dung-form .wpcf7-form-control-wrap{
    border: none;
}
.boxup select, .boxup input,.boxup button{
    width: 100% !important;
    border: none;
    border-left: 1px solid #dcdcdc;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
}
.boxup .input-group i{
    width: 38px !important;
}
.btn_cloe_boxup {
    position: absolute;
    top: 6px;
    right: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
    opacity: 1;
    color: white;
}
.btn-submit input{
 border-left: none; 
}
.boxup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
}
.showbopuppro {
    z-index: 1;
}
.boxup .bg_boxup{
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
}
.col-dia-chi {
    flex: 0 0 30%;
    max-width: 30%;
}
.col-san-pham{
    flex: 0 0 23%;
    max-width: 23%;
}
.col-gioi-thieu{
    flex: 0 0 23%;
    max-width: 23%;
}
.col-map{
    flex: 0 0 24%;
    max-width: 24%;
}
.lk-title{
    font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
}
.lien-ket{
    padding: 10px 0;
}

.lien-ket a{
    display: inline-block;
    margin-right: 9px;
    font-size: 25px;
    position: relative;
    padding: 0 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #353537;
}
.lien-ket a i{
    position: absolute;
    left: 50%;
    font-size: 17px;
    top: 50%;
    display: block;
    transform: translate(-50%,-50%);
    color: white;
}

.lien-ket a img{
    width: 32px;
    height: 32px;
}
.fix-phone{
    position: fixed;
    z-index: 9999;
    right: 0;
    display: flex;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    background-color: #35373a;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    padding: 15px 8px;
    padding-right: 0;
}
.fix-phone a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    display: inline-block;
    background: #35373a;
    position: relative;
    margin: 7px 0;
}
.fix-phone a:nth-child(1)
{
    animation: play0 1.5s ease infinite;
}
.fix-phone a i{
color: #fff;
width: 28px;
height: 28px;
font-size: 20px;
text-align: center;
}

.fix-phone a img{
    width: 28px;
    height: 28px;
}

.fix-phone:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 53px;
    top: -26px;
    right: 0px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 0 0 0 #35373a;
    pointer-events: none;
}

.fix-phone:after {
    content: "";
    position: absolute;
    height: 29px;
    width: 50px;
    bottom: -26px;
    right: 0px;
    border-radius: 0 60px 0px 0;
    box-shadow: 30px 0 0 0 #35373a;
    pointer-events: none;
}
.play-phone{
    animation: play0 1.5s ease infinite
}
.form_dangky_email {
	margin-bottom: 20px;
}
.boxup_chitiet_tintuc {
    position: relative;
    z-index: 1;
    top: 0; 
    left: 0; 
    width: auto; 
    height: auto;
    border-radius: 8px;
    padding: 15px;
    background: linear-gradient(343deg, rgba(53, 55, 58, 1.0), rgba(53, 55, 58, 1.0));
}
.boxup_chitiet_tintuc .wpcf7-form-control-wrap {
    width: 100%;
}
.boxup_chitiet_tintuc .input-group{
    flex-wrap: inherit;
}

/* HHH */
.box-footer-2 {
    padding-bottom: 10px;
}

.box-footer-2-col h2 {
    padding-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.box-footer-2-col ul li a {
    color: #9b9b9b;
    font-size: 13px;
}
.box-footer-2-col ul li::marker {
    color: #9b9b9b;
    font-size: 12px;
}
.box-footer-2-col ul li {
    list-style: auto!important;
}

.box-footer-2-col ul {
    padding-left: 20px;
}
.box-bg-footer-content {
    background-size: cover;
    background-image: url(' https://demo2.themelexus.com/kitchor/wp-content/uploads/2022/06/h1-bg03.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

@keyframes play0 {
    0% {
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
    }

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






.footer-top {
    padding-top: 30px;
}
























.box-footer-images img {
    width: auto;
    height: 70px;
}


.box-footer-images span {
    display: block;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.box-holite-footer {
    display: flex;
    align-items: center;
}

.box-holite-footer i {
    position: relative;
    display: block;
    font-size: 28px;
}

.item-phone span {
    margin: 0px;
}

.item-phone p {
    font-size: 21px;
    color: #fff;
}

.item-phone {
    padding-left: 15px;
}

.item-phone span {
    font-size: 16px;
    color: #FFF;
}

.box-ss-socer ul {
    display: flex;
    align-items: center;
}

.box-ss-socer ul li {
    padding-right: 20px;
    margin-top: 15px;
}

.box-ss-socer ul li a i {
    color: #b0b6bc;
}
















.box-ss-socer img {
    height: 21px;
}



.box-content-bots-footer span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.box-content-bots-footer ul {
    margin-top: 17px;
}

.box-content-bots-footer ul li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.box-form-footer2 form {
    margin-bottom: 10px;
}
.box-form-footer2 span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}

.box-form-footer2 p {
    margin-top: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 10px;
}

form.form2-ss-2 {
    position: relative;
    overflow: hidden;
}

form.form2-ss-2 input {
    padding: 5px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 8px;
    border: 0;
    color: #333;
    flex: 1;
    background: #fff;
}

form.form2-ss-2 button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    background-color: #FFF;
    padding: 7px 20px;
    letter-spacing: -.1px;
    color: #333;
}


@media(min-width:1500px) {
    .footer-main .container-fluid {}

    .footer-bottom .container-fluid {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@-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);
    }
}

.box-form-footer2 {
    border: 1px dashed #ffffff5c;
    padding: 15px 15px 10px 15px;
}
.box2-footer-tknt {
    border-left: 1px solid #a69f9f80;
}

@media (max-width:991px) {
    .item-phone p {
        font-size: 17px;
        color: #fff;
    }
    .item-phone span {
        font-size: 15px;
    }
    .form-right-pages label i {
        flex: unset;
    }
    .col-dia-chi{
        flex: 0 0 40%;
    max-width: 40%;
    }
    .col-san-pham{
        flex: 0 0 30%;
    max-width: 30%;
    }
    .col-gioi-thieu {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-map {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .content-box:not(:last-child) {
        border: unset;
    }

    .section_email .box_section_email {
        width: 100%;
    }

    .search-footer {
        width: 100%;
        padding-left: 0;
    }

    .footer-main {
        padding-bottom: 0;
    }

    .dangky_cuoitrang .box_info {
        width: 100%;
        margin-bottom: 15px;
    }

    .box_form_dky {
        width: 100%;
    }

    .title-footer {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
	.text_foter_top {
		text-align: left;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}
	.box_form_dky {
		margin-top: 5px;
		margin-bottom: 10px;
	}
    .content_foter .map_01 {
        margin-top: 20px;
    }
.fix-phone{
    bottom: 20px;
    top: unset;
    transform: translateY(0px);
}
    .col-dia-chi{
        flex: 0 0 50%;
    max-width: 50%;
    }
.col-san-pham{
    flex: 0 0 50%;
    max-width: 50%;
}
.col-gioi-thieu{
    flex: 0 0 50%;
    max-width: 50%;
}

    .bottom-contact {
        padding: 15px;
        /* display: block; */
        position: fixed;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
    }

    .bottom-contact ul li:nth-child(1) {
        background: #4267b2;
        box-shadow: 0 3px 0 0 #293955;
        padding: 10px 20px;
        margin-right: 13px;
    }

    .bottom-contact ul li:nth-child(2) {
        background: #0072b2;
        box-shadow: 0 3px 0 0 #003e62;
        padding: 10px 20px;
        margin-right: 13px;
    }

    .bottom-contact ul li a p {
        font-size: 14px;
    }

    .bottom-contact ul li a {
        text-transform: uppercase;
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #fff;
        gap: 10px;
        display: flex;
        align-items: center;
    }

    .footer {
        padding-bottom: 0px;
        margin-top: 0;
    }

    .bottom-contact ul li {
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }

    .bottom-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .bottom-contact ul li span {
        color: #000;
    }

    .float-contact {
        display: none
    }

    /*  */
    .section_email .box_section_email {
        flex-wrap: wrap;
    }

    .box_section_email .title {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .box_section_email .form_email {
        width: 100%;
    }

    .section_email {
        padding: 20px 0;
    }
}

@media (max-width:550px) {
    .footer-top {
        padding-top: 20px;
    }
    

    .box-footer-2-col ul li {
        list-style: disc !important;
    }
    .box-footer-2-col {
        padding-bottom: 10px;
    }

    .boxup .form {
        max-width: 90%;
    }
    .logo_text_foter {
        margin-bottom: 20px;
    }
    .title-footer{
        margin-bottom: 10px;
    }
    .title-footer{
        font-size: 16px;
    }
    .lien-ket a{
        font-size: 18px;

    }
    .col-dia-chi{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-san-pham{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-gioi-thieu{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-map{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-footer{
        margin-bottom: 15px;
    }
    .bottom-contact ul li a{
        font-size: 20px;
    }
    .box_video .content h3{
        height: 28px;

    }
    .content h3{
        height: auto;
    }
    .dangky_cuoitrang .box_info .giam {
        font-size: 13px;
    }

    .list-link-footer ul li {
        color: #333;
        width: 50%;
        float: left;
    }

    .dangky_cuoitrang {
        overflow: hidden;
        background-color: #f3f3f3;
        padding: 20px 0;
    }

    .dangky_cuoitrang .box_info {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .dangky_cuoitrang .box_info .title {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 500;
        min-height: 32px;
        letter-spacing: 2px;
        text-align: center;
    }

    .box_form_dky input.form-control {}

    .box_form_dky button {}

    .pt_contact_vertical {
        display: none;
    }

    .coppy-right {
        font-size: 14px;
        line-height: 22px;
    }

    .back_to_top {
        text-align: center;
        margin-top: 10px;
    }

    .back_to_top a span {
        font-size: 15px;
    }

    .back_to_top a {
        display: inline-flex;
    }

    .back_to_top {
        position: unset;
        right: 28px;
        bottom: 90px;
    }

    .footer .title {
        font-size: 20px;
    }

    .footer-main {
        padding: 25px 0 20px;
    }

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

    .footer .title {
        font-size: 20px;
    }

    .contact_fixed {
        display: flex;
    }
}
.information-footer{
    background: #350303;
    padding: 20px 0px;
}
.box-information-footer {
    text-align:center;
}
.box-information-footer p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.box-information-footer a{
    font-size: 15px;
    margin: 0 auto;
    font-weight: 600;
    color: white;
}
.box-information-footer .header-top-right ul{
    display: flex;
    justify-content: center;
    width: 100%;
}
.box-information-footer form input{
    background: none;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    line-height: 1;
    padding: 5px 0;
    font-size: 13px;
    border: 0;
}
.box-information-footer form button{
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    text-align: right;
    border: 0;
}
.box-information-footer form{
    border-bottom: 1px solid #fff;
    padding: 3px 0;
    display: flex;
    height: 40px;
    flex-wrap: nowrap !important;
}
.box-information-footer form input::-webkit-input-placeholder{
    color: white;
}
input::-moz-input-placeholder{
    color: white;
}

.information-footer .col-md-4 {
    border-right: 1px solid #e8e8e8;
}
  
.information-footer .col-md-4:last-child{
    border-right: 0px solid #440909;
}
.form .btn_cloe_boxup {
    width: auto !important;
    border-left: none;
}
form.form2-ss-2 label {
    width: 100%;
}
.footer .header_form_home h2 {
    margin-bottom: 30px;
    display: inline-block;
    padding: 0px 25px;
    line-height: 40px;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    color: #fff;
}
.footer .header_form_home h2 a{
    color: #fff;
}
.header_form_home h2::before {
    position: absolute;
    bottom: 0px;
    content: '';
    height: 2px;
    width: 80px;
    left: calc(50% - 40px);
    background: #fff;
}
.box-footer-2-col h2 a{
    padding-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.box-holite-footer-2 {
    display: flex
;
    justify-content: space-between;
}
.copyright a {
    color: #Fff;
}

@media (max-width: 768px) {
    .footer .header_form_home h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}