:root {
    --second-color: #F58220;
    --bg-gradien: linear-gradient(270deg, #000000 0, #F58220 100%);
}

div#masthead {
    border-bottom: 5px solid #F58220;
}
div#popup {border-radius: 5px;}

div#popup .ss_form {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
div#popup .ss_form form .exceprt {
    color: #000;
}
.header-button a {
    background: var(--bg-gradien);
    height: 30px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bg-gradien);
    opacity: .3;
    left: 0;
    top: 0;
    border-radius: 6px;
    -webkit-animation: scaleIn 1s ease infinite alternate;
    animation: scaleIn 1s ease infinite alternate;
    z-index: -1;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #10BDF9 0, #1C48C1 100%);
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #E6F4EB;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: linear-gradient(180deg, #10BDF9 0, #1C48C1 100%);
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #E6F4EB;
}

@-webkit-keyframes scaleIn {
    to {
        -webkit-transform: scale(1.1, 1.3);
        transform: scale(1.1, 1.3)
    }
}

@keyframes scaleIn {
    to {
        -webkit-transform: scale(1.1, 1.3);
        transform: scale(1.1, 1.3)
    }
}

ul.header-nav.header-nav-main.nav.nav-left>li>a {
    font-size: 16px;
    font-weight: bold;
}

ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: center;
}

ul.header-nav.header-nav-main li>ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #1c48c1;
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}

ul.header-nav.header-nav-main>li>.sub-menu {
    left: 0;
    top: 100%;
}

ul.header-nav.header-nav-main>li>.sub-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid #1c48c1;
}

ul.header-nav.header-nav-main>li>.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}

ul.header-nav.header-nav-main>li.current-dropdown>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

ul.header-nav.header-nav-main>li>.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: var(--bg-gradien);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.header-nav.header-nav-main>li>.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}

ul.header-nav.header-nav-main>li>.sub-menu li a:hover {
    color: #fff !important;
}


/*  */

ul.header-nav.header-nav-main>li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main>li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%;
}

ul.header-nav.header-nav-main>li .sub-menu>li {
    position: relative;
}

ul.header-nav.header-nav-main>li .sub-menu>li {
    width: 100%;
}

ul.header-nav.header-nav-main>li .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

ul.header-nav.header-nav-main li>ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

ul.header-nav.header-nav-main .icon-angle-down:before {
    display: none;
}

ul.header-nav.header-nav-main>li.has-dropdown>a>i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%23ffffff"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
    margin-top: 6px;
}


/* Menu mb */

html.js.active {
    overflow: hidden;
}

div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}

div#wrapper.active .header-wrapper.stuck {
    left: 330px;
    transition: .25s;
}

div#wrapper.active .header-wrapper {
    transition: .25s;
}

div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}

.menu-mobile {
    width: 26px;
    height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform .33s ease-out;
}

.line-top {
    transition: transform .33s cubic-bezier(.54, -.81, .57, .57);
    transform-origin: right;
    background-color: #000;
    border-radius: 1.5px;
    width: 50%;
    height: 3px;
}

.line-center {
    background: linear-gradient(270deg, var(--second-color) 0, #000 100%);
    ;
    border-radius: 1.5px;
    width: 100%;
    height: 3px;
}

.line-bottom {
    align-self: flex-end;
    transition: transform .33s cubic-bezier(.54, -.81, .57, .57);
    transform-origin: left;
    background-color: var(--second-color);
    border-radius: 1.5px;
    width: 50%;
    height: 3px;
}

div#menu_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 100;
    background-color: #fff;
    transform: translateX(-100%);
    transition: .5s;
    padding: 30px 15px;
    overflow-y: auto;
    width: 330px;
    border-right: 2px solid var(--primary-color);
}

div#menu_bar.scroll-menu {
    transform: translateX(0%);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

.body_noscroll {
    height: 100%;
}

.menu_mobile {
    list-style: none;
}

div#menu_bar .menu_mobile>li {
    border: none;
    position: relative;
    margin: 0;
}

div#menu_bar .menu_mobile>li:not(:last-child) {
    border-bottom: 1px solid var(--primary-color);
}

div#menu_bar .menu_mobile>li>a {
    display: block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
}

