.footer {
    background-color: #166394;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.doitac .index-product {
    padding: 10px 0;
}
.doitac_item .image {
	background: #fff;
	padding: 5px;
	margin:0 10px 10px 10px;
	border: solid 1px #eee;
}
.doitac_item .image img {
	width: 100%;
	object-fit: cover;
	height: 150px;
}
.footer-top {
    /* background-color: #212121; */
    /* padding: 50px 0 20px; */
}

.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%;
}

.box_form_dky form {
    padding: 3px 0px 3px 5px;
    background: none;
    border-radius: 30px;
    border: solid 1px #fff;
}

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

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

.box_form_dky button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #0f75bc;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
    outline: 0;
    background: #fff;
    border-bottom: solid 1px #e9e9e9;
}

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

.box_form_dky p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

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

.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: #fff;
    font-size: 14px;
}

.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: #fff;
}

.box-footer-main-info {
}
.box-footer-main-info1 {
    width: 50%;
    float: left;
	margin-top: 60px;
}

.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: #66b0df;
    padding: 10px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coppy-right {
    color: #fff;
    margin-top: 5px;
	text-align: center;
	font-size: 15px;
}

.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 5px;
    justify-content: flex-start;
    align-items: center;
}

.pt_social p {
    font-size: 14px;
    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 #fff;
    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: #fff;
}

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

.title-footer {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
}

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

.logo-footer img {
    width: 65%;
    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: #e23b41; */
    color: #333;
}

.footer-link li {}

.list-link-footer ul li {
    list-style: disc !important;
    margin-left: 20px;
	color: #fff;
}

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

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

.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 .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: 5px;
    z-index: 100;
    left: 20px;
}

.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: 40px;
        position: absolute;
        height: 40px;
        font-size: 17px;
        text-align: center;
        background-color: #e9242d;
        color: white;
        top: 28px;
        left: 30px;
        padding: 0;
        font-weight: 600;
        width: 163px;
        overflow: hidden;
        padding-left: 29px;
        transition: all 0.5s;
        opacity: 1;
}

.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%;
}

.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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: unset;
}

.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%;
}

.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: #fff;
    line-height: 31px;
    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: 0px 0;
}

.contact_fixed {
    width: 100%;
    background: linear-gradient( -90deg, #000, #000);
    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;
}

.talkto {
    display: block;
}

.subscription-section {
    background: #FFA200;
    padding: 86px 32px 78px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.subscription-section>.subscription-form-container {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    display: flex;
    grid-gap: 0 82px;
}

.subscription-section>.subscription-form-container>.heading {
    font: 700 1.875em/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
    color: #fff;
    flex: 1;
}

.subscription-section>.subscription-form-container>.gform_wrapper {
    flex: 1;
}

.gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields {
    display: flex;
    align-items: flex-end;
}

.gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
    font-family: "Roboto", sans-serif;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}

.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
}

