/* zoom */
.zoom_img {
    padding: 50px 0;
}

.zoom_img_footer {
    flex: 0 0 20%;
    max-width: 20%;
}

.zoom_item {
    background: black;
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.zoom_item:after {
    content: "";
    background: #001d52a6;
    position: absolute;
    z-index: 0;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(0) scale(0, 0);
    transition: all 0.5s;
}

.zoom_item:hover:after {
    transform: skewX(0deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.zoom_item i:hover {
    background-color: #0d5ef4;
    color: #fff;

}

.zoom_item:hover i {
    display: block;
    transition: all 0.5s;
}

.zoom_item i {
    display: none;
    padding: 11px;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
    color: #001d52;
    font-size: 14px;
}

/* zoom */
/* dang ky */
.dangky_form .dangky_item {
    padding: 0px 0;
}

.dangky_form .bg_dangky_form {
    position: relative;
    text-align: center;
}

.dangky_item .form_item {
    width: 90%;
    padding-left: 30px;
}

.bg_dangky_form .play i {
    cursor: pointer;
    color: #fff;
    padding: 15px 16px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.bg_dangky_form .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.dangky_form .row {
    width: 100%;
    align-items: center;
}

.form_item .text_header {
    margin-bottom: 0;
}

.content_gt p {
    margin-top: 10px;
}

.dangky_form .dangky_item .form_item h2 {
    margin-bottom: 10px;
    color: #bb0000;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 31px;
}

.dangky_form .dangky_item .form_item p:nth-child(3) {
    color: #241086;
    margin-bottom: 14px;
    line-height: 1.5;
    font-size: 16px;
}

.input_form .input_item {
    display: flex;
    justify-content: space-between;
}

.input_form .input_item input {
    padding: 0 15px;
    padding-right: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    background-color: transparent;
    border-color: #29375F;
    color: #241086;
    height: 50px;
    width: 46%;
}

.input_form .input_item input::placeholder {
    color: #241086;
}

.input_form .input_item input:focus,
.input_form .input_item input:focus {
    border-color: #241086;
}

.input_form form button {
    border-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #bb0000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    margin-top: 10px;
}


.input_form form button:hover {
    color: black;
}

.input_form form button:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s;
}

.input_form form button:hover:after {
    transform: skewX(45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.noidung textarea::placeholder {
    color: #241086;
}

.noidung textarea {
    padding: 10px;
    margin-top: 15px;
    padding-right: 21px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    background-color: transparent;
    border-color: #29375F;
    color: #241086;
    width: 100%;
    overflow: auto;
    resize: vertical;
}

.logo_footer {
    margin-bottom: 15px;
}

.logo_footer img {
    width: 224px;
}

/* end dang ky */
/* latest_update */
.latest_update {
    padding: 60px 0;
}

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

.latest_update .header_update p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #0d5ef4;
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 22px;
    display: block;
}

.latest_update .header_update h2 {
    color: #0f2239;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-size: 48px;
    line-height: 1.208;
}

.latest_update .header_update h2 span {
    color: #0d5ef4;
    font-weight: 300;

}

.latest_update .content_update .item:nth-child(1) .item_l {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.content_update .item:nth-child(1) .item_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, #020F21 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content_update .item:nth-child(1) .item_l .itemt_1_text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}

.item:nth-child(1) .item_l .itemt_1_text>a {
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0d5ef4;
    background-color: #ECF3FF;
    padding: 5px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.item:nth-child(1) .item_l .itemt_1_text h2 {
    font-size: 30px;
    line-height: 1.333;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.item:nth-child(1) .item_l .itemt_1_text h2:hover a {
    color: #0d5ef4;
}

.content_update .item_l img,
.item_one .item_one_img img {
    transition: all 0.3s;
}

.content_update .item_l:hover img,
.item:nth-child(2) .item_one:hover img {
    transform: scale(1.2);
}

.item:nth-child(2) .item_one .item_one_img {
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.itemt_1_text .times,
.itemt_1_text .times .time_item,
.itemt_1_text .times .file {
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
}

.times {
    gap: 20px;
}

.times .time_item {
    gap: 10px;
}

.times .file {
    gap: 10px;
}

.latest_update .header_update {
    margin-bottom: 30px
}

.item:nth-child(2) .item_one {
    display: flex;
}

.item:nth-child(2) .item_one .item_one_img img {
    border-radius: 10px 0 0 10px;
    height: 100%;
}

.item:nth-child(2) .item_one .item_one_content {
    border: 1px solid #ecf1f9;
    border-left: none;
    border-radius: 0 10px 10px 0;
    width: 120%;
    padding: 10px 0 0 10px;
}

.item:nth-child(2) .item_one .item_one_content .btn_item_one {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0d5ef4;
    background-color: #ECF3FF;
    padding: 5px 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: none;
}

.item_one_content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    color: #0f2239;
}

.item_one_content .times {
    display: flex;
}

.item_one_content .times .time_item,
.item_one_content .times .file {
    display: flex;
    gap: 10px;
}

.content_update .item_one:nth-child(1) {
    margin-bottom: 20px;
}

.latest_update .content_update {
    align-items: center;
}

.item_one_content h3:hover,
.item_one_content .times .time_item p:hover,
.item_one_content .times .file p:hover {
    color: #0d5ef4;
    transition: all 0.3s;
}

.item_one_content .times .time_item i,
.item_one_content .times .file i {
    color: #0d5ef4;

}

/* end latest update */
.footer-2 {
    background-color: #fff;
    position: relative;
    color: #333;
    padding: 0;
}

.content-footer p {
    color: #00b3ff;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    width: auto;
    font-family: 'Roboto', sans-serif;
}

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

.list-footer h2 {
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.list-footer ul li a {
    color: #00b3ff;
    font-size: 15px;
}

.list-footer ul li a i {
    height: 5px;
    width: 5px;
    background-color: #00b3ff;
    border-radius: 50%;
    display: inline-block;
    line-height: 1px;
    margin-top: 9px;
    padding: 4px;
    margin: 3px 0px;
    margin-right: 0px;
    margin-right: 10px;
}

.list-footer,
.content-footer {
    margin-bottom: 20px;
}

.list-footer ul li {
    margin: 0px 0px 5px 0px;
}

.list-footer ul li a:hover {
    color: #EE8C1C;

}

.list-footer ul li a i:hover {
    background-color: #EE8C1C;
}

.icon-footer ul {
    display: flex;
    /* margin-top: 19px; */
}

.icon-footer ul li {
    margin-right: 10px;
}

.icon-footer ul li a:hover {
    color: #3551D2;
}

.icon-footer ul li a {
    /* text-align: center; */
    /* text-decoration: none;
    border-radius: 50% 50% 50% 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 30px;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF1A;
    color: white
    transition: 2s ease-in-out; */
}

.icon-footer ul li a i {
    line-height: 35px;
    font-size: 18px;
}

.icon_foter ul {
    justify-content: right;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.bg_bt_fter {
    padding: 35px 0 0px;
    /* border-bottom: solid 1px #290042; */
}

.bg_bt_fter::after {
    /* content: '';
    position: absolute;
    top: -7px;
    top: 0;
    right: -60px;
    width: 0;
    height: 0;
    border-top: 40.5px solid transparent;
    border-left: 61px solid #fb5f24;
    border-bottom: 0px solid transparent; */
}

.pps-btn-img {
    width: 45px;
}

.item_icon {
    margin-top: 10%;
}

.icon_foter ul li a {
    /* color: #720087;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    font-size: 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
}

.footer-bottom p {
    color: white;
    padding: 20px 0;
}











.footer {
    background-color: #132643;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.footer-top {
    /* background-color: #212121; */
    /* padding: 50px 0 20px; */
}

.item_sp_dv {}

.item_sp_dv .desc {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding-top: 5px;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 10px;
}
.item_sp_dv .desc iframe  {
	width: 100%;
	height: 220px;
}

.img_logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.item_sp_dv .heade_foter h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.item_footer .img_logo {
    width: 50%;
}

.item .nd_ft a:hover span {
    color: #ffff;
}

.item .nd_ft a:hover p,
.item_sp_dv ul li a:hover {
    color: #e3b956;
}

.item_sp_dv ul li a {
    color: #ffff;
}

.item_sp_dv ul li {
    border-bottom: 1px solid #fb5f24;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.item .nd_ft h5 {
    padding-top: 20px;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
}

.item .nd_ft p {
    color: #ffff;
    padding-top: 15px;
}

.section_email {
    width: 100%;
    padding: 30px 0;
    background: #101010;
    color: #faa61a;
}

.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: 100%;
    background-image: linear-gradient(to right, #faa61a, #df9821, #fed289, #df9821, #faa61a);
}

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

.box_section_email input {
    border: none;
    width: calc(100% - 50px);
    padding: 0 16px;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    background: none;
    color: #0d0a27;
}

.box_section_email input::placeholder {
    color: #0d0a27;
    font-size: 15px;
}

.box_section_email {
    padding: 0 10px 0 0;
}

.box_section_email button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #faa61a;
    color: #0d0a27;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
    z-index: 1;
    border: 0;
    justify-content: center;
    border-left: 1px solid #ebebeb;
    font-size: 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 5px;
    border-radius: 30px;
    border: solid 1px #fff;
    background: #ccc;
}

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

.content-address-footer h2 {
    font-size: 18px;
    padding: 0px 0 10px 0;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

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

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

.box_form_dky button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #333;
    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;
    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;
    font-family: 'Roboto', sans-serif;
}

.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: 25px;
    list-style: disc !important;
    margin-left: 15px;
    padding-bottom: 5px;
    color: #00b3ff;
}

.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: 50px 0 0px;
    color: #333;
}

.box-footer-main-info {
    color: #fff;
}

.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: #101010;
    padding: 5px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */

}

.coppy-right {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.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 {
    color: #fff;
    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 #fff;
    border-radius: 100%;
    color: #fff;
}

.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;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.title_footer {
    font-size: 20px;
    padding: 15px 0 5px 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.title_footer_top {
    font-size: 16px;
    padding: 0 0 20px 0;
    font-weight: 400;
    color: #faa61a;
}

.title-footer1:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #faa61a;
    position: absolute;
    left: 0;
    top: 100%;
}

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

.logo-footer img {
    width: auto;
    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: #fff;
}

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

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

.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;
    /* margin-top: 25px; */
    background: #17066a;
}

.footer-bottom .box-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-footer h2 {
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	color: #432f92;
}

.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: 10px 0 10px 0;
}

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

.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: 10px;
    left: 15px;
    z-index: 99;
}

.chat-zalo {
    background: #0068ff;
    border-radius: 20px;
    padding: 8px 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
    /* box-shadow: 1px 1px 8px 2px #dbdbdb; */
}

.chat-zalo a,
.chat-face a,
.hotline a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}

.chat-face {
    background: #1d2a7c;
    border-radius: 20px;
    padding: 8px 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
    /*box-shadow: 1px 1px 8px 2px #dbdbdb;*/
}

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

.bottom-contact {
    display: none;
}

.footer-bottom-top {
    text-align: center;
    background: #1d1d1d;
    padding: 50px 0;
}


/* 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);
    }
}

.box_footer_01 {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.box_footer_02 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.box_footer_03 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.box_footer_04 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.box_fb {
    margin-top: 5px;
}

.f_social .box_fsocial {
    color: #0d0a27;
    font-size: 15px;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background: #faa61a;
    background-image: linear-gradient(to right, #faa61a, #df9821, #fed289, #df9821, #faa61a);
}

.f_social .box_fsocial ._icon_social {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 21px;
}

.f_social .box_fsocial .text {
    width: calc(100% - 50px);
}

.f_social .box_fsocial .br-eb {
    border-right: 1px solid #ebebeb;
}

.f_social .box_fsocial .text.input_sendmail {
    background: none;
    border: none;
    padding: 0 10px;
}

.f_social .box_fsocial ._icon_social.btn_sendmail {
    border-left: 1px solid #ebebeb;
}

.padding_none_in {
    padding: 25px 0;
}

.title_coppy h2 {
    color: #fff;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.form_item h3,
.form_item p {
    color: #fff;
}

.dangky_form {
    background-color: #121e48;
}


.item_sp_dv .heade_foter h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}

.item_sp_dv ul li {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    position: relative;
    border-radius: 5px;
    width: 40px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background: #432f92;
    margin-bottom: 10px;
}

.item_sp_dv ul li a {
    color: #0095db;
    font-family: "Montserrat", Sans-serif;
}

.item_sp_dv ul li a:hover {
    color: #e3b956;
}

.item_sp_dv ul li a span {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}

.item_sp_dv ul li i {
    color: #fff;
    font-size: 20px;
}

.list-foter-gt {
    margin-bottom: 13px;
    color: #333;
}

.list-foter-gt li a {
    padding-left: 0px;
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.list-foter-gt li a p {
    color: #333;
    padding-left: 5px;
}

.list-foter-gt li1 a::before {
    position: absolute;
    content: url(../images/iconfooter.png);
    left: 0px;
    margin-top: 5px;
}

.list-foter-gt li a span {
    margin-left: 5px;
}

.list-foter-gt-disc li {
    position: relative;
}

.list-foter-gt-disc li::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    background: #fff;
}

.item_sp_dv ul.list-foter-gt-disc li {
    padding-left: 18px;
}

.list-folder ul li {
    height: 35px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.list-folder ul li:last-child {
    border-bottom: 0px solid #504d6a;
}

.bt_before-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.bt_before-text p {
    color: #555555;
    font-size: 13px;
}

.bg_bt_before {
    background: #f4e7f8;
    padding: 15px 0px;
}

.bt_before-form {
    position: relative;
}

.bt_before-form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    padding-right: 45px;
}

.bt_before-form form .bt_before-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 30px;
    border: none;
    background: transparent;
    color: #555555;
}

.heade_foter h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    color: #432f92;
}

.item_footer:nth-child(2) .box-footer,
.item_footer:nth-child(3) .box-footer {
    width: 85%;
    margin-left: auto;
}




.input_item-bo {
    display: none !important;
}

/* hotline ring */
.hotline-ring-wrap {
    display: flex;
    align-items: center;
}

.hotline-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 11;
    left: 0;

    display: block;
}

.hotline-phone-ring {
    bottom: 0;
}

.hotline-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;

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

}