div#menu_bar .menu_mobile>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px;
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0;
}

div#menu_bar ul.sub-menu li a {
    color: var(--primary-color);
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative;
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: var(--primary-color);
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
}

div#menu_bar .menu_mobile button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: var(--primary-color);
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
}

div#menu_bar i.icon-angle-down {
    display: none;
}

div#menu_bar .menu_mobile button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px;
}

div#menu_bar .menu_mobile .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

div#menu_bar .menu_mobile ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block !important;
    padding-left: 15px !important;
}

div#menu_bar .menu_mobile li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
}

.has-dropdown .icon-angle-down {
    font-weight: bold !important;
    opacity: 1;
    top: -2px;
}

.rotate-mb {
    transform: rotate(-45deg);
}

.rotate-mb .line-top {
    transform: rotate(-90deg) translateX(4px);
}

.rotate-mb .line-bottom {
    transform: rotate(-90deg) translateX(-4px);
}

div#wrapper.active {
    transition: all 0.25s ease-out;
    left: 330px;
}

div#wrapper {
    transition: all 0.25s ease-out;
    left: 0;
}

.gtranslate_wrapper a.glink {
    color: #fff;
}

.gtranslate_wrapper a.glink.gt-current-lang {
    color: var(--second-color);
}


/* btn */

.about_btn {
    width: max-content;
    height: 40px;
    border: none !important;
    padding: 0 30px !important;
    background: linear-gradient(270deg, #000000 0, var(--second-color) 100%);
    position: relative;
    align-items: center;
    justify-content: center;
    display: inline-flex !important;
    overflow: hidden;
    box-shadow: none;
}

.about_btn:hover {
    background: none;
    box-shadow: none;
}

.about_btn:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 5px
}

.about_btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20%;
    height: 100%;
    border-radius: 4px;
    background: var(--second-color);
    z-index: 1;
    transform: rotateZ(-45deg) translate(-70%, -40%);
    transition: .5s
}

.about_btn:hover span {
    color: #fff
}

.about_btn:hover::before {
    transform: initial;
    transition: .5s;
    width: 100%
}

.about_btn span {
    z-index: 1;
    color: #000;
    font-weight: 700
}

a.button.primary.about_btn:after {
    background: linear-gradient(270deg, #000000 0, var(--second-color) 100%);
}

a.button.primary.lowercase.about_btn span {
    color: #fff;
}


/* Home */

.home_banner h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 5px;
    margin: 0;
    background-image: -webkit-linear-gradient(left, #75879300, #ef7f1f, #0e76bc00);
}

.home_banner h1 span {
    display: block;
    font-weight: 400;
}

.home_banner .box .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    scale: 0;
    transition: .5s;
}

.home_banner .box:hover .box-text {
    scale: 1;
}

.home_banner .box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.home_banner .box .box-text * {
    margin: 0 auto;
}

a.button.home_btn {
    font-weight: 600;
    padding: 0 30px;
    border-radius: 5px;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
    min-width: 136px;
    height: 44px;
    font-size: 18px;
    z-index: 1;
}

a.button.home_btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
    background-color: var(--second-color);
    z-index: -2;
}

a.button.home_btn:hover {
    background: var(--primary-color);
    transform: translate(0, 0.25em);
}

a.button.home_btn:hover::before {
    transform: translate3d(0, 0.5em, -1em);
}

a.button.home_btn:active {
    transform: translate(0em, 0.75em);
}

a.button.home_btn:active::before {
    transform: translate3d(0, 0, -1em);
}

.ss_about .content ul li {
    margin: 0;
    font-weight: bold;
}

.ss_about .content ul {
    padding-left: 20px;
}

.border_5 {
    border-radius: 5px;
    overflow: hidden;
}

.ss_form form h3 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
}
.ss_form  span.wpcf7-list-item-label {
    color: #fff;
}
.ss_form form .form_group {
    display: flex;
    gap: 20px;
}

.ss_form form .form_group .item {
    flex: 1;
}

.ss_form form .form_group .item:first-child {
    max-width: 220px;
}

.ss_form form .form_group input.wpcf7-form-control {
    height: 30px;
    border-radius: 4px;
}

