/*
Theme Name: ALT LP 230613
Theme URI: https://ieltsgiasu.com
Author: ALT
Author URI: https://ieltsgiasu.com
Description: We build custom website.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: modern, responsive, cool, perfect, bootstrap
Text Domain: digitalonda

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* I. DEFAULT STYLES */

/* II. CUSTOM CSS STYLE */
/* DEPLOY: 20-05-2019 */
/* DES: HUONG, CONG */
/* 1. style default */
/* 2. style Huong */
/* 3. style Cong */
/* 4. style trang Cu Nhan + Thac Si*/

/* III. RESPONSIVE STYLE */
/* DEPLOY: 20-05-2019 */
/* DES: HUONG, CONG */
/* 1. Default Styles */
/* 2. Extra small devices (phones, 600px and down) */
/* XS */
/* 3. Small devices (portrait tablets and large phones, 600px and up) */
/* SM */
/* 4. Medium devices (landscape tablets, 768px and up) */
/* MD */
/* 5. Large devices (laptops/desktops, 992px and up) */
/* LG */
/* 6. Extra large devices (large laptops and desktops, 1200px and up) */
/* XL */

/* I. DEFAULT STYLES */
@font-face {
    font-family: 'Helvetica Neueu';
    src: url('./fonts/HELVETICANEUEBOLD.TTF') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Helvetica Neueu';
    src: url('./fonts/HELVETICANEUELIGHT.TTF') format('truetype');
    font-weight: 450;
}


body {
    font-size: 17px;
    font-family: "Helvetica Neueu", "Open sans", sans-serif;
    font-weight: 450;
}

a[title="mailto info@alt.edu.vn"]{
	color: #EE3D3D !important;
}

h3,
.h3 {
    font-size: 35px;
}

h4,
.h4 {
    font-size: 25px;
}

a {
    color: #164060;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

a:hover {
    color: #EE3D3D;
    text-decoration: none;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

a.bg-lblue:hover {
    color: #ffffff;
}

.the_content_wrapper ul {
    list-style-type: circle;
    margin-left: 10px;
}

.the_content_wrapper ol {
   /* list-style-position: inside;*/
    list-style-type: decimal;
    margin-left: 10px;
}

#form-register input,
#form-register button,
#form-register select {
    border: none;
    font-size: 17px;
}

#form-register input[type="text"],
#form-register input[type="email"],
#form-register input[type="submit"],
#form-register .register-part-process,
#form-register select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

#form-register input[type="text"],
#form-register input[type="email"],
#form-register select {
    background-color: #EFEFF0;
}

#form-register .register-part-process,
.wpcf7-submit {
    background-color: #EE3D3D;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

#form-register .wpcf7-submit {
    margin-top: 20px;
}

#form-register .register-part-process:hover,
.wpcf7-submit:hover {
    background-color: #164060;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

#form-register h5 {
    font-size: 20px;
}

.btn-home-style {
    border: none;
    padding: 13px 0;
}

#form-register .row-title h1 {
    line-height: 90%
}

#form-register .row-title h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

#form-register .inline-text {
    font-size: 20px;
}

#form-register .bg-decor {
    padding: 20px 0;
}

#form-register h2 {
    text-transform: uppercase;
    color: #164060
}

#form-register .register-part {
    display: none;
    padding: 30px 0px;
}

#form-register .register-part.show-now {
    display: block;
}

div.wpcf7-validation-errors {
    border: none;
}

.form_row {
    margin: 60px 0px 20px 0px;
}

#form-register .register-part .item {
    margin: 5px 0px;
}

#form-register .register-part .item-radio label {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
}

#form-register .register-part .item-radio input[type="radio"] {
    margin: 0 5px;

}

.hover-white:hover {
    color: white !important;
}

#thanks-for-register {
    display: none;
}

#thanks-for-register.show-now {
    display: block;
}

.alert {
    display: none;
    color: #e51d39;
}

.in-process {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    filter: alpha(opacity=50);

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;
}

.ui-datepicker select {
    color: #000000 !important;
}

#footer a {
    color: white;
}

#footer a.submit:hover {
    color: #e51d39 !important;
}

.btn-home-style.hover_blue:hover {
    color: #fff !important;
}

.tool-form .register-part-process {
    border: none;
    padding: 10px 30px;
    margin-top: 10px;
}

.tool-form h5 {
    font-size: 18px;
}

.tool-form span.field{
    padding: 0px;
}

.tool-form .finish-page-btn{
    width: 100% !important;
}

/*--------------page about us------------------*/
.about-block {
    padding: 40px 0px;
}

.about-title h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.about-block h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.color-white {
    color: white;
}

.icon_list {
    margin-top: 40px;
}

.icon_list .icon_list_item h4 {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

h1.banner-title {
    line-height: 510px;
    text-align: center;
    font-size: 120px;
    text-transform: uppercase;
    color: white;
    font-weight: lighter;
}

/*----------home------------*/
.btn-home-style-2 {
    border: 1px solid;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.blog-category ul.blog-category-list {
    display: inline-block;
    margin-right: 80px;
    margin-top: 15px;
}

.blog-category ul.blog-category-list li {
    float: left;
    margin: 0 40px;
}

/*-----------blog---------------*/
#columns {
    column-width: 400px;
    -moz-column-width: 400px;
    /* Firefox */
    -webkit-column-width: 400px;
    /* Safari and Chrome */

    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;

    width: 94%;
    max-width: 1100px;
    margin: 60px auto;
}

.item-services-content {
    background: url("images/funnel-insideicon.png") repeat scroll 0 0 #164060;
}

div#columns figure {
    background: #FBFBFB;
    border: 1px solid #DBDBDB;

    margin: 0 2px 20px;
    padding: 15px;
    padding-bottom: 10px;

    display: inline-block;
    column-break-inside: avoid;
}

div#columns figure img {
    width: 100%;
    height: auto;

}

/*------------contact-----------*/
.alt-contact-form .wpcf7-submit {
    background-color: #EE3D3D;
    color: #fff;
    margin-top: 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

.alt-contact-form .wpcf7-submit:hover {
    background-color: #164060;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

#process_step.owl-carousel .owl-item img {
    width: auto;
}

#process_step_number {
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}

#process_step_number ul.process_step_number {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

#process_step_number ul.process_step_number>li {
    float: left;
    display: block;
    background-color: #164060;

    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

#process_step_number ul.process_step_number>li:last-child {
    border: 1px solid white;
}

#process_step_number ul.process_step_number>li a {
    font-size: 50px;
    font-weight: 800;
    color: white;
}

#process_step_number ul.process_step_number>li:hover,
#process_step_number ul.process_step_number>li.hover {

    background-color: white;
}

#process_step_number ul.process_step_number>li:hover a,
#process_step_number ul.process_step_number>li.hover a {
    color: #EE3D3D;
}

#process_step_number ul.process_step_number>li.hover_next {
    background: url("./images/process-arrow.png") center left no-repeat;

}

#process_step_number ul.process_step_number>li.hover_next:hover {
    background-color: white;
}

.col-offer {
    margin-bottom: 10px;
}

.language-chooser {
    padding: 0 5px;
    font-size: 16px;
}

.offer .media-left>span {
    min-width: 70px;
    display: block;
}

#leadership-accoding h3 {
    margin-top: 0px;
    font-size: 30px;
}

.banner-desc .pull-right span.pointer {
    float: right;
}

.color-lighter {
    color: #5f6062;
}
a {
    color: #161617;
}
a.btn-learn {
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

a.btn-learn:hover {
    background-color: #EE3D3D;
    color: #ffffff;

    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

a.hblue-botton {
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

.banner-item .btn-home-style:hover {
    background-color: #EE3D3D;
    color: #FFFFFF;
    border: 1px solid #EE3D3D;
}

a.hblue-botton:hover {
    background-color: #164060;
    color: #ffffff;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

.hblue-botton.submit:hover {
    background-color: #ffffff;
    color: #EE3D3D;
}

#language-bar {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#wpcf7-f1379-o1 .wpcf7-submit {
    border: none;
    padding: 10px 40px;
    margin-top: 20px;
}

#wpcf7-f1379-o1 h5 {
    font-size: 18px;
}

#wpcf7-f1379-o1 input {
    max-width: 100%;
}

.w100 {
    width: 100%;
}

.hover_blue:hover {
    background-color: #164060;
}

a.btn-learnmore {
    display: block;
    width: 100%;
    padding: 25px 0px;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

a.btn-learnmore:hover {
    background-color: #164060;
    color: #ffffff;

    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

.text-box-dream .text-box-content {
    min-height: 160px;
}

#lang_vi .text-box-dream .text-box-content {
    min-height: 200px;
}

.blue_content_block {
    min-height: 260px;
}

.load_more_icon {
    display: none;
}

.load_more_icon.show {
    display: block;
}

.text-box-dream,
.featured_item {
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.banner-desc {
   	position: absolute;
    margin-top: 365px;
}

.page-template-alt-home .banner-desc {
    margin-top: 0;
    bottom: 90px;
    position: absolute;
    width: 100%;
}

.banner-extra-desc .btn-home-style{	
width: 500px !important;
}
	
.banner-extra-desc.left-side h3{
	    width: 500px;
}

.aligncenter {
    text-align: center;
}

.aligncenter img {
    margin: 0px auto;
    display: block;
}

.img-retina 
{
	max-height: 140px !important;
}

.page-template-alt-home .banner-desc.pull-left {
    left: 0;
}

.page-template-alt-home .banner-desc.pull-right {
    right: 0;
}

.page-template-alt-home .banner-desc.pull-right .desc {
    float: right;
}

.alt_banner_title {
	padding: 10px 15px 15px 10px;
}

#banner .banner-desc .action,
.banner-section .banner-desc .action {
    padding-top: 10px;
    padding-bottom: 10px;
	 padding-left: 10px;
	 padding-right: 10px;
}

#TB_closeWindowButton .screen-reader-text {
    display: none;
}

.leadership-description {
    height: 270px;
    overflow-y: auto;
}

.item-services-content {
    overflow-y: auto;
}

.home-testimonials-index{
background-position: center;
}

.home-testimonials-index .media>.the_content_home_testimonials,
.home-testimonials-index .media>.fs-20 {
    width: 98%;
}

#banner.owl-carousel .owl-item{
	margin-top: -100px;
}

/* II. CUSTOM CSS STYLE */
/* DEPLOY: 20-05-2019 */
/* DES: HUONG, CONG */
/* 1. style default */
/* 2. style Huong */
/* 3. style Cong */
/* 4. style trang Cu Nhan + Thac Si*/

/* 1.style default */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

body {
    margin: 0px !important;
    color: black !important;
}

a {
    text-decoration: none !important;
}

a.btn {
    text-decoration: none !important;
    color: #fff !important;
}

.btn {
    color: #fff !important;
    transition: all 0.25s ease !important;
    border-radius: 200px !important;
    border: none !important;
    width: 80% !important;
}

.btn:hover {
    transform: scale(1.05);
}

.btn:focus {
    outline-color: transparent !important;
    outline-style: none !important;
    box-shadow: none !important;
}

p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

span {
    margin-right: 5px !important;
}

.mr-p {
    margin-bottom: 5px !important;
}

/*Default font-size*/

.font-size-14 {
    font-size: 14px;
}

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

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

.font-size-18 {
    font-size: 18px;
}

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

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}