.hotline-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;

    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-ring-img-circle {
    width: 46px;
    height: 46px;
    position: absolute;
    background-size: 20px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.hotline-ring-img-circle .pps-btn-img img {}

.hotline-bar {
    position: absolute;
    margin-top: 5px;

    width: 220px;

    border-radius: 3px;

    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;
    /* width: 175px !important; */
    left: 33px;

}

.hotline-bar>span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 36px;

}

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

@-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-bar {
    display: none;
    transition: ease-in-out 1s;
}

.hotline-dki-ring:hover+.hotline-bar {
    display: block;
}

.float-contact-mobile {
    display: block;
}

.icon_foter ul {
    justify-content: left;
}

.icon_foter ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.item_icon {
    margin: 0;
}

.img-botFoot {
    display: block;
    margin-right: 30px;
}

.text-botFoot {
    font-size: 13px;
    line-height: 1.4;
}

.botFoot {
    padding: 15px 0px;
    border-bottom: solid 1px #290042;
}

.icon-botFoot {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fde3e1;
    border-radius: 100%;
    display: block;
}

.giol {
    font-weight: bold;
    display: block;
}

.gio-lam {
    display: block;
}

.if-gl {
    padding-left: 55px;
    position: relative;
}

.conten-botFoot-right {
    position: relative;
    color: #fff;
}

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