.ss_form {
    background: #d00000;
}

.ss_form input[type=checkbox] {
    margin: 0;
}

span.wpcf7-list-item {
    line-height: 24px;
    height: 24px;
}

.ss_form form {
    margin: 0;
}
.ss_form form .exceprt {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #f68b20;
}
.ss_form form select.wpcf7-form-control {
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
}

.ss_form form input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    text-transform: inherit;
    margin: 0;
}

span.wpcf7-spinner {
    width: 0;
    margin: 0;
}

.ss_form form p>label {
    color: #ffffff;
}

.brand-slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}

.row.set_gallery {
    display: flex;
    width: calc(250px * 27);
    flex-flow: initial;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
}

.set_gallery .gallery-col.col {
    height: 58px;
    min-width: 120px;
    border-radius: 12px;
    border: 1px solid #0e76bc;
    margin: 0 6px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.set_gallery .gallery-col.col .col-inner {
    height: 100% !important;
    display: flex;
    align-items: center;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(-250px * 1));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(-250px * 1));
    }
    100% {
        transform: translateX(0);
    }
}

.row.set_gallery:nth-child(2) {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.row.set_gallery:last-child {
    -webkit-animation: scroll 25s linear infinite;
    animation: scroll 25s linear infinite;
}

.brand-slider:after,
.brand-slider:before {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.brand-slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.brand-slider:before {
    left: 0;
    top: 0;
}

a.button.home_btn:after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-left: 5px;
    content: "\f044";
}

.doitac .box {
    border-radius: 5px;
    overflow: hidden;
}

.doitac .box .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.box_hb .box-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.box_hb .box-text * {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.box_hb:hover .box-text {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.home_title.title_hb h2,
.home_title.title_prize h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 32px;
    margin: 0;
}

.home_title.title_prize h2:before {
    width: 60px;
    height: 60px;
    content: "";
    background-image: url(https://set-edu.com/australia-study-migration-expo/wp-content/uploads/2023/12/gift.png);
    display: inline-flex;
    background-size: 60px;
}

.home_title.title_hb h2:after {
    width: 80px;
    height: 80px;
    content: "";
    background-image: url(https://set-edu.com/australia-study-migration-expo/wp-content/uploads/2023/12/graduation-hat.png);
    display: inline-flex;
    background-size: 80px;
}

.ss_hb .bg_top {
    top: -30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.ss_hb .bg_top p {
    margin: 0;
}

.ss_hb .bg_top svg {
    width: 100%;
    max-width: 100%;
    height: 75px;
    transform: rotateY(180deg);
}

.ss_hb .bg_top svg polygon {
    fill: #fff;
}

.home_title.title_hb h2 {
    justify-content: end;
}


/* Footer */
.set_bottom .title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    background-image: linear-gradient(120deg, #f58019 0%, #0e76bc 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.25em;
    background-position: 0 90%;
    transition: background-size .25s ease-in;
    display: inline-block;
    width: auto;
}

.icon_footer .icon-box-img {
    height: 80px;
    background: #0e76bc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon_footer .icon-box-img svg {
    padding: 0;
    width: 50px;
    height: 40px;
}

.icon_footer h3 {
    font-size: 20px;
    color: #0e76bc;
    line-height: 1;
}

.icon_footer p {
    color: #f58220;
    font-size: 14px;
}

.icon_footer .icon-box-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.ss_footer {
    background: #002e5b url(https://set-edu.com/wp-content/themes/set-education/assets/img/debut-light.png) 0 0 repeat scroll;
    background-blend-mode: overlay;
}

.copyright-footer {
    color: #fff;
}

.absolute-footer {
    padding: 8px 0;
}

.footer_title h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 34px;
    position: relative;
}

.footer_title h3:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 8px;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 3px, rgba(255, 255, 255, 0.15) 3px, rgba(255, 255, 255, 0.15) 6px);
}

.ss_footer a.ux-menu-link__link.flex {
    line-height: 28px;
    min-height: 28px;
    padding: 0;
    position: relative
}

.ss_footer .ux-menu.stack.stack-col {
    gap: 5px
}

.ss_footer a.ux-menu-link__link.flex:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff
}

.ss_footer .social-icons {
    gap: 10px;
    display: flex;
}

.ss_footer a.ux-menu-link__link.flex:hover {
    color: var(--second-color)
}

.pad_none {
    padding-bottom: 0 !important;
}

.share_face .f_like {
    width: 82px;
    overflow: hidden;
}

.share_face {
    display: flex;
    gap: 10px;
}

.share_face .f_share a {
    background: #1877f2;
    color: #fff;
    margin: 0 !important;
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 20px;
}

.f_share {
    display: inline-flex;
}

.share_face {
    width: 130px;
    overflow: hidden;
}

#logo a {
    display: flex;
    gap: 10px;
}
/* Pc      --------------------------------------------- */