.font-size-25 {
    font-size: 25px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-54 {
    font-size: 54px;
}

.light-text {
    font-weight: 450 !important;
}

.bold-text {
    font-weight: bold !important;
}

.dim-background {
    background-color: #F8F8F8 !important;
}

.parallax-background {
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.white-text {
    color: #fff;
}

.dull-background {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.4);
}

button:focus {
    outline: 0 !important;
}

.btn-red {
    background-color: #BE1C2F;
}

.btn-blue {
    background-color: #337AB7;
}

.bg-dblue {
    background-color: #164060;
}

.bd-dblack{
	background-color: #2f2f2f;
}

.text-dblack {
    color: #2f2f2f;
}

.btn-dblack {
    background-color: #2f2f2f;
}

.bg-xam {
    background-color: #e1e2e3;
}

.text-dblue {
    color: #164060;
}

.text-white {
    color: #fff;
}

.text-red {
	color: #be1c2f !important;
}

.text-blue {
    color: #337AB7;
}

.h-text-red:hover{
	color: #be1c2f !important;
	}

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

.wpcf7-form{
	margin-right: 0 !important;
    margin-left: 0 !important;
	/*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}	

/* 2. style Huong */


/* header */
	.header-container {
    background-color: #be1c2f !important;
		height: fit-content;
}

.header-logo {
    padding: initial !important;
	    max-height: 100px;
}

.header-logo img {
  /*  max-width: 50% !important; */
    margin-left: 50%;
    transform: scale(1.25);
    margin-top: -15px;
	height: 100px;
}

.duhoc-header-menu {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    /*Huong edit 22.05.2019*/
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
}

.duhoc-header-menu .navbar {
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: inherit;
}

.duhoc-header-menu .navbar #mainMenu ul {
    margin-bottom: 0px;
}


.duhoc-header-menu .navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.duhoc-header-menu .nav-item a {
    color: #fff !important;
    font-size: 16px !important;
}


/* content */

.img-bachelor img,
.img-master img {
    max-width: 100% !important;
}

.img-bachelor,
.img-master {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ability-assessment>.row {
height: -webkit-fill-available !important;
	overflow: hidden !important;
}

.img-bachelor {
    background-image: url('./images/michael-d-beckwith-609520-unsplash.jpg');
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.img-master {
    background-image: url('./images/delfi-de-la-rua-140752-unsplash.jpg');
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.img-bachelor:hover,
.img-master:hover {
    transform: scale(1.05) !important;
}

.ability-block-text {
    background-color: rgba(0, 0, 0, 0.3) !important;
    height: 100% !important;
    display: grid !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 30% !important;
    padding-top: 30% !important;
}

.ability-block-text p,
.ability-block-text div p {
    color: #fff !important;
    text-decoration: none !important;
}

.text-bachelor-master {
    padding: 6% 8% 15% 5% !important;
    display: grid !important;
    justify-content: center !important;
    align-items: center !important;
}

.button-scholarship{
    margin-top: 9%;
    margin-bottom: 7%;
}

.contact-now{
    text-decoration: underline !important;
    text-underline-position: under !important;
}

@media only screen and (max-width: 1600px){
    .text-bachelor-master {
        padding: 4% 4% 15% 5% !important;
    }
}

@media only screen and (max-width: 1366px){
    .text-bachelor-master {
        padding: 4% 7% 15% 5% !important;
    }
}


.red-btn-scholarship {
    background-color: #be1c2f !important;
    color: #fff !important;
    width: 90% !important;
    margin-bottom: 2% !important;
}

.style-mr-scholarship {
    margin-top: 20px !important;
}

.scholarships-program-row {
	padding-bottom: 3% !important;
}

.equal-opportunities {
    padding-top: 1% !important;
    padding-right: 4% !important;
}

.equal-title-alternative {
    padding-top: 4% !important;
}

.what-do-we-do {
    padding-top: 1% !important;
}

.equal-opportunities img {
    max-width: 90% !important;
}

.equal-opportunities-container {
    padding-bottom: 3% !important;
}

.equal-left-desc {
    padding-bottom: 2% !important;
}

.equal-left-mr-left {
    padding-left: 86px !important;
}

.left-intro-we-do img {
    max-width: 10.5vw !important;
}

.right-intro-we-do {
    align-self: center !important
}

.what-do-we-do-icon {
    max-height: 10vh !important;
}

.layer-random-number {
    background-image: url("./images/background/adult-books-campus-159775.jpg");
    background-size: cover !important;
    height: 350px !important;
    color: #fff !important;
    background-attachment: fixed !important;
}

.opacity-layer {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding-top: 116px;
}

.scholarships-program-row,
.scholarships-program-row>.nav-tabs {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.scholarships-program-row>.nav-tabs {
	margin-bottom: 3%;
}

.scholarships-program-row>.nav-tabs li:nth-child(2n+1)::after {
    content: "";
    border: 1px solid #B2B5B7;
    opacity: 0.3;
    margin: 0 50px;
}

.scholarships-program-row>.nav-tabs li a {
    color: #B2B5B7;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.scholarships-program-row>.nav-tabs li a.active {
    color: #BE1C2F;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.scholarship-programs-container {
    box-shadow: 0px 7px 10px 0px #d6d6d6c6;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 0;
}

.h-tab-pane {
    padding: 60px !important;
}

.h-tab-pane-title {
    background-color: #FDFDFD;
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
}

.h-tab-pane-title li {
    display: inline;
}

.h-tab-pane-title a.active {
    color: #353535 !important;
    border: none !important;
    background: none !important;
	transition: all 0.5s ease-in-out;
}

.h-tab-pane-title li.nav-item {
    padding: 1.5em;
}

.h-tab-pane-title a {
    height: 100% !important;
    text-decoration: none !important;
    color: #B2B5B7 !important;
	transition: all 0.5s ease-in-out;
}

.h-tab-pane-title a:hover,
.h-tab-pane-title a:focus,
.h-tab-pane-title a:active {
    border: none !important;
}

.tab-indicator {
    padding: 0 !important;
    position: relative;
    height: 3px;
    border-top: 3px solid #656565;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#collapse-content a {
    color: #2D2D2D !important;
}

#collapse-content a.text-blue {
    color: #337ab7 !important;
}

#collapse-content a:hover {
    color: #337ab7 !important;
}

.h-tab-pane .program-image img {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 15px
}

.h-tab-pane .program-text {
    width: 100% !important;
    padding-right: 30px;
}

.h-tab-pane ul {
    list-style: initial !important;
    margin: initial !important;
    padding: 0 0 0 40px !important;
}

.h-tab-pane strong {
    font-weight: bold !important;
}

.h-tab-pane p {
    margin-bottom: 2% !important;
}

.card-body ul{
    list-style: initial !important;
    margin: initial !important;
    padding: 0 0 0 40px !important;
}

/*3. style Cong*/
/*footer*/

footer {
    background-color: #070101;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-bg .container p {
    color: #fff;
}

.footer-bg .container {
    padding-bottom: 50px;
}

.text-title-footer p {
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px !important;
}

.text-content-footer p {
    color: #fff;
    margin-bottom: 0px;
}

.footer-col {
    margin-bottom: 5%;
}

.container.text-info-footer {
    padding-bottom: 0;
}

.container.text-info-footer p {
    font-weight: 400;
    color: #686868;
    line-height: 1;
}

.footer-bg .row>div:nth-child(3) {
    border-right: 2px solid #999;
    border-left: 2px solid #999;
}

.footer-icon {
    margin-top: 20px;
}


/* design btn footer*/

.flue-footer-btn-facebook,
.flue-footer-btn-inst {
    display: inline-block;
}

.flue-footer-btn-facebook .fa-facebook-f,
.flue-footer-btn-pin .fa-pinterest,
.flue-footer-btn-inst .fa-instagram {
    border: none;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flue-footer-btn-facebook .fa-facebook-f {
    background-color: #1e4fad;
}

.flue-footer-btn-pin .fa-pinterest {
    background-color: #e02a2f;
}

.flue-footer-btn-inst .fa-instagram {
    background-color: #f783ac;
}

footer .btn-submit {
    background-color: #fff !important;
    color: black !important;
    margin-top: 27px;
    border-radius: 200px;
}

footer a.footer-logo{
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
}


footer a.footer-logo img{
    width: 250px;
    height: auto;
}

/*end-footer*/

.tutor-title {
    font-weight: 400 !important;
}

.tutor-name {
    font-weight: bold !important;
    line-height: 2 !important;
}

.tutor-list .nav-tabs {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #000 !important;
    position: relative !important;
    padding-bottom: 3% !important;
}

.tutor-list .nav-tabs li {
    margin-bottom: 0 !important;
    position: initial;
    border-radius: 200px !important;
}

.tutor-list .nav-tabs li a img {
    width: 0px;
    border-radius: 200px !important;
	max-width: 120px !important;
	max-height: 120px !important;
    object-fit: cover;
	padding: 10px;
}

.tutor-list .nav-tabs li.active:before {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #000;
    position: absolute;
    bottom: -11px !important;
    margin-left: 6%;
    transform: rotate(90deg);

}

.tutor-list .nav-tabs li.active:after {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px dashed #f7f7f7;
    position: absolute;
    bottom: -12px !important;
    margin-left: 6%;
    transform: rotate(90deg);
}

.tutor-list .tab-content {
    padding-top: 2.5em !important;
}

.text-align-left {
    text-align: left !important;
}

.applicant-img {
    background-image: url('./images/applicant-background.png');
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    height: 120px !important;
    width: 120px !important;
    overflow: hidden !important;
    border-radius: 200px !important;
    margin: auto !important;
}

.applicant-img img {
    height: 100% !important;
}

.alt-testimonials .applicant-img {
    background-image: url('./images/applicant-background.png');
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    height: 240px !important;
    width: 240px !important;
    overflow: hidden !important;
    border-radius: 200px !important;
    margin: auto !important;
}

.alt-testimonials  .applicant-img img {
    height: 100% !important;
}

.applicant-message {
    padding-top: 5% !important;
    padding-bottom: 10% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.applicant-major {
  /*  padding-bottom: 5% !important; */
}

.free-advice {
    padding: 10% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-image: url('./images/mimi-thian-737711-unsplash.jpg');
}

.free-advice-form {
    background-color: #fff;
    padding: 10% !important;
    margin-right: 10% !important;
	overflow: hidden
}

.free-advice-form .form-name {
    margin-bottom: 5% !important;
}

.free-advice-form .btn {
    margin-top: 7% !important;
    width: 100% !important;
    border-radius: 30px !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 17px !important;
    color: #fff;
    margin-bottom: -30px;
}

.free-advice-form .form-group{
margin-bottom: 0px !important;
	width: 100% !important;
}

.free-advice-form label{
    margin-bottom: 5px !important;
}
.free-advice-form br{
    display: none;
}
.free-advice-form p{
    width: 100%;
}

.articles .article-item {
    padding: 1.5vw !important;
    padding-top: 0 !important;
}

.articles .article-item img {
    width: 100% !important;
    height: 100% !important;
	    max-height: 200px;
}

.articles .article-item .article-date-overlay {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    color: #fff;
    top: 0;
    width: 4.6vw !important;
    padding: 0.5vw !important;
}

.articles .article-item .article-name {
    margin-top: 5% !important;
    margin-bottom: 3% !important;
    height: 68px;
    max-height: 68px;
    min-height: 68px;
    overflow: hidden;
}

.articles .article-item .article-description {
    border-top: 1px solid #000;
    padding-top: 3%;
    padding-bottom: 3%;
}

.btn-readmore{
    margin-bottom: 3%;
}

.home-blog>div {
    padding-bottom: 20px;
}


.slick-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.7vw !important;
    height: 0.7vw !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer;
    background-image: url(./images/slick-dot-inactive.png);
    background-position: center;
    background-size: auto 100% !important;
}

.slick-slider .slick-dots li.slick-active {
    background-image: url(./images/slick-dot-active.png);
}

.slick-slider .slick-dots li button {
    display: none;
}

.slick-slider .slick-dots li:before {
    top: 1px !important;
    transition: all 0.5s !important;
    content: "";
    width: 6px !important;
    height: 6px !important;
    position: absolute;
}

.slick-slider .slick-dots li.slick-active:before {
    top: 0 !important;
    width: 8px !important;
    height: 8px !important;
    margin-left: -2px !important;
    background-image: url('./images/slick-dot-active.png');
}

#video-slider .slick-slide {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

.title-row {
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: black;
    font-size: 46px !important;
    font-weight: 600 !important;
    margin-bottom: 35px !important;
    padding: 10px 0 7px 90px !important;
    text-transform: uppercase
}

.title-row>span {
    border-bottom: 2px solid !important;
    display: block
}

.title-page-form {
    font-size: 33px !important;
    font-weight: bold;
    color: black;
    margin-bottom: 15px
}

.acset-h-dblue:hover {
    background-color: #2f2f2f;
}

.acset-h-dblue:hover td {
    background: none !important;
    color: #fff;
    border-left: 1px solid #164060;
    border-right: 1px solid #164060
}

.acset-h-dblue:hover td:hover {
    background-color: #ee3d3d;
    border: 2px solid #fff
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.checkboxDiv {
    position: relative;
    margin: 30px 0
}

.checkboxDiv>span {
    font-weight: normal
}

.checkboxDiv label {
    background-color: #e1e2e3;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-bottom: 0;
    width: 30px
}

.checkboxDiv label.active {
    background-image: url('./images/check.png');
    background-repeat: no-repeat;

    background-size: 100% 100%
}

#bachelor-ability-assessment input[type="checkbox"] {
    left: 25px;
    position: absolute;
    top: 10px;
    transform: scale(2);
    -webkit-transform: scale(2);
    cursor: pointer;
    opacity: 0
}

#master-ability-assessment input[type="checkbox"] {
    left: 10px;
    position: absolute;
    top: 5px;
    transform: scale(2);
    -webkit-transform: scale(2);
    cursor: pointer;
    opacity: 0
}

.checkboxDiv>span {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    max-width: 80%
}

.title-row-1 {
    background-image: url('./images/n1.png')
}

.title-row-2 {
    background-image: url('./images/n2.png')
}

.title-row-3 {
    background-image: url('./images/n3.png')
}

.title-row-4 {
    background-image: url('./images/n4.png')
}

.title-row-5 {
    background-image: url('./images/n5.png')
}

.sub-row>.checkboxDiv {
    margin-left: 10% !important;
    width: 80% !important;
    font-weight: bold !important;
}

.row-des {
    color: #000
}

.fr-2,
.fr-2 tr,
.fr-3,
.fr-3 tr {
    width: 100%
}

table .checkboxDiv {
    margin: 10px 0 10px 45%;
    text-align: left
}

table .checkboxDiv label {
    background-color: #fff
}

.fr-3 td,
.fr-2 td {
    border: 2px solid #fff
}

.button-cus {
    background-color: #ee3d3d;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    width: 300px;
    line-height: 50px;
    cursor: pointer
}

.group-button {
    display: inline-block
}

.group-w>div {
    margin-bottom: 20px;
    min-height: 50px;
	margin-left: 20%; 
	max-width: 60%
}

.checkboxDiv .point_number {
    color: #164060;
    float: right
}

.group-left {
    float: left;
    width: 90%
}

.group-right {
    float: right;
    color: #164060
}

.fr-1 td {
    padding: 1%;
    cursor: pointer;
    border: 2px solid #fff
}

.fr-1 td.active,
.fr-1 td.active-anchor {
    background-color: #fff
}

.acset-h-dblue.active-tr {
    background-color: #164060 !important;
}

.acset-h-dblue.active-tr td {
    background: none;
    color: #fff;
    border-left: 1px solid #164060 !important;
    border-right: 1px solid #164060 !important;
}

.acset-h-dblue td.active-action {
    background-color: #ee3d3d !important;
    border: 2px solid #fff !important
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.checkboxDiv .point_number {
    color: #164060;
    float: right
}

.loader {
    margin-left: 50%;
    z-index: 1;
    margin-top: 15%;
    height: 100%;
    margin-bottom: 20vh;
}

.loader .ring {
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
}

.loader .ring:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #be1c2f;
    border-right: 3px solid #be1c2f;
    border-radius: 50%;
    animation: animateCircle 2s linear infinite;
}

@keyframes animateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

.start-answer-sheet {
    color: #fff !important;
    border-radius: 200px !important;
    border: none !important;
    width: 50% !important;
}

.start-answer-sheet:hover {
    color: #fff;
}

.answer-sheet-navigation .nav-tabs {
    margin: auto;
    margin-bottom: 3%;
    border: none;
}

.answer-sheet-navigation .nav-tabs li {
    margin-bottom: 0;
    position: initial;
    position: relative;
    background-image: url('./images/slider-indicator-inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-top: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
}

.answer-sheet-navigation .nav-tabs li.active {
    background-image: url('./images/slider-indicator-active.png');
}

.answer-sheet-navigation .nav-tabs li.hovered {
    background-image: url('./images/slider-indicator-hover.png');
}

.answer-sheet-navigation .nav-tabs li:nth-last-child(2) #mask-top {
    position: absolute;
    top: -1px;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.answer-sheet-navigation .nav-tabs li:nth-last-child(2) #mask-bottom {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.answer-sheet-navigation .nav-tabs li:first-child #mask-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.answer-sheet-navigation .nav-tabs li:first-child #mask-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.answer-sheet-navigation .nav-tabs li a {
    color: #231F20;
    text-decoration: none;
}

.answer-sheet-navigation .nav-tabs li a:hover {
    color: #fff;
}

.answer-sheet-navigation .nav-tabs li.active a {
    color: #fff;
}

.answer-sheet-footer .btn-next:hover,
.answer-sheet-footer .btn-finish:hover,
.answer-sheet-footer .btn-submit:hover {
    background-color: #e02a2f;
}

.answer-sheet-footer .btn-previous:hover {
    background-color: black;
}

.answer-sheet-description br{
    display: block; 
    content: ""; 
    margin-top: 5px;
}

#bachelor-ability-assessment .answer-sheet-navigation .nav-tabs {
    border: 1px solid #231F20;
    border-radius: 200px;
    height: 3vh;
}

#bachelor-ability-assessment .answer-sheet-navigation .nav-tabs li a {
    color: #231F20;
    text-decoration: none;
}

#bachelor-ability-assessment .answer-sheet-navigation .nav-tabs li {
    position: absolute;
    background-image: none;
    border: none;
    height: 100%;
    border-radius: 200px;
}

