@import url(../fonts/SVN-BradleyHand/stylesheet.css);
@import url(../fonts/SVN-SAF/stylesheet.css);
@import url(../fonts/SVN-GothamMedium/stylesheet.css);
@import url(../fonts/SVN-GothamThin/stylesheet.css);
@import url(../fonts/SVN-GothamRegular-Ultra/stylesheet.css);
@import url(../fonts/SVN-GothamLight-GothamBold/stylesheet.css);
@import url(../fonts/SignPainter-HouseScript-Regular/stylesheet.css);
@import url(../fonts/SVN-Futura/stylesheet.css);
@font-face {
    font-family: "iCiel-Rukola";
    src: url('../fonts/iCiel-Rukola/iCiel_Rukola.ttf');
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.container {
    max-width: 1170px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "SVN-Gotham Book", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1,h2,h3,h4,h5{
    color: #832a81;
}
h1{
    font-family: "SVN-FuturaBlack";
}
h2 {
    font-family: "SVN-FuturaHeavy";
}
h3{
    font-family: "SVN-FuturaBold";
}
h4{
    font-family: "SVN-FuturaDemiBold";
}
h5{
    font-family: "SVN-FuturaItalic";
}

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 3rem;
    color: #832a81;
}
h2.widgettitle{
    border: 2px solid;
    border-radius: 90px;
    text-align: center;
    font-size: 2.2rem;
}
p,td, ul, li, .info {
    font-family: "SVN-FuturaRegular";
    color: #7c7c7c;
}
a {
    color: #832a81;
}
input {
    font-family: "BlinkMacSystemFont";
}

text-area {
    font-family: "SVN-gothamThin";
}

img {
    width: 100%;
    object-fit: cover;
}

.icon {
    filter: brightness(2) grayscale(1);
}

.icon.icon-active {
    filter: brightness(1) grayscale(0);
    -webkit-filter: brightness(1) grayscale(0);
}

.text-green {
    color: #bfd730;
}

.green-bg {
    background-color: #bfd730;
}

.text-blue {
    color: #005d83;
}

.owl-carousel.off {
    display: block;
}


/*HEADER*/

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
}

.header-menu.f-futura-book.container.home-menu {
    /*position:sticky;*/
}


/*HEADER-TOP*/

.header-top.relative .icon {
    filter: none;
    display: inline-flex;
}

.header-top.relative {
    position: relative;
    z-index: 10;
    height: 50px;
    display: flex;
    background: #832a81;
}

.header-top .clear.text-right {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}


/*CONTACT-ICONS*/

.icon a {
    margin: 0 1px;
}

.icon a:last-child {
    margin-right: 20px;
}

.icon a i.fa {
    background-color: #fff;
    /* padding: 8px; */
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #832a81;
}

@media (max-width: 575.98px) {
    .icon a i.fa {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 2rem;
    }
}


/*SEARCH*/

.wrap-search .search {
    background-color: white;
    border-radius: 5px;
    padding: 0px;
    margin-right: 10.5px;
}

.wrap-search .search input {
    border: none;
    background-color: unset;
    padding: 5px 13px;
    font-family: 'SVN-Gotham Book';
}

.wrap-search .search input::placeholder {
    color: #898989;
}

.wrap-search .search .btntop {
    border: none;
    background-color: unset;
    padding-right: 4px;
    padding-top: 3px;
}

.wrap-search .search .btn-sub {
    display: none;
}


/*MULTIPLE_LANGUAGES-FLAG/ICON*/

.flash.text-center.hidden a {
    padding: 6.5px;
}

.flash.text-center.hidden img {
    width: 45px;
    height: 32px;
    border-radius: 5px;
}


/*HEADER_MAIN*/

.header-menu.f-futura-book.container.home-menu {
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    align-items: flex-end;
    position: relative;
    padding: 0;
    padding-top: 30px;
}

.logo {
    width: 25%;
    margin: 0 0 16px 0;
    /*height: 114px;*/
}

.logo.desktop {
    margin-bottom: 20px;
}

.navbar.navbar-expand-lg.navbar-light.navbar-dark {
    padding: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 15px;
}

.header-menu .navbar-nav.menu.content-navbar.nav-desktop {
    width: 100%;
}
.menu-item>a>i{
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}
.navbar.navbar-expand-lg.navbar-light.navbar-dark a {
    color: black;
    font-size: 1rem;
    font-family: 'SVN-FuturaRegular';
    font-weight: 400;
    line-height: 2.5;
    position: relative;
    text-decoration: none;
}
.navbar.navbar-expand-lg.navbar-light.navbar-dark a:hover:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background: #832a81;
    bottom: -5px;
}

.menu-menu-top {
    margin-bottom: 30px;
}

.menu-menu-top {
    justify-content: space-evenly;
    text-align: end;
    width: 100%;
    /*margin-bottom: 5px;*/
}

ul#menu-menu-top>li:hover>a {
    text-decoration: none;
}

/*ul#menu-menu-top>li:hover ul.sub-menu,*/
/*ul#menu-menu-top>li[class*=current-menu-] ul.sub-menu {*/
/*    display: flex;*/
/*}*/

ul#menu-menu-top>li:hover {
    color: #005d83;
}

ul#menu-menu-top ul.sub-menu {
    display: none;
    position: absolute;
    width: max-content;
    left: 0;
    vertical-align: middle;
    justify-content: center;
    text-align: end;
    padding: 10px 0;
    z-index: 10;
    transition: 1s ease;
    -webkit-box-shadow: -3px 2px 12px 2px rgba(0,0,0,0.48);
    box-shadow: -3px 2px 12px 2px rgba(0,0,0,0.48);
}


/*ul#menu-menu-top > li:first-of-type ul.sub-menu{
    display: flex;
}
*/

ul#menu-menu-top ul.sub-menu li {
    list-style: none;
    padding: 4px 15px;
}

.nav-green-bar ul#menu-menu-top ul.sub-menu li {
    list-style: none;
    padding: 8px 10px;
}

ul#menu-menu-top ul.sub-menu a {
    color: #383838;
    font-weight: 300;
    font-size: 0.9rem;
    font-family: 'SVN-FuturaRegular';
    text-decoration: none;
    display: block;
}


/*IPAD_MOBILE_DEVICES*/

.navbar-nav.menu.content-navbar.nav-mobile.nav-mobile-short,
.navbar-nav.menu.content-navbar.nav-mobile.nav-mobile-full {
    display: none;
}

.nav-green-bar {
    display: none;
    background-color: #005d83;
    height: 45px;
    /* border: 1px solid #bfd730; */
    position: absolute;
    /*top: 0;
    left: 0;*/
}

.nav-green-bar .container {
    /*display: flex;*/
    width: 100%;
    list-style: none;
}

.nav-green-bar .container .menu-menu-top {
    justify-content: center;
    flex-direction: row;
    width: 100%
}

.nav-green-bar .menu-item {
    width: max-content;
    list-style: none;
    padding: 5px;
    margin: 2px 10px;
}

.nav-green-bar .menu-item a {
    color: white;
    font-size: 1rem;
    line-height: 2.5;
    font-weight: 700;
    font-family: 'SVN-Gotham Book';
}

.nav-green-bar .menu-item .sub-menu {
    display: none;
    position: absolute;
}


/*.nav-green-bar .menu-item:hover .sub-menu {
    display: flex;
}*/

.nav-green-bar .menu-item .sub-menu a {
    color: #0d657d;
    font-weight: bold;
}

.green-bar {
    width: 100%;
    background-color: #bfd730;
    min-height: 45px;
    display: none;
}


/*BODY*/


/*.section-contain{
  margin: 45px 0px 45px 0px;
}
*/

.section-carousel .owl-carousel img {
    max-height: 589px;
}

.section-carousel .owl-carousel {
    min-height: 530px;
    width: 100%;
}


/*BANNER_CAROUSEL*/

.section-carousel .owl-carousel .item {
    position: relative;
}

.section-carousel .owl-carousel .item-word {
    position: absolute;
    bottom: 35%;
    left: 23%;
}

.owl-carousel h3.carousel {
    color: #bfd730;
    font-family: "SignPainter HouseScript";
    font-size: 55.66px;
}

.owl-carousel h1.carousel {
    color: #005d83;
    font-family: "SVN-GothamMedium";
    font-size: 69.57px;
    font-size: 55.66px;
}

.owl-carousel h2.carousel {
    color: #010101;
    font-family: "SVN-GothamLight";
}

.section-carousel .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-family: "SVN-GothamLight";
}

.section-carousel .owl-theme .owl-nav [class*=owl-],
.section-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.owl-theme .owl-nav i {
    width: 35px;
    height: 28px;
}


/* .section-carousel .owl-nav .owl-next, .section-carousel .owl-nav .owl-prev{
    color:#076085;
    background-color: unset;
}

.section-carousel .owl-nav .owl-next:hover, .section-carousel .owl-nav .owl-prev:hover{
    color:#076085;
    background-color: unset;
} */


/*ARROW*/

.link i.arrow {
    border-color: #bfd730;
}