.gform_wrapper .gfield_required .gfield_required_text {
    font-style: italic;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .ginput_complex {
    display: flex;
    flex-flow: row wrap;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 1%;
}

.gform_wrapper.gravity-theme .ginput_complex fieldset,
.gform_wrapper.gravity-theme .ginput_complex span {
    flex: 1;
}

.gform_wrapper .gform-body .gform_fields .gfield input {
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    border: 0;
    border-bottom: 1px solid #333;
    color: #333;
    background: transparent;
    padding-left: 0;
    padding: 8px 8px 8px 0;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields .gfield input {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 15px;
    padding-top: 5px;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
}

.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select {
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    max-width: 100%;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,
.gform_wrapper.gravity-theme .hidden_sub_label,
.gform_wrapper.gravity-theme .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    word-wrap: normal!important;
}

.gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields .gfield input::placeholder {
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    max-width: 100%;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    max-width: 100%;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields .ginput_container_select select {
    border: 0;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    opacity: 1;
    font: 400 1rem/1.3rem "Roboto", sans-serif;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields .ginput_container_select option {
    color: #333;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 16px 0;
}

.subscription-section>.subscription-form-container>.gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #fff;
    font: 700 1.25rem/1 "Roboto", sans-serif;
    width: 100%;
    max-width: 185px;
    margin-left: auto;
    border-width: 1px;
    padding: 16px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    display: block;
    border-radius: 3px;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.site-footer {
    padding: 70px 0 40px;
    background: #152F55;
    overflow: hidden;
}

.site-footer>.site-footer-container {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    /* display: grid; */
    grid-template-columns: 420px 1fr;
    grid-gap: 0 120px;
    padding-left: 32px;
    padding-right: 32px;
}

.footer-menu-list {
    list-style: none;
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-gap: 0 48px;
}

.footer-menu-list>.footer-menu-item {
    font: 700 1.125rem/1.618 "Roboto", sans-serif;
}

.footer-menu-list>.footer-menu-item>.sub-footer-menu-list {
    margin-top: 20px;
}

.sub-footer-menu-list {
    list-style: none;
}

.sub-footer-menu-list>.sub-footer-menu-item {
    font: 400 1rem/1.618 "Roboto", sans-serif;
}

.sub-footer-menu-list>.sub-footer-menu-item:not(:last-of-type) {
    margin-bottom: 16px;
}

.footer-menu-list>.footer-menu-item a {
    color: #333;
}

.footer-navigation {
    /* display: flex; */
    flex-direction: column;
}

.footer-navigation>.partners>.partners-button {
    display: flex;
    justify-content: flex-end;
}

.partners>.partners-button>span {
    display: flex;
    align-items: center;
    font: 700 1rem/1.618 "Roboto", sans-serif;
    color: #333;
    padding: 8px;
    border: 1px solid #333;
}

.partners>.partners-button>span:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('https://www.kordz.com/wp-content/themes/kordz/assets/images/icons/user-icon.svg') center/contain no-repeat;
    margin-right: 8px;
}

.partners>.partners-button+.login-signup-form {
    position: absolute;
    top: -242px;
    right: 0;
    left: unset;
}

.login-signup-form {
    display: none;
}

.login-signup-form {
    width: 324px;
    z-index: 1;
    background: #F4F4F4;
    padding: 12px 16px;
    border-top: 4px solid #FFA200;
    box-shadow: 0 2px 4px rgb(51 51 51 / 50%);
}

.logo-footer {
    text-align: left;
}

.logo-footer img {
	margin-bottom: 10px;
	width: 327px;
}
.content-address-footer {
	font-size: 15px;
}
.content-address-footer ul li {
	list-style: disc !important;
	margin-left: 20px;
	line-height: 26px;
	font-size: 14px;
}

.footer-navigation>.partners {
    margin-top: 32px;
    margin-right: 0;
}

.footer-menu-list>.footer-menu-item {
    font: 700 1.125rem/1.618 "Roboto", sans-serif;
}

.login-signup-form.active {
    display: block;
}

.footer-contact-information {
    
    float: left;
}
.section .section-3 {
    padding: 30px 0;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
.col-inner .text {
    margin-bottom: 20px;
    color: #333;
}
.col-inner .text p strong {
    font-weight: 600;
}
.col-inner a span {
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.box-image img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
	text-align: left;
}
.box-text h3 {
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.box-text .desc_home {
    margin-top: 0.1em;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.box-text .desc_home p {
	font-size: 16px;
}
.box-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.2) 35%,rgba(0,0,0,0) 50%,rgba(0,0,0,0));
}
.list-news2 .list-news2-item {
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.list-news2 .list-news2-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.list-news2 .list-news2-item .image {
    position: relative;
    width: 200px;
    margin-right: 10px;
    overflow: hidden;
}
.list-news2 .list-news2-item .image img {
    object-fit: cover;
    height: 120px;
    width: 100%;
    transition: 0.5s;
}
.list-news2 .list-news2-item .image:hover img {
    transform: scale(1.1);
}
.list-news2 .list-news2-item .info {
    width: calc(100% - 110px);
}
.list-news2 .list-news2-item h3 {
    margin-bottom: 7px;
    margin-top: 1px;
    width: 100%;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    line-height: 22px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.list-news2 .list-news2-item h3 a {}
.list-news2 .list-news2-item .info .desc_in {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    color: #333;
	text-align: justify;
}
#zalo-vr.button-contact {
    position: fixed;
    bottom: 100px;
    left: 0px;
}
#contact-vr.button-contact {
    position: fixed;
    bottom: 0;
    left: 0;
}
.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 36px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}
@-webkit-keyframes my1 {
    0% { background-color: #ffd100; } 
    50% { background-color: #129049;  } 
    100% { background-color: #ffd100;  } 
}
@-moz-keyframes my1 { 
    0% { background-color: #ffd100;  } 
    50% { background-color: #129049;  }
    100% { background-color: #ffd100;  } 
}
@-o-keyframes my1 { 
    0% { background-color: #ffd100; } 
    50% { background-color: #129049; } 
    100% { background-color: #ffd100;  } 
}
@keyframes my1 { 
    0% { background-color: #ffd100;  } 
    50% { background-color: #129049;  }
    100% { background-color: #ffd100;  } 
} 

.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: -1px;
    bottom: 6px;
}

.quick-alo-ph-circle {
    width: 80px;
    height: 80px;
    top: 8px;
    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: 65px;
    height: 65px;
    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: 20px;
    left: 20px;
    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;
}


#contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
    margin-bottom: 158px;
}

.button-contact {
    margin-top: -5px;
}

.phone-vr-img-circle {
    background-color: #2196F3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    left: 15px;
    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;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

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

#contact-vr .phone-vr-img-circle {
    background-color: #fff!important;
}


/* HHH */

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

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

.button-contact {
    position: absolute;
    bottom: 0;
}

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

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

.phone-vr-circle-fill {
    transition: none!important;
}

.phone-vr-circle-fill {
    width: 45px;
    height: 45px;
    top: 12px;
    left: 12px;
    position: absolute;
    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;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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%);
}

.contact-messeger {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
    bottom: 5px;
}

.contact-messeger .quick-alo-phone.quick-alo-show {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-messeger .messeger {}

.contact-messeger .messeger img {
    width: 100%;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #282e88;
    background-image: url('../images/meseger.png');
    background-size: contain;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #282e88;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #282e88;
}
.social-right-fixed {
	display: none;
}

/* doi_tac */
/* #section_1744713620 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pb-0 {
    padding-bottom: 0!important;
}
.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-loaded {
    opacity: 1;
}
.bg-fill {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0!important;
    margin: 0!important;
}
.section-bg, .section-content {
    width: 100%;
}
.section-bg {
    overflow: hidden;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#text-2902909670 {
    font-size: 2.4rem;
    text-align: center;
    color: #082e55;
}
#text-2902909670 > * {
    color: #082e55;
}

.devvn_box_title .devvn_sub_title {
    font-family: 'HLT Windsong',sans-serif;
    color: #7d137b;
    margin-bottom: 0;
    font-size: 72px;
    line-height: 30px;
}
.devvn_box_title .devvn_title {
    color: #333;
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0;
}
.flickity-enabled {
    position: relative;
    display: block;
}
.slider>div:not(.col), .slider>a, .slider>p, .slider>a>img, .slider>img {
    width: 100%;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.img .img-inner {
    position: relative;
    overflow: hidden;
}

.dark, .dark p, .dark td {
    color: #f1f1f1;
} */



/* HHH */

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

@media (max-width:991px) {
    .content-box:not(:last-child) {
        border: unset;
    }
    .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%;
    }
    .talkto {
        display: none;
    }
    .site-footer>.site-footer-container {
        display: flex;
        flex-direction: column;
    }
    .footer-menu-list {
        display: flex;
        grid-gap: 0;
        flex-wrap: wrap;
    }
    .footer-navigation>.partners>.partners-button {
        justify-content: center;
    }
    .logo-footer {
        text-align: center;
    }
    .footer-menu-list>.footer-menu-item {
        width: 50%;
        margin-bottom: 50px;
    }
    .footer-contact-information .coppy-right {
        display: none;
    }
    .content-address-footer {
        margin-bottom: 10px;
    }
	
	.box-image img {
		height: 280px;
	}
}

@media (max-width:550px) {
	.box-footer-main-info1 {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.logo-footer {
		text-align: left;
	}
	.box-footer-main-info {
		width: 100%;
		margin-bottom: 10px;
	}	
	.logo-footer img {
		width: 237px;
	}
    .dangky_cuoitrang .box_info .giam {
        font-size: 13px;
    }
    .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: block;
    }
    .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: 40px 0 20px;
    }
    .pt_social li:not(:last-child) {
        margin-right: 5px;
    }
    .footer .title {
        font-size: 20px;
    }
    .footer-main {
        padding: 40px 0 20px;
    }
    .contact_fixed {
        display: flex;
    }
    .footer-contact-information {
        width: 100%;
    }
    .footer-menu-list>.footer-menu-item {
        width: 100%;
    }
}