/*Variable*/
.custom-border-content {
    padding: 20px;
    border: 1px solid rgb(231 216 57 / 70%);
    border-radius: 3px;
}
.custom-border-content-2 {
    padding: 20px;
    border: 1px solid rgb(255 154 1 / 70%);
    border-radius: 3px;
}
.custom-border-content > * {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
.custom-border-content > *:last-child {
    border-bottom: 0;
}
.section {
	padding: 40px 0;
}
.text-main {
    color: var(--main-color2);
}

.table.table_ordered td, .table.table_ordered th {
    vertical-align: middle;
}

.ob-cover {
    object-fit: cover!important;
}

.section_app {
    padding: 50px 0 30px;
    background: #f7f7f7;
}

.list-app {
    margin-top: 30px;
}

ul.inventory {
    padding: 0;
    list-style: none;
}
ul.inventory .inventory_quantity {
    font-size: 1.8rem;
    margin-bottom: 4px;
    line-height: 1.72;
}
ul.inventory li i {
    color: red;
}
ul.inventory li .a-stock{
    color: #67a237;
}
.links-access {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}

.links-access li+li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.links-access li+li:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 6px;
}

@media screen and (max-width: 767px) {
    .links-access {
        margin-top: 10px;
        justify-content: center;
    }
    .links-access li+li {
        margin-left: 5px;
        padding-left: 5px;
    }
    .footer-copyright {
        text-align: center;
    }
}

.image-effect {
    position: relative;
    overflow: hidden;
}

.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3)
}

.image-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3)
}

.home-project .col {
    flex: 0 0 25%;
    max-width: 25%;
}

.banners-slider .item img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.banners-slider .item:hover img {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
}

.home-project {
    padding: 60px 0;
}

.banners-slider .slick-arrow {
    background: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #49a0ae;
}

.banners-slider .slick-prev:before {
    font-size: 30px;
    content: "\f359";
    background: unset;
}

.banners-slider .slick-next:before {
    font-size: 30px;
    content: "\f35a";
    background: unset;
}

.banners-slider .slick-prev:hover:before, .banners-slider .slick-prev:focus:before, .banners-slider .slick-next:hover:before, .banners-slider .slick-next:focus:before {
    color: var(--main-color);
}

@media screen and (min-width: 1280px) {
    .home-project .project-group-content .slick-active {
       width: 330px!important;
    }
    
    .home-project .project-group-content .slick-current.slick-active {
       width: 501px!important;
    }
    .banners-slider .slick-prev:before, .banners-slider .slick-next:before {
        font-size: 40px;
    }
}

@media screen and (min-width: 1600px) {
    .home-project .project-group-content .slick-active {
       width: 353px!important;
    }
    
    .home-project .project-group-content .slick-current.slick-active {
       width: 605px!important;
    }
}

/* Product */

.icon-youtube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 30px;
    opacity: .2;
    /* visibility: hidden; */
    transition: all 0.4s;
}

.album-box .img-box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .album-box .img-box img {
        height: 90px;
    }
}

@media screen and (min-width: 992px) {
    .arrows-style-2 .slick-prev{
        left: unset;
        right: 45px;
        top: -64px;
    }
    
    .arrows-style-2 .slick-next{
        right: 5px;
        top: -64px;
    }
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
}

/* End product */

/*News*/

.blog-slider .entry {
    color: #363636;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #259e01;
    overflow: hidden;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 3px;
}

.blog-slider .entry .entry-media img {
    height: 330px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.blog-slider .body-style-2 .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: rgb(51 51 51 / 20%);
    transition: all 0.35s;
}

.blog-slider .body-style-2 .entry-body .entry-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.blog-slider .entry-date {
    background-color: var(--main-color2);
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 27px;
    font-family: 'Bold';
    left: 0.7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1.7rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0.7rem;
    width: 6.5rem;
    height: 7rem;
}

.blog-slider .entry-date span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 1.2rem;
    /* margin-top: 0.2rem; */
    font-family: 'Regular';
    padding: 1px 7px;
    background-color: #000;
}