i.arrow {
    border-style: solid;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 3px;
    margin: 0px;
    min-width: 25px;
    min-height: 25px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*Tieu de STYLE*/

.green-bottom-border::after {
    content: '';
    display: block;
    border-bottom: 3px solid #bfd730;
    width: 158px;
    /*padding-top: 15px;*/
    margin-bottom: 15px;
}

.green-bottom-border-center::after {
    margin-left: 45%;
}


/*GIOI THIEU*/

.section-gtemasi {
    margin: -100px 80px 0;
}
.section-gtemasi .container {
    background: rgb(255 255 255 / 80%);
    position: relative;
    padding: 20px;
    box-shadow: -5px 10px 15px #888888;
}
.section-gtemasi h2.desktop {
    color: #832a81;
    font-weight: normal;
}

.section-gtemasi .gtemasi-vid img {
    transition: .5s;
}

.section-gtemasi .gtemasi-vid:hover img {
    -webkit-filter: invert(.2);
    filter: invert(.2);
}

.section-gtemasi .gtemasi-vid:hover {
    cursor: pointer;
}

.section-gtemasi .gtemasi-vid {
    position: relative;
    height: 320px;
}

.section-gtemasi .gtemasi-vid img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

.section-gtemasi .gtemasi-vid iframe {
    display: none;
}

.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:focus {
    outline: 0;
}


/*END_QUOTE*/

.end-blockquote {
    width: fit-content;
    position: relative;
    margin-bottom: 50px;
}

.end-blockquote::after {
    font: 6em/1.08em 'SVN-SAF', 'PT Sans', sans-serif;
    color: #5bcbf5;
    content: "\201D";
    font-size: 8em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
    margin-right: 0px;
    right: 0px;
    bottom: -50px;
}

.end-blockquote p {
    display: inline-block;
}


/*TLNGT_EMASI*/

.section-tlngtemasi {
    padding-top: 80px;
    padding-bottom: 124px;
    margin-bottom: 0;
    background-image: url(../images/tlcl-emasi-left-bg.png), url(../images/tlcl-emasi-right-bg.png), -webkit-radial-gradient(ellipse, #035171 0, #005d83de 60%, #005d83ad 80%);
    background-image: url(../images/tlcl-emasi-left-bg.png), url(../images/tlcl-emasi-right-bg.png), -moz-radial-gradient(ellipse, #035171 0, #005d83de 60%, #005d83ad 80%);
    background-image: url(../images/tlcl-emasi-left-bg.png), url(../images/tlcl-emasi-right-bg.png), radial-gradient(ellipse, #035171 0, #005d83de 60%, #005d83ad 80%);
    background-position: -120px 35px, 1000px -23px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light, soft-light, normal;
}

.section-tlngtemasi .row {
    margin: 30px auto;
    width: 80%;
}

.section-tlngtemasi .container h2,
.section-tlngtemasi .container h5,
.section-tlngtemasi .container .desc {
    color: white;
}

.section-tlngtemasi .container .desc {
    font-size: 1.3rem;
}

.section-tlngtemasi h2:after {
    margin-top: 40px;
    margin-bottom: 0;
}

.section-tlngtemasi .container p {
    font-size: 18px;
    font-family: "SVN-GothamMedium";
    color: #bbd436;
}

.section-tlngtemasi .cols-6 {
    width: 60%;
}

.section-tlngtemasi .cols-6 .col-wrap {
    margin: auto;
    width: fit-content;
    cursor: pointer;
    text-align: center;
}

.section-tlngtemasi .col-wrap.active h5 {
    color: #bfd730;
}

.section-tlngtemasi .emasi-icon {
    width: 75px;
    height: 75px;
    margin: auto;
}

.section-tlngtemasi .cols-6 h5 {
    width: 100%;
    margin: auto;
    font-family: 'SVN-GothamBold';
}

.section-tlngtemasi .collapse_wrap {
    margin-bottom: 0;
    margin-top: 30px;
}

.section-tlngtemasi .col-wrap img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}


/*.section-tlngtemasi .col-wrap img.icon-active{
    display: none;
}*/


/*.section-tlngtemasi .col-wrap.active img.icon{
    display: none;
}*/


/*.section-tlngtemasi .col-wrap.active img.icon-active{
    display: block;
}

*/

.section-inforgraphic {
    background-color: #832a81;
    padding-top: 66px;
    padding-bottom: 68px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 20px 10px;
    /*padding: 10px 0;*/
    width: 100%;
    min-height: 900px;
}

.grid-container>div {
    text-align: center;
    padding: 0;
    font-size: 30px;
    background-size: cover;
}

.grid-container>div .item-wrap {
    opacity: 1;
    top: 0;
    right: 0;
    position: static;
}
.grid-container>div:hover .item-wrap {
    opacity: 0;
    top: 0;
    right: 0;
    position: static;
}
.grid-container .item-wrap {
    background-color: #bfd730e0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 1s ease;
    cursor: pointer;
}
.grid-container .item3 .item-wrap , .grid-container .item6 .item-wrap {
    background-color: #5bcbf5d9;
}
.grid-container .item4 .item-wrap , .grid-container .item8 .item-wrap {
    background-color: #a239a0db;
}
/* .grid-container .item1, .grid-container .item2, .grid-container .item3, .grid-container .item4, .grid-container .item5, .grid-container .item6, .grid-container .item7, .grid-container .item8{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
}
 */

.grid-container .item1 {
    grid-row-start: 1;
    grid-row-end: 3;
    background-image: url(../images/so-hs-cs-emasi-bg.png);
}

.grid-container .item2 {
    grid-column-start: 2;
    grid-column-end: 4;
    background-image: url(../images/hs-lop-emasi-bg.png);
}

.grid-container .item3 {
    background-image: url(../images/age-emasi-bg.png);
}

.grid-container .item4 {
    grid-column-start: 2;
    grid-column-end: 3;
    background-image: url(../images/swimming-pool-emasi-bg.png);
}

.grid-container .item5 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 5;
    background-image: url(../images/csvc-emasi-bg.png);
}

.grid-container .item6 {
    background-image: url(../images/market-space-emasi-bg.png);
}

.grid-container .item7 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
    background-image: url(../images/tieng-anh-emasi-bg.png);
}

.grid-container .item8 {
    background-image: url(../images/library-emasi-bg.jpg);
}

.section-inforgraphic .content-wrap h3,
.section-inforgraphic .content-wrap p {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 0px;
    color: white;
}

.section-inforgraphic .content-wrap h3 {
    font-family: "SVN-GothamBold";
    font-size: 26px;
    line-height: 1.25;
}

.section-inforgraphic .content-wrap p {
    font-family: "SVN-GothamLight";
    font-size: 24px;
}

.item1 .content-wrap h3 {
    font-size: 55px;
}

.item1 .content-wrap p {
    /*font-size: 25px;*/
}

.item2 .content-wrap:nth-child(2) {
    margin: auto 10px;
}

.item2 .content-wrap:nth-child(2) h3 {
    font-size: 95.77px;
}

.item2 .content-wrap:last-child h3 {
    position: relative;
    margin-bottom: 20px;
}

.item2 .content-wrap:last-child h3:after {
    content: '';
    width: 100%;
    border-bottom: 4px solid white;
    display: block;
    position: absolute;
    bottom: -15px;
}

.item3 .content-wrap p {
    font-weight: bold
}

.item4 .content-wrap {
    margin: auto 0 auto 0;
}

.item4 .content-wrap p {
    font-size: 30px;
}

.item4 .content-wrap h3 {
    font-size: 31px;
}

.item5 .content-wrap h3 {
    margin: auto 12.5px;
    font-size: 38.73px;
    line-height: 1.25;
    text-align: left;
}

.item6 .content-wrap {
    text-align: center;
    margin: auto 2px;
}

.item6 .content-wrap h3 {
    font-size: 36px;
}

.item7-flex .content-wrap {
    text-align: center;
}

.item7-flex .content-wrap h3 {
    font-size: 55.26px;
    line-height: 55.26px;
}

.item8 .content-wrap {
    text-align: center;
    margin: auto 2px;
}

.item8 .content-wrap h3 {
    font-size: 30px;
}

.item8 .content-wrap h3 {
    font-size: 36px;
    line-height: 38.62px;
}

.emasi-icon {
    height: 72px;
    width: 72px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hs-cs-emasi-icon {
    background-image: url('../images/hs-cs-emasi-icon.png');
}

.hs-lop-emasi-icon {
    background-image: url('../images/hs-lop-emasi-icon.png');
}

.age-emasi-icon {
    background-image: url('../images/age-emasi-icon.png');
}

.swimming-pool-emasi-icon {
    background-image: url('../images/swimming-pool-emasi-icon.png');
}

.csvc-emasi-icon {
    background-image: url('../images/csvc-emasi-icon.png');
}

.market-space-emasi-icon {
    background-image: url('../images/market-space-emasi-icon.png');
}

.tieng-anh-emasi-icon {
    background-image: url('../images/tieng-anh-emasi-icon.png');
}

.library-emasi-icon {
    background-image: url('../images/library-emasi-icon.png');
}

.trietly-emasi-icon {
    background-image: url('../images/trietly-emasi-icon.png');
}

.medal-emasi-icon {
    background-image: url('../images/medal-emasi-icon');
}

.graduate-emasi-icon {
    background-image: url('../images/graduate-emasi-icon');
}

.scroll-emasi-icon {
    background-image: url('../images/scroll-emasi-icon');
}

.thumb-up-emasi-icon {
    background-image: url('../images/thumb-up-emasi-icon');
}

.fire-emasi-icon {
    background-image: url('../images/fire-emasi-icon');
}

.play-btn-emasi-icon {
    background-image: url('../images/play-btn-emasi-icon.png');
}

.to-top-emasi-icon {
    background-image: url('../images/to-top-emasi-icon.png');
}

.link-emasi-icon {
    background-image: url('../images/link-emasi-icon.png');
    width: 80px;
    height: 32px;
}

.link-emasi-icon-white {
    background-image: url('../images/link-emasi-icon-white.png');
    width: 80px;
    height: 32px;
}

.link-emasi-icon-gray {
    background-image: url('../images/link-emasi-icon-gray.png');
    width: 120px;
    height: 32px;
}

.next-emasi-icon {
    background-image: url('../images/next-emasi-icon.png');
}

.prev-emasi-icon {
    background-image: url('../images/prev-emasi-icon.png');
}

.next-blue-emasi-icon {
    background-image: url('../images/next-blue-emasi-icon.png');
}

.prev-blue-emasi-icon {
    background-image: url('../images/prev-blue-emasi-icon.png');
}

.trietly-emasi-icon.active {
    background-image: url('../images/trietly-emasi-icon-active');
}

.medal-emasi-icon.active {
    background-image: url('../images/medal-emasi-icon-active');
}

.graduate-emasi-icon.active {
    background-image: url('../images/graduate-emasi-icon-active');
}

.scroll-emasi-icon.active {
    background-image: url('../images/scroll-emasi-icon-active');
}

.thumb-up-emasi-icon.active {
    background-image: url('../images/thumb-up-emasi-icon-active');
}

.fire-emasi-icon.active {
    background-image: url('../images/fire-emasi-icon-active');
}

.section-story .owl-nav {
    margin-top: 35px;
}

.section-story .owl-nav .owl-prev,
.section-story .owl-nav .owl-next {
    background-color: transparent;
}

.section-story .owl-nav .owl-prev:hover,
.section-story .owl-nav .owl-next:hover {
    background-color: transparent;
}

.section-story {
    background-image: url('../images/story-emasi-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 98px 0 120px 0;
    box-shadow: 0px 0px 10px #404040;
}

.section-story h5 {
    font-family: 'SVN-Gotham Book';
    color: #707070;
}

.section-story .card {
    border: none;
    border-radius: 20px;
    padding: 27px 25px 55px 25px;
    min-height: 250px;
}

.section-story .card .end-blockquote {
    width: 100%;
    height: fit-content;
    margin-bottom: 0;
}

.section-story .card .end-blockquote:after {
    top: 0;
    bottom: unset;
    line-height: normal;
}

.section-story .card img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #bfd730;
}

.section-story .card .card-body {
    padding: 20px 0;
}

.section-story h2.green-bottom-border,
.section-tlngtemasi h2.green-bottom-border,
.section-news h2.green-bottom-border,
.section-gtemasi h2.green-bottom-border,
.section-events h2.green-bottom-border {
    font-family: iCiel-Rukola;
}

.section-events.desktop {
    margin: 122px 0 88px 0;
}

.section-events .col-wrap {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    height: 100%;
    border: 5px solid #d7d7d7;
    padding: 53px 0;
    transition: color 1s ease, background 1s ease;
    cursor: pointer;
}

.section-events .content-wrap {
    margin: 0 15px;
    color: #d7d7d7;
    height: 94px;
}

.section-events .content-wrap h3 {
    font-size: 24px;
    color: #707070;
}

.section-events .content-wrap p {
    font-size: 14px;
    color: black;
}

.section-events .col-lg-4 {
    padding: 0 13px;
}

.section-events .col-lg-4:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    border-right: 3px solid #959595;
    height: 64px;
    top: 30%;
    width: 1px;
}

.section-events .col-lg-4:last-child:after {
    border: unset;
}

.section-events .event-link {
    margin-top: 28px;
    padding-right: 13px;
}

.section-events .emasi-icon {
    width: 100%;
    height: 100%;
}

.section-events .col-wrap img {
    filter: contrast(0);
}

.section-events .event1:hover,
.section-events .event2:hover,
.section-events .event3:hover,
.section-events .active {
    background-color: #5bcbf5;
    border: none;
    transition: 1s ease;
}

.event1:hover h3,
.event2:hover h3,
.event3:hover h3,
.section-events .active h3,
.section-events .active p,
.event1:hover p,
.event2:hover p,
.event3:hover p {
    color: white;
}

.event1:hover img,
.event1.active img,
.event2:hover img,
.event2.active img,
.event3:hover img,
.event3.active img {
    filter: contrast(1);
}

.section-news.green-bg.desktop {
    margin-bottom: 81px;
}

.section-news {
    margin: 90px auto;
}

.section-news.green-bg.desktop h2 a{
    color: white;
    margin: 3% auto 0 auto;
}

.section-news.green-bg.desktop h2:after {
    border-color: white;
}

.section-news .owl-carousel {
    padding: 30px 0;
}

.section-news .owl-carousel .item:hover img {
    -webkit-filter: invert(.2);
    filter: invert(.2);
}

.section-news .owl-carousel .item img {
    transition: .5s;
    height: 220px;
    /*object-fit: none;*/
}

.section-news .owl-carousel p {
    /*font-size: 18px;*/
    margin-top: 15px;
    /*padding: 0 45px;*/
    color: white;
}

.section-news .owl-carousel .item p {
    transition: .5s;
    cursor: pointer;
}

.section-news .owl-carousel .item:hover p {
    color: #005d83;
}

.section-news .owl-carousel .owl-next,
.section-news .owl-carousel .owl-prev,
.section-news .owl-carousel .owl-next:hover,
.section-news .owl-carousel .owl-prev:hover {
    background-color: unset;
    border: none;
}

.section-vids {
    margin: 31px 0;
}

.section-vids .owl-carousel .owl-item .video-btn .play-btn {
    opacity: 0;
    transition: .5s;
}

.section-vids .owl-carousel .owl-item img {
    transition: .5s;
    height: 180px;
}

.section-vids .owl-carousel .owl-item .video-btn:hover .play-btn {
    opacity: 1;
}

.section-vids .owl-carousel .owl-item .video-btn:hover img {
    -webkit-filter: invert(.2);
    filter: invert(.2);
}


/*.section-vids .owl-carousel img{
  min-height: 191px;
  min-width: 362px;
}
*/

.section-form {
    margin-bottom: 136px;
}

.section-form .container {
    margin: 91px auto;
    min-height: 650px;
    width: 100%;
    background: url('../images/tieng-anh-emasi-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.section-form .row {
    align-items: flex-end;
    vertical-align: bottom;
    justify-content: flex-end;
    position: relative;
}

.section-form .col-wrap {
    background-color: #ffffffe8;
    /*min-height: 840px;*/
    box-shadow: 0px 0px 10px #404040;
    padding: 40px 40px 50px 40px;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 100%;
}

.section-form form .form-control {
    width: 100%;
    resize: none;
}

.section-form form .form-control {
    width: 100%;
    resize: none;
    color: black;
    font-family: 'SVN-Gotham Book';
}

.section-form form>.form-group {
    width: 48%;
    margin: 10px 5px 0 5px;
}

.section-form form>.form-group:last-of-type {
    width: 100%;
}

.section-form .tab {
    overflow: hidden;
    display: flex;
}


/* Style the buttons that are used to open the tab content */

.section-form .tab button {
    border: none;
    background-color: unset;
    cursor: pointer;
    padding: 4px 10px;
    margin: 0 25px;
    transition: 0.3s;
}

.section-form .tab h2 {
    font-family: 'SVN-GothamMedium';
    color: #696969;
    font-size: 2.25rem;
    margin-bottom: 0;
}


/* Change background color of buttons on hover */

.section-form .tab button:hover,
.section-form .tab button:focus,
.section-form .tab button:focus-within {
    color: #bfd730;
    border: none;
    outline: none;
    border-bottom: 7px solid #bfd730;
}


/* Create an active/current tablink class */

.section-form .tab button.active {
    outline: none;
    border: none;
    border-bottom: 7px solid #bfd730;
}

.section-form .tab button.active h2 {
    color: #bfd730;
}


/* Style the tab content */

.section-form .tabcontent {
    display: none;
    padding: 43px 12px 0;
}

.section-form .tabcontent {
    display: block;
}


/*.col-wrap .col-lg-6, .col-wrap .col-lg-12{
    padding: 0 7px;
}*/

.section-form input,
.section-form textarea {
    border: 1px solid #959595;
    width: 100%;
    border-radius: 8px;
    padding: 18px 14px;
    margin: 9px 0;
}

.form-control::placeholder,
.form-control::-webkit-input-placeholder {
    color: #898989;
    font-family: 'SVN-GothamLight';
    font-size: 18px;
}

.section-form .hb_form button,
.section-form .nl_form button {
    background-color: #bfd730;
    box-shadow: none;
    border: none;
    padding: 8px 87px;
    border-radius: 5px;
    margin: 10px 5px 0 5px;
}

.nl-emasi-form .nl_form .form-group {
    width: 100%;
}


/*FOOTER*/

footer.relative {
    background-color: #832a81;
    color: white;
    position: relative;
    padding: 50px 0;
}

footer .content-wrap {
    margin-left: 9px;
    text-align: center;
    max-width: 90%;
}

footer .logo-footer {
    margin: 26px auto;
    max-width: 414px;
    height: 128px;
}

footer .info {
    color: white;
}

.wrap-social-media-footer {
    padding: 40px 0px 37px 0px;
    position: relative;
}

.wrap-social-media-footer a {
    padding: 0;
    margin: 0 5px;
    font-size: 23px;
    line-height: 34px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fdfdfd;
    color: #832a81;
    display: inline-block;
}

.wrap-social-media-footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 3px solid #e5e5e5;
}

.copyright {
    text-align: left;
    color: #e5e5e5;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'SVN-FuturaRegular';
}

.lkqt .footer-menu-col .footer-menu-item:last-child {
    width: 50px;
}

.wrap-footer h3 {
    font-family:'SVN-FuturaRegular';
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px #fff solid;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.lkqt h3 {
    font-family: 'SVN-GothamMedium';
    font-size: 14px;
    margin: 0 -15px;
}

.wrap-footer:first-child {
    padding-left: 0px;
    padding-right: 60px;
}

.wrap-footer:last-child {
    padding-right: 0;
    padding-left: 60px;
}

.green-white-bt-border {
    position: relative;
    padding: 0 0 17px 0;
}

.green-white-bt-border::before,
.green-white-bt-border::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
}