.text-botFoot {
    padding-right: 20px;
    color: #fff;
}

.conten-botFoot-left {
    display: flex;
}

.footFoot {
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #432f92;
}

.copyrigvdht strong {
    font-weight: 400;
}



/* loat-contact-mobile{
    display: none;
} */

.boxup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    display: none;
}

.showbopuppro {
    z-index: 999;
}

.boxup .bg_boxup {
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
}

.boxup .form {
    width: calc(100% - 20px);
    max-width: 450px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .25s ease;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    transition: all 2s;

}

.showbopuppro {
    display: block !important;
}

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

.noi-dung-form {
    padding: 20px;
}

.boxup .form form {
    background: white;
}

.noi-dung-form label[for] {
    cursor: pointer;
    padding: 0px;
    padding-bottom: 0px;
}

.noi-dung-form .form-control {
    background: #fff;
    font-size: 15px;
    border: solid 1px #3a3a3a;
    color: #333;
}

.noi-dung-form input::placeholder {
    font-size: 14px;
}

.noi-dung-form #course-select {
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    font-size: 15px;
    border: solid 1px #3a3a3a;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn-submit button {
    background-color: #ed2046;
    padding: 7px 40px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.btn_cloe_boxup {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
    opacity: 1;
    color: black;
    height: 30px;
    width: 30px;
    text-align: right;
    justify-content: right;
    display: flex;
}