.blog-slider .entry-body {
    position: relative;
    font-size: 1.2rem;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.blog-slider .icon {
	color: #259e01;
	font-size: 3rem;
	margin-top: 5px;
	margin-bottom: 18px;
}

.blog-slider .entry-title {
    color: #00609d;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--main-color);
}

.blog-slider .description {
    color: #6c6c6c;
    font-size: 17px;
    line-height: 24px;
    padding-top: 3px;
}

@media screen and (min-width: 1025px) {
	.blog-slider .description {
	    min-height: 105px;
	}
}

.blog-slider .entry-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

.blog-slider .btn {
	font-family: 'Bold';
	font-size: 1.8rem;
	color: var(--main-color);
}

@media screen and (max-width: 767px) {
	.blog-slider .description {
	    font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
    .blog-slider .simple-entry-list .item {
        margin-bottom: 3rem;
    }
    .blog-slider .entry-title {
        font-size: 2.4rem;
        min-height: 64px;
    }
    .blog-slider .entry-body {
        font-size: 1.4rem;
        margin: -70px 20px 0;
    }
}

.tt-title {
    color: #e05b23;
    font-size: 3.8rem;
    display: inline-block;
    border: 1px dashed #fff;
    border-radius: 10px;
}

.tt-border-line {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
span.tag {
	font-weight: bold;
	color: #e05b23;
}
.tt-border-line img  {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_about_us {
	padding: 60px 0;
	padding: 50px 0 50px 0;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    /* background-attachment: fixed; */
    background-image: url(../images/bg-bottom-right.png);
}

.section_about_us .department-tabs2-bg {
    position: absolute;
    z-index: -1;
    left: 30%;
    top: 0;
    transform: translateX(-50%);
}

.section_about_us p {
    font-family: Aristote;
	font-size: 26px;
	line-height: 40px;
	background-image: linear-gradient(to bottom, #138aa7, #128f89, #109370);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section_about_us .content {
	padding: 20px 0;
	opacity: .9;
}

.section_career {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
}

.section_career:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #e5e5e5;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}

.section_career .container {
    position: relative;
    z-index : 2;
}

.section_career .content {
    font-size: 17px;
}

.section_career .content .content-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
}

.thank_you_card {
    background-color: #f1f1f1;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.thank_you_card .row {
    position: relative;
    z-index: 10;
}

.thank_you_card .subtitle {
    font-size: 4rem;
    font-family: Aristote;
    color: var(--main-color);
    letter-spacing: 6px;
}

.thank_you_card .content {
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.thank_you_card .shape {
    position: absolute;
}

.thank_you_card .shape.shape-1 {
    content: url(../images/shape/PNG-0000002212-png-bong-lua.png);
    left: -148px;
    top: -30px;
    width: 400px;
    height: 352px;
}

.thank_you_card .shape.shape-2 {
    content: url(../images/shape/Asset_4@4x.png);
    right: -326px;
    top: -72px;
    width: 491px;
    height: 400px;
    z-index: 0;
}

.thank_you_card .shape.shape-3 {
    content: url(../images/shape/Asset_1@4x.png);
    left: -114px;
    bottom: -85px;
    width: 200px;
    height: 245px;
}

.thank_you_card .shape.shape-4 {
    content: url(../images/shape/PNG-0000002212-png-bong-lua.png);
    right: -127px;
    bottom: -82px;
    width: 400px;
    height: 352px;
}

.thank_you_card .shape.shape-5 {
    content: url(../images/shape/Asset_3@4x_5.png);
    right: 50%;
    top: -96px;
    width: 254px;
    height: 245px;
    transform: translate(50%, 0);
    z-index: -1;
}

/* .line-shadow {
    position: absolute;
    top: 53px;
    right: -267px;
    display: block;
    width: 129%;
    height: 72px;
    transform: rotate3d(1, 1, 1, 71deg);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 3%) 0px 10px 20px 13px;
    background-color: rgb(0 0 0 / 3%);
}

.line-shadow-2 {
    position: absolute;
    top: 71px;
    right: -416px;
    display: block;
    width: 129%;
    height: 72px;
    transform: rotate3d(1, 1, 1, 72deg);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 3%) 0px 10px 20px 13px;
    background-color: rgb(0 0 0 / 3%);
} */

@media screen and (max-width: 991px) {
    .thank_you_card .shape.shape-1 {
        left: -107px;
        top: -33px;
        width: 262px;
        height: 230px;
    }
    
    .thank_you_card .shape.shape-2 {
        right: -395px;
        top: -92px;
        width: 491px;
        height: 400px;
        z-index: 0;
    }
    
    .thank_you_card .shape.shape-4 {
        right: -78px;
        bottom: -33px;
        width: 262px;
        height: 230px;
    }
    .thank_you_card .shape.shape-5 {
        width: 128px;
        height: 156px;
    }
}

@media screen and (max-width: 600px) { 
    .thank_you_card {
        background-color: #f1f1f1;
        padding: 15px;
    }
    .thank_you_card .shape.shape-1 {
        left: -80px;
        width: 190px;
        height: 167px;
    }
    
    .thank_you_card .shape.shape-2 {
        right: -141px;
        top: -82px;
        width: 191px;
        height: 200px;
        z-index: 0;
    }
    
    .thank_you_card .shape.shape-3 {
        left: -75px;
        bottom: -74px;
        width: 100px;
        height: 145px;
    }
    
    .thank_you_card .shape.shape-4 {
        width: 190px;
        height: 167px;
    }
    .thank_you_card .shape.shape-5 {
        width: 0;
        height: 0;
    }
}

.bg-grey {
    background-color: #f4f4f4;
}

.section_blog {
    padding: 60px 0;
}

.section_blog .subtitle img {
    margin-top: 15px;
    margin-left: 15px;
}

.section_blog .entry {
	padding: 7px;
	background: #fff;
	margin-bottom: 30px;
}

.section_blog .entry-media img {
    height: 250px;
}

.page-child .section_blog .entry-media img {
    height: 145px;
}

.page-child .section_blog.section_blog_22 .entry-media img {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .section_career_content {
        position: unset;
        border-bottom: 1px solid #259e01;
    }
    .section_career {
        color: #000;
    }
    .section_career_content .entry-title {
        font-size: 1.8rem;
        color: #333333;
    }
}

@media screen and (max-width: 767px) {
    
    .section_blog .entry-media img {
        height: 185px;
    }
    .banners-newsletter {
        padding-bottom: 40px;
    }
    .nav-style-2 .owl-nav [class*='owl-'] {
        bottom: -40px;
    }
}

@media screen and (max-width: 600px) {
    .section_about_us p {
    	font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .news-carousel.slick-slider, .section_career_carousel.slick-slider {
        margin: 0 -30px;
    }
    
    .news-carousel.slick-slider .slick-slide, .section_career_carousel.slick-slider .slick-slide {
        margin: 0 30px;
    }
}

/*End news*/

.section_why_choose_us {
    padding: 60px 0 10px;
    position: relative;
    background: #eff8fe;
}

.section_why_choose_us .image img {
    border-radius: 20px;
    width: 100%;
}

.choose-box {
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.choose-box .icon img {
	max-width: 60px;
	height: 42px;
    object-fit: contain;
}

.choose-box-content {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 5px;
}

.choose-box-content .title {
	font-size: 18px;
	font-weight: bold;
	color: #1485ad;
	margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
    .choose-box {
        padding: 25px 18px;
    }
}

@media screen and (max-width: 600px) {
    .section_why_choose_us {
        padding: 40px 0 40px;
    }
    .tt-choose-us {
        font-size: 2.4rem;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .tt-choose-us br {
        display: none;
    }
    .choose-box {
        padding: 15px 20px;
        margin-bottom: 10px;
    }
    .choose-box-content {
        font-size: 18px;
        line-height: 35px;
        margin-top: 10px;
    }
}

.view-news-featured {
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .section_newletter .border {
        min-height: 225px;
    }
    .view-news-featured {
        position: absolute;
        right: 12px;
        top: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .choose-box {
        min-height: 210px;
    }
    /* .px-tuition {
        padding: 0 60px;
    } */
}

/* @media screen and (min-width: 1200px) {
    .px-tuition {
        padding: 0 100px;
    }
} */

@media screen and (min-width: 1600px) {
    .choose-box {
        min-height: 237px;
    }
}

.section_tuition {
    position: relative;
    padding: 60px 0;
    background: rgb(224 91 35 / 70%);
}

.section_tuition .container {
    position: relative;
    z-index : 2;
}

.section_tuition .description {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 26px;
}

.section_newletter {
    padding: 40px 0;
    background: rgb(224 91 35 / 70%);
}

.section_newletter .subtitle {
    color: #fff;
}

.section_newletter .border {
    padding: 20px 30px;
    border: 1px solid rgb(255 255 255 / 80%) !important;
}

.content-newsletter {
    color: #fff;
    background: #0077ab;
    padding: 25px 25px 1px 25px;
}

.content-newsletter .title-group p {
    color: #eee;
}
.content-newsletter .form-control {
    color: #000;
    background: #fff;
}
.content-newsletter .form-control::-webkit-input-placeholder {
    color: rgb(0 0 0 / 60%);
}

.content-newsletter .form-control::-moz-placeholder {
    color: rgb(0 0 0 / 60%);
}

.content-newsletter .form-control:-ms-input-placeholder {
    color: rgb(0 0 0 / 60%);
}

.content-newsletter .form-control::-ms-input-placeholder {
    color: rgb(0 0 0 / 60%);
}

.content-newsletter .form-control::placeholder {
    color: rgb(0 0 0 / 60%);
}
/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/


@media screen and (max-width: 991px) {
    .lSSlideOuter .lightSlider li img {
        height: 320px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
    .product-single-info .product-title {
        font-size: 2rem;
    }
}

/*Menu*/

/*SubPage*/
.site-content-contain {
    position: relative;
    background-color: #f9f9f9;
    padding: 0 0 20px;
}
/*End subpage*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--main-color);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-contact-infos .email {
	padding-top: 1rem;
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: #d71a21;
	border-color: #d71a21;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.social-group {
    position: fixed;
    left: 15px;
    bottom: 100px;
    z-index: 1040;
}

.social-group .widget-container {
    display: grid;
}

.social-group .widget-container .widget-item {
    position: relative;
    margin: 7px 5px;
    border-radius: 50%;
    border: 4px solid hsl(0deg 0% 100% / 80%);
    text-align: center;
    transition: all 0.3s;
}

.social-group .widget-container a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
}

.social-group .widget-container a:before {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 4px solid rgb(217 217 217 / 50%);
    border-radius: 50%;
}

.social-group .widget-container .widget-item:hover {
    border-color: rgb(217 217 217 / 50%);
}

@media screen and (max-width: 767px) {
    .social-group {
        bottom: 100px;
    }
    .user-register {
        font-size: 1.8rem;
        margin: 2px 12px 0 3px;
    }
    .variant-sku {
        font-size: 1.3rem;
    }
    .d-xs-none {
        display: none!important;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a: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);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}


.search-form-header .form-control {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.search-form-header .form-control {
	    margin-bottom: .5rem;
	}
}

@media screen and (min-width: 1200px) {
    .subtitle.tt-title:before {
        content: '';
        position: absolute;
        left: -167PX;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
    .subtitle.tt-title:after {
        content: '';
        position: absolute;
        right: -167px;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
}

.tt-description {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 35px;
    font-family: Bold;
    color: var(--main-color2);
}

@media screen and (max-width: 767px) {
    .tt-description {
        font-size: 2rem;
        line-height: 28px;
    }
}

.table-border-white tbody tr {
    border-bottom: 1px solid #fff;
}
.table-border-white tbody tr td {
    border-right: 1px solid #fff;
}
.table-recruit-container {
    border: 1px solid var(--main-color2);
    border-radius: 10px;
    overflow: hidden;
}
.table-recruit-container table {
    margin: 0;
}
.table-recruit-container thead {
    background-color: var(--main-color2);
    color: #fff;
}
.table-recruit-container thead th {
    border: none;
}
.table-recruit-container td, .table-recruit-container th {
    padding: 12px 20px;
    vertical-align: middle;
    border-right: 1px solid #eee;
}
.table-recruit-container .btn_view_td {
    display: inline-block;
    background-color: var(--main-color2);
    color: #fff;
    padding: 10px 16px;
}
.btn-success:hover {
    color: #fff!important;
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}
@media screen and (max-width: 767px) {
    .table-recruit-container thead{
        display: none;
    }
    .table-recruit-container tbody th, .table-recruit-container tbody td {
        display: block;
        /* font-size: 11px; */
        position: relative;
        width: unset!important;
        padding-left: 37%;
    }
    .table-recruit-container tbody th:before, .table-recruit-container tbody td:before {
        content:attr(data-title);
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(0,-50%);
        padding-right: 4px;
        width: 35%;
    }
}

/*---------------------------------------*/
/*-------   18. Loader module       -----*/
/*---------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    opacity: 1;
    display: block;
}

#loader-wrapper.loader-off, body.loaded #loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -ms-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

#loader {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 200px;
    height: 200px;
    transform: translate(50%, -50%);
}

@keyframes ldio-b2khy9fc49q-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(80px,0) }
   50%    { opacity: 0; transform: translate(80px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes ldio-b2khy9fc49q {
    0% { transform: translate(0,0) }
   50% { transform: translate(80px,0) }
  100% { transform: translate(0,0) }
}
.ldio-b2khy9fc49q div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
}
.ldio-b2khy9fc49q div:nth-child(1) {
  background: #e90c59;
  animation: ldio-b2khy9fc49q 1s linear infinite;
  animation-delay: -0.5s;
}
.ldio-b2khy9fc49q div:nth-child(2) {
  background: #46dff0;
  animation: ldio-b2khy9fc49q 1s linear infinite;
  animation-delay: 0s;
}
.ldio-b2khy9fc49q div:nth-child(3) {
  background: #e90c59;
  animation: ldio-b2khy9fc49q-o 1s linear infinite;
  animation-delay: -0.5s;
}
.loadingio-spinner-dual-ball-4m25o526psw {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-b2khy9fc49q {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-b2khy9fc49q div { box-sizing: content-box; }
/* generated by https://loading.io/ */

.svg-calLoader {
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.cal-loader__plane {
  fill: #259e01;
}
.cal-loader__path {
  /* stroke: #000; */
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(235px);
    }

    65% {
        transform: translateX(235px);
    }

    95% {
        transform: translateX(0);
    }
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.roundCool {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 18px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
  z-index: 1080;
}

.img-circle {
    border-radius: 50%;
}

.inner-fabs a {
    position: fixed;
    right: 35px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    font-size: 1.5em;
    will-change: bottom;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    z-index: 1070;
}

.inner-fabs.show a {
    bottom: 88px;
}

.inner-fabs.show a#challenges-fab {
    bottom: 140px;
}

.inner-fabs.show a#chat-fab {
    bottom: 193px;
}

.inner-fabs a::before {
    content: attr(data-tooltip);
    transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #333333;
    right: 53px;
    top: 19%;
    background-color: #259e00;
    font-size: .6em;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 18px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.inner-fabs.show a::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.call-animation {
    background: #fff;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }

}

@media screen and (max-width: 1024px) {
    .banners-slider .item img {
        height: 280px;
    }
}

@media screen and (max-width: 600px) {
    .section_about_us p {
    	font-size: 18px;
        line-height: 22px;
    }
    .roundCool {
        bottom: 20px;
    }
    .inner-fabs a {
        bottom: 20px;
    }
    .feature-box {
        margin-bottom: 2rem;
    }
    .section_newletter .border {
        padding: 20px 15px;
    }
    .section_about_us, .section_career, .section_blog, .home-project, .section_tuition {
    	padding: 40px 0;
    }
    .banners-slider .item img {
        height: 150px;
    }
    hr {
        margin: 1rem 0;
    }
}

.section_vaitro .mt-img-overlay2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.section_vaitro .mt-img-overlay2:hover:before {
    opacity: 0.9
}

.section_vaitro .mt-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.65) 100%)
}

.section_vaitro .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center
}

.section_vaitro .play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #ffffff;
    color: #333333;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1)
}

.section_vaitro .play-now .ripple,.section_vaitro .play-now .ripple:before,.section_vaitro .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.section_vaitro .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.section_vaitro .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@media screen and (min-width: 992px) {
    .section_why_choose_us .mt-img-overlay2 img {
        height: 600px;
        object-fit: cover;
        border-radius: 10px;
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}


#alert-container {
    bottom: 10px;
    right: 5px;
    position: fixed;
    z-index: 9999;
}

#alert-container .alert {
    max-width: 450px !important;
    min-height: 45px !important;
    font-weight: 400;
    position: relative;
    padding: 15px 40px 15px 40px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}

#alert-container .alert.alert-success {
    color: #299c77;
    background-color: #bff9d0;
}

/* .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    cursor: pointer;
} */

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