.green-white-bt-border::before {
    width: 153px;
    border-bottom: 2px solid white;
}

.green-white-bt-border::after {
    width: 69px;
    border-bottom: 2px solid #bfd730;
}

.footer-menu-col .footer-menu-item {
    list-style: none;
    padding-left: 12px;
}

.footer-menu-col {
    padding: 0;
    margin-bottom: 27px;
}

.footer-menu-col .footer-menu-item a {
    color: #e5e5e5;
    font-size: 15px;
    font-family: 'SVN-FuturaRegular';
}

.lkqt .footer-menu-col .footer-menu-item {
    margin: 20px auto 31px auto;
}

.lkqt .green-white-bt-border::before,
.lkqt .green-white-bt-border::after {
    margin: auto;
    left: 14%;
}

footer .uptotop {
    display: none;
    transition: display 2s;
}

#top {
    background-color: unset;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 10000;
    box-shadow: -1px 2px 5px #ccc;
}

.dangkytqtrg {
    position: fixed;
    bottom: 0;
    right: 6%;
    z-index: 10000;
}

.button-wrap {
    width: 200px;
}

.button-wrap a.btn-lg {
    background-color: #bfd730;
    border: 4px solid #ffffff;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: -1px 2px 5px #ccc;
}

.button-wrap a h2 {
    color: white;
    font-family: 'SVN-GothamMedium';
    font-size: 1.2rem;
    margin: 2% 0;
}

