
@import url(../fonts/hk/stylesheet.css);
html {
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
}
body {
      outline: unset;
    font-family: 'Poppins', sans-serif;
line-height: 28px;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    color: #333;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a,
.btn,
button {
    outline: none;
    transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
a:hover,a:focus {
    color: #44529f !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.3;
}

.h3, h3 {
    font-size: 18px;
}
.mrb20 {
    margin-bottom: 20px;
}
.container {
    width: 100%;
    max-width: 1200px;
}

.breadcrumbs {
      color: #fff;
    font-size: 18px;
}
.breadcrumbs a{
    color:#fff;
}

#content {
    position: relative;
}
/* ------------------------------------------CSS NAV MENU------------------------------------------ */
.isn-primary-menu ul {
    padding-left: 0;
    list-style-type: none;
}
.isn-primary-nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    text-align: left;
}
.isn-primary-menu_item {
    margin-bottom: 0;
}
.isn-primary-menu_item .menu-item-has-children>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 1rem;
}
html .ti-widget.ti-goog .star-lg .ti-star {
    width: 25px ;
    height: 25px;
}
html .ti-widget.ti-goog .ti-rating{
    font-size: 22.8px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin-right: 4px;
    line-height: 1em;
    color: #e7711b;
    text-shadow: 1px 1px #fff;
}
.isn-primary-menu_item .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 10px;
    font-weight: bold;
}
.isn-primary-nav ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.isn-primary-menu_item>li>a {
    color: #000;
    font-weight: 500;
    padding: 9px 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.isn-primary-nav ul li .sub-menu,
.isn-primary-nav ul li .children {
    opacity: 0;
    top: 120%;
    display: none;
    position: absolute;
    height: auto;
    padding: 0;
    list-style: none;
    transition: opacity 0.5s,top 0.5s;
    z-index: 10;
}
.isn-primary-nav ul li:hover {
    cursor: pointer;
}
.isn-primary-nav ul li:hover .sub-menu,
.isn-primary-nav ul li:hover .children {
    opacity: 1;
    top: 100%;
    left: 0;
    padding-top: 2px;
    display: block;
}
.isn-primary-nav ul li .sub-menu li,
.isn-primary-nav ul li .children li {
    float: left;
    width: 100%;
    line-height: 15px;
    position: relative;
    /*width: 20rem;*/
    white-space: nowrap;
    background: #ebecec;
}
.isn-primary-nav ul li .sub-menu li:hover,
.isn-primary-nav ul li .children li:hover {
}
.isn-primary-nav ul li .sub-menu li a,
.isn-primary-nav ul li .children li a {
padding: 15px 25px 15px 10px;
    font-size: 1.5rem;
    color: black;
}
.isn-primary-nav li .sub-menu li a {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.isn-primary-nav ul li .sub-menu li .sub-menu,
.isn-primary-nav ul li .sub-menu li .children,
.isn-primary-nav ul li .children li .sub-menu,
.isn-primary-nav ul li .children li .children {
    opacity: 0;
    top: 120%;
    left: 100%;
    visibility: hidden;
    display: none;
}
.isn-primary-nav ul li .sub-menu li:hover .children,
.isn-primary-nav ul li .sub-menu li:hover .sub-menu,
.isn-primary-nav ul li .children li:hover .children,
.isn-primary-nav ul li .children li:hover .sub-menu {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
    display: block;
}
/* MOBLIE CSS */
.trigger-overlay {
    background-color: transparent;
    border: none;
    font-size: 35px;
    color: #0e76bc;
    display: none;
}
.isn-primary-mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 20%;
    width: 100%;
    text-align: center;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    opacity: 0;
    transition: .5s ease;
}
.open-mobile-menu {
    z-index: 9999999;
    opacity: 1;
    transition: .5s ease;
}
.isn-primary-mobile-nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.isn-primary-mobile-nav ul li {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 20px 0;
}
.isn-primary-mobile-nav .open-dropdown-menu>.sub-menu{
    display: block;
    max-height: 2000px;
    opacity: 0.9;
}
.isn-primary-mobile-nav {
    color: white;
}
.isn-primary-mobile-nav a{
    color: white;
}
.isn-primary-mobile-menu {
    display: none;
}
.isn-primary-mobile-menu_item .menu-item>a {
    padding: .3rem 0;
    font-size: 22px;
    font-weight: bold;
}
.isn-primary-mobile-menu_item .menu-item .sub-menu .menu-item a {
    font-size: 18px;
    font-weight: 400;
}
.isn-primary-mobile-menu_item .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    font-weight: 300;
}
/*RESPONSIVE*/
@media (max-width: 1024px) {
    .trigger-overlay {
        display: inline-block;
    }
   .isn-primary-mobile-menu {
        display: block;
    }
    .isn-primary-nav {
        display: none;
    }
    .mobile-trigger-overlay {
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        font-size: 40px;
    }
    .breadcrumbs {
    font-size: 16px;
}
}
/* ------------------------------------------END NAV MENU CSS------------------------------------------ */
/* ------------------------------------------HEADER CSS------------------------------------------ */
#header {
}
.header-bg {
    background: #040606 url(../images/hdr_bg1.png) repeat-y center top;
}
.header-bg .container {
    background: url(http://rasa.vn/themes/default/assets/images/hdr_bg.png) no-repeat center top;
}
.header-right {
    text-align: right;
}
.isn-primary-menu {
    padding: 25.5px 0;
    margin-top: 12px;
    padding-top: 45px;
}
@media (max-width: 1024px) {
    .isn-primary-menu {
    }
}
.isn-primary-menu_item>li {
    transition: .5s ease;
}
.isn-primary-menu_item>li:hover,.isn-primary-menu_item .current-menu-item {
    background-color: white;
    transition: .5s ease;
}
.isn-primary-menu_item>li:hover a,.isn-primary-menu_item .current-menu-item>a {
    color: #44529f;
}
/* ------------------------------------------END HEADER CSS------------------------------------------ */
@media (min-width: 1200px) {
    .footer-item-quicklink {
        padding-left: 60px;
    }
    .contact-page-content {
        padding-right: 50px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.header-top-info-left {
    letter-spacing: 30px;
    padding: 12px 0;
}
.header-top-info-left-item {
    display: inline-block;
    letter-spacing: 0;
    margin-right: 15px;
}
.header-top-info-left-item * {
    color: #686868;
    font-size: 13px;
    margin-bottom: 0;
}
.header-top-info-left-item img {
    margin-right: 5px;
}
.header-top-info-right {
    padding: 11px 0;
}
.header-top-info-right-item span {
    font-size: 13px;
    color: #686868;
}
.header-top-info-right-item p {
    margin-bottom: 0;
}
.header-top-info-right-item a {
    font-size: 18px;
    margin-left: 12px;
}
.header-top-info {
    border-bottom: 1px solid #e1e1e1;
}
.logo {
    padding: 30px 0;
}
#footer {
    /*background-color: #202020;*/
    padding-top: 70px;
}
.footer-widget-title {
    font-size: 21px;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-item * {
    color: #fff;
}
.footer-item p {
    font-size: 14px;
}
.footer-item-social {
    margin-top: 20px;
}
.footer-item-social a {
    font-size: 18px;
    letter-spacing: 30px;
}
.footer-container {
    padding-bottom: 50px;
    border-bottom: 3px solid #414141;
}
.copy-right {
    padding: 22px 0;
}
.copy-right * {
    color: #fff;
    margin-bottom: 0;
}
.footer-menu ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    display: block;
    padding: 0 20px;
}
.page-header {
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}
.page-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    margin: 0;
}
.about-content-text h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
.about-content-text p {
    margin-bottom: 15px;
}
.about-content-thumbnail {
    padding-top: 80px;
}
.page-content {
    padding-top: 100px;
    /*padding-bottom: 120px;*/
}
.testimonial {
    background-image: url(../images/testimonial-bg.png);
    background-position: center;
    padding-top: 125px;
    padding-bottom: 100px;
    background-size: cover;
}
.testimonial-title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.testimonial-title:after {
    background-image: url(../images/testimonial-after-title.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    margin: auto;
    margin-top: 3px;
    width: 160px;
    display: block;
    content: " ";
}
.testimonial-item {
    color: #fff;
}
.testimonial-item-name {
    margin-top: 20px;
}
.testimonial-button-next {
    background-image: url(../images/testimonial-slide-right.png);
}
.testimonial-button-prev {
    background-image: url(../images/testimonial-slide-left.png);
}
.testimonial-button-next, .testimonial-button-prev {
    width: 44px;
    height: 44px;
    background-size: auto;
}
.our-course-item-title , .our-course-item-title a {
    margin-top: 0;
    color: #0e76bc;
    font-size: 24px;
}
.our-course-item-des p {
    color: #606060;
}
.our-course-item {
    margin-bottom: 30px;
}
.our-courses-list {
    margin-top: 20px;
}
.our-course-1 .our-courses-list,.our-course-1 .our-course-content-2{
    border-bottom: 2px dotted #8db4d9;
}
.our-course-item-des p:last-child {
    margin-bottom: 0;
}
.our-course-1 {
    padding-top: 100px;
}
.our-course-1 .page-content-text h2:first-child {
    margin-top: 0;
}
.our-course-content-2 {
    padding-top: 35px;
    padding-bottom: 10px;
}
.our-course-content-2-title {
    margin-top: 0;
    color: #0e76bc;
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.our-course-content-2-text {
    color: #606060;
    line-height: 30px;
}
.our-course-register {
    padding-top: 35px;
}
.our-course-register-title  {
    margin-top: 0;
    font-size: 36px;
    color: #515151;
    margin-bottom: 35px;
}
.our-course-register-form {
    background-image: url(../images/our-course-form-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 55px 370px 45px 45px;
    background-size: cover;
}
.our-course-register-subtitle {
    margin-top: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.our-course-register-form label {
    font-weight: 400;
    color: #fff;
}
.our-course-register-form .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.our-course-register-form [class^=col-] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.our-course-register-form .form-control {
    height: 40px;
}
.our-course-register-form textarea.form-control {
    height: 100px;
}
.our-course-register-form .form-group {
    margin-bottom: 5px;
}
.course-register-form-button .wpcf7-submit {
    background-color: #ffcc00;
    color: #454545;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    margin-top: 20px;
}
.our-course-sidebar-info-banner, .our-course-sidebar-info-banner-hotline {
    position: relative;
}
.our-course-sidebar-info-banner-text {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    padding: 0 25px;
}
.our-course-sidebar-info-banner-hotline-text {
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.our-course-sidebar-info-banner-hotline-text p {
    margin-bottom: 0;
    margin-top: 5px;
}
.our-course-sidebar-info-banner-email a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
}
.our-course-sidebar-info-banner-contact a {
    display: inline-block;
    background-color: #ffcc00;
    color: #444;
    padding: 8px 20px;
    border-radius: 3px;
    font-weight: 600;
}
.our-course-2-subtitle {
    margin-top: 10px;
    color: #0e76bc;
    font-size: 30px;
    text-transform: uppercase;
}
.our-course-2-content-item-title {
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    color: #606060;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border: 2px dotted #2281c2;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 5px;
}
.our-course-2-content-item-title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 5px;
}
.our-course-2-content-item-content {
    padding-left: 25px;
    line-height: 35px;
}
.our-course-2-content-item {
    margin-bottom: 20px;
}
.our-course-2 .our-course-register-title {
    color: #0e76bc;
}
.our-course-sidebar .widget-title, .our-course-sidebar .widgettitle {
    margin-top: 0;
    background-color: #0e76bc;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    padding: 12px 25px;
    border-radius: 5px 5px 0 0;
}
.our-course-sidebar ul.menu {
    padding-left: 45px;
}
.our-course-sidebar ul.menu li {
    color: #8dc63f;
}
.our-course-sidebar ul.menu li a {
    color: #575757;
    font-weight: 500;
}
.our-course-sidebar ul.menu li.current_page_item a, .our-course-sidebar ul.menu li:hover a {
    color: #0e76bc;
}
.our-course-sidebar .widget {
    margin-bottom: 50px;
}
.gallery-item div{
    height: 275px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-item {
    margin-bottom: 30px;
}
.gallery-page .row {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-page [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.gallery-page {
    /*padding-bottom: 150px;*/
}
.mdr-contact-form {
    margin-top: 20px;
}
.mdr-contact-form .form-control {
    height: 50px;
    border: none;
    box-shadow: none;
    border-bottom: 1.5px solid #e1e1e1;
}
.mdr-contact-form .form-control:focus {
    outline: none;
}
.mdr-contact-form textarea.form-control {
    height: 100px;
}
.contact-form-button .wpcf7-submit {
    background-color: #7cc103;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 30px;
}
.home-intro {
    background-color: #00aeef;
    padding: 25px 0;
}
.home-intro-item-img {
    height: 65px;
    width: auto;
}
.home-intro-item-title {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.home-element-title {
    font-size: 48px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.home-element-title:after {
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    margin: auto;
    margin-top: 10px;
    width: 160px;
    display: block;
    content: " ";
    background-image: url(../images/testimonial-after-title.png);
}
.home-about {
    padding-top: 120px;
    padding-bottom: 100px;
}
.home-about-text-1 {
    color: #888;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
}
.home-about-text-2 {
    color: #363636;
}
.home-about-button a {
    color: #fff;
    background-color: #00aeef;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
}
.home-courses {
    padding-top: 80px;
    padding-bottom: 100px;
}
.home-element-title-2 {
    color: #fff;
}
.home-courses-slide {
    position: relative;
}
.home-courses-slide-item-image {
    height: 200px;
    background-position: center;
    background-size: cover;
    border: 5px solid #fff;
}
.home-courses-slide-item-title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
}
.home-courses-slide-item-des {
    color: #fff;
}
.courses-slide-button-next, .courses-slide-button-prev {
    background-size: auto;
    width: 30px;
    height: 30px;
}
.courses-slide-button-next {
    background-image: url(../images/home-slide-right.png);
    right: -50px;
}
.courses-slide-button-prev {
    background-image: url(../images/home-slide-left.png);
    left: -50px;
}
.home-courses .home-about-button {
    padding-top: 30px;
}
.home-course-fee {
    padding-top: 100px;
    padding-bottom: 55px;
}
.home-course-fee-content-row {
    margin-bottom: 45px;
}
.home-course-fee-content-text {
    font-weight: bold;
    padding-top: 12px;
}
@media (max-width: 768px) {
    .flexible-container {
        display: initial;
    }
    .flexible-container {
        display: flex;
        flex-direction: column;
    }
    .flexible-column-2 {
        order: 2;
        text-align: center;
        margin-top: 15px;
    }
    .flexible-column-1 {
        order: 1;
    }
    .our-course-item-thumbnail {
        margin-bottom: 20px;
    }
    .home-intro .row .col-sm-6:nth-child(1) .home-intro-item, .home-intro .row .col-sm-6:nth-child(2) .home-intro-item {
        margin-bottom: 20px;
    }
    .courses-slide-button-next {
        right: 0;
    }
    .courses-slide-button-prev {
        left: 0;
    }
    .page-content {
        padding-top: 50px;
    }
    .our-course-register-form {
        padding: 55px 55px 45px 45px;
    }
}
@media (max-width: 600px) {
    .flexible-container {
        display: flex;
        flex-direction: column;
    }
    .flexible-column-2 {
        order: 2;
        text-align: center;
        margin-top: 15px;
    }
    .flexible-column-1 {
        order: 1;
    }
    .home-intro-item {
        margin-bottom: 20px;
    }
    .home-intro .row .col-sm-6:last-child .home-intro-item {
        margin-bottom: 0;
    }
    .home-course-fee-content-img {
        margin-bottom: 20px;
    }
    .copy-right {
        text-align: center;
    }
    .our-course-register-form {
        padding:50px 20px;
    }
}

/*Custom*/
.home-course-fee
{
    background: no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-teen
{
    background: #f6f6f6;
    padding: 50px 0;

}
.home-teen .container
{
    max-width: 1030px;
}
.green-circle
{
    background: #8dc63f;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-top: 50px;
}
.bg-grey
{
    background: #e7e7e8;
    padding: 30px;
    padding-right: 0;
    border-radius: 20px;
    position: relative;
}
.bg-grey:before
{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 34px solid #e7e7e8;
    position: absolute;
    left: -34px;
    top: 20%;
}
.home-about-button.small a
{
    padding: 5px 40px;
}
.mb15
{
    margin-bottom: 15px;
}
.item-post
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.item-post:last-child
{
    border-bottom: none;
}
.name-post a
{
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.date-post
{
    color: #a4a4a4;
}
.short-post p
{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.main-content-blog
{
    padding: 50px 0;
}
.row.row-small
{
    margin-left: -5px;
    margin-right: -5px;
}
.row-small [class^="col-"]
{
    padding-left: 5px;
    padding-right: 5px;
}
.related-post
{
    line-height: 18px;
}
.related-post .row
{
    margin-bottom: 15px;
}
.related-post .row .title-post
{
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.title-related
{
    color: #1a77b9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}
.box-fee
{
    background: #00aeef;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.icon-fee
{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.title-fee
{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    min-height: 36px;
}
.title-fee a,
.title-fee a:hover{
    color: #fff !important;
}
.subtitle-fee
{
    line-height: 18px;
    margin-top: 10px;
    min-height: 72px;
}

.primary-mobile-nav .fa {
    font-size: 24px;
}
@media(min-width: 320px) and (max-width: 992px)
{
    .title-fee , .subtitle-fee
    {
        min-height: inherit;
    }
}
@media(min-width: 768px) and (max-width: 992px)
{
    .title-fee 
    {
        min-height: 36px;
    }
    .subtitle-fee
    {
        min-height: 55px;
    }
}
@media(min-width: 1024px) and (max-width: 1200px)
{
    .title-fee 
    {
        min-height: 36px;
    }
    .subtitle-fee
    {
        min-height: 90px;
    }
}
/*Custom*/

.footer-item.footer-item-social span {
    font-size: 13px;
    margin-right: 10px;
}
.page-template-teach .vc_box_circle img
{
    max-height: 230px !important;
    width: auto;
}

.page_teach
{
    background: url('../images/teach_bg.png') bottom center no-repeat;
        background-size: contain;
}
#menu_ourcourse
{

}
.content_menu
{
    padding: 15px;
    -webkit-box-shadow: 0px 10px 15px 5px rgba(235,235,235,1);
-moz-box-shadow: 0px 10px 15px 5px rgba(235,235,235,1);
box-shadow: 0px 10px 15px 5px rgba(235,235,235,1);
}
.heading_menu
{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #0f75bd;
    padding: 12px 15px;
    border-radius: 15px 15px 0 0;
}
#menu_ourcourse ul
{
    padding-left: 0;
}
#menu_ourcourse ul li
{
    list-style: none;
    position: relative;
    text-align: left;
        margin-bottom: 9px;
}
#menu_ourcourse ul li >  a
{
    color: #0f75bd;
    font-size: 15px;
    /*pointer-events: none;*/
}
#menu_ourcourse ul ul
{
    padding-left: 20px;
    margin-top: 10px;
}
#menu_ourcourse ul ul li a
{
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    pointer-events: auto;
}
#menu_ourcourse ul ul li.current_page_item a
{
    font-weight: bold;
    color: #000000;
}
#menu_ourcourse ul ul li.current_page_item a:before
{
       display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    font-size: 6px;
    color: #9ad135;
    position: absolute;
    left: -10px;
    top: 10px;
}
h1.custom-h1
{
    color: #3371be;
    font-size:24px;
    line-height: normal;
    margin-top: 0;
    font-weight: bold !important;
    margin-bottom: 20px;
}
.custom-table2 .black
{
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.custom-table2 .head
{
    color: #0f75bd;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.custom-table2 tr.black td
{
    vertical-align: middle !important;
}
.custom-table .head
{
    color: #0f75bd;
    text-transform: uppercase;
    font-weight: bold;
}
.custom-table tr 
{
    background: #ebebeb;
}
.custom-table tr td , .custom-table2 tr td
{
    border-top:0 !important;
    line-height: 24px !important;
}
.custom-table tr:nth-child(2n)
{
    background: #fff;
}
.color-theme
{
    color: #0f75bd;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.uppercase
{
    text-transform: uppercase;
}
.fs24
{
    font-size: 24px;
}
.row_contact
{
    background: #0f75bd;
    padding: 30px;
}
.title-contact
{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.row_contact .wpcf7-form-control
{
    height: 44px;
    border-radius: 0;
}
.row_contact .wpcf7-form-control.wpcf7-textarea
{
    height: 150px;
}
.row_contact .course-register-form-button
{
    text-align: center;
}
.row_contact .wpcf7-submit
{
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
#form_trial
{
    background: #0f75bd;
    padding: 10px;
    margin-top: 30px;
}
#form_trial .gform_wrapper ul.gform_fields li.gfield
{
    padding-right: 0 !important;
}
#form_trial input
{
    margin-top: 0 !important;
}
#form_trial select
{
    height: 39px;
}
#form_trial .gform_footer
{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#form_trial .gform_footer input
{
    margin-bottom: 0 !important;
}
#form_trial textarea
{
    height: 150px;
}
.payfor
{
    color: #fad70b;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.trail-class
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}
.fs20
{
    font-size: 20px;
}
.black
{
    color: #000;
}
.bold
{
    font-weight: bold;
}
.item-col
{
    margin-bottom: 30px;
}
.fixed_menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
}
.fixed_menu .logo 
{
    padding: 15px 0;
}
.fixed_menu .isn-primary-menu
{
    padding: 10px 0;
}
.hotline-mobile 
{
    display: none;
}
.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
@media(min-width: 320px) and (max-width: 992px)
{
    .testimonial-course .vc_single_image-wrapper 
    {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 880px)
{
    .hotline-mobile 
    {
        position: fixed;
        bottom: 6%;
        right: 20px;
        font-size: 24px;
        display: block;
        z-index: 99;
    }
    .hotline-mobile a{
        display: block;
    }
    .hotline-mobile i {
        width: 45px;
        height: 45px;
        color: #fff;
        background: #00c2e5;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    .hotline-mobile i.fa-whatsapp{
        background: #1fe025;
    }
}

/*Duc*/
.footer-item.footer-item-logo a
{
    margin:0 5px;
}
.testimonial_page
{
    margin:80px 0;
}
.item_testimonial
{
    margin-bottom: 30px;
}
.test_description
{
    font-size: 16px;
}
.test_author
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.home-testimonial
{


    padding: 80px 0;
}
.test_title
{
    text-align: center;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    line-height: normal;
}
.test_title:after
{
    display: block;
    content:"";
    background: url('../images/underline.png') no-repeat;
    margin:0 auto;
    width: 148px;
    height: 12px;
}
.test_list
{
    margin-top: 50px;
}

.home .ti-widget.ti-goog .ti-rating-text span strong,.home .ti-widget.ti-goog .ti-rating-text,.home .ti-widget.ti-goog .ti-rating-text span{
    color:#fff;
}
.row-style-33 .vc_column-inner{
    padding-top: 25px !important;
}
.title_man h3{
    text-align: center;
   margin-top: 20px;
}
.title_man h3 a{
        font-size: 20px;
    line-height: 26px;
    color: #0d76bc;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
}
.title_man.wpb_content_element,
.img_man.wpb_content_element
{
        margin-bottom: 0px;
}
.ti-widget.ti-goog .ti-rating-text span strong,.ti-widget.ti-goog .ti-rating-text,.ti-widget.ti-goog .ti-rating-text span{
       font-size: 18px !important;
}
.test_list  .testimonial-item-name a
{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.testimonial-slide .test-image  , .testimonial_page .test-image
{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 300px;
}
.testimonial-slide .test-image img , .testimonial_page .test-image img
{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}
@media(min-width: 1024px)
{
    .test_list .swiper-button-prev
    {
        left: -50px;
    }
    .test_list .swiper-button-next
    {
        right: -50px;
    }
}
@media(min-width: 320px) and (max-width: 992px)
{
    .test_list .swiper-button-prev
    {
        top: 18%;
    }
    .test_list .swiper-button-next
    {
        top: 18%;
    }
    .testimonial-item
    {
        margin-top: 15px;
    }
}
.gform_confirmation_message
{
    color: #fff;
}
#form_trial
{
    padding: 15px 10px;
}
#form_trial .trail-class
{
    margin-bottom: 15px;
    font-weight: normal;
}
#form_trial .course-register-form-button
{
    text-align: center;
    margin-top: 15px;
}
#form_trial  div.wpcf7 .ajax-loader
{
    display: none;
}
#form_trial .wpcf7-response-output
{
    color: #fff;
}
.button_free 
{
    position: absolute;
    right: 0;
    top: 15px;
    right: 25px;
}
   
.button_free a
{
    display: inline-block;
    padding: 5px 30px;
    background: #F44336;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}
.button_free a:hover
{
    color: #fff !important; 
}

.fixed_menu .isn-primary-menu
{
    padding-top: 30px;
}
.fixed_menu .button_free
{
    top: 10px;
}
.col-lg-1-5
{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.why_list
{
    text-align: center;
    font-weight: bold;
    line-height: normal;
    color: #575757;
    font-size: 16px;
}
.why_list img
{
    margin-bottom: 15px;
}
.why_list
{
    overflow: hidden;
}
    .home-whyus
{
   
    padding-top: 100px;
    padding-bottom: 200px;
}
.fixed_menu .header-top-info {
    display:none;
}
@media(min-width: 600px)
{

    .home-whyus
{
    background: url('../images/bg_whyus.jpg') no-repeat;

}
.home-courses {
    background-image: url(../images/home-course-bg.jpg);
    background-size: cover;
    background-position: center;
}
#footer {
    background: url('../images/bg_footer.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-testimonial
{
    background: url(../images/testimonial_bg.jpg) no-repeat;
        -webkit-background-size: cover;
    background-size: cover;
}
}
@media(max-width: 600px)
{
    .home-courses {
    background-image: url(../images/m_home-course-bg.jpg);
    background-size: cover;
    background-position: center;
}
#footer {
    background: url('../images/m_bg_footer.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
    .home-whyus
{
    background: url('../images/why_moblie.jpg') no-repeat;

}
.home-testimonial
{
    background: url(../images/m_testimonial_bg.jpg) no-repeat;
        -webkit-background-size: cover;
    background-size: cover;
}

}
@media(min-width: 320px) and (max-width: 767px)
{
    .home-whyus
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .col-lg-1-5
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .button_free
    {
        display: none;
    }
    .isn-primary-menu
    {
        padding-top: 25.5px;
    }
    .page-body .client-logo .wpb_image_grid .wpb_image_grid_ul li{
       width: calc(99% /3) !important;
    }
    .parent-pageid-1267 .other-blog h3{
       height: auto;
    }
}
@media(min-width: 768px)
{
    .mb-only
    {
        display: none !important;
    }
}
.home-testimonial{
    display: none;
}
.home .home-testimonial{
    display: block;
}

.page-testimonial .testimonial-gird{
    padding:15px 30px;
}
.page-testimonial .item-testimonial{
    box-shadow: 4px 3px 16px rgb(51 51 51 / 21%);
    padding: 20px 10px;
}
.page-testimonial .item-testimonial .img{
    width: 130px;
    height: 130px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 100px;
}
.page-testimonial .item-testimonial .item-inner-testimonial{
    display: flex;
    align-items: center;
}
.page-testimonial .item-testimonial .testimonial-name a,
.page-testimonial .item-testimonial .testimonial-name h3{
    font-size: 18px;
    color: #333;
}
.page-testimonial .item-testimonial .testimonial-description{
    padding-top: 15px;
}
.page-testimonial .item-testimonial .testimonial-name a:hover h3{
    color: #44529f;
}
.page-id-1267 .custom-h1{
    display: none;
}
.page-id-1267 .wpb_text_column h3,
.page-id-1267 .wpb_text_column a{
    color: #333333;
    margin-top: 0;
    margin-bottom: 5px;
}
.page-id-1267 .wpb_text_column p a{
    color: #0c66a6;
    font-weight: 600;
}
.parent-pageid-1267 .custom-h1{
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.parent-pageid-1267 .wpb_wrapper p strong{
    display: block;
    text-align: center;
}
.parent-pageid-1267 .other-blog h3{
    height: 40px;
    overflow: hidden;
}
.parent-pageid-1267 .other-blog p a{
    color: #0c66a6;
    font-weight: 600;
    text-decoration: underline;
}
#form_trial{
    display: none;
}
.gallery-p .wpb_image_grid .wpb_image_grid_ul{
    margin: -10px !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item a{
    padding: 10px !important;
}
.gallery-p .wpb_image_grid .wpb_image_grid_ul img{
    width: 250px !important;
    height: 220px !important;
    object-fit: cover;
}
.custom-table2 table{
    background: #f7f7f7;
}
.custom-table2 thead td{
    background: #004c91;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px !important;
    border-left:1px solid #fff;
}
.custom-table2 tbody td{
    padding: 10px 15px !important;
}
.custom-table2 tbody td:not(:first-child){
    border-left:1px solid #b7b7b7;
}
.custom-table2 tbody .header td{
    border-left:1px solid #fff;
    background: #3371be;
    color: #fff;
    font-weight: bold;
}
.custom-table2 tbody .header2 td{
    background: #e1e1e1;
    color: #333333;
    font-weight: bold;
}
table.group-class{
   border-top: 1px solid #d4d4d4; 
}
.group-class td{
    border: 1px solid #d4d4d4;
}
.gallery-p .wpb_image_grid .wpb_image_grid_ul li {
    width: calc(99% /3) !important;
}
.client-logo .wpb_image_grid .wpb_image_grid_ul li{
   width: calc(99% /5) !important;
}
.client-logo .wpb_image_grid .wpb_image_grid_ul li img{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.home-course-fee-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.col-testimonial .vc_column-inner {
    box-shadow: 4px 3px 16px rgb(51 51 51 / 21%);
    padding: 20px 10px 0;
    margin: 0 15px;
    width: auto !important;
    margin-bottom: 30px;
}
.col-testimonial .box-img{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}
.col-testimonial .box-img .vc_figure,
.col-testimonial .box-img .wpb_singleimage_heading{
    width: 50%;
    float: left;
}
.col-testimonial .box-img .wpb_singleimage_heading{
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.col-testimonial .box-img .wpb_singleimage_heading:before{
    content: '';
    position: absolute;
    left: 15px;
    bottom: -20px;
    background: url('../images/stars.png') no-repeat;
    width: 92px;
    height: 15px;
}


/* 11/4/2020 */

.faq-box {
    border-bottom: 1px solid #5AA1E3;
    padding-bottom: 20px !important;
}

.faq-box h4 {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.isn-primary-mobile-nav {
    height: 0;
}

.open-mobile-menu {
    height: 100%;
}


/*============= thanh css==============*/
.row-pantner1 .wpb_single_image .vc_figure {
    width: 100%;
}

.row-pantner1 .wpb_single_image .vc_figure .vc_single_image-wrapper {
    width: 100%;
}

.row-pantner1 .wpb_single_image .vc_figure .vc_single_image-wrapper img {
    width: 100%;
}
.row-pantner1 .wpb_single_image .vc_figure {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(46 46 46 / 16%) 0px 0px 24px;
}
.row-pantner1  .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: 0;
}
.btn1 .vc_btn3.vc_btn3-size-md {
    background-image: none;
    font-size: 16px;
    min-width: 200px;
}
.image-border figure.wpb_wrapper.vc_figure {
    border-radius: 32px;
    box-shadow: rgb(46 46 46 / 16%) 10px 10px 30px;
    overflow: hidden;
}
.image-border figure.wpb_wrapper.vc_figure {
    border-radius: 20px;
    box-shadow: rgb(46 46 46 / 16%) 10px 10px 30px;
    overflow: hidden;
}
.image-border.style1 figure.wpb_wrapper.vc_figure{
     border-radius: 32px;
}
.headding1 {
    font-weight: bold !IMPORTANT;
    position: relative;
}

.headding1 b {
    width: 100%;
    position: relative;
    display: inline-block;
    width: auto;
    z-index: 1;
}

.headding1 b:before {content: "";background-color: #AEE26A;position: absolute;width: 100%;height: 34%;bottom: 2px;left: 0;z-index: -1;}
.table-style1 table {
    border-color: #F1F1F1 !important;
    border: solid 1px;
}

.table-style1 table td {
    padding: 12px 15px;
    border: 0px;
    vertical-align: top;
}
.table-style1 table thead td{
    font-weight: bold;
}
.table-style1 table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
.headding1.style1 b:before {
    background-color: #7FD3FF;
}

.row-review {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row-review .wpb_text_column.wpb_content_element {
    height: 268px;
    margin-bottom: 0;
    overflow-y: auto;
}
.form1-contact-form .contact-form-button .wpcf7-submit {
    font-size: 16px;
}
.row-review .wpb_text_column.wpb_content_element::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.row-review .wpb_text_column.wpb_content_element::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 10px;
}

/* Handle */
.row-review .wpb_text_column.wpb_content_element::-webkit-scrollbar-thumb {
  background: #D7D7D7;
  border-radius: 10px;
}
.row-review .vc_inner.vc_row-fluid .wpb_column .vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    padding: 69px 30px 30px;
    border-radius: 21px;
    box-shadow: rgb(46 46 46 / 18%) 0px 10px 24px;
}

.vc_column-inner {}

.wpb_wrapper {}

.row-review .wpb_column .wpb_single_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
}

.row-review .wpb_column .vc_column-inner>.wpb_wrapper h1,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h2,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h3,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h4,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h5,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h6,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h5 span,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h6 span,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h4 span,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h3 span,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h2 span,
.row-review .wpb_column .vc_column-inner>.wpb_wrapper h1 span {
    font-size: 20px !important;
    text-transform: uppercase;
    color: #393939;
    font-weight: 500;
    position: relative;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 600;
}
.row-review .wpb_column .vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element {
    position: relative;
}
.row-review{
    padding-top: 50px;
}
.row-review .wpb_column .vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element:after {
    font-family: 'FontAwesome';
    content: "\f005 \f005\f005\f005\f005";
    display: block;
    margin-top: 18px;
    color: #ffc000;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}
.row-review .wpb_text_column.wpb_content_element {
    margin-top: 5px;
}
.form1-contact-form .contact-form-button .wpcf7-submit {
    margin-top: 0;
    width: auto;
    min-width: 250px;
    border-radius: 50px;
}

.form1-contact-form  .form-group {
    margin-bottom: 19px;
}
.form1-contact-form .contact-form-button {
    text-align: center;
}
.form1-contact-form input[type='email'], .form1-contact-form input[type='date'], .form1-contact-form input[type='search'], .form1-contact-form input[type='number'], .form1-contact-form input[type='text'], .form1-contact-form input[type='tel'], .form1-contact-form input[type='url'], .form1-contact-form input[type='password'], .form1-contact-form select {
   height: 50px;
}
.table-style1 table td {
    font-size: 15px;
}
.list-check ul li {
    list-style: none;
    margin-left: 0 !IMPORTANT;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

.list-check ul {
    padding-left: 0;
}

.list-check ul li:before {
    content: "\f178";
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 0;
    color: #0E76BC;
}
.text-just{
    text-align: justify;
}
.list-check.style1 ul li {
    margin-bottom: 3px;
}

.list-check.style1 ul li:before {
    color: #97CC50;
}
.title-b h3, .title-b h3 strong {
    font-weight: 800;
}
.upgradi.table-style1 table thead td {
    text-transform: uppercase;
    font-size: 16px;
}

.upgradi.table-style1 table tr td {
    white-space: nowrap;
}
.table-style1 table {
    background-color: #FFFFFF;
}

.table-style1.style2 table {
    border: none;
}

.table-style1.style2 table thead tr td {
    text-transform: uppercase;
}

.table-style1 table tr td ul li {
    list-style: none;
    line-height: 26px;
}

.table-style1 table tr td ul {
    padding-left: 0;
}
.table-style1 p {
    margin-bottom: 8px;
}

.head-table h6 {
    text-transform: uppercase;
    color: #8cc73f;
    margin-bottom: 10px;
}

.table-style1.head-table table {
    border-color: #F0F0F0;
}
.table-style1 p {
    font-size: 15px;
}
.sub-title-771 {
    max-width: 830px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.row-bg-hap:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 40%;
    z-index: 0;
    background-color: #fff;
    bottom: -2px;
    left: 0;
}
.image-banner a {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.image-banner a i {
    position: absolute;
    z-index: 1;
    font-size: 29px;
    top: 50%;
    height: 50%;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ED1B24;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    padding-left: 6px;
}
.image-banner a i:hover {
    transition: all 0.3s;
    transform: translate(-50%, -50%) scale(1.1);
}
.row-gallery1 figure.wpb_wrapper.vc_figure {
    border-radius: 10px;
    overflow: hidden;
}
.row-gallery1 figure.wpb_wrapper.vc_figure, .row-gallery1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper , .row-gallery1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper  img {
    width: 100%;
}
.row-gallery1 .vc_column_container>.vc_column-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.vc_row.row-gallery1 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-gallery1 .wpb_single_image {
    margin-bottom: 15px;
}
.image-banner a img {width: 100%;}

.image-banner a {
    width: 100%;
}
.col-video1 p {
    display: none;
}
.list-none ul {
    padding-left: 0;
    list-style: none;
    margin-top: 27px;
}
.fancybox-video {
  display: none;
}
.image-banner a img {
    display: block !IMPORTANT;
}
.row-video-onweb .wpb_wrapper video {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
/*============= thanh css==============*/

.suntory-alo-phone{background-color:transparent;cursor:pointer;height:120px;position:fixed;transition:visibility 0.5s ease 0s;width:120px;z-index:200000 !important;}
.suntory-alo-ph-circle{animation:1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color:transparent;border:2px solid rgba(30, 30, 30, 0.4);border-radius:100%;height:100px;left:0px;opacity:0.1;position:absolute;top:0px;transform-origin:50% 50% 0;transition:all 0.5s ease 0s;width:100px;}
.suntory-alo-ph-circle-fill{animation:2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border:2px solid transparent;border-radius:100%;height:70px;left:15px;position:absolute;top:15px;transform-origin:50% 50% 0;transition:all 0.5s ease 0s;width:70px;}
.suntory-alo-ph-img-circle{animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;border:2px solid transparent;border-radius:100%;height:50px;left:25px;opacity:1;position:absolute;top:25px;transform-origin:50% 50% 0;width:50px;}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover{opacity:1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle{animation:1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle{animation:2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle{border-color:#2aa527;opacity:0.5;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle{border-color:#2aa527;opacity:1;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle{border-color:#9ceb9a;opacity:1;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill{background-color:rgb(42 165 39 / 90%);}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill{background-color:#2aa527;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{background-color:rgb(42 165 39 / 90%);}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle{background-color:#2aa527;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle{background-color:#2aa527;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle{background-color:#2aa527;}
@keyframes suntory-alo-circle-anim{0%{opacity:0.1;transform:rotate(0deg) scale(0.5) skew(1deg);}
30%{opacity:0.5;transform:rotate(0deg) scale(0.7) skew(1deg);}
100%{opacity:0.6;transform:rotate(0deg) scale(1) skew(1deg);}
}
@keyframes suntory-alo-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg);}
10%{transform:rotate(-25deg) scale(1) skew(1deg);}
20%{transform:rotate(25deg) scale(1) skew(1deg);}
30%{transform:rotate(-25deg) scale(1) skew(1deg);}
40%{transform:rotate(25deg) scale(1) skew(1deg);}
50%{transform:rotate(0deg) scale(1) skew(1deg);}
100%{transform:rotate(0deg) scale(1) skew(1deg);}
}
@keyframes suntory-alo-circle-fill-anim{0%{opacity:0.2;transform:rotate(0deg) scale(0.7) skew(1deg);}
50%{opacity:0.2;transform:rotate(0deg) scale(1) skew(1deg);}
100%{opacity:0.2;transform:rotate(0deg) scale(0.7) skew(1deg);}
}
.suntory-alo-ph-img-circle i{animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size:30px;line-height:50px;padding-left:10px;color:#fff;}
.phone-pc{background:#fff;color:#fff;padding:5px;font-size:16px;top:35px;left:68px;position:relative;text-align:center;border-radius:0 10px 10px 0;transition:0.3s;opacity:0;visibility:hidden;}
.suntory-alo-phone:hover .phone-pc{background:#fff;}
.show-phone{visibility:visible;opacity:1;width:120px;}
.suntory-alo-ph-img-circle i.fa-phone {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
@media (max-width: 880px){
    .call_icon{
        display:none;
    }
}

/*============= thanh responsive css==============*/
.row-flex {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}
.wrapper-row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-5 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.col-4 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.col-3{
     max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.col-2 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.col-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.wrapper-video-style .wp-video {
    margin-right: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(73 73 73 / 22%) 0px 0px 30px;
}
.row-flex.slider-wrapper1 {
    display: block;
}
.text-style-1 {
    max-width: 575px;
}

.text-style-1 h6 {
    font-size: 18px;
}

.text-style-1 {
    text-align: justify;
}

.row-halp1-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 46%;
    left: 0px;
    background-color: #fff;
}
.col-max .vc_column-inner {
    max-width: 450px;
    margin-right: 0;
    margin-left: auto;
}
.row-halp1-bg {
}

.row-halp1-bg .wpb_column {
    padding-top: 50px;
}
.gallery-border .wrapper-defalt-image {
    border-radius: 10px;
    overflow: hidden;
}
.video-border .wp-video {
    margin-right: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(73 73 73 / 22%) 0px 0px 30px;
    width: 100% !important;
}

.video-border .wp-video .mejs-container {
    width: 100% !important;
}
.list-check.style1.style2 ul li {
    line-height: 23px;
}
.up{
	text-transform: uppercase;
}
.slider-facebook-1 .rplg-grid .rplg-box {
    background: transparent !important;
    border: 0 !important;
    width: 250px !important;
    margin: 0 auto !important;
}
.slider-facebook-1 .rplg-grid .rplg-box .rplg-biz-rating .rplg-stars svg * {
    fill: #feb012 !important;
    color: #feb012 !important;
}
.slider-facebook-1  .rplg .rplg-biz-rating .rplg-biz-score{
    color: #e7711b !important;
}
.slider-facebook-1 .rplg-slider .rplg-stars {
    display: block !important;
}
.slider-facebook-1 .rplg .rplg-review-avatar {
    box-shadow: none !important;
    border-radius: 0px !important;
}
.slider-facebook-1 .rplg-grid .rplg-box {
    background: transparent !important;
    border: 0 !important;
    width: 203px !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
}
.slider-facebook-1 .rplg-slider .rplg-stars svg * {
    fill: #feb012 !important;
    color: #feb012 !important;
}
.slider-facebook-1 .rplg .rplg-biz-rating .rplg-biz-score {
    font-size: 28px !IMPORTANT;
    color: #73787D !IMPORTANT;
    font-weight: normal !IMPORTANT;
}
.headding2 {
    margin-bottom: 30px;
    position: relative;
    font-weight: bold !IMPORTANT;
}

.headding2 i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #afed5d;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
    max-width: 300px;
}
.headding2 i {
    position: relative;
    font-style: normal;
    font-weight: bold;
}
.text-just-center {
    text-align: justify;
    text-align-last: center;
}
.text-just-left {
    text-align: justify;
}
.headding2 i {
    display: inline-block;
}
.headding3 {
    background: rgb(131,185,61);
    background: linear-gradient(90deg, rgba(131,185,61,1) 0%, rgba(140,199,63,1) 60%, rgba(231,243,214,1) 83%, rgba(255,255,255,1) 100%);
    border-radius: 50px;
    padding: 8px 25px;
    color: #fff !important;
    font-weight: bold !IMPORTANT;
}

.headding3 {
    margin-bottom: 30px;
}
.list-ul-0 ul {
    padding-left: 19px;
    font-weight: bold;
    margin-bottom: 0;
}

.list-ul-0 h6 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 37px;
}
.table-p.table-style1 table td {
    vertical-align: middle;
}
.slider-wrapper1 .wrapper-defalt-image img {
    width: 100%;
}
.row-flex.slider-wrapper1 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.slider-wrapper1 .wrapper-defalt-image {
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffb759;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-size: 1.5rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 0px;
    border: none;
}
.slick-arrow:hover {
  color: #fff;
}

.slick-arrow.slick-prev {
  left: 0%;
}

.slick-arrow.slick-next {
  right: 0%;
}
.slick1 button.slick-arrow {
    font-size: 0;
    border-radius: 0px;
}

button.slick-arrow {
    left: 0;
    z-index: 1;
    background-color: #B19777;
}

button.slick-next.slick-arrow {
    right: 0;
    left: auto;
}

button.slick-next.slick-arrow:before {
    content: "\f061";
       font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
}

button.slick-arrow:before {
    content: "\f060";
      font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
}
.slider-wrapper1 .slick-arrow {
    background-color: transparent;
    color: #3c3c3c;
    left: -38px;
}

.slider-wrapper1 .slick-arrow.slick-next {
    right: -38px;
}

.slick-arrow.slick-disabled {
    display: none !IMPORTANT;
}
.table-style1.style2 {}

.table-style1.style2  table tbody tr:nth-child(even) {
    background-color: #fff;
}

.table-style1.style2 table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.table-style1.style2 table {
    border: #F8F8F8 solid 1px;
}
.text-max-900 {
    max-width: 1092px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-800 {
    max-width: 1053px;
    margin-left: auto;
    margin-right: auto;
}

.table-width-768 {
    max-width: 768px;
}
.table-width-768 {
    margin-left: auto;
    margin-right: auto;
}
.text-width-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.text-width-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.headding4 {
    position: relative;
    font-weight: bold;
    font-weight: bold !IMPORTANT;
}

.headding4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #afed5d;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    opacity: 0.8;
    max-width: 300px;
    z-index: -1;
}
.box-shadown-none figure.wpb_wrapper.vc_figure {
    box-shadow: none !IMPORTANT;
}
.headding4 {
    position: relative;
}
.headding3 {
    position: relative;
}
.headding2 {
    position: relative;
}
.headding1 {
    position: relative;
}
@media(min-width: 550px){
	.slider-wrapper1 .slick-arrow {
	    width: 32px;
	    height: 20px;
	    background-image: url(../images/left.png);
	    opacity: 0.5;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.slider-wrapper1 .slick-arrow.slick-next{
		 background-image: url(../images/right.png);
	}
	.slider-wrapper1 .slick-arrow:hover{
		opacity: 1;
	}
	.slider-wrapper1 .slick-arrow:before {
	    content: none !important;
	}
}
@media(min-width: 992px){
    .table-width-768 table {
        width: 100%;
    }

    
	.row-flex.gallery-border {
	    padding-right: 50px;
	}
    .row-pantner1 .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 20%;
    }
    .text-style-1 {
	    padding-bottom: 83px;
	}
}
@media(max-width: 1200px){
    .table-style1 .wpb_wrapper {
        overflow: scroll;
    }
}
@media(max-width: 500px){
    .mt-20 {
        margin-top: 20px;
    }
    body .row-pdb-0{
        padding-bottom: 0 !important;
    }
    .row-halp1-bg:before {
        height: 110%;
    }
    .table-1-line table td {
        white-space: nowrap;
    }
    .row-flex.slider-wrapper1 {
        margin-top: -50px;
    }
    .slider-wrapper1 .slick-arrow {
        transform: scale(0.6) translateY(-50%);
    }
    .slider-wrapper1 .slick-arrow {
        left: 15px;
        background-color: #8dc63f;
        color: #fff;
    }

    .slider-wrapper1 .slick-arrow.slick-next {
        right: 15px;
        color: #fff;
    }

    .row-flex.slider-wrapper1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .headding3 {
        background: linear-gradient(90deg , rgba(131,185,61,1) 0%, rgba(140,199,63,1) 60%, rgba(231,243,214,1) 90%, rgba(255,255,255,1) 100%);
        padding-right: 71px;
    }
    .headding4:before {
        top: 21px;
        max-width: 200px;
    }
    .row-mobile-pd {
        padding-top: 20px !IMPORTANT;
        padding-bottom: 20px !IMPORTANT;
    }
    .row-halp1-bg .wpb_column {
        padding-top: 0;
    }

    .row-halp1-bg .wpb_column {
        padding-left: 15px;
        padding-right: 15px;
    }


    .row-halp1-bg:before {
        height: 100%;
        background-color: #f1f1f1;
    }
    .rplg-slider .rplg-slider-prev {
        left: -10px !IMPORTANT;
    }

    .rplg-slider .rplg-slider-next {
        right: -9px !important;
    }

    .rplg-slider .rplg-slider-prev span, .rplg-slider .rplg-slider-next span {margin-top: -2px;margin-left: -1px;}
    .col-5, .col-4, .col-3, .col-2, .col-1{
         max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .col-5{
         max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .row-style1 .vc_column-inner {
        padding-top: 0 !important;
    }

    .row-style1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
   .row-style1.row-style-33 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .table-style1.style2 table {
        min-width: 700px;
    }
    .row-bg-hap:before {
        height: 16%;
    }
    .table-style1 .wpb_wrapper {
        overflow: scroll;
    }
    .row-pantner1 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        margin-left: 0;
    }
    .row-pantner1 .vc_col-sm-3 {
        width: 50%;
    }

    .row-pantner1 .vc_col-sm-3 .vc_column-inner {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-pantner1 .vc_col-sm-3 .vc_column-inner .wpb_single_image {
        margin-bottom: 10px;
    }
    .table-style1 table {min-width: 500px;}
    .image-border {
        margin-bottom: 0 !important;
    }
    .row-review .vc_col-sm-4 {
        padding-bottom: 28px;
        padding-top: 50px;
    }
    .row-review .wpb_column .wpb_single_image {
        top: 0;
    }
    .row-halp1-bg:before {
        background-color: #ffffffb0;
    }
    .row-mobile-pd {
        padding-bottom: 0 !IMPORTANT;
    }
    body .row-mobile-pd-02 {
        padding-top: 0 !IMPORTANT;
    }
}
/*============= thanh responsive css==============*/

@media (max-width: 1024px) {

    .mobile-trigger-overlay {
        top: 57px;
        right: 40px;
    }

    .primary-mobile-nav {
        display: none;
    }

    .open-mobile-menu .primary-mobile-nav {
        display: block;
    }

    .vc_toggle:last-of-type {
        margin-bottom: 20px !important;
    }

    .faq-column {
        width: 100% !important;
    }

    .faq-box {
        padding-bottom: 20px !important;
    }

}