@media(min-width: 766px) {}

@media (width: 1024px) {}

@media (max-width: 1024px) {}

@media (min-width: 990px) and (max-width: 1100px) {}


/*************** ------------------------PC và Tablet  --------------------------  ***************/

@media (min-width: 740px) {}


/*************** ------------------------Tablet  --------------------------  ***************/

@media (min-width: 740px) and (max-width: 1023px) {}

@media (max-width:990px) {}


/*************** ------------------------Mobile và Tablet --------------------------  ***************/

@media (max-width: 1023px) {
    .header-main li.html.custom {
        display: block !important;
    }
    .home_banner .box .box-text {
        scale: 1;
    }
    .home_banner .box .overlay {
        opacity: .6 !important;
    }
    .home_banner h1 {
        font-size: 40px;
    }
    .anu_picture .title {
        padding-left: 20px;
    }
    
    .anu_picture .title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .anu_picture .title p {
        margin: 0;
    }
    
    .anu_picture .icon-box {
        flex-flow: column;
        align-items: center;
    }
    
    .anu_picture .icon-box .icon-box-text {
        text-align: center;
        padding: 0;
    }
    
    .anu_picture .icon-box .icon-box-text h3 {
        font-size: 18px;
    }
}


/*************** ------------------------ Mobile   --------------------------  ***************/

@media screen and (max-width: 549px) {
    .home_banner h1 {
        font-size: 32px;
        letter-spacing: 1px;
        margin: 0;
    }
    .home_title.title_hb h2,
    .home_title.title_prize h2 {
        font-size: 20px;
    }
    .home_title.title_hb h2:after,
    .home_title.title_prize h2:before {
        height: 40px;
        width: 40px;
        background-size: 40px;
    }
    
}


/* Css new */
.anu_banner .bg .section-bg-overlay.absolute.fill {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.65%, rgba(0, 0, 0, 0.64) 99.33%);
}

.anu_banner > .bg.section-bg.fill.bg-fill.bg-loaded {
    transform-origin: 50% 55%;
    animation: zoom-in-out 5s ease-in-out;
    object-fit: cover;
    object-position: center center;
}
@keyframes zoom-in-out {
    0% {
        transform: rotate(15deg) scale(2, 2);
        filter: brightness(1.2);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
        filter: brightness(1);
    }
}
.anu_banner h1 {
    font-size: 52px;
    margin-bottom: 0px;
}
.anu_banner {
    overflow: hidden;
}

span.wpcf7-form-control.wpcf7-acceptance.optional span.wpcf7-list-item-label {
    font-size: 12px;
    font-style: italic;
    line-height: 1 !important;
    color: #fff;
}

span.wpcf7-form-control.wpcf7-acceptance.optional {
    padding: 10px 0 !important;
    display: block;
}

button.button.primary.lowercase.about_btn {
    border-radius: 5px;
    margin-top: 10px;
}

span.wpcf7-form-control-wrap.recaptcha > span {
    text-align: center;
    display: flex;
    justify-content: center;
}
.col_duhocsinh .img {
    border-radius: 5px;
    overflow: hidden;
}