form.dktqt_form.row {
    margin: auto;
    padding: 2%;
    align-items: flex-end;
    vertical-align: bottom;
    justify-content: flex-end;
    position: relative;
}

form.dktqt_form.row .form-group .form-control {
    margin: 1% auto;
    padding: 1.5%;
}

button.submit.text-white {
    background-color: #bfd730;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    padding: 8px 87px;
    border-radius: 5px;
}

form.dktqt_form.row .form-group {
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1453px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: unset;
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 170px;
        background: #832a81;
    }
    .container {
        /*max-width: 720px;*/
    }
    .navbar-nav.menu.content-navbar.nav-desktop {
        display: none;
    }
    .navbar-nav.menu.content-navbar.nav-mobile.nav-mobile-short {
        width: 500px;
        display: block;
        position: fixed;
        right: 0;
        /*bottom: -30px;*/
        z-index: 10000;
        position: relative;
    }
    .header-menu.f-futura-book.container.home-menu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-evenly;
        vertical-align: middle;
        padding:0;
    }
    .header-menu .navbar-toggler {
        display: unset;
        position: absolute;
        right: 0.5em;
        top: 30px;
    }
    .navbar.navbar-expand-lg.navbar-light.navbar-dark {}
    .logo.mobile {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo {
        padding: unset;
    }
    .header-top.container.relative {
        padding: unset;
        padding-top: 10px;
        /*width: auto;*/
    }
    .flash.text-center.hidden {
        display: flex;
        padding-right: 37px;
    }
    .flash.text-center.hidden a {
        padding: 0 15px;
    }
    .header-menu .navbar-toggler {
        border: none;
        /*padding:0;*/
        margin: 0;
    }
    .header-menu .navbar-toggler .navbar-toggler-i {
        font-size: 50px;
        color: white;
        margin-top: 10px;
    }
    #navbarSupportedContent {
        background-color: #fffffff2;
        width: auto;
        position: fixed;
        left: unset;
        right: 0px;
        top: 170px;
        /*height: 100vh;*/
        /*padding-bottom: 50vh;*/
        padding-bottom: 20px;
        padding-left: 30px;
    }
    #menu-menu-mobile>li>ul {
        display: none;
    }
    #menu-menu-mobile li {
        list-style: none;
    }
    .nav-green-bar {
        display: none !important;
    }
    section.section-contain {
        margin-top: 170px;
    }
    section.section-contain.section-carousel {
        
    }
    section.section-contain.section-inforgraphic, section.section-contain.section-gtemasi, section.section-contain.section-tlngtemasi, section.section-contain.section-story, section.section-contain.section-events.mobile, section.section-contain.section-news.green-bg.mobile, section.section-contain.section-vids, section.section-contain.section-form {
        margin-top: 0;
    }
    div.team-page {
        margin-top: 170px;
    }
    div.landing-page.container-fluid {
        margin-top: 190px;
    }
    /*.section-carousel .owl-carousel .item img {*/
    /*    min-height: 697px;*/
    /*}*/
    .section-carousel .owl-carousel {
        min-height: unset;
    }
    .section-carousel .owl-carousel .item-word {
        display: none;
    }
    /*.section-news .owl-carousel img {*/
    /*    height: 603px;*/
    /*}*/
    .section-events .container {
        max-width: 100%;
        margin: 0;
    }
    .section-events .col-lg-4 {
        padding: 0;
    }
    .section-events .col-lg-4:after {
        content: unset;
    }
    .section-events .col-wrap {
        border: none;
        background-color: #e1e1e1;
    }
    .section-events .active {
        background-color: #5bcbf5;
    }
    .section-events .col-wrap h3 {
        color: #7c7c7c;
    }
    .section-events .col-wrap p {
        color: black;
        font-size: 24px;
    }
    .section-events .col-wrap:hover h3,
    .section-events .active h3 {
        color: white;
    }
    .section-events .col-wrap {
        justify-content: flex-start;
        padding: 30px;
        margin: 15px;
        border: 5px solid #d7d7d7;
        /* background-color: #ffffff; */
    }
    .section-events .col-lg-4 {
        margin-bottom: 15px;
    }
    .section-events .active {
        padding: 35px;
        transition: none !important;
    }
    .section-events .col-wrap .emasi-icon {
        width: 125px;
        height: 110px;
    }
    .section-news.mobile {
        display: block;
        margin-bottom: 0;
    }
    .section-contain.section-events.mobile .row {
        justify-content: flex-end;
    }
    .section-gtemasi .mobile {
        margin: auto;
    }
    .section-gtemasi {
        background-color: #ebebeb;
        padding: 30px 0;
        margin: 0;
    }
    .section-gtemasi .col-lg-6:first-child {
        padding: 0;
    }
    .section-gtemasi .mobile h2 {
        color: #005d83;
    }
    .section-gtemasi .gtemasi-vid {
        height: auto;
        padding: 5px 0;
    }
    .section-gtemasi .green-bottom-border {
        margin-bottom: 30px;
    }
    .section-gtemasi .mobile .green-bottom-border::after {
        margin: auto;
    }
    .section-gtemasi .end-blockquote {
        margin-top: 20px;
    }
    /*.section-tlngtemasi {*/
    /*    background: unset;*/
    /*}*/
    .section-tlngtemasi .col-lg-12 {
        padding: 0 !important;
    }
    .section-tlngtemasi .container .row {
        margin-bottom: 10px;
    }
    /*.section-tlngtemasi .container h2, .section-tlngtemasi .container h5{*/
    /*    color:black;*/
    /*}*/
    .section-tlngtemasi .container h2 {
        margin-bottom: 0;
    }
    .section-tlngtemasi .container p {
        width: 100% !important;
        margin: auto 10px!important;
        font-size: 20px;
        padding: 0;
        /*color:#707070;*/
    }
    .section-tlngtemasi h3,
    .section-tlngtemasi span {
        color: black;
        font-size: 22px;
        width: 100%;
        padding: 0;
        margin: 0;
        font-weight: bolder;
        text-transform: none;
    }
    .section-inforgraphic {}
    .section-story {
        padding: 50px 10px;
    }
    .section-story h2 {
        font-size: 25px;
        margin: auto;
    }
    .section-story .green-bottom-border::after {
        border-bottom-color: white;
        margin: 20px auto 30px auto;
    }
    .section-story .card {
        background: unset;
        padding: 0;
    }
    .section-story .card .card-body {
        padding: 0;
        margin: 0;
    }
    .section-story .end-blockquote,
    .section-story .card-title,
    .section-story .card-body .card-text {
        background-color: white;
        padding: 0 20px;
        margin: 0;
    }
    .section-story .card-title {
        padding-top: 10px;
    }
    .section-story .end-blockquote {
        padding-top: 20px;
        border-radius: 10px 10px 0 0;
    }
    .section-story .card-body .card-text {
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }
    .section-story .card-body .card-text:last-child {
        background: unset;
        color: white;
    }
    .section-form .container {
        min-height: 970px;
    }
    .section-form .col-wrap {
        position: absolute;
        min-height: unset;
        right: 10px;
        margin: 50px 20px;
        padding: 20px;
        top: 15px;
    }
    footer .info {
        color: white;
    }
    #accordion .card-header {
        background-color: #832f82;
        border: solid 1px;
        margin: 0;
        border-radius: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer;
    }
    [data-toggle="collapse"] .down {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: 20px;
    }
    [data-toggle="collapse"].collapsed .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -8px;
    }
    #accordion .card {
        border: none;
        border-radius: 10px;
        margin-bottom: 10px;
        background-color: #832f82;
    }
    #accordion .card-header .card-link {
        color: white;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    #accordion .card-body {
        background-color: #832f82;
        border-radius: 10px;
        width: 100%;
        padding: 0 1.25em;
    }
    #accordion .card-body .textwidget {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #accordion .card-body:before {
        content: none;
        display: block;
        top: 0;
        width: 100%;
        border-top: 2px solid white;
        margin: auto;
    }
    #accordion .footer-menu-col {
        margin: 27px 0;
        padding: 0;
        display: unset;
    }
    .wrap-social-media-footer {
        padding: 30px 0;
        margin: 0;
    }
    .wrap-social-media-footer::after {
        content: unset;
    }
    .wrap-social-media-footer a {
        /*padding: 0 20px;*/
        margin: auto;
        font-size: 20px;
    }
    .green-white-bt-border::before,
    .green-white-bt-border::after {
        margin: auto;
        left: 30px;
    }
    .green-white-bt-border {
        width: fit-content;
        margin: 20px auto;
    }
    .footer-menu-col {
        display: flex;
    }
    .footer-menu-col .footer-menu-item {
        margin: 0 15px;
    }
    .lkqt .footer-menu-col {
        margin: auto;
        justify-content: center;
        text-align: center;
    }
    #top {
        width: 55px;
        height: 55px;
        font-size: 30px;
    }
    .button-wrap button h2 {
        font-size: 20px;
        width: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .header-menu .navbar-toggler {
        top: -20px;
    }
    .header-menu .navbar-toggler .navbar-toggler-i {
        margin-top: 0px;
    }
    .header-menu.f-futura-book.container.home-menu {
        margin-top: 0;
        padding-top: 50px;
    padding-bottom: 50px;
        background: #832a81;
    }
    .navbar-nav.menu.content-navbar.nav-mobile.nav-mobile-short {
        width: 100vw;
        padding: 0px 20px;
    }
    .nav-mobile.nav-mobile-short .menu-item{
        border-bottom: 1px solid;
    }
    .menu-item .sub-menu{
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .header-menu .navbar-toggler {
        top: -20px;
    }
    .header-menu .navbar-toggler .navbar-toggler-i {
        margin-top: 0px;
    }
    .header-menu.f-futura-book.container.home-menu {
        margin-top: 0;
        padding-top: 50px;
    padding-bottom: 50px;
        background: #832a81;
    }
    .navbar-nav.menu.content-navbar.nav-mobile.nav-mobile-short {
        width: 100vw;
        padding: 0px 20px;
    }
    .nav-mobile.nav-mobile-short .menu-item{
        border-bottom: 1px solid;
    }
    .menu-item .sub-menu{
        display:none;
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 122px;
    }
    div#navbarSupportedContent {
        top: 150px;
    }
    .header-menu .navbar-toggler .navbar-toggler-i {
        font-size: 36px;
    }
    .header-top .clear.text-right {
        margin: auto;
    }
    .logo {
        width: 250px;
        /*margin-left: 20px;*/
        margin-bottom: 0;
            margin-top: 15px;
    }
    .flash.text-center.hidden {
        padding: unset;
    }

    section.section-contain {
        margin-top: 122px;
    }
    section.section-contain.section-carousel {
         margin-top: 150px;
     }
    section.section-contain.section-inforgraphic,section.section-contain.section-gtemasi,section.section-contain.section-tlngtemasi,  section.section-contain.section-story, section.section-contain.section-events.mobile,section.section-contain.section-news.green-bg.mobile, section.section-contain.section-vids,section.section-contain.section-form{
        margin-top: 0;
    }
    div.team-page {
        margin-top: 122px;
    }
    div.landing-page.container-fluid {
        margin-top: 142px;
    }
    .flash.text-center.hidden a {
        padding: 0 4px;
    }
    /*.flash.text-center.hidden img {*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*}*/
    .header-top .clear.text-right {
        margin-top: 10px;
        padding: 0 15px;
        justify-content: space-evenly;
    }
    .header-top .flash.text-center.hidden {
        margin-top: 0;
    }

    .section-carousel {
        margin: 0 auto;
    }
    .section-carousel .owl-carousel .item img {
        min-height: unset;
        max-height: 300px;
        min-width: 100%;
        object-fit: contain;
    }
    .section-events .col-wrap h3,
    .section-events .col-wrap p {
        font-size: 18px;
    }
    .section-events .col-wrap {
        justify-content: left;
        padding: 10px;
    }
    .section-events .col-wrap .emasi-icon {
        width: 80px;
        object-fit: contain;
    }
    .section-gtemasi .mobile {
        margin: auto;
    }
    .green-bottom-border:after {
        border-bottom-width: 2px;
        width: 110px;
        display: none;
        margin: auto;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .section-gtemasi .mobile .green-bottom-border {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .section-gtemasi .mobile .green-bottom-border:after {
        content: '';
        display: block;
        border-bottom: 3px solid #bfd730;
        width: 100px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    /*.section-gtemasi .col-lg-6{*/
    /*    padding:0 2px !important;*/
    /*}*/
    .section-gtemasi p {
        margin: auto 15px;
        font-size: .9rem;
    }
    .section-gtemasi img {
        margin-bottom: 30px;
    }
    /*.section-tlngtemasi {*/
    /*    background: unset;*/
    /*}*/
    .section-tlngtemasi .col-lg-12 {
        padding: 0 !important;
    }
    .section-tlngtemasi .container .row {
        margin: 10px 0;
            width: 100%;
    }
    .ak-noitru .btn.ak-btn, .section-gtemasi .link {
        font-size:15px;
    }
    /*.section-tlngtemasi .container h5, .section-tlngtemasi .container p{*/
    /*    color:black;*/
    /*}*/
    /*.section-tlngtemasi .container h2{*/
    /*    font-size: 20px;*/
    /*}*/
    .section-tlngtemasi .container p.text-center.w-50.m-auto {
        width: 100% !important;
        margin: auto 10px!important;
        font-size: 14px;
        padding: 0;
    }
    .section-tlngtemasi h3,
    .section-tlngtemasi span {
        color: black;
        font-size: 10px;
        width: 100%;
        padding: 0;
        margin: 0;
        font-weight: bolder;
    }
    .section-story {
        padding: 30px 10px;
    }
    .section-story h2 {
        font-size: 30px;
        margin: auto;
    }
    .section-story .green-bottom-border::after {
        border-bottom-color: white;
    }
    .section-story .card {
        background: unset;
        padding: 0;
    }
    .section-story .card .card-body {
        padding: 0;
        margin: 0;
    }
    .section-story .end-blockquote,
    .section-story .card-title,
    .section-story .card-body .card-text {
        background-color: white;
        padding: 0 20px;
        margin: 0;
    }
    .section-story .card-title {
        padding-top: 10px;
        font-size: 1rem;
    }
    .section-story .end-blockquote {
        padding-top: 10px;
        border-radius: 10px 10px 0 0;
    }
    .section-story .card-body .card-text {
        padding: 10px 20px;
        font-size: .65rem;
        border-radius: 0 0 10px 10px;
    }
    .section-story .card-body .card-text:last-child {
        background: unset;
        color: white;
    }
    .section-form .col-wrap {
        min-height: unset;
        padding: 20px 5px;
        right: 3px;
    }
    .section-form .tab button {
        padding: 0;
        margin: 0;
    }
    .section-form .tab {
        width: 100%;
        justify-content: space-around;
    }
    .section-form .tabcontent {
        margin: 30px;
        padding: 0;
    }
    .section-form form>.form-group {
        width: 100%;
        margin: 0;
    }
    footer .info {
        color: white;
    }
    #accordion .card-header {
        background-color: #832a81;
        border: solid 1px;
        margin: 0;
        border-radius: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    [data-toggle="collapse"] .down {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    [data-toggle="collapse"].collapsed .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    #accordion .card {
        border: none;
        border-radius: 10px;
        margin-bottom: 10px;
        background-color: #832a81;
    }
    #accordion .card-header .card-link {
        color: white;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin: auto;
        line-height: initial;
        text-transform: uppercase;
        font-size: 1.5rem;
    }
    #accordion .card-header i.arrow.down {
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 3px;
        margin: -10px 0 0 0;
        min-width: 20px;
        min-height: 20px;
        border-style: solid;
    }
    #accordion .card-body {
        background-color: #832a81;
        border-radius: 10px;
        width: 100%;
    }
    #accordion .card-body:before {
        content: '';
        display: none;
        top: 0;
        width: 100%;
        border-top: 2px solid white;
        margin: auto;
    }
    #accordion .footer-menu-col {
        margin: 27px 0;
        padding: 0;
        display: unset;
    }
    .wrap-social-media-footer {
        padding: 30px 0;
        margin: 0;
    }
    .wrap-social-media-footer::after {
        content: unset;
    }
    .wrap-social-media-footer a {
        padding: 0px;
        margin: auto;
        font-size: 20px;
    }
    .green-white-bt-border::before,
    .green-white-bt-border::after {
        margin: auto;
        left: 30px;
    }
    .green-white-bt-border,
    .lkqt h3 {
        width: fit-content;
        margin: 20px auto;
    }
    .lkqt .textwidget {
        text-align: center;
    }
    .footer-menu-col {
        display: flex;
    }
    .footer-menu-col .footer-menu-item {
        margin: 0 15px;
    }
    #top {
        width: 41px;
        height: 41px;
        right: 10px;
        bottom: 0;
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
.section-news.mobile {
        text-align: center;
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    #menu-menu-mobile-full .menu-item a{
        display:block;
        text-decoration: none;
    }
    .section-vids .owl-carousel .owl-item img {
        height: 280px;
    }
    .section-gtemasi .gtemasi-vid {
        height: 250px;
    }
    .section-tlngtemasi {
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .section-tlngtemasi .cols-6 {
        width: 100%;
    }
    .dangkytqtrg {
        right: 20%;
    }
    .flash.text-center.hidden img {
        width: 35px;
        height: 25px;
    }
    .wrap-search {
        margin-left: auto;
        padding-right: 5px;
    }
    .wrap-search .search {
        margin: 0;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .wrap-search .search input {
        width: 0px;
        padding: 0;
    }
    .wrap-search .search .btntop {
        padding: 3px 4px 0 0;
    }
    .wrap-search .search .btntop.active {
        padding: 3px 0px 0 0;
    }
    .section-tlngtemasi .container .desc {
        font-size: .65rem;
    }
    .section-tlngtemasi .col-wrap img {
        object-fit: contain;
        width: 50px;
        height: 50px;
    }
    .section-tlngtemasi .cols-6 h5 {
        font-size: .65rem;
    }
    .end-blockquote::after {
        font-size: 5em;
    }
    .link-emasi-icon {
        width: 50px;
        height: 40px;
        margin-top: -33px;
        margin-left: 15px;
    }
    .section-tlngtemasi .container p {
        font-size: .65rem;
        margin: auto 0 !important;
    }
    .section-contain.section-events.mobile {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
    .section-tlngtemasi .container h2 {
        font-size: 25px;
    }
    .section-contain.section-story .green-bottom-border::after {
        content: '';
        display: block;
        border-bottom: 3px solid #ffffff;
        width: 158px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .section-contain.section-story .end-blockquote::after {
        right: 15px;
    }
    .section-contain.section-story .owl-nav {
        display: none;
    }
    .section-contain.section-events.mobile h2::after {
        content: '';
        display: block;
        border-bottom: 3px solid #bfd730;
        width: 100px;
        margin-bottom: 0;
        margin-top: -10px;
    }
    .section-contain.section-events.mobile h2 {
        font-size: 42px;
    }
    .section-news.mobile h2 {
        margin-bottom: 0;
        /*padding-top: 0px;*/
    }
    .section-news .owl-carousel {
        padding-top: 0;
    }
    .section-news .owl-carousel .item p {
        font-size: 1rem;
    }
    .section-news .owl-theme .owl-nav i {
        width: 30px;
        height: 23px;
    }
    /*.section-news.mobile h2::after {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    border-bottom: 3px solid #ffffff;*/
    /*    width: 90px;*/
    /*    margin-bottom: 30px;*/
    /*}*/
    .section-news.mobile {
        margin-top: 0px;
        text-align: center;
    }
    
    .section-story .card img {
        width: 50px;
        height: 50px;
    }
    .section-inforgraphic.mobile .item6 .item-wrap i {
        height: 30px;
    }
    .section-inforgraphic.mobile .item6 .item-wrap h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .section-inforgraphic.mobile .item6 {
        background-image: url(../images/market-space-emasi-bg.png);
        background-position: center;
    }
    .section-inforgraphic.mobile .item5 {
        background-image: url(../images/csvc-emasi-bg.png);
        background-position: center;
    }
    .section-inforgraphic.mobile .item2 {
        background-image: url(../images/hs-lop-emasi-bg.png);
        background-position: center;
    }
    .section-inforgraphic.mobile .item-wrap i {
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .section-inforgraphic.mobile .item-wrap h3:after {
        border-bottom: 2px solid white;
        bottom: -5px;
    }
    .section-inforgraphic.mobile .item-wrap h3 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .item2 .content-wrap:nth-child(2) h3 {
        font-size: 3rem;
    }
    .section-inforgraphic.mobile .item-wrap {
        padding: 10px;
        background-color: #bfd730e0;
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: all 1s ease;
        cursor: pointer;
        margin-bottom: 15px;
        height: 130px;
    }
    .section-inforgraphic.mobile {
        display: block;
        padding: 30px 0 20px;
    }
    .section-form {
        margin-bottom: 30px;
    }
    .section-form .nf-form-fields-required {
        display: none;
    }
    .section-form .container {
        min-height: unset;
        background-size: contain;
        margin-bottom: 60px;
        margin-top: 30px;
        padding-top: 60px;
    }
    .section-form .col-wrap {
        position: relative;
        margin: 0;
    }
    button.submit.text-white {
        padding: 8px 20px;
    }
    .link-emasi-icon-white {
        width: 50px;
    }
    .section-form .tab button.active {
        border-bottom: unset;
    }
    .section-form .tab button.active h2 {
        font-size: 24px;
    }
    .section-form .tab button.active h2:after {
        content: '';
        display: block;
        border-bottom: 3px solid #bfd730;
        width: 140px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .section-form form .form-control {
        padding: 10px;
    }
    .section-inforgraphic .content-wrap p {
        font-size: 1rem;
    }
    .section-events .event1:hover,
    .section-events .event2:hover,
    .section-events .event3:hover,
    .section-events .active {
        padding: 15px;
        border: none;
    }
    footer.relative {
        padding-top: 0;
    }
    .section-vids .owl-carousel .owl-item .video-btn .play-btn {
        opacity: 1;
    }
    .section-vids .owl-carousel .owl-item .video-btn img {
        -webkit-filter: invert(.2);
        filter: invert(.2);
    }
    .wrap-footer.mobile #accordion {
        padding: 0 15px;
    }
    .section-news .owl-carousel .item img {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .section-vids .owl-carousel .owl-item img {
        height: 220px;
    }
    footer .logo-footer {
        width: 80%;
        max-height: 50px;
    }
    .section-inforgraphic {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-inforgraphic .grid-container {
        display: block;
        height: 530px;
        min-height: 530px;
        margin: 15px;
        overflow: scroll;
    }
    /*.section-inforgraphic .grid-container .item1,*/
    /*.section-inforgraphic .grid-container .item3,*/
    /*.section-inforgraphic .grid-container .item4,*/
    /*.section-inforgraphic .grid-container .item7,*/
    /*.section-inforgraphic .grid-container .item8 {*/
    /*    display: none;*/
    /*}*/
    .section-inforgraphic .grid-container .item1,
    .section-inforgraphic .grid-container .item2,
    .section-inforgraphic .grid-container .item3,
    .section-inforgraphic .grid-container .item4,
    .section-inforgraphic .grid-container .item5,
    .section-inforgraphic .grid-container .item6,
    .section-inforgraphic .grid-container .item7 {
        width: 100%;
        height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 10px;
    }
    .section-inforgraphic .grid-container .item-wrap {
        height: 170px;
        opacity: 1;
    }
    .section-inforgraphic .grid-container .item-wrap .emasi-icon {
        width: 40px;
        height: 40px;
    }
    .item6 .content-wrap h3,
    .item8 .content-wrap h3 {
        font-size: 20px;
    }
    .item5 .content-wrap h3 {
        font-size: 16px;
        line-height: 14px;
    }
    .item2 .content-wrap:last-child h3 {
        position: relative;
        margin-bottom: 11px;
        margin-top: 11px;
        font-size: 16px;
        line-height: 4px;
        font-weight: 700;
    }
    .section-inforgraphic .content-wrap p {
        font-size: 15px;
    }
    .item5 .content-wrap:nth-child(2) {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .section-form .ninja-forms-form-wrap * {
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .section-form .ninja-forms-form-wrap .nf-before-form-content {
        display: none;
    }
    .section-form .ninja-forms-form-wrap nf-field {
        width: 48%;
        margin: 10px 5px 0 5px;
        float: left;
    }
    .section-form .ninja-forms-form-wrap nf-field:nth-child(7),
    .section-form .ninja-forms-form-wrap nf-field:nth-child(8) {
        width: 100%;
    }
    .section-form .ninja-forms-form-wrap textarea {
        max-height: 158px;
    }
    .section-form form input.form-control {
        height: 50px;
    }
    .section-form .ninja-forms-form-wrap .nf-field-container {
        margin-bottom: 0px;
        min-height: 71px;
        padding-top: 0px;
    }
    .section-form .ninja-forms-form-wrap .nf-field-container.textarea-container {
        min-height: 80px;
    }
    .page-template.page-template-template-home-v2 footer img {
        width: 80%;
    }
    .section-tlngtemasi .col-wrap.active h5,
    .section-tlngtemasi .container p {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .dangkytqtrg {
        right: 10%;
    }
    .section-story h2 {
        font-size: 3rem;
    }
    .section-news.green-bg.mobile h2:after {
        border-color: white;
        margin: 0 auto;
    }
    .section-contain.section-events.mobile {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
    .section-news.mobile h2 {
        font-size: xx-large;
        margin-bottom: 0;
        
    }
    .section-form .col-wrap {
        width: auto;
        right: 0;
        left: 0;
    }
    .item5 .content-wrap h3 {
        font-size: 20px;
    }
    .section-inforgraphic .content-wrap p {
        font-size: 16px;
    }
    .emasi-icon {
        height: 53px;
        width: 54px;
    }
    .item4 .content-wrap p,
    .item4 .content-wrap h3 {
        font-size: 15px;
    }
    .item8 .content-wrap h3 {
        font-size: 20px;
        line-height: 26.62px;
    }
    .item6 .content-wrap h3 {
        font-size: 20px;
    }
    .item1 .content-wrap h3 {
        font-size: 25px;
    }
    .section-form .tab {
        display: inherit;
        text-align: center;
        width: 100%;
    }
    .flash.text-center.hidden a {
        padding: 0 5px;
    }
    .section-tlngtemasi h2:after {
        margin-top: 10px;
    }
    .section-story .green-bottom-border::after {
        margin: 0px auto 30px auto;
    }
    .navbar-expand-lg .navbar-collapse.collapse,
    .navbar-expand-lg .collapse.navbar-collapse {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse.collapse.show {
        display: block !important;
    }
    .navbar-expand-lg .navbar-nav {
        display: block;
    }
    .green-bottom-border-center::after {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .section-events .col-wrap,
    .section-events .active {
        padding-left: 0px;
    }
    .section-events .content-wrap h3 {
        font-size: 16px;
    }
    .section-events .col-wrap p {
        font-size: 19px;
    }
}
@media screen and (max-width: 992px) {
  .ak-get-touch .ak-position .ak-read .row .col-md-8{display:none;}
}
.page-template.page-template-template-home-v2 footer img {
    width: inherit;
}

.collapse.show,
.collapse {
    width: 100%;
}

.section-tlngtemasi .collapse_wrap {
    display: block;
}

.section-story h2.green-bottom-border,
.section-tlngtemasi h2.green-bottom-border,
.section-news h2.green-bottom-border,
.section-gtemasi h2.green-bottom-border,
.section-events h2.green-bottom-border {
    font-weight: normal;
}
.section-news h2.green-bottom-border{
    margin: 20px auto;
}
.item1 .content-wrap .emasi-icon {
    width: 80px;
    height: 66px;
}

.item7 .content-wrap .emasi-icon {
    width: 103px;
    height: 72px;
}

.nav-green-bar.is_fixed ul#menu-menu-top ul.sub-menu {
    left: 50%;
}

.nf-after-field .nf-error-msg {
    font-size: 10px;
}

.content-editor {
    padding-bottom: 20px;
}
.fb_dialog{
    background: none !important;
}
.fb_dialog.fb_dialog_advanced {
    bottom: 0pt !important;
    right: 8pt !important;
}

.fb-customerchat iframe {
    bottom: 50pt !important;
}

.hb_form .ninja-forms-field.input-submit {
    background-color: #bfd730;
    width: 260px;
    height: 46px;
    background-image: url(../images/link-emasi-icon-white.png);
    background-repeat: no-repeat;
    background-size: 77px;
    background-position: center;
    margin-top: 10px;
}
.page-content-sidebar .content-editor img{
    width: auto;
}


/*custom by jason*/

.team-page .show-content .title {
    font-size: 1.8em;
    color: #005d80;
    margin: 20px 0;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.team-page .show-content .content-page {
    font-family: SVN-FuturaBook;
    font-size: 21px;
    line-height: 24px;
    color: #333;
}

#team-tab {
    margin-top: 30px;
}

#team-tab .nav-link {
    background-color: #005d80;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

#team-tab .nav-link.active,
#team-tab .show>.nav-link,
#team-tab .nav-link:hover {
    background-color: #bed62f;
}

#team-tabContent {
    margin-top: 30px;
    margin-bottom: 40px;
}

.item-team {
    background-color: #005d80;
    margin: 0px;
    padding: 20px 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    min-height: 140px;
}

.item-team:hover {
    background-color: #bed62f;
}

.item-team img {
    border-radius: 50%;
    height: auto;
}

.title-user {
    font-size: 22px;
    font-weight: bold;
    color: #bed62f;
}

.item-team .position {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.view-more {
    text-align: right;
}

.view-more a {
    color: #63cbf3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.item-team:hover .title-user {
    color: #005d80;
}

.item-team:hover .view-more a {
    color: #005d80;
}

.content-user {
    margin-bottom: 30px;
}

.content-user .info img.border-radius {
    border-radius: 50%;
    shape-outside: circle(50%);
    float: left;
    margin-right: 20px;
    width: auto;
}

.single-teams .title {
    font-size: 43px;
    color: #005d80;
    /*text-transform: uppercase;*/
    margin-top: 40px;
    font-weight: bold;
}

.single-teams .position {
    font-size: 34px;
    color: #bbd330;
    margin-bottom: 25px;
    font-weight: 600;
}

.item-team>.thumbnail {
    padding: 5px;
}

.single-teams .item-team .view-more {
    text-align: left
}

.single-teams .item-team .view-more a {
    position: absolute;
    bottom: -5px;
}

#team-tabContent .view-more a {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-user .info {
    /*font-size: 21px;*/
    margin-bottom: 30px;
}

.view-more-link {
    clear: both;
    text-align: right;
    margin-top: 20px;
}

.view-more-link>a {
    background-color: #005d80;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
}

.view-more-link>a:hover {
    background-color: #c7d21c;
    color: #ffffff;
}

.title-right {
    font-size: 30px;
    color: #005d80;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}
.single-teams .info {
    line-height: 24px;
}
.single-teams .position {
    line-height: 51px;
}
.single-teams .title,
.team-page .show-content .title {
    font-family: iCiel-Rukola;
    line-height: 45px;
    font-size: 38px;
}
.single-teams .title-right {
    font-family: iCiel-Rukola;
    font-size: 37px;
    line-height: 44px;
}
.single-teams .item-team .title-user,
.team-page .item-team .title-user {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
}
.single-teams .item-team .item-link-wrap,
.team-page .item-team .item-link-wrap {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.single-teams .item-team .position {
    line-height: 1.2 !important;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #team-tabContent .view-more a {
        position: unset;
        display: block;
    }
    .team-page .show-content .title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #team-tab .nav-link {
        font-size: 15px;
    }
    .thumbnail-c {
        padding: 0 25%;
    }
    .show-team .item-team>.col-md-9,
    .show-team .item-team .view-more {
        text-align: center;
    }
    .single-teams {
        text-align: center;
    }
    .single-teams .title {
        font-size: 30px;
        margin-top: 20px;
    }
    .single-teams>.position {
        font-size: 24px;
    }
    .content-user .info img.border-radius {
        height: auto;
        width: 60%;
        margin: 20px 20%;
        shape-outside: circle(100%);
    }
    .item-team>.thumbnail {
        padding: 0 25%;
    }
    .single-teams .item-team .col-md-8 .view-more {
        text-align: center;
    }
    .single-teams .item-team .view-more a {
        position: relative;
    }
    .single-teams .info,
    .team-page .show-content .content-page {
        line-height: 20px;
        font-size: 17px;
    }
    .single-teams .title,
    .team-page .show-content .title {
        font-size: 26px;
        line-height: 31px;
    }
    .single-teams .position {
        font-size: 25px;
    }

    .single-teams .title-right {
        font-size: 26px;
        line-height: 31px;
    }
}

@media (max-width: 480px) {
    #team-tab .nav-item {
        float: left;
        width: 50%;
        text-align: center;
    }
}

.label-right .checkbox-wrap .nf-field-label { flex: 1 }

.wrap-share {
    margin: 20px 0;
}

.zalo-chat-widget {
    bottom: 90px !important;
    right: 28px !important;
}
.ak-introduce{
    background-image: url('../images/ak_bg_1.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin: 50px 0;
}
.ak-introduce .ak-block{
    text-align: center;
}
.ak-introduce .ak-block h2, .ak-introduce .ak-block p{
    text-align: center;
    
}
.ak-introduce .ak-block.ak-block-1{
    margin-bottom: 20px;
}
.ak-introduce .ak-block h2, .section-gtemasi h2.desktop{
    border: 2px #832a81 solid;
    color: #832a81;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 60px;
    text-transform: uppercase;
    box-shadow: 2px 4px 6px #dedede;
    font-size: xx-large;
    margin-bottom: 20px;
    font-weight: bold;
}
.ak-introduce .ak-block h3{
    text-transform: uppercase;
    color: #832a81;
    font-size: x-large;
    margin-bottom: 5px;
}
.ak-introduce .ak-block h4{
    color: #5bcbf5;
    font-size: x-large;
    margin-bottom: 0;
    font-weight: bold;
}
.ak-introduce .ak-block p{
    color:#242424;
    font-size: large;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'SVN-FuturaRegular';
}

.ak-noitru h2, .ak-news .ak-title-pos{
    text-align: center;
    border: 2px #832a81 solid;
    color: #832a81;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 60px;
    text-transform: uppercase;
    box-shadow: 2px 4px 6px #dedede;
    font-size: xx-large;
    margin-bottom: 20px;
    font-weight: bold;
}
.ak-noitru{
    padding: 50px 0;
}
.ak-noitru img{
    margin-bottom: 20px;
}
.ak-noitru .btn.ak-btn, .section-gtemasi .link{
    color: #fff;
    background-color: #832a81;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    box-shadow: 2px 4px 6px #dedede;
    font-size: large;
    
}

.ak-feedbacks h2{
    border: 2px #832a81 solid;
    color: #832a81;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 60px;
    text-transform: uppercase;
    box-shadow: 2px 4px 10px rgb(26, 24, 24,0.1);
    text-shadow: 2px 4px 10px rgb(26, 24, 24,0.3);
    font-size: xx-large;
    margin-bottom: 20px;

}
.ak-feedbacks{
    background-image: url(../images//ak_bg_2.png);
    padding: 50px 0;
    padding-bottom: 80px;
    margin-top: 20px;
 
    position: relative;
}

.ak-feedbacks h3{
        font-family: 'SVN-FuturaRegular';
    color: #832a81;
    font-size: x-large;
    margin-bottom: 5px;
}
.ak-feedbacks h3 b{
    font-weight:900;
}
.ak-desc{
    line-height: 1.1;
    font-weight: bold;
}
.ak-head{
    margin-bottom: 20px;
}
.ak-avt img{
    width: 100px!important;
    display: inline-block!important;
    border-radius:50px;
}
.ak-slider-item{
    text-align: center;
}
.ak-slider-item p{
    color: black;
}
.ak-avt {
    text-align: center;
}
.ak-info .ak-name{
    color:#005676;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.ak-info .ak-level{
    color:#343333;
    font-weight: bold;
    text-align: center;
}
.ak-img-fix{
    position: absolute;
    right: 0;
    top: 0%;
    text-align: end;
    box-shadow: 2px 4px 10px rgb(26, 24, 24,0.3);
}
.ak-img-fix img{
    width: 45vw;
    height: 53vh;
    object-fit: cover;
    max-width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.ak-slider-item{
    color: #fff
}
.ak-slider-item .ak-col{
    width: 49%;
    
}
.ak-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.ak-slider-item .ak-content{
    width: 100%;
    background-color: #832a81;
    padding:  30px;
    padding-top: 50px;
        height: 100%;
        min-height: 300px;

}
.ak-content h2 {
    color: white !important;
    font-family: 'SVN-FuturaRegular';
    font-size: 25px;
}
.ak-slider-item{ 
    text-align: left;
    
}
.ak-slider{
    position: relative;
    margin: 5px 0px;
}
.ak-slider .ak-title-pos{
    border: 2px #832a81 solid;
    color: #832a81;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 150px;
    text-transform: uppercase;
    box-shadow: 2px 4px 6px rgba(0,0,0,.2);
    font-size: xx-large;
    margin-bottom: 20px;
    background-color: #fff;
    position: absolute;
    right: 12%;
    top: 1%;
    z-index: 5;
}

.ak-slider-item .ak-date{
    font-style:italic;
    margin-bottom: 5px;
}
.ak-slider-item p{
    text-align: justify;
    
}
.ak-slider-item .ak-row{
    display: flex;
}
.ak-slider-item .ak-btn-readmore{
    color: #832a81;
    background-color: #fff;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 10%);
    font-size: large;
    font-weight: bold;
}
a.btn.ak-btn-readmore:hover, .ak-noitru .btn.ak-btn:hover, .section-gtemasi .link:hover {
    background-color: #bfd730;
    color: white;
        text-decoration: none;
}
.ak-get-touch{
    position: relative;
    /*padding-bottom: 100px;*/
}
.ak-read{
    width: 70%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 30px 50px;
    color: #fff;
    position: absolute;
    z-index: 7;
    right: 15%;
    top: -65px;
}
.ak-read .row{
    justify-content: center;
    align-items: center;
}
.ak-read p{
    font-size: small;

}
.ak-read p,.ak-read h3 {
    color: white;

}
.ak-read .ak-btn-view{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 22px;
    background-color: #bfd730;
        font-family: 'SVN-FuturaRegular';
        font-weight:bold;
}
.ak-read a.btn.ak-btn-view:hover {
    background: #fff;
    color: #832f81;
    border: 3px solid;
}
@media (max-width: 1366px) {
    .ak-read {
        width: 80%;
        right: 10%;
    }
}

@media (max-width: 768px) {
    .ak-introduce{
        background-position: center 15%;
        padding: 10px 0;
    margin: 10px 0;
    }
    .ak-introduce .ak-block h2{
        font-size: large;
        padding: 5px 30px;
    }
    .ak-introduce .ak-block h3{
        font-size: large;
    }
    .ak-introduce .ak-block p{
        font-size: small;
        line-height: 1.2;
    }
    .ak-introduce .ak-block h4{
        font-size: medium;
        margin-bottom: 10px;
    }
    .ak-noitru h2, .ak-news .ak-title-pos{
        font-size: large;
        padding: 5px 30px;
    }
    .ak-noitru p {
        font-size: small;
        line-height: 1.2;
    }
    .ak-noitru .ak-res-title{
        text-align: center;
    }
    .ak-noitru .btn.ak-btn{
        font-size: large;
    }
    .ak-feedbacks h2{
        font-size: large;
        padding: 5px 30px;
    }
    .ak-feedbacks h3{
        font-size: large;
    }
    .ak-feedbacks .ak-img-fix{
        position: relative;
        padding: 20px;
        box-shadow: unset
    }
    .ak-feedbacks .ak-img-fix img{
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .ak-read {
    width: 96%;
    right: 2%;
    padding: 10px;
    text-align: center;
    background: none;
    border:none;
}
 .ak-read h3{
     font-size:15px;
 }
 

.ak-read .ak-btn-view {
    font-size:17px;
}

.ak-slider-item .ak-col{
    width: 99%;
    
}
.ak-slider-item .ak-row {
    display: block;
}
.ak-slider .ak-title-pos {
    right:0;
    width: 100%;
    top:-10%;
    text-align: center;
    padding: 5px 100px;
    font-size: large;
}
.ak-slider-item .ak-content {
    padding-top:1px;
}
 .ak-get-touch {
    padding-bottom: 10px;
}
.section-news .owl-carousel {
    padding: 5px 0;
}
.section-news .ak-slider {
    margin: 5px 0px;
}
.section-news .ak-slider .ak-slider-item .ak-content {
    padding-bottom:5px;
}
}
@media screen and (max-width: 1199px){
.logo.mobile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 1199px){
.logo {
    padding: unset;
    width: 250px;
    margin-bottom: 0;
    margin-top: 15px;
}
}

@media (min-width: 992px){
    .ak-read{
        background-color:#bfd730;
        border: 2px solid #fff;
        box-shadow: 2px 4px 6px rgb(0 0 0 / 10%);
    }
}

@media (max-width: 900px) and (min-width: 780px){
    .ak-slider-item .ak-row{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) and (min-width: 780px){
    .ak-slider-item .ak-col{
        width: 60%;
    }
}

@media (max-width: 768px){
    .ak-feedbacks .container .row{
        justify-content: center;
    }
}