.hotline-dki-ring-img-circle {
    background-color: #f2612a;
}

.hotline-dki-ring-circle {
    border: 2px solid #f2612a;
    opacity: 0.5;
}


.fix_item {
    display: none;
}

.fix_item img {
    filter: brightness(0.5);
    height: 25px;
    width: 25px;
}

.toolbar-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    z-index: 1120;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}

.toolbar-item {
    flex: 0 0 20%;
    position: relative;
}

.toolbar-item.category-tool {
    color: #fff;
}

.toolbar-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    color: var(--black);
}

.toolbar-item i {
    font-size: 22px;
    color: #9B9B9B;
}

.toolbar-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    text-align: center;
    font-size: 10px;
}

.toolbar-item.category-tool:before {
    width: 70px;
    height: 70px;
    background: #1084E7;
    font-size: 0.875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.7;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    border-radius: 50%;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: absolute;
    left: calc(50% - 35px);
    top: -15px;
    padding: 0px;
    content: "";
}

.category-tool .before {
    position: absolute;
    bottom: 47px;
    text-align: center;
    left: calc(50% - 35px);
    width: 70px;
    height: 19px;
    z-index: -1;
}

.chap_icon {
    display: none;
}
#button-contact-vr {
    bottom: 10px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

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

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

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

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