.col_duhocsinh  h3 {
    text-shadow: 2px 0 #0e76bc, -2px 0 #0e76bc, 0 2px #0e76bc, 0 -2px #0e76bc, 1px 1px #0e76bc, -1px -1px #0e76bc, 1px -1px #0e76bc, -1px 1px #0e76bc;
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.col_duhocsinh p {
    font-style: italic;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
}
.col_duhocsinh:last-child .img {
    border-radius: 5px !important;
}
.col_duhocsinh .img.logo {
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px !important;
    margin: 0;
}
.col_duhocsinh .img.logo3 {
    left: 10px;
}

.col_duhocsinh .img.logo2 {
    bottom: 10px;
    top: auto;
    left: 10px;
    z-index: 1;
}
.content_last h3 {
    text-shadow: 2px 0 #0e76bc, -2px 0 #0e76bc, 0 2px #0e76bc, 0 -2px #0e76bc, 1px 1px #0e76bc, -1px -1px #0e76bc, 1px -1px #0e76bc, -1px 1px #0e76bc;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.btn_thamdu {
    display: inline-flex !important;
    height: 60px;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 60px !important;
    border: none !important;
    padding: 0 30px !important;
    position: relative !important;
    margin-bottom: 0 !important;
}
.btn_thamdu:before {
    content: "\f044";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 13px;
    font-size: 25px;
}
.title_ani h2{
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
    font-weight: bold;
}
@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
  }

  .ss_wow .box .box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss_wow .box  .box-text {
    padding: 20px;
    height: 100%;
}

.ss_wow .box {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.ss_wow .box .box-text h4 {
    color: #fff;
}

.ss_wow .box .box-text p {color: #fff;}

.ss_wow .box .box-image * {
    height: 100%;
    object-fit: cover;
}
.ss_regisform form {
    margin: 0;
}
.ss_regisform form h3 {
    text-align: center;
    /* background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear; */
    font-size: 24px;
}
.ss_regisform form .wpcf7-form-control.wpcf7-text,.ss_regisform form select.wpcf7-form-control.wpcf7-select {
    border-radius: 5px;
    margin-bottom: 7px;
}
.ss_regisform form span.wpcf7-form-control.wpcf7-acceptance.optional input[type="checkbox"] {
    margin-bottom: 0;
}
.ss_regisform form button.button.primary.lowercase.about_btn {
    margin-bottom: 0 !important;
}
.product_video.img_boder {
    position: relative;
    overflow: hidden;
}

.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.btn_pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.product_video video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.product_video {
    position: relative;
}

.product_video:hover {
    cursor: pointer;
}
.title_zoom h2 {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.ss_video .list_icon  .icon-box .icon-box-text {
    background-color: #000;
    box-shadow: rgb(255, 255, 255) -12px 6px 20px -15px;
    border-radius: 20px;
    padding: 10px 15px 10px 50px;
    text-align: center;
    font-weight: bold;
}

.ss_video .list_icon .icon-box {
    margin-bottom: 10px;
}

.ss_video .list_icon .icon-box img {
    padding: 0;
}

.ss_video .list_icon .icon-box {
    align-items: center;
}

.ss_video .list_icon .icon-box .icon-box-img {
    background-color: #efa721;
    border-radius: 50%;
    margin-right: -20px;
    padding: 10px;
}
.btn_thamdu {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.border_5{
    border-radius: 5px;
overflow: hidden;
}
.ss_giaosu .info {
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
}

.ss_giaosu .info img {
    border-radius: 10px;
}

.ss_giaosu .info:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #be830e;
    z-index: -1;
    border-radius: 10px;
}

.ss_giaosu .content ul {
    list-style: none;
    position: relative;
}

.ss_giaosu .content ul li {
    margin-left: 0;
    padding-left: 50px;
    position: relative;
}

.ss_giaosu .content ul li:before {
    content: "";
    height: 40px;
    width: 40px;
    display: inline-flex;
    position: absolute;
    left: 0;
    background-image: url(https://dai-hoc-anu-group-of-eight.set-edu.com/wp-content/uploads/2024/07/learning.png);
    background-color: #fff;
    background-size: 25px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.ss_giaosu .content ul:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 1px;
    top: 20px;
    bottom: 20px;
    background: #fff;
}
.ss_giaosu .title h2 {
    border: 3px solid #d00000;
    border-radius: 10px;
    padding: 10px 30px;
    margin: 0 auto;
    background: #d00000;
    color: #fff;
}
.anu_banner form h3 {
    text-align: center;
}

.anu_banner form .wpcf7-form-control.wpcf7-text,.anu_banner form select.wpcf7-form-control.wpcf7-select {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}
.anu_banner form {
    margin: 0;
}

.anu_banner form button.button.primary.lowercase.about_btn {
    margin-bottom: 0;
}

.anu_banner form span.wpcf7-form-control.wpcf7-acceptance.optional input {margin-bottom: 0;}
@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }
  
    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
  .ss_alarmclock .icon-box {
    align-items: center;
}

.ss_alarmclock .icon-box .icon {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}
.ss_blog .box {
    box-shadow: 0 12px 32px -6px rgba(127, 127, 127, 0.3);
    height: 100%;
}

.ss_blog .box .box-text.text-left {
    padding: 20px !important;
}

.ss_blog .box .box-text.text-left a.button.primary {
    margin: 0 0 0 auto !important;
    padding: 0;
    display: table;
    min-height: 20px;
    height: 20px;
    color: #945f00 !important;
    font-weight: 500;
}

.ss_uudiem .icon-box {
    background: rgb(241, 243, 244);
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    height: 100%;
}
.ss_uudiem .icon-box p {
    font-size: 14px;
    margin: 0;
}
.ss_wow .col_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 52px;
    height: 1px;
    background: #fff;
}
.ss_wow .col_item .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    transform: scale(0);
    transition: .3s;
}

.ss_wow .col_item .img * {
    height: 100%;
    object-fit: cover;
}

.ss_wow .col_item:hover .img {
    transform: scale(1);
    transition: .3s;
    cursor: pointer;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.9) rotateX(20deg) rotateY(20deg) rotateZ(0deg);
    color: rgba(0, 30, 100, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    color: rgba(50, 230, 255, 1);
  }
}
.hocbong_title h2 {
    letter-spacing: 0.03em;
    text-shadow: -0.09em 0 0 #F22613, 0.09em 0 0 #00FFFF;
    font-size: 42px;
}
.linhvat_wrap {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    width: max-content;
}