#bachelor-ability-assessment .answer-sheet-navigation .nav-tabs li.active {
    background-color: #231F20;
}

#bachelor-ability-assessment .answer-sheet-navigation .nav-tabs li.hovered {
    background-image: none;
}

#bachelor-ability-assessment .checkboxDiv {
    margin: 2%;
}

#bachelor-ability-assessment .selective-question{
    font-weight: bold;
}

#bachelor-ability-assessment .title-row{
    padding: 0px !important;
}

.form-submitting .form-control {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
}

.form-submitting .item .title {
    margin: auto;
    text-align: -webkit-right;
    text-align: right;
}

.form-submitting .item .field input {
    width: 80%;
}

.odometer-inside span {
    margin-right: 2px;
}

.container-fluid {
    /* width: 100%; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*Cong edit 22.05.2019*/
/*Speed up rolling numbers*/
.odometer.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-duration: 0.5s !important;
    -moz-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important
}

.applicants-thoughts,
.tutor-list {
    padding-bottom: 5%;
}

.applicants-thoughts .slick-slide {
    height: auto !important;
}
.owl-controls{
    display: none;
}


.alt-testimonials .owl-controls{
	display: block;
}


.section-ba-home-programs .box-program-content .text-box-content {
    padding: 0 0px;
}

.vertical-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ccc;
	cursor: pointer;
}

.vertical-tabs .nav-tabs .nav-link.active {
    color: #495057;
    background-color:#007bff !important;
    border-color: transparent !important;
}
.vertical-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}

.vertical-tabs .nav.nav-tabs.nav-left {
    float: left;
    display: block;
    margin-right: 5px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
    max-width: 20%;
}
.vertical-tabs .nav.nav-tabs li a img {
    max-width: 100%;
    max-height: 53px;
    width: 53px;
    height: 53px;
    object-fit: cover;
    margin-bottom: 20px;
}
.vertical-tabs .tab-content{
    margin: 0 1% 0 22%;
}

.vertical-tabs .nav-tabs.nav-left li a.active:after {
    content: "";
    display: block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px dashed #be1c2f;
    position: absolute;
    margin-top: -16%;
    margin-left: 17% !important;
}

.vertical-tabs .tutor-vertical-info .tutor-title{
    padding-top: 5%;
    border-top: 1px solid #000;
}

.vertical-tabs .tutor-vertical-info .tutor-desc {
    border-bottom: 1px solid #000;
    padding-bottom: 5%;
    bottom: -5%;
    position: absolute;
    width: calc(100% - 110px);
}

.vertical-tabs .tutor-vertical-info p {
    padding-left: 5%;
}

/* 4. Style trang Cu Nhan + Thac Si*/

.cunhan-style {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cunhan-style-title {
    font-weight: bold;
    color: #3579b6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mr-button-cunhan {
    margin-top: calc(10% - 0px);
}

#mainMenu ul {
    display: -webkit-flex;
    flex-direction: row;
}

#mainMenu ul li a {
    color: #fff;
    border: none;
	padding: 7px;
	margin-left: 0px
}

#mainMenu ul li.current_page_item>a {
    color: #f5abb4;
    text-decoration: none;
}

#mainMenu ul li.menu-item-has-children {
    position: relative;
}

#mainMenu ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    z-index: 9999;
    width: 200px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;

}

#mainMenu ul li.menu-item-has-children ul.sub-menu li {
    text-align: left;
    background-color: rgba(255, 255, 255, 1);

}

#mainMenu ul li.menu-item-has-children ul.sub-menu li a {
    padding: 3px 5px;
}

#mainMenu ul li.menu-item-has-children ul.sub-menu li:first-child {
  /*  border-left: 1px solid #d8d9da; */
}

#mainMenu ul li.menu-item-has-children:hover ul.sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}

#mainMenu ul li a:hover {
    text-decoration: underline;
}

a.real_log {
    position: absolute;
    z-index: 9999;
    display: block;
}

.text-info-footer p:nth-last-child(2) {
    padding-top: 12px;
}

.text-info-footer ul {
    display: inline-flex;
    flex-direction: row;
}

