.news-detail-sidebar {
    margin-bottom: 20px;
    position: static;
}

.top-footer ul.menu {
    font-weight: bold;
    color: #a2adbe;
}

.top-footer ul.menu li {
    margin-bottom: 10px;
}

.top-footer ul.menu li:last-child {
    margin-bottom: 0;
}

.top-footer ul.menu li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.top-footer .column:first-child ul.menu {
    color: #33a2c4;
    font-size: 11px;
    font-weight: bold;
}

.top-footer .column:first-child ul.menu li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

.top-footer .column:first-child ul.menu li:last-child {
    margin-right: 0;
}

.top-footer .column:first-child ul.menu li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.top-footer .column:first-child ul.menu li a:hover {
    text-decoration: underline;
}

.immigration-banner-sec .main-decor-title-2 {
    color: rgb(255 255 255 / 0.7);
}

.study-level-item .study-level-overlay img {
    -webkit-filter: blur(0) brightness(1) opacity(1);
    filter: blur(0) brightness(1) opacity(1);
}

.parallax-mirror img.parallax-slider {
    left: 0;
}

.page-template-home-template .testimonial-sec .columns {
    position: relative;
    z-index: 3;
}

.main-decor-title-2 {
    text-transform: uppercase;
    height: 144px;
}

#main-menu-nav>li>a {
    text-transform: uppercase;
}

.page-template-default .mona-content {
    font-size: 16px;
    line-height: 1.7;
}

.box-content {
    max-width: 900px;
    margin: 0 auto;
}


/*css cua tan*/

.testimonial-item .testimonial-img img {
    height: 100%;
}

.testimonial-item .testimonial-img {
    -webkit-transition: 0.4s;
    height: 100%;
}

.testimonial-item {
    height: 100%;
    object-fit: cover;
}

.tan-btn:hover {
    background: #33a2c4;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

.immigration-banner-sec .banner-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    text-align: right;
}

.immigration-banner-sec .banner-content .banner-title {
    margin-bottom: 0px;
    padding-top: 100px;
}

.about-banner-sec .main-decor-title-2 {
    margin-left: -110px;
}

.news-banner-sec .main-decor-title-2 {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .top-footer ul.menu li {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1440px) {
    .immigration-banner-sec .banner-content {
        text-align: center;
    }
    .immigration-banner-sec .main-decor-title-2 {
        padding-left: 0;
    }
    .about-banner-sec .main-decor-title-2 {
        margin-left: 0px;
    }
}

.main-decor-title-2 {
    font-size: calc(6vw + 12px);
}
.home-banner-item {
    height: 100%;
}

/*end css cua tan*/

.main-decor-title {
    white-space: break-spaces;
}

.single-post-tags {
    font-size: 18px;
}

.single-post-tags ul {
    display: block;
}

.single-post-tags .title {
    margin-bottom: 10px;
}

.single-post-tags ul li {
    margin: 5px 5px 5px 0;
    display: inline-block;
}

.single-post-tags ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
    border-radius: 4px;
    opacity: 0.6;
    background: #afbcbc;
}

#welcome-sec {
    transform: scale(0.1);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    transition: 1s;
}

#welcome-sec.fixed {
    transform: scale(1);
    opacity: 1;
}


/* .mona-wrap-map path:hover {
  fill: aqua;
} */

a.main-custom-btn {
    padding: 15px 10px;
    background: #18335e;
    margin: 10px;
    color: #fff;
    font-weight: 800;
    position: relative;
    transition: 0.2s;
    box-shadow: 1px 2px 3px 1px #67676785;
    filter: drop-shadow(1px 2px 3px #67676785);
    -webkit-filter: drop-shadow(1px 2px 3px #67676785);
}

a.main-custom-btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #18335e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(45deg) translateY(50%);
    transition: 0.2s;
}

a.main-custom-btn:hover {
    background: #41a2c4
}

a.main-custom-btn:hover:after {
    background: #41a2c4
}

.mona-image-map {
    position: relative;
    height: 900px;
}

.mona-image-map svg {
    max-width: 100%;
}

.button-map {
    position: absolute;
}


/* western */

.button-map.western {
    top: 40%;
    left: 20%;
}


/* northern */

.button-map.northern {
    top: 25%;
    left: 40%
}


/* south */

.button-map.south {
    top: 50%;
    left: 45%;
}


/* queensland */

.button-map.queensland {
    top: 33%;
    left: 65%;
}


/* new-south */

.button-map.new-south {
    top: 55%;
    left: 70%;
}


/* victoria */

.button-map.victoria {
    top: 70%;
    left: 65%;
}

@media screen and (max-width: 1025px) {
    /* victoria */
    .button-map.victoria {
        top: 68%;
    }
    /* western */
    .button-map.western {
        left: 15%;
    }
}

@media screen and (max-width: 769px) {
    a.main-custom-btn {
        font-size: 12px;
    }
    a.main-custom-btn::after {
        width: 10px;
        height: 10px;
    }
    /* western */
    .button-map.western {
        left: 10%;
    }
    /* victoria */
    .button-map.victoria {
        top: 65%;
        left: 68%;
    }
}

@media screen and (max-width: 500px) {
    a.main-custom-btn {
        padding: 8px 10px;
    }
    .mona-image-map {
        max-height: 400px;
    }
    .mona-image-map svg {
        max-height: 100%;
    }
    a.main-custom-btn {
        font-size: 6px;
    }
}

@media screen and (max-width: 321px) {
    .button-map.victoria {
        top: 60%;
    }
    a.main-custom-btn {
        padding: 5px 2px;
    }
    a.main-custom-btn:after {
        z-index: -1;
    }
}

.popup-info .popup-info-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.button-map-popup {
    width: 900px;
    max-width: 100%;
}

.popup-info .popup-info-desc {
    margin-bottom: 5px;
}

.header-bar-bottom {
    width: 100%;
}
.thanhcong .testimonial-wrap .column{
    width: 25%;
}
.mona-thanhcong-slider .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .testimonial-item .testimonial-info{
    right: 100%;
    left: auto;
    padding-right: 15px;
    padding-left: 0;
}
.mona-thanhcong-slider .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .testimonial-item .testimonial-info-inner::before{
    transform: rotate( 180deg );
    left: 100%;
    right: auto;
}
.mona-custom-about .columns{
        justify-content: center;
    align-items: center;
}
.mona-custom-about .mona-tt{
font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}
.mona-custom-about .mona-position{
        font-style: italic;
    color: #32a2c4;
}
.mona-custom-about .mona-meo{
   text-decoration: underline;
    color: #17325d;
    font-weight: bold;
}
.about-us-sec-right img{
    width:50%;
}
.mona-custom-about .columns:nth-child(odd){
        flex-flow: row-reverse;
}
.mona-custom-about .columns:nth-child(even) .about-us-sec-right{
text-align: right;
}
@media screen and (max-width: 800px){
    .about-us-sec-left{
        width: 70%;
    }
    .about-us-sec-right{
        width: 30%;
    }
    .about-us-sec-right img{
        width: 100%;
    }
}
@media screen and (max-width: 580px){
   .mona-custom-about .columns{
       display:block;
   }
   .about-us-sec-left{
        width: 100%;
    }
    .about-us-sec-right{
        width: 100%;
    }
    .mona-custom-about .columns .about-us-sec-right,
    .mona-custom-about .mona-tt,
    .mona-custom-about .mona-position{
        text-align: center;
    }
}

.sec-video-mona{
    padding-top: 40px;
}
.flex-video{
      position: relative;
    padding-bottom: 56.25%;  
}
.flex-video iframe{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}