.phone-vr-img-circle a {
    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%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

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

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

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

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}


/* 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
    }
}


.waaper-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000007a;
    z-index: 100;
    display: none;
}
.waaper-form.show{
    display: flex;
}

.box-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 510px;
    position: relative;
    
}
.close-form{
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 26px;
    cursor: pointer;
    color: red;
    z-index: 100;
}

.box-form-left {
    padding: 20px 30px;
    position: relative;
    background: white;
    border-radius: 10px;
    z-index: 21;
}

.box-form-left form h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 30px;
}
.div-form input{
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: #000000;
    padding: 5px 15px ;
    margin-bottom: 8px;
    border-radius: 5px;
    border: none;
}
.box-form-left::before{
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 10px;
    background: #333;
}
.box-form-left form{
    position: relative;
    z-index: 1;
    padding: 10px;
}
.div-form button {
    height: 40px;
    width: 80%;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    background: rgb(236,140,50);
background: linear-gradient(0deg, rgba(236,140,50,1) 22%, rgba(236,226,80,1) 99%);
}

.thoigian h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 5px 0 5px;
    margin: 10px;
}

.box-time {
    background: rgb(170,39,43);
    margin-right: 6px;
    color: #fff;
    padding: 5px 10px;
    position: relative;
}
.box-time span {
    font-size: 25px;
    font-weight: bold;
}
.time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.box-time label{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}
.box-form-right{
    text-transform: uppercase;
    padding-left: 30px;
    color: #000;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 10px;
    background: #fff;
    height: 100%;
    margin-left: -10px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 20;
}
.box-form-right h2{
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.box-form-right h3{
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.box-img {
    padding-top: 20px;
    /* display: grid;
    grid-template-columns: 230px 230px; */
}
/* .box-img .img:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 3;
} */
.box-img .img {
    grid-row-start: 1;
    grid-row-end: 3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    margin-bottom: 10px;
}

.box-img img{
    width: 30px;
    height: auto;
}











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

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



@media (max-width:991px) {
    .dangky_form .row {
        margin: 0;
    }

    .item:nth-child(1) .item_l .itemt_1_text h2 {
        font-size: 26px;
        line-height: 1;
    }

    .latest_update .header_update h2 {
        font-size: 36px;
    }

    .content_update .item_l img {
        width: 100%;
    }

    .item:nth-child(2) .item_one {
        align-items: center;
    }

    .item:nth-child(2) .item_one .item_one_content {
        width: 70%;
    }

    .content_update .item:nth-child(2) {
        margin-top: 20px;
    }

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

    .dangky_item .form_item {
        width: 100%;

    }

    .img-botFoot {
        margin: 0;
        margin-bottom: 15px;
    }

    .conten-botFoot-left {
        display: block;
        margin-bottom: 15px;
    }


}