.linhvat_wrap img {
    width: 150px;
}

.linhvat_wrap  .ux-timer {
    width: 150px;
}

.linhvat_wrap .ux-timer span strong {
    font-size:8px;
    font-weight:500;
    text-transform:initial;
    
}

.linhvat_wrap .ux-timer span {
    font-size: 12px;
    padding:4px 
}
.form_popup {
    display: flex;
    gap: 15px;
}

.form_popup .form_item {
    flex: 1;
}

.form_popup .form_item .wpcf7-form-control.wpcf7-text, div#popup .wpcf7-form-control.wpcf7-email {
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
}
.ss_video .col_video  p {
    margin-bottom: 0px !important;
}

.ss_video .col_video  iframe {
    border-radius: 5px;
}
.gallery-col .box {
    border-radius: 5px;
    overflow: hidden;
}
.ss_video {
    background-image: -webkit-linear-gradient(92deg, #f1801f, #dd9557);
}
.pulse{
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    text-transform: inherit;
    background: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    overflow: hidden;
    border: none;
    margin: 0;
}
.wpcf7-response-output {
    display: none;
}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
.ss_wow .col_item p br {
    display: none;
}
	.ss_giaosu .title h2 {
    padding: 10px;
}

.ss_regisform p br ,.ss_uudiem .icon-box p br,.ss_giaosu .content ul li br,.ss_wow .col_item h3 br,.text br{
    display: none;
}
	.anu_banner form h3 {
    font-size: 24px;
}

.title p br {
    display: none;
}
	.ss_alarmclock .text br{
		display:block;
	}
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    
    #logo img {
        height: 66px;
        margin: 0;
    }
    .btn_thamdu {
        font-size: 14px !important;
    }
    .form_popup {
        flex-flow: column;
        gap: 0;
    }
    .linhvat_wrap {
        left: 5px;
        bottom: 0;
        display: flex;
        flex-flow: column-reverse;
    }
    
    .linhvat_wrap .ux-timer {
        margin-top: 0;
    }
    
    .linhvat_wrap img {
        width: 70px;
    }
	.ss_form {
    background: #f68b20;
}

.ss_form form h3 {
    color: #fff;
}
}