.text-info-footer ul li {
    margin: 10px;
}


#mainMenu ul li.menu-item-has-children ul.sub-menu {
    display: -webkit-flex;
    flex-direction: column;
}

#mainMenu ul li.menu-item-has-children ul.sub-menu li a {
    color: #be1c2f;
}

#mainMenu ul li.menu-item-has-children ul.sub-menu li:first-child {
  /*  border-left: 5px solid #fff; */

}

#mainMenu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.bg-decor {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

div#blogPage h3 {
    padding-top: 3%;
}

.event-item{
	padding: 20px;
}

.event-item img.wp-post-image{
	width: 100% !important;
	height: 100% !important;
}

.event-item .the_content_wrapper > p { 
	 padding-bottom: 20px;
}
	
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.row-education-dream-content-more .modal-frame .modal-body .col-sm-6.col-xs-12:nth-child(2){
	height: auto !important;
}

.row.row-home-education-dream-content.group-box-hover .box-program .box-program-content.box-hover ul{
	margin-left: 40px;
	margin-right: 20px;
}

.home-testimonials-index .media{
	display: block;
}

.testimonials-display-image img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.page-template-page-register .bg-decor{
	height: 100px;
}

.page-template-page-register #form-register .row.form_row{
	margin: 40px 0 20px 0;
}


.page-template-page-register #form-register .row.form_row .wpcf7 .item{
	    margin-bottom: 15px;
}

.wpcf7 .row.item{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.text-scholarship .bold-text{
	font-size: 45px;
}

.text-scholarship .bold-text, .equal-opportunities-container .bold-text{
	line-height: normal;
}

.opacity-layer .row.text .text-left {
	text-align: center!important;
}

#mainMenu ul li a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

#mainMenu ul li a:hover {
	color: orange;
}

ul.master-assessment-list, ul.master-schools-list {
	list-style: none;
}

ul.master-assessment-list > li{
    line-height: 3rem;
    margin-left: 1.3rem;
}

ul.master-assessment-list > li:before, ul.master-schools-list > li:before {
	content: "\f19d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
margin-right: 0.5rem;
  width: 1.3em; /* same as padding-left set on li */
}

ul.master-schools-list li {
	font-weight: 400 !important;
    margin-left: 5rem !important;
    line-height: 40px !important;
    cursor: pointer;
	transition: 0.2s all ease-in-out
}

ul.master-schools-list li:hover {
	color: #be1c2f;
}
.master-schools-dropdown{
	cursor: pointer;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 33, 35, 0.82);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal-modal {
    position: fixed;
    top: 10%;
    left: 30%;
    width: 40%;
	min-width: 600px;
	height: 100%;
    background: #bdc3c7;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(45px);
	overflow-y: scroll;
	    border-radius: 10px;
}

.modal-modal .parallax-background{
	overflow-y: scroll;
	padding: 50px 40px 120px 40px;
}

.modal-active {
  visibility: visible;
  opacity: 1;
}
.modal-active + .modal-modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.thankyou-message{
	color: #fff !important;
	line-height: 30px
}
.thankyou-message > p {
    margin-bottom: 20px !important;
    text-indent: 30px;
}

.disable-scrollbars::-webkit-scrollbar {
	display: none;
	width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

#hahaha{ 
	color: #fff;
	}

/*Section: Scholarship Canada*/
/*global css*/
.shadowed-text{
	text-shadow: 4px 6px 8px #0e0e0e;
} 
.shadowed-item{
	box-shadow: 4px 6px 8px #0e0e0e70;
} 
.canada-section-title{
	margin-bottom: -2rem;
	z-index: -1;
} 
.dim-background .canada-section-title{
	z-index: 0;
} 
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=… 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.canada-section-title:after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	border-top: 5px solid #000;
    margin: 5px;
    height: 15px !important;
    display: inline-block;
}
.pd-lr-8-pc{
	padding: 0 8%;
} 
.pd-lr-10-pc{
	padding: 0 10%;
} 
.pd-lr-13-pc{
	padding: 0 13.33333333333%;
} 
.pd-l-10-pc{
	padding: 0 0 0 10%;
} 
.custom-scrollbar::-webkit-scrollbar-track
{
	opacity: 0; visibility: hidden;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	transition: all .2s ease-in-out;
}

.custom-scrollbar::-webkit-scrollbar
{
	opacity: 0; visibility: hidden;
	width: 6px;
	background-color: #F5F5F5;
	transition: all .2s ease-in-out;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
	opacity: 0; visibility: hidden;
	background-color: #000000;
	transition: all .2s ease-in-out;
}
.custom-scrollbar:hover::-webkit-scrollbar-track,
.custom-scrollbar:hover::-webkit-scrollbar-thumb,
.custom-scrollbar:hover::-webkit-scrollbar
{
	opacity: 1; visibility: visible;
	transition: all .2s ease-in-out;
}

.cf7sr-g-recaptcha{
transform: scale(1) !important;
}
/*global css*/

/*canada-intro*/
#canada-intro{
	min-height: 80vh;
    height: 80vh;
    position: relative;
}
#canada-intro .intro-text{
	position: absolute;
	right: 10%;
	color: #fff;
	bottom: 20%;
}
#canada-intro .white-line {
    height: 10px;
    width: calc(calc(100vw / 1440) * 80);
    background: #fff;
}
#canada-intro .intro-title {
	font-size: 80px;
    font-variant: all-small-caps;
}
#canada-intro .intro-desc {
	line-height: 35px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#canada-intro #reg-now {
	width: calc(calc(100vw / 1440) * 200) !important;
}
/*canada-intro*/

/*canada-benefit*/
#canada-benefit {
    padding-bottom: 5rem;
}
#canada-benefit .ben-item .caption{
	color: #000;
	display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    justify-content: center;
    align-items: center;
    border: 0;
    text-align: center;
    padding: 0 calc(calc(100vw / 1920) * 50)
}
#canada-benefit .ben-item, #canada-benefit .ben-item img {
    padding: 20px;
}
/*canada-benefit*/

/*canada-program*/
#canada-program .program-items {
    border: 1px solid #f7f7f7;
    border-left: 3px solid #000;
    padding: 15px;
    background: #fff;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.2s ease-in-out;
	max-width: 450px;
}
#canada-program a.program-items-box {
    color: #000;
}
#canada-program .program-items:hover {
    border-left: 3px solid #be1c2f;
    box-shadow: 6px 4px 17px 0px #d3d3d3;
}
#canada-program p.program-title {
    font-weight: bold;
}
#canada-program .program-text {
    font-size: small;
    margin-bottom: 20px;
    padding-right: 25%;
}
#canada-program p.see-more {
    font-size: small;
    position: relative;
    margin-left: 80%;
}
#canada-program div.image-slide img {
    width: 100%;
	display: inline-block;
	-webkit-filter: drop-shadow(2px 5px 4px #aaa);
	filter: drop-shadow(2px 5px 4px #444);
	padding: 20px;
}
#canada-program .background-red-layer {
    background: #be1c2f;
    height: 80%;
    width: 60%;
    z-index: 0;
    right: 0;
    position: absolute;
    margin: 0 20px;
}
#canada-program .btn-programs-reg {
    height: calc(calc(100vw / 1920) * 48);
    max-width: calc(calc(100vw / 1920) * 300);
    font-size: calc(calc(100vw / 1920) * 24);
}
#canada-program .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: none;
    padding: 0;
}
#canada-program .modal-body {
    margin: 0;
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    transition: none;
}

	#canada-program #program-popup .modal-header {
    position: absolute;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    z-index: 2;
    border: none;
}
	#canada-program #program-popup  .modal-header .close {
    margin-top: -2px;
}
#canada-program #program-popup.show{
	overflow-y: auto !important;
}
#canada-program #program-popup .modal-dialog {
	min-width: 1000px;
}
#canada-program #program-popup .tab-pane {
 
    box-shadow: 5px 6px 12px 0 #444;
}
#canada-program #program-popup .tab-pane .header,
#canada-program #program-popup .tab-pane .profits {
    padding: 40px 40px 40px 70px;
	position: relative;
}
#canada-program #program-popup .tab-pane .profits {
    overflow: hidden;
    padding: 40px 40px 40px 20px;
}
#canada-program #program-popup .tab-pane .header .prog-name,
#canada-program #program-popup .tab-pane .profits-title{
    font-weight: bold;
    font-size: xx-large;
    position: relative;
    z-index: 3;
}
#canada-program #program-popup .tab-pane .profits-title {
    margin-bottom: 40px;
    font-size: larger;
    margin-left: 40px;
}
#canada-program #program-popup .tab-pane .header .prog-name:after,
#canada-program #program-popup .tab-pane .profits-title:after{
    content: "";
    border-bottom: 2px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -2;
}
#canada-program #program-popup .tab-pane .profits-title:after{
    top: -8px;
}
#canada-program #program-popup .tab-pane .header .prog-name span,
#canada-program #program-popup .tab-pane .profits-title span {
    background: #fff;
    z-index: -1;
	padding-right: 5px;
}
#canada-program #program-popup .pro-block.row {
    padding-top: 20px;
}
#canada-program #program-popup .prog-target.col-7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#canada-program #program-popup .pro-block-image,
#canada-program #program-popup .profits-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
#canada-program #program-popup .pro-block-image img{
    width: 100%;
}
#canada-program #program-popup .profits-image img {
    width: 120%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    margin-bottom: -40%;
}
#canada-program #program-popup .prog-target ul {
    list-style: disc;
    margin-left: 30px;
    font-size: medium;
}
#canada-program #program-popup .image-slider-container {
    height: 60vh;
    margin-bottom: 5%;
    position: relative;
}
#canada-program #program-popup .slick-slider, .slick-list, .slick-track{
    height: 100%;
}  
#canada-program #program-popup .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 10px;
}
#canada-program #program-popup .slick-slide:not(.slick-active) {
    transition: all .2s ease-in-out
}
#canada-program #program-popup .slick-center {
    transform: scale(1.1);
}
#canada-program #program-popup .slick-slide{
    transition: all .2s ease-in-out
}
#canada-program #program-popup .slick-slide:not(.slick-center) {
    transform: scale(0.8);
	opacity: 0.3
}
#canada-program #program-popup .slick-slide img{
    width: 100%;display: inline-block;height: 100%;object-fit: contain;
	padding: 30px;
}
#canada-program #program-popup .list-benefit-item-image {
    width: 20%;
    position: relative;
    height: 50px;
}
#canada-program #program-popup .list-benefit-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#canada-program #program-popup .list-benefit-item-text {
    width: 75%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#canada-program #program-popup .list-benefit-item-text > div {
    margin: auto;
    width: 100%;
    height: max-content;
}
#canada-program #program-popup .list-benefit-item-text p {
    padding-bottom: 0;
}
#canada-program #program-popup .background-gray-layer {
    background: #F7F7F7;
    height: 100%;
    width: 100%;
    z-index: 0;
    right: -25%;
    /* top: 5%; */
    position: absolute;
    margin: 0 20px;
}
#canada-program #program-popup .list-benefit-item {
    width: calc(100% - 50px);
    height: max-content;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin: 30px 0;
    padding: 15px 10px;
    display: flex;
    background: #fff;
	
	transition: all .2s ease-in-out
}
#canada-program #program-popup .profits-image-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
	bottom: -20%;
    transform: scale(0.9);
}
#canada-program #program-popup .profits-image-background img {
    object-fit: contain;
}
#canada-program #program-popup .profits-image > img {
    filter: drop-shadow(2px 0px 6px #999);
}
#canada-program #program-popup .profits-items{
    height: calc(calc(90px * 4) + calc(30px * 5));
    overflow: auto;
    margin: 20px 0;
}
#canada-program #program-popup .reg.row {
    border-bottom-left-radius: 5px;
	height: 500px;
    background: #fff;
    border-bottom-right-radius: 5px;
}
#canada-program #program-popup .reg-msg {
    z-index: 1;
    background: #be1c2f;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 4px 4px 8px 0 #999;
}
#canada-program #program-popup .reg-msg-btn {
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    background: #be1c2f;
    z-index: 2;
    border-radius: 50%;
}
#canada-program #program-popup .reg-msg-btn:after {
    content: "〉";
    position: absolute;
    color: #fff;
    font-size: 40px;
    height: 100%;
    width: 100%;
    left: 30px;
}
#canada-program #program-popup .reg-msg > p {
    color: #fff;
    position: absolute;
    top: calc(50% - 40px);
    height: 40px;
    width: calc(100% - 30px);
    padding: 0 10%;
    font-weight: 600;
}
#canada-program #program-popup .reg-msg > p:after {
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 5px solid #fff;
    left: 11%;
    bottom: -70%;
}
#canada-program #program-popup .reg-form{
    background: #fff;
    box-shadow: 0px 0px 15px 0 #999;
	height: 100%;
}
#canada-program #program-popup .reg-msg-background {
    width: 100%;
    height: 100%;
}
#canada-program #program-popup .reg-msg-background img {
    width: 100%;
    position: absolute;
    right: 0;
    left: 50%;
    bottom: -30px;
}
#canada-program #program-popup .profits-image {
    bottom: -111px;
}
#canada-program #program-popup .list-benefit-item:hover
{
    background: #be1c2f;
	color: #fff
}
#canada-program #program-popup .list-benefit-item .list-benefit-item-image img.invisible-img {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
#canada-program #program-popup .list-benefit-item:hover .list-benefit-item-image img.invisible-img{
	opacity: 1;
	visibility: visible;
}
#canada-program #program-popup .tab-pane div::-webkit-scrollbar-track
{
	opacity: 0; visibility: hidden;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	transition: all .2s ease-in-out;
}