@media (max-width:767px) {



    .dangky_item .form_item {
        width: 100% !important;
        padding: 30px 25px;
    }

    .dangky_form .dangky_item {
        max-width: 100%;
    }

    .dangky_form .row {
        display: block;
    }


    .bottom-contact {
        /* display: block; */
        position: fixed;
        bottom: 0;
        background: #241086;
        width: 100%;
        z-index: 99;
        box-shadow: 0px 0px 0px #dedede;
        border-top: 0px solid #eaeaea;
    }

    .footer {
        padding-bottom: 60px;
    }

    .bottom-contact ul li {
        width: 25%;
        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: #fff;
    }



    /*  */
    .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;
    }

    .hotline-bar {
        display: block;
    }

    .img-popular-courses img {
        display: none;
    }

    .content-popular-courses {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        border-radius: 10px;

        background-color: #e3f1ff;
    }

    .item_footer:nth-child(2) .box-footer,
    .item_footer:nth-child(3) .box-footer {
        width: 100%;
        margin-left: auto;
        margin-top: 15px;
    }



}

@media (max-width:550px) {
	.list-folder ul li {
		font-size: 17px;
	}
	.img-standard iframe {
		height: 240px;
	}
    .float-contact-mobile button {
        padding: 0;
        background: #ec6707;
        margin: 0 0 5px 0;
        width: 40px;
        height: 40px;
    }
    .chat_text {
        display: none;
    }
    .float-contact {
        left: 8px;
    }
    .float-contact .hotline {
        background: #ec6707 !important;
        border-radius: 20px;
        padding: 8px 18px;
        color: #fff;
        display: block;
        margin-bottom: 6px;
        border: none;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }
    span.chap_icon {
        display: block;
    }

    .copyrigvdht {
        text-align: center;
    }

    .list-foter-gt {
        margin-bottom: 25px;
    }

    .item_sp_dv .heade_foter h6 {
        font-size: 16px;
    }

    .icon-footer {
        margin-bottom: 30px;
    }

    .fix_item {
        display: block;
    }

    .footer-2 {
        /* background: rgb(26,36,106);
		background: -webkit-linear-gradient(left, rgba(26,36,106,1) 0%, rgba(169,125,184,1) 100%);
		background: -o-linear-gradient(left, rgba(26,36,106,1) 0%, rgba(169,125,184,1) 100%);
		background: linear-gradient(to right, rgba(26,36,106,1) 0%, rgba(169,125,184,1) 100%); */
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .boxup .form {
        max-width: 350px;
    }

    .noi-dung-form {
        padding: 20px 10px;
    }

    .noi-dung-form label[for] {
        display: none;
    }

    .icon_foter ul {}

    .item_icon {
        margin-top: 5px;
        padding: 0;
    }

    .item_sp_dv .heade_foter h6 {
        margin-bottom: 0;
        text-align: left;
        text-transform: uppercase;
    }

    .content_gt {
        text-align: justify;
    }

    .item_sp_dv {
        padding: 0;
    }

    .dangky_item .form_item {
        padding: 28px 15px;
    }

    .input_form form button {
        padding: 15px;
        margin-top: 10px;
    }

    .noidung textarea {
        margin-top: 5px;
    }

    .dangky_form .dangky_item .form_item h2 {
        text-align: center;
        font-size: 20px;
    }

    .input_form .input_item {
        display: block;
    }

    .input_form .input_item input {
        width: 100%;
        margin: 5px 0;
    }

    .item:nth-child(1) .item_l .itemt_1_text h2 {
        font-size: 16px;
    }

    .itemt_1_text .times,
    .itemt_1_text .times .time_item,
    .itemt_1_text .times .file {
        font-size: 14;
        font-weight: 400;
    }

    .item:nth-child(2) .item_one .item_one_content {
        width: 110%;
    }

    .item_one_content h3 {
        font-size: 16px;
    }

    .item_one_content .times {
        font-size: 12px;
    }

    .latest_update .header_update p {
        margin-bottom: 12px;
    }

    .latest_update .header_update h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .box_section_email {
        padding: 0 20px;
    }

    .padding_none_in {
        padding: 25px 0 0px 0;
    }

    .footer-link li a {
        line-height: 25px;
        font-size: 14px;
    }

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

    .box_footer_01 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box_footer_02 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box_footer_03 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box_footer_04 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

    .list-link-footer ul li {
        color: #333;
        width: 100%;
        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 10px;
    }

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

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

    .contact_fixed {
        display: flex;
    }

    .zoom_img_footer {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .icon_foter ul li a {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .bt_before-text h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .bt_before-form input {
        font-size: 13px;
    }
}