#canada-program #program-popup .tab-pane div::-webkit-scrollbar
{
	opacity: 0; visibility: hidden;
	width: 6px;
	background-color: #F5F5F5;
	transition: all .2s ease-in-out;
}

#canada-program #program-popup .tab-pane div::-webkit-scrollbar-thumb
{
	opacity: 0; visibility: hidden;
	background-color: #000000;
	transition: all .2s ease-in-out;
}
#canada-program #program-popup .tab-pane div:hover::-webkit-scrollbar-track,
#canada-program #program-popup .tab-pane div:hover::-webkit-scrollbar-thumb,
#canada-program #program-popup .tab-pane div:hover::-webkit-scrollbar
{
	opacity: 1; visibility: visible;
	transition: all .2s ease-in-out;
}
#canada-program #program-popup form#canada-reg-form {
    padding: 10%;
    height: 100%;
}
#canada-program #program-popup form#canada-reg-form .form-group span{
	margin: 0 !important;
}
#canada-program #program-popup form#canada-reg-form .cf7sr-g-recaptcha {
    display: flex;
    justify-content: center;
	margin: -25px 0 -15px 0;
}
#canada-program #program-popup form#canada-reg-form .btn-submit {
	width: 100% !important;
}
#canada-reg-form .form-group>label {
    font-size: medium;
    font-weight: 600 !important;
}
#canada-program #program-popup form#canada-reg-form .form-group span input, 
#canada-program #program-popup form#canada-reg-form .form-group span select {
    width: 100%;
    border: 0;
    background: #fff;
    height: 30px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    color: #888;
    font-size: medium;
}
#canada-program #program-popup form#canada-reg-form .form-group span select option {
    opacity: 0.8
}
#canada-program #program-popup form#canada-reg-form .btn-submit {
    width: 40% !important;
    margin: 0 30%;
    font-size: medium;
}
/*canada-program*/


/*canada-info*/
#canada-info{
    padding: 0 10%;
    padding-bottom: 3%;
}
#canada-info .owl-dots, #canada-info .owl-nav {
	display: block;
	visibility: hidden
}
#canada-info button.tab-slider-nav-btn:hover {
    border: 1px solid #444;
    color: #fff;
    background: #444;
}
#canada-info button.tab-slider-nav-btn {
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 5px;
    cursor: pointer;
	border: 1px solid #000;
	background: #fff;
	padding: 0;
}
#canada-info button.tab-slider-nav-btn.active {
    background: #444;
    color: #fff;
}
#canada-info .tab-slider-nav {
	display: flex;
    justify-content: center;
    padding-top: 2%;
}
#canada-info ul.nav.justify-content-space-between {
    display: flex;
    justify-content: space-between;
}
#canada-info .tab-pane{
    padding: 2% 3%;
}
#canada-info ul.nav.justify-content-space-between li {
	text-align: center;
}
#canada-info ul.nav.justify-content-space-between li:first-child{
    text-align: left;
}
#canada-info ul.nav.justify-content-space-between li a {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
	position: relative;
	opacity: 0.7;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#canada-info ul.nav.justify-content-space-between li a:hover{
	opacity: 1;
}
#canada-info ul.nav.justify-content-space-between li a:after {
    content: "";
    border-bottom: 1px solid #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.5px;
    transition: all .2s ease-in-out;
}
#canada-info ul.nav.justify-content-space-between li a.active{
    font-weight: 600;
	opacity: 0.8;
}
#canada-info ul.nav.justify-content-space-between li a:hover:after,
#canada-info ul.nav.justify-content-space-between li a.active:after {
    content: "";
    border-bottom: 3px solid #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: all .2s ease-in-out;
}
#canada-info .tab-desc {
    margin-bottom: 20px;
    font-size: large;
}
#canada-info p.tab-title {
    font-weight: bold;
    font-size: x-large;
}
#canada-info .tab-pane ul, #canada-info .tab-pane ul li {
	margin: 5px 20px;
}
#canada-info .tab-pane ul{
    list-style: disc
}
#canada-info .tab-pane .tab-text{
    font-size: medium;
    padding: 0 20px;
}
#canada-info table tr {
    text-align: center;
    border-bottom: 1pt solid #777;
    margin: 10px;
}
#canada-info table tr td:first-child {
    text-align: left;
    padding: 0 20px;
}
#canada-info .tab-table > table:first-child tr:first-child {
    background: #8888;
    color: #000;
    font-weight: bold;
}
#canada-info .tab-table {
    padding: 0 10%;
    max-height: 500px;
    overflow: scroll;
}
#canada-info .tab-pane table {
    width: 100%;
}
#canada-info .tab-pane table tbody{
	background: #fff;
}
#canada-info table tr td:first-child {
    text-align: left;
    padding: 15px 40px 15px;
    /* margin: 10px; */
}
#canada-info .tab-image {
    width: 100%;
    padding: 0 10px 20px;
    display: flex;
    justify-content: center;
}
#canada-info .tab-image img{
    width: 100%;
    height: 100%;
	object-fit: contain !important;
    position: absolute;
    transform: scale(1.5);
	/*top: -25%;*/
	}
#canada-info .tabs-box {
	display: block;
	}

	#canada-info .collapsing-box {
		display: none;
	}
/*canada-info*/

/*canada-council*/
#canada-council{
    padding-bottom: 5rem;
}
#canada-council .council-box {
    padding: 5px;
	max-height: calc(calc(100vw / 1920) * 400);
	overflow: hidden;
}
#canada-council .row.council-box-content {
    border: 2px solid #efefef;
    padding: calc(calc(100vw/1920)*30) calc(calc(100vw/1920)*10) calc(calc(100vw/1920)*30) calc(calc(100vw/1920)*40);
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    transition: all .2s ease-in-out;
    position: relative;
}
#canada-council .row.council-box-content:hover {
    border: 2px solid #CECECE;
    box-shadow: 2px 2px 7px 2px #ccccccbf;
}
#canada-council .council-box:hover {
    filter: none;
}
#canada-council .council-title {
	font-weight: bold;
    font-size: larger;
}
#canada-council .council-text {
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: calc(calc(100vw/1920)*40)
}
#canada-council .council-image {
    height: 100%;
}
#canada-council .council-text-center {
    margin: auto;
}
#canada-council .council-desc br{
	line-height: calc(calc(100vw/1920)*40)
}
#canada-council .council-content {
    padding: 0 7%;
}
/*canada-council*/

/*canada-testimonial*/
#canada-testimonial{
	padding-bottom: 5rem;
}
#canada-testimonial .slick-slide{
	transition: all 0.2s ease-in-out;
} 
#canada-testimonial .slick-slide:not(.slick-active){
	/*visibility: hidden*/
} 
#canada-testimonial .slick-slide .applicant-text {
    font-size: smaller
}
#canada-testimonial .slick-slide.slick-center .applicant-text {
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 4px 6px 11px 0px #9998;
    padding: 60px 20px 20px;
    margin-top: -60px;
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-text {
    text-shadow: 2px 2px 9px #ccc; 
}
#canada-testimonial .slick-slide:not(.slick-center) {
    transform: scale(0.9);
	opacity: 0.4
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-message {
    max-height: 145px;
    overflow: hidden;
}
#canada-testimonial .slick-track {
  display: flex;
}
#canada-testimonial .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-major,
#canada-testimonial .slick-slide:not(.slick-center) .applicant-school {
   	visibility: hidden
}
#canada-testimonial .testimonial-slide {
    position: relative;
}
/*canada-testimonial*/

/*canada-signup*/
#canada-signup .signup-form {
    background: #fff;
    height: 100%;
    width: calc(calc(100vw/1920)*750);
    margin: auto;
    box-shadow: 3px 3px 7px 5px #55555555;
    border-radius: 5px;
    padding: 10px 40px 20px 40px;
}
#canada-signup form#canada-reg-form {
	padding: 0 calc(10% - 40px);
}
#canada-signup form#canada-reg-form .form-group span{
	margin: 0 !important;
}
#canada-signup form#canada-reg-form .form-group span input, 
#canada-signup form#canada-reg-form .form-group span select{
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    height: 45px;
}
#canada-signup form#canada-reg-form .cf7sr-g-recaptcha {
    display: flex;
    justify-content: center;
	margin: 30px 0 0 0;
}
#canada-signup form#canada-reg-form .btn-submit {
	width: 100% !important;
}

/*canada-signup*/

/*End Section: Scholarship Canada*/

/* III. RESPONSIVE STYLE */
/* DEPLOY: 20-05-2019 */
/* DES: HUONG, CONG */
/* 1. Default Styles */
/* 2. Extra small devices (phones, 600px and down) */
/* XS */
/* 3. Small devices (portrait tablets and large phones, 600px and up) */
/* SM */
/* 4. Medium devices (landscape tablets, 768px and up) */
/* MD */
/* 5. Large devices (laptops/desktops, 992px and up) */
/* LG */
/* 6. Extra large devices (large laptops and desktops, 1200px and up) */
/* XL */

/* 1. Default Styles */
#dl-menu {
    top: 8px !important;
}

.dl-trigger img {
    filter: invert(100%);
}


@media only screen and (max-width: 767px) {
    .left-intro-we-do img {
        max-width: 15vw !important;
    }
}

@media only screen and (min-width:767px){
.scholarships-program-row, .scholarships-program-row>.nav-tabs {
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    justify-content: center;
    align-items: center;
    border: 0;
}	
	}
@media only screen and (max-width:1024px) {
    .equal-left-mr-left {
        padding-left: 52px;
    }
}

@media screen and (max-device-width: 552px) {
    .tutor-info {
        padding-right: 10px;
    }
}

@media (max-width: 990px) {
    #columns {
        margin: 10px auto;
    }

    div#columns figure {
        margin: 10px 0;
    }

    .event-item img.img-responsive {
        margin-bottom: 10px;
    }

    .blog-category ul.blog-category-list {
        margin-right: 0px;
    }

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

    .blog-category ul.blog-category-list li:first-child {
        margin-left: 0px;
    }

    .blog-category ul.blog-category-list li:last-child {
        margin-right: 0px;
    }

    #banner .banner-extra-desc-bg,
    .banner-section .banner-extra-desc-bg {
        width: 100%;
    }

    .text-box-dream .text-box-content,
    #lang_vi .text-box-dream .text-box-content {
        min-height: 0;
    }

    #mainMenu {
        display: none !important;
    }

    #dl-menu {
        display: block !important;
    }

    .dl-menuwrapper button:hover,
    .dl-menuwrapper ul {
        background: #164060 !important;
    }

    .dl-menuwrapper button {
        background: none !important;
        border: none !important;
    }

    .dl-menuwrapper button:hover,
    .dl-menuwrapper button:active {
        background: none !important;
    }

    .dl-trigger img {
        width: 40px;
    }

}

@media (max-width: 768px) {
    #form-register .register-part {
        padding: 0;
    }

    h1.banner-title {
        line-height: 150px;
        font-size: 80px;
    }

    #leadership-accoding h3 {
        margin-top: 10px;
    }

    .testi_list_thumbnail {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .home-testimonials-index .media>.the_content_home_testimonials {
        font-size: 20px;
        line-height: 120%;
    }

}

.the_content_wrapper img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 640px) {
    #TB_window {
        width: 100% !important;
        left: 0% !important;
        margin-left: 0 !important;
        top: 0 !important;
        margin-top: 0px !important;
    }

    .alt_banner_title {
        padding: 0;
    }

    #banner .banner-desc .action,
    .banner-section .banner-desc .action {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-desc .fs-15 {
        font-size: 13px;
    }

    .fs-24.btn-home-style {
        font-size: 14px;
    }
	
	.header-logo img {
	margin-left: 20%;
}
}

@media (max-width: 480px) {
    #header {
        padding-bottom: 5px;
    }

    .hidden_logo {
        margin-bottom: 10px;
    }

    #hahaha {
        top: 55px;
    }

    body {
        font-size: 16px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .fs-21 {
        font-size: 16px;
    }

    .fs-22,
    .fs-23 {
        font-size: 18px;
    }

    .fs-28 {
        font-size: 20px;
    }

    .fs-35 {
        font-size: 22px;
    }

    .fs-40 {
        font-size: 25px;
    }

    .fs-46 {
        font-size: 28px;
    }

    .fs-68 {
        font-size: 35px;
    }

    .offer .media-left,
    .offer .media-right,
    .offer .media-body {
        display: block;
    }

    .blog-category ul.blog-category-list li img {
        max-width: 75px;
        height: auto;
    }

    h1.banner-title {
        line-height: 150px;
        font-size: 70px;
    }

    .about-block {
        padding: 20px 0px;
    }

    #process_step_number {
        margin: 20px 0px;
    }

    #process_step_number ul.process_step_number>li a {
        font-size: 40px;
    }

    .icon_list .icon_list_item h4 {
        font-size: 16px;
    }

    #leadership-accoding h3 {
        font-size: 22px;
    }

    .row-title .fs-60 {
        font-size: 35px;
    }
}

@media (max-width: 400px) {
    .banner-desc .fs-26 {
        font-size: 20px;
    }

    .banner-desc {
        margin-top: 250px;
    }

    a.real_log img {
        width: 85%;
    }

    #owl-testimonials .media-left,
    #owl-testimonials .media-right,
    #owl-testimonials .media-body {
        display: block;
    }


    #alt-testimonials .media .media-left,
    .alt-testimonials .media .media-left {
        width: auto;
    }

    #owl-testimonials .media-body {
        margin-top: 15px;
    }

    .blog-category ul.blog-category-list li img {
        max-width: 60px;
        height: auto;
    }

    h1.banner-title {
        line-height: 150px;
        font-size: 50px;
    }

    .icon_list .icon_list_item h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 750px) {
    #columns {
        column-gap: 0px;
    }

    #columns figure {
        width: 100%;
    }
}

@media only screen and (max-width:1600px) {
    .equal-left-mr-left {
        padding-left: 75px !important;
    }
}

@media only screen and (max-width:1366px) {
    .equal-left-mr-left {
        padding-left: 66px!important;
    }

    .font-size-54 {
        font-size: 38.2px!important;
    }

    .h-tab-pane {
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .row.text p {
        font-size: 16px;
    }

    .row.text .odometer {
        font-size: 25px;
    }
}


@media only screen and (max-width: 576px) {
    .slick-slider .slick-dots li {
        width: 1.5vw !important;
        height: 1.5vw !important;
    }
	
}

@media only screen and (max-width: 767px) {
    .slick-slider .slick-dots li {
        width: 1.5vw !important;
        height: 1.5vw !important;
    }
}

@media only screen and (max-width: 991px) {
    .slick-slider .slick-dots li {
        width: 1.2vw !important;
        height: 1.2vw !important;
    }
}

@media only screen and (max-width :480px) {
    .row-title .fs-50 {
        font-size: 35px
    }

    .title-page-form,
    .title-row>span,
    .title-row {
        font-size: 26px
    }

    .title-row {
        min-height: 80px;
        padding-top: 0
    }

    .sub-row>.checkboxDiv {
		margin-left: 0 !important;
        width: 100% !important
    }

    .checkboxDiv>span {
        margin-left: 5px !important;
        max-width: 75% !important;
    }

}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}


@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}


@media only screen and (max-width: 991px) {
    .form-submitting .item .field input {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .form-submitting .item .title {
        text-align: center;
    }
}

#mainMenu ul#menu-landing-page-menu{
    margin-bottom: 0px !important;
}


/* 2. Extra large devices (large laptops and desktops, 1200px and up) */
/* XL */
@media only screen and (min-width: 1600px) {
	
	body {
    font-size: 18px !important;
	}
    #mainMenu ul#menu-landing-page-menu{
        margin-bottom: 8px !important;
    }
.font-size-14 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 22px;
}

.font-size-17 {
    font-size: 22px;
}

.font-size-18 {
    font-size: 22px;
}

.font-size-20 {
    font-size: 25px;
}

.font-size-23 {
    font-size: 27px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-40 {
    font-size: 50px;
}

.font-size-45 {
    font-size: 52px;
}

.font-size-54 {
    font-size: 59px;
}
#mainMenu ul li a {
    font-size: 20px;
}
	.opacity-layer {
    padding-top: 80px;
}
	
}


@media only screen and (min-width: 1200px) {
    #mainMenu ul#menu-landing-page-menu{
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1354px){
    .vnd-unit{
        display: none !important;
    }

    .row.numbers .money-row{
        top: -1.25vw !important;
    }
}

@media only screen and (max-width: 1353px) and (min-width: 768px){
    .money-tail{
        display: none !important;
    }

    .money-tail-short{
        display: inline-block !important;
    }

    .row.numbers .money-row{
        top: 0px !important;
    }
}


@media only screen and (max-width: 1499px){
    /* latest news */
    .articles .article-item .article-date-overlay {
        width: 70px !important;
    }
}


/* 3. Large devices (laptops/desktops, 992px and up) */
/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #mainMenu ul li a {
        font-size: 15px !important;
    }

    .offer .media-body {
        padding: 0 7px;
    }

    .blog-category ul.blog-category-list {
        margin-right: 0px
    }

}

/* 4. Medium devices (landscape tablets, 768px and up) */
/* MD */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .font-size-54{
        font-size: 33.6px !important;
    }

    .font-size-45{
        font-size: 30px !important;
    }

    .font-size-40{
        font-size: 25px !important;
    }

    .font-size-25{
        font-size: 21px !important;
    }

    .font-size-23{
        font-size: 20px !important;
    }

    .font-size-20{
        font-size: 18px !important;
    }
    
    .font-size-18{
        font-size: 16px !important;
    }
    
    .font-size-17{
        font-size: 15px !important;
    }


    /* ability assessment */
    .text-bachelor-master{
        text-align: left !important;
        padding: 2% 5% 2% 5% !important;
    }

    .button-scholarship a{
font-size: 16px !important;
    }

    .button-scholarship div {
        padding: 0px 0px !important;
    }


            .contact-scholarship{
                margin-bottom: 30% !important;
            }
            
            /* benefits */
            .equal-opportunities p.bold-text {
                text-align: left !important;
                margin-bottom: 2% !important;
            }

            .equal-left-mr-left{
                text-align: left !important;
                padding-left: 38px !important;
            }

            .equal-left-desc{
                margin-bottom: 30px !important;
            }

            .benefits {
                height: 350px !important;
                display: grid !important;
                justify-content: center !important;
                align-items: center !important;
            }
}

@media only screen and (max-width: 991px){
    .tutor-list .nav-tabs li.active:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px dashed #f7f7f7;
        bottom: -6px !important;
    }
    .tutor-list .nav-tabs li.active:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px dashed #000;
		bottom: -5px !important;
    }
	.tutor-list .nav-tabs {
        padding-bottom: 5% !important;
    }
	.tutor-list .tab-content {
    padding-top: 1em !important;
	}
	
	
	.tutor-list .tab-content .tutor-info{
		text-align: center;
		padding-left: 10px;
		padding-right: 10px ;
	}
	
	.opacity-layer .row.text .text-left {
	text-align: left!important;
}
}

/* 5. Small devices (portrait tablets and large phones, 600px and up) */
/* SM */

@media(min-width:768px) {
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media (min-width: 768px){
	.text-md-right {
		text-align: center !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* ability assessment */
    .ability-assessment>.row {
    height: 100% !important;
    overflow: hidden !important;
    }

    .img-bachelor,
    .img-master {
        height: 100vh;
    }

    .img-bachelor:hover,
    .img-master:hover {
        transform: none;
    }

    .text-bachelor-master {
        text-align: center;
        padding: 2% 2% 2% 2% !important;
    }

    .text-scholarship {
        margin-bottom: 3%;
    }

    .button-scholarship {
        margin-bottom: 3%;
    }

    .button-scholarship div {
        padding: 0px 25px !important;
    }

    .button-scholarship a {
        font-size: 15px;
    }

    .contact-scholarship {
        margin-bottom: 2%;
    }

    .contact-scholarship a{
        border-bottom: 0.5px dashed #164060;
    }

    /* benefits */

    /* equal-opportunities-container */
    .equal-opportunities {
        padding-bottom: 3%;
    }

    .equal-opportunities p.bold-text {
        text-align: center !important;
        margin-bottom: 2% !important;
    }

    .equal-opportunities img {
        max-width: 100% !important;
    }

    .equal-left-mr-left{
        padding-left: 0px !important;
        text-align: center;
        margin-bottom: 2% !important;
    }

    .benefits .row{
        margin-bottom: 8%;
    }

    
            /* scrolling numbers */
            .opacity-layer{
                padding-top: 20px !important;
            }
}

/* 6. Extra small devices (phones, 600px and down) */
/* XS */

@media only screen and (max-width: 599px) {
    .font-size-40{
        font-size: 32px;
    }
	.free-advice-form {
    background-color: #fff;
    padding: 5%;
    margin-right: 10%;}
	
	ul.master-schools-list li {

    margin-left: 1rem !important;
}
	.score-table table {
		width: 600px !important;
padding-right: 20px !important
}
	.score-table table tbody{
		width: 580px !important;
padding-right: 20px !important;
		margin-right: 20px !important
}
	
	.group-w>div{
		margin-bottom: 20px;
min-height: 50px;
margin-left: 0%;
max-width: 100%;
}
}


#dl-menu {
    top: 8px !important;
}

.dl-trigger img {
    filter: invert(100%);
}

.the_content_wrapper img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

#mainMenu ul#menu-landing-page-menu {
    margin-bottom: 0px !important;
}


/* 2. Extra large devices (large laptops and desktops, 1200px and up) */


/* XL */

@media only screen and (max-width: 1700px) {
    .font-size-70 {
        font-size: 45px;
    }
    .font-size-50 {
        font-size: 42px;
    }
    .font-size-36 {
        font-size: 30px;
    }
    .font-size-30 {
        font-size: 26px;
    }
    .font-size-26 {
        font-size: 24px;
    }
    .font-size-24 {
        font-size: 22px;
    }
    .font-size-22 {
        font-size: 20px;
    }
    .font-size-21 {
        font-size: 19px;
    }
    .font-size-20 {
        font-size: 18px;
    }
    .font-size-18 {
        font-size: 17px;
    }
    .font-size-16 {
        font-size: 17px;
    }
    .font-size-14 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .font-size-54 {
        font-size: 38.2px!important;
    }
    .font-size-50 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .font-size-70 {
        font-size: 45px;
    }
    .font-size-50 {
        font-size: 30px;
    }
    .font-size-36 {
        font-size: 25px;
    }
    .font-size-30 {
        font-size: 18px;
    }
    .font-size-26 {
        font-size: 17px;
    }
    .font-size-24 {
        font-size: 16px;
    }
    .font-size-22 {
        font-size: 15px;
    }
    .font-size-21 {
        font-size: 15px;
    }
    .font-size-20 {
        font-size: 14px;
    }
    .font-size-18 {
        font-size: 14px;
    }
    .font-size-16 {
        font-size: 12px;
    }
    .font-size-14 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1152px) {
    .font-size-22 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1152px) {

}


/* LG */

@media only screen and (max-width: 960px) {
   .free-advice-form {
    background-color: #fff;
    padding: 5%;
    margin-right: 20%;
}
}

@media only screen and (min-width: 1024px) {
   
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
    
}

@media only screen and (max-width: 1024px) {
    .font-size-70 {
        font-size: 40px;
    }
    .font-size-18 {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {

}

@media only screen and (min-width: 1200px) {

}


/* 3. Large devices (laptops/desktops, 992px and up to 1199px) */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}

@media only screen and (max-width: 991px) {
    .font-size-50 {
        font-size: 30px;
    }
    .font-size-30 {
        font-size: 20px;
    }
    .font-size-21 {
        font-size: 16px;
    }
    .font-size-20 {
        font-size: 16px;
    }
    .font-size-18 {
        font-size: 15px;
    }
 
}


/* 4. Medium devices (landscape tablets, 768px and up to 991px) */

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


/* MD */

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

@media (max-width: 768px) {
    .ability-assessment{
	    height: 600px;
}
	
	.font-size-54 {
    font-size: 35px !important;
}
	
	.font-size-18 {
    font-size: 14px !important;
}
	
	.row.what-do-we-do-icon{
height: 5vh
		}
	
	.left-intro-we-do img {
    max-width: 20vw !important;
    margin-left: -100%;
	 margin-top: -100%;
}
	
	 .right-intro-we-do{
		 margin-top: -15%;
	} 
}

@media only screen and (max-width: 767px) {

	}

@media screen and (max-width: 750px) {

}

@media screen and (max-width: 640px) {
    
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    
}


/* 6. Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 599px) {
    .text-bachelor-master {
    padding: 4% 7% 4% 5% !important;
}
	.equal-left-mr-left{
		padding-left: 0px !important;
}
	.left-intro-we-do img {
    max-width: 20vw !important;
    margin-left: -100%;
    margin-top: -80%;
}
	.right-intro-we-do {
    margin-top: -5%;
}
	
.what-do-we-do {
    padding: 5% 5% !important;
}
	
	.opacity-layer{
padding-top: 15px;
	}
	.opacity-layer .row.text > .row{
	margin: 2%
}
	.layer-random-number {
    height: 300px !important;
}
table.number_of_employee .checkboxDiv > input{
	width: 100% !important
	}
	
table.number_of_employee .checkboxDiv {
    margin: 10px 0 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	
table.number_of_employee .checkboxDiv>span {
    margin-left: 5px !important;
    max-width: 75% !important;
    margin-top: 5px;
}
	
}

@media only screen and (max-width: 576px) {
    
}

@media only screen and (max-width: 575px) {
    
}

@media screen and (max-device-width: 552px) {

}

@media only screen and (max-width :480px) {
    
}

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

@media only screen and (max-width: 414px) {
    .font-size-70 {
        font-size: 30px;
    }
    .font-size-50 {
        font-size: 25px;
    }
    .font-size-30 {
        font-size: 15px;
    }
    .font-size-24 {
        font-size: 15px;
    }
    .font-size-16 {
        font-size: 14px
    }
    .font-size-14 {
        font-size: 14px;
    }
	
	.benefits{
		padding-top: 20px
			}
	
	.row.what-do-we-do-icon {
		height: 25vh !important;
}
	
	.layer-random-number {
    height: 400px !important;
}
	
	.font-size-20 {
    font-size: 14px;
}
	
	.equal-opportunities img {
    max-width: 100% !important;
}
	
	.font-size-40 {
    font-size: 28px;
}
	.font-size-18 {
    font-size: 16px !important;
}
	
	.equal-left-desc{
		margin: 3% !important;
		}
	
	.equal-left-mr-top{
		margin: 3% !important;
	}
	
	.vertical-tabs .nav.nav-tabs.nav-right {
    margin-right: -3%;
}
	.vertical-tabs .nav-tabs.nav-right li a.active:after {
    margin-left: -3.5% !important;
}
}

@media only screen and (max-width: 320px) {
    .font-size-70 {
        font-size: 30px;
    }

}

/*Thank you popup */
@media only screen and (max-width: 1366px) and (max-height: 1024px) and (min-width: 1366px) and (min-height: 1024px) and (orientation: landscape){
	.modal-modal {
    left: 20%;
    width: 60%;
}
	}

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait){
	.modal-modal {
    left: 10%;
    width: 80%;
}
	}


@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape){
	.modal-modal {
    left: 20%;
    width: 60%;
}
	}

@media only screen and (max-width: 600px) and (max-height: 960px) and (orientation: portrait){
	.modal-modal {
    left: 2.5%;
    width: 95%;
    min-width: auto;
    top: 7%;
}
	.msg-date {
	font-size: calc(100vw/35);
	}
	
	.modal-modal .parallax-background {
    padding: 20px 20px 100px 20px;
}
	}

@media only screen and (max-width: 896px) and (max-height: 414px) and (orientation: landscape){
	.modal-modal {
    top: 15%;
}
	}


/*Du hoc CANADA Responsive*/
@media only screen and (max-width: 1366px) and (orientation: landscape){
	.pd-lr-10-pc {
		padding: 0 0;
	}
	.pd-lr-8-pc {
		padding: 0;
	}
	#canada-info {
    	padding: 0 50px;
		padding-bottom: 3%;
	}
	#canada-benefit .ben-item .caption {
		padding: 0 10px;
	}
	.pd-l-10-pc {
		padding: 0 20px 0 50px;
	}
	#canada-program .btn-programs-reg {
		height: 35px;
		max-width: 200px;
		font-size: 1rem;
		font-weight: bold;
	}
	#canada-council .council-content {
		padding: 0 40px;
	}
	#canada-info .tab-desc {
		margin-bottom: 20px;
		font-size: 0.9rem;
	}
	#canada-council .council-text {
	height: calc(100% - 5px);
}
	#canada-council .council-title {
font-size: 1.1rem;
}
	.council-desc {
font-size: 0.8rem !important;
}
	#canada-testimonial .slick-slide.slick-center .applicant-text {
    background: #fff9;
}
	#canada-signup .signup-form {
		width: 50%;
	}
	#canada-signup {
		background-position: top left;
		background-size: cover;
		width: 100%;
		background-attachment: scroll;
	}
}
@media only screen and (max-width: 1024px){
	.pd-lr-10-pc {
		padding: 0 0;
	}
	.pd-lr-8-pc {
		padding: 0;
	}
	#canada-intro {
		min-height: 600px;
    height:  600px;
    position: relative;
    background-position: top left;
    background-size: contain;
}
	#canada-intro #reg-now {
		width: 200px !important;
	}
	#canada-intro .intro-text {
		position: absolute;
		right: 20px;
		color: #fff;
		bottom: 80px;
		transform: scale(0.9);
	}
	
	div#canada-benefit {
		padding-bottom: 3rem;
	}
	.font-size-40 {
		font-size: 30px;
	}
	
	.ben-item {
		font-size: 0.9rem;
	}
	#canada-signup .signup-form {
		width: 500px
	}
}
@media only screen and (max-width: 768px){
	
	#canada-info .tab-slider-nav{
		display: none;
			}
		#canada-intro {
		min-height: 500px;
    height:  500px;
	}
	#canada-intro .intro-text {
    position: absolute;
    right: -40px;
    color: #fff;
    bottom: 20px;
    transform: scale(0.7);
}
		#canada-program .row.program-content.program-content-1 .col-6:nth-child(1),
	#canada-program .row.program-content.program-content-2 .col-6:nth-child(2) {
    max-width: 100% !important;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		
		padding: 0
}
	
	#canada-program .row.program-content.program-content-1 .col-6:nth-child(2),
	#canada-program .row.program-content.program-content-2 .col-6:nth-child(1){
    display: none;
}

	#canada-program #program-popup .modal-dialog {
    min-width: 100%;
}
	#canada-council .council-box {
    padding: 5px;
    min-height: calc(calc(100vw / 768) * 350);
    overflow: hidden;
}
	#canada-council .council-image {
		background-size: contain !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
	#canada-council .council-title {
    font-size: medium;
}
	
	#canada-council .council-desc {
    font-size: small;
}
	#canada-council .council-text {
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: calc(calc(100vw/1920)*40);
    padding-right: 0;
}
	#canada-council {
    padding-bottom: 0
}
	#canada-program .btn-programs-reg {
height: 38px;
max-width: 150px;
font-size: 18px;
}
	
	#canada-program .program-items {
    width: 450px;
}
	
	#canada-info .tab-pane {
    padding: 0;
}
	#canada-info .accord-info .panel.panel-default {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
		overflow: hidden
}
	#canada-info .accord-info .panel.panel-default h4.panel-title a {
    color: #000;
    transition: all .5s;
    transform: translateY(0px);
    display: inline-block;
}
	
	#canada-info .accord-info .panel.panel-default h4.panel-title a.active {
    display: inline-block;
    color: #000;
    transform: translateY(-50px);
}
	#canada-info .accord-info .panel-collapse.collapse.show {
    transform: translateY(-40px);
		    margin-bottom: -40px;
}
#canada-info .accord-info .panel-collapse.collapse {
    transition: all 0.2s ease-in-out;
}
	#canada-info .panel-collapse p.tab-title {
    transition: all 0.2s ease-in-out;
    font-weight: bold;
		font-size: x-large;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    background: #F7F7F7;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    transform: translateX(-100%);
}
	#canada-info .panel-collapse.show p.tab-title {
    transform: translateX(0);
}
	
	#canada-info .panel-collapse .tab-table table{ 
		width: 100%;
	}
	
	#canada-info .tab-table {
    padding: 0;
}
	#canada-info .tab-pane ul {
    list-style: disc;
    padding: 0 !important;
}
	#canada-info .tabs-box {
    display: none;
	}

	#canada-info .collapsing-box {
		display: block;
	}
	
	#canada-info .card {
       border: 1px solid rgba(0,0,0,.125);
    }

	 #canada-info .card .card-header {
    display: block;
}
	
    #canada-info .card .card-header {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }  

    #canada-info .card .collapse{
        display:block;
    }
	
	#canada-info .card .collapse:not(.show) {
    display: none;
}
	
	#canada-info #collapse-content a.text-blue {
    color: #000 !important;
    font-weight: bold;
}
	
	#canada-info #collapse-content a:hover {
    color: #000 !important;
}
	
	#canada-info .tab-pane .tab-text{
        padding: 0;
}
	
}

@media only screen and (max-width: 414px){	
	#canada-testimonial .slick-slide.slick-current .applicant-text {
		border: 1px solid #7777 !important;
		border-radius: 10px;
	}
	
	#canada-program .program-items {
		width: 90vw;
}
	#canada-signup .signup-form {
		width: 100%;
	}
	
	#canada-info .panel-collapse p.tab-title {
    transition: all 0.2s ease-in-out;
    font-weight: bold;
		font-size: 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    background: #F7F7F7;
    margin-top: -5px !important;
    margin-bottom: 10px !important;
    transform: translateX(-100%);
}
	
	#canada-info {
    padding: 0 5%;
    padding-bottom: 3%;
}
	
	#canada-program a.program-items-box {
    color: #000;
    width: 100%;
}
	#canada-program .row.program-content.program-content-1 .col-6:nth-child(1), #canada-program .row.program-content.program-content-2 .col-6:nth-child(2) {
	max-width: 100% !important;
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: -5vw;
	    padding: 0 0 0 10%;
}
	
	#canada-program .row.program-content.program-content-1 .col-6:nth-child(2),
	#canada-program .row.program-content.program-content-2 .col-6:nth-child(1){
    display: none;
}

	#canada-program #program-popup .modal-dialog {
    min-width: 100%;
	max-width: 100%;
    margin: 0;
}
	
	#canada-program #program-popup .tab-pane .header .prog-name:after{
    content: none
}
	#canada-program #program-popup .tab-pane .header .prog-name{
    font-weight: bold;
    font-size: x-large;
    position: relative;
    z-index: 3;
    text-align: center;
}
	
	#canada-program #program-popup .image-slider-container {
    height: 40vh;
    margin-bottom: 5%;
    position: relative;
}
	#canada-program #program-popup .tab-pane .header{
    padding: 40px 20px 0px 20px;
    position: relative;
}
	#canada-program #program-popup .tab-pane .profits{
    padding: 40px 20px 40px 20px;
}
	
	#canada-program #program-popup .tab-pane .profits-title {
    margin-bottom: 0px;
    font-size: larger;
    margin-left: 20px;
}
	#canada-program #program-popup .profits-items {
    height: calc(calc(90px*4) + calc(30px*5));
    overflow: auto;
    margin: 0;
}
	#canada-program #program-popup .profits-items {
    height: calc(calc(90px*4) + calc(30px));
    overflow: auto;
    margin: 0;
}
	#canada-program #program-popup .list-benefit-item {
    width: 100%;
    height: max-content;
    overflow: hidden;
		border: none;
		margin: 30px 0;
		padding: 0px;
		display: flex;
    background: #fff;
    transition: all .2s ease-in-out;
}
	#canada-program #program-popup .reg-msg {
    z-index: 1;
    background: #be1c2f;
    position: relative;
	height: calc(100vw / 2);
    overflow: hidden;
    border-radius: 4px;
	box-shadow: none
}
	#canada-program #program-popup .reg-msg-background img {
    width: 60%;
    position: absolute;
    right: 0;
    left: 70%;
    bottom: -20px;
}
	
	#canada-program #program-popup .reg-msg-btn:after {
    content: "﹀";
    position: absolute;
    color: #fff;
    font-size: 40px;
    height: 100%;
    width: 100%;
    left: 10px;
    top: 20px;
}
	#canada-program #program-popup .reg-msg-btn {
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    background: #be1c2f;
    z-index: 2;
    border-radius: 50%;
}
	
	#canada-program #program-popup .list-benefit-item-text {
    width: 75%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
	
	#canada-program #program-popup .tab-pane .prog-desc {
    margin-left: 20px;
}
	
	#canada-program #program-popup .prog-target:before {
    content: "Đối tượng tham gia";
    font-size: large;
    font-weight: bold;
    background: #fff;
    position: absolute;
    z-index: 3;
    top: -50px;
    padding: 0 10px 0 0;
}
	#canada-program #program-popup .prog-target {
    margin-top: 80px;
}
	#canada-program #program-popup .prog-target:after {
    content: "";
    border-bottom: 2px solid #000;
    width: calc(100% - 40px);
    position: absolute;
    left: 30px;
    top: -35px;
}
	#canada-program #program-popup .background-gray-layer {
    display: none;
}
	
	#canada-program #program-popup .slick-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
	#canada-program #program-popup .slick-slide img {
    padding: 60px;
}
	
	#canada-program .program-text {
    font-size: small;
    margin-bottom: 10px;
    padding-right: 0
}
	#canada-program p.see-more {
    font-size: small;
    position: relative;
    margin-left: 70%;
}
	#canada-program .program-items {
    border: 1px solid #f7f7f7;
    border-left: 3px solid #000;
    padding: 15px 5px 15px 15px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .2s ease-in-out;
    max-width: 450px;
}
	
	#canada-benefit .row.slick-slider .col-4.ben-item{
		flex: 0;
    max-width: 100%;
	}
	
	#canada-intro {
            background-size: cover;
    height: 100%;
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
}
	#canada-intro .intro-title {
    font-size: calc(calc(100vw / 768) * 145);
    font-variant: all-small-caps;
}
	
	#canada-intro .white-line {
    height: 10px;
    width: 80px;
    background: #fff;
}
	#canada-intro .intro-desc {
		font-size: larger;
}
	#canada-intro #reg-now {
    margin-left: 40%;
}
	.canada-section-title.font-size-40 {
    font-size: 20px;
}
	#canada-program .btn-programs-reg {
    height: 40px;
    max-width: 200px;
    font-size: 20px;
    margin-bottom: 30px !important;
}
	
	#canada-council .row.content-row {
    margin-top: 20px;
}
#canada-testimonial .slick-slide.slick-current .applicant-text {
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 4px 6px 11px 0px #9998;
    padding: 60px 20px 20px;
    margin-top: -60px;
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-text {
	text-shadow: none;
	box-shadow: none;
}
#canada-testimonial .slick-slide:not(.slick-center) {
	transform: none;
	opacity: 1
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-message {
	max-height: fit-content;
	overflow: visible;
}
	#canada-testimonial-slider{
		padding: 0 30px 20px;
	}
	#canada-testimonial .slick-track .slick-slide {
    margin-bottom: 40px;
}
	
	#canada-testimonial {
    padding-bottom: 0
}
	
	#canada-testimonial .slick-slider .slick-dots{
		left: 0
}
#canada-testimonial .slick-slide:not(.slick-center) .applicant-major, #canada-testimonial .slick-slide:not(.slick-center) .applicant-school {
    visibility: visible;
}
	#canada-council .council-box {
    min-height: auto;
    max-height: fit-content;
		    filter: none;
    filter: none;
    -webkit-filter: none;
}
	
	#canada-council .council-image {
    background-size: cover!important;
		background-position: center !important;
}
	
	#canada-council .council-content{
	padding: 0;
		}
	
	#canada-council .council-desc {
    font-size: small;
    padding-right: 10px;
}
	
	#canada-council .council-image{
    height: 70%;
    margin-top: 15%;
	}
	
	#canada-info .tab-table{
        width: calc(100vw - 15%);
    	margin-left: -4vw;
	}
	#canada-info table tr td:first-child {
    PADDING: 15px;
}
	#canada-program #program-popup form#canada-reg-form {
    padding: 40px 10px; 
    height: 100%;
}
}

@media only screen and (max-width: 375px){	
#canada-signup .signup-form > div:first-child{
		width: 95vw;
		margin-left: 0vw;
		}
	
	#canada-signup .signup-form {
		padding: 10px 10px 20px;
	}
	
	#canada-testimonial-slider {
    padding: 0 10px 0px;
}
}

@media only screen and (max-width: 320px){	
	#canada-signup .signup-form {
		width: 100%;
	}
	
	#canada-council .council-image {
    height: 50%;
    margin-top: 35%;
}
#canada-program #program-popup .tab-pane .header {
    padding: 40px 10px 0 10px;
    position: relative;
}
	#canada-program #program-popup .tab-pane .profits {
    padding: 20px 10px 20px 10px;
}
	#canada-program #program-popup .reg-form {
    background: #fff;
    box-shadow: 0 0 15px 0 #999;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
}

/*Du hoc CANADA Responsive*/


@media only screen and (max-height: 1366px) and (max-width: 1024px) and (orientation: portrait){
.modal-modal.modal-chuc-tet {
	left: 5% !important;
    width: 90% !important;
    height: 80% !important;
    top: 10% !important;
}
}

@media only screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape){
.modal-modal.modal-chuc-tet {
	left: 25% !important;
    width: 55% !important;
}
}


@media only screen and (max-width: 414px){
.modal-modal.modal-chuc-tet {
	    left: -30% !important;
    width: 130% !important;
    height: 75% !important;
    top: 15% !important;
}
}

@media (max-width: 375px){
.header-logo a.real_log img {
    width: 120%;
}
}

@media (max-width: 414px){
#dl-menu {
	top: 30px !important;
}
}

@media only screen and (max-width: 414px) and (max-height: 736px) and (orientation: portrait){
.modal-modal.modal-chuc-tet {
	left: -24% !important;
    width: 125% !important;
    height: 80% !important;
    top: 15% !important;
}
}


.checkboxDiv span{
	cursor: pointer;
}