/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01-09-2019, 20:00:00
    Author     : HUNG.ND
*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
    text-rendering: optimizelegibility;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #242425;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
    font-size: 1.6rem;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    overflow-x: hidden;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

ol, ul, dl {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

a {
    color: #191919;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #dc3935;
}

img {
    max-width: 100%;
}

.wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .wrap {
        padding: 0 15px;
    }
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:focus {
    outline: none;
}

/* @media (max-width:$viewport-sm) {}  */
/*--IBM Plex Sans--*/
.row {
    margin-left: -20px;
    margin-right: -20px;
}

.response-youtube {
    overflow: hidden;
    padding-bottom: 24.25%;
    position: relative;
    height: 0;
}
.response-youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.row > div {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .response-youtube {
        overflow: hidden;
        padding-bottom: 55.25%;
        position: relative;
        height: 0;
    }
    .response-youtube iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

/*----------HEADER--------------*/
#header {
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

@media (max-width: 991px) {
    #header {
        height: 60px;
    }
}

@media (max-width: 991px) {
    #header .logo {
        width: 80px;
    }
}

#header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

#header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .btn-menu {
    display: none;
    width: 30px;
    font-size: 3rem;
    color: #612dd3;
    border: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    #header .btn-menu {
        display: block;
    }
}

#header .btn-menu.active .fa::before {
    content: "\f00d";
}

#header .gNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    #header .gNavi {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
}

#header .gNavi li {
    position: relative;
    /* margin: 0 2.5rem; */
    margin: 0 0.5rem;
}

#header .gNavi li:first-child {
    margin-right: 1rem;
}

@media (max-width: 991px) {
    #header .gNavi li:first-child {
        padding: 10px 0;
        margin-right: 2.5rem;
    }
}

@media (max-width: 991px) {
    #header .gNavi li.has-sub > a {
        padding: 12px 0;
    }
}

#header .gNavi li.has-sub > a:hover {
    color: #612dd3;
}

#header .gNavi li.has-sub > a::after {
    position: relative;
    top: 2px;
    font-family: "FontAwesome";
    content: "\f107";
    border: initial;
    font-size: 2rem;
    line-height: 0;
    margin-left: 5px;
    font-weight: 400;
}

@media (max-width: 991px) {
    #header .gNavi li.has-sub > a::after {
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

#header .gNavi li > a {
    font-weight: 700;
    display: block;
    font-size: 1.4rem;
}

@media (max-width: 991px) {
    #header .gNavi li > a {
        border-bottom: 1px solid #ccc;
    }
}

#header .gNavi .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 180px;
}

@media (max-width: 991px) {
    #header .gNavi .sub-menu {
        position: initial;
        display: none;
    }
}

#header .gNavi .sub-menu li {
    margin: 0;
    padding: 0 10px;
    background-color: rgba(97, 45, 211, 0.8);
}

#header .gNavi .sub-menu li a {
    display: block;
    color: #fff;
    height: 0;
    overflow: hidden;
    font-weight: 400;
}

@media (max-width: 991px) {
    #header .gNavi .sub-menu li a {
        height: auto;
        padding: 10px 0;
    }
}

#header .gNavi.menu-pc li:hover .sub-menu li:hover {
    background-color: #3705a4;
}

#header .gNavi.menu-pc li:hover .sub-menu li a {
    padding: 10px 0;
    border-bottom: 1px dotted #3705a4;
    height: 35px;
}

#header .gNavi._type-2 > li {
    margin: 0 0.5rem;
}

#header .gNavi._type-2 > li:hover > a {
    background-color: #612dd3;
    color: #fff;
}

#header .gNavi._type-2 > li > .active {
    background-color: #612dd3 !important;
    color: #fff !important;
}

#header .gNavi._type-2 > .has-sub > a {
    padding: 1rem 2rem;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
}

@media (max-width: 991px) {
    #header .language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
    }
}

#header .language .btn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e1e1e;
    font-size: 1.4rem;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 5px 7px;
    /*width: 125px;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#header .language .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .language .btn::after {
    font-family: "FontAwesome";
    content: "\f107";
    border: initial;
    margin-top: 4px;
    font-size: 2rem;
    line-height: 0;
    display: initial;
    border-top: none;
}

#header .language .language-icon {
    display: inline-block;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
}

#header .language .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

#header .language .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 7px;
    background-color: #f2f2f2;
}

#header .language .dropdown-menu .dropdown-item:hover {
    background-color: #d6d6d6;
}

#header .language .dropdown-menu .dropdown-item .language-name {
    font-size: 1.4rem;
}

#contents .download-ekids {
    background: url("../img/common/download-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 12rem 0;
}

@media (max-width: 767px) {
    #contents .download-ekids {
        padding: 4rem 0;
    }
}

#contents .download-ekids .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

#contents .download-ekids .download-info {
    width: 40%;
    color: #fff;
}

@media (max-width: 767px) {
    #contents .download-ekids .download-info {
        width: 100%;
    }
}

#contents .download-ekids .download-info .title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    #contents .download-ekids .download-info .title {
        font-size: 2.3rem;
    }
}

#contents .download-ekids .download-button {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    #contents .download-ekids .download-button {
        width: 100%;
    }
}

#contents .download-ekids .download-button .download-items {
    margin: 0 7px;
    display: inline-block;
}

#contents .download-ekids .download-button .download-items:hover {
    opacity: 0.7;
}

#contents .download-ekids .download-button .download-items img {
    border-radius: 10px;
    border: 2px solid #fff;
}

.mtitle {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin-bottom: 3rem;
    background-color: #dc3935;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .mtitle {
        font-size: 1.8rem;
    }
}

.mtitle._type2 {
    background-color: #612dd3;
}

.mtitle img {
    margin-right: 15px;
}

.title-cmn {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4rem;
}

@media (max-width: 991px) {
    .title-cmn {
        font-size: 1.8rem;
    }
}

.title-cmn .title-inner {
    padding: 0 120px;
    position: relative;
    display: inline-block;
}

@media (max-width: 991px) {
    .title-cmn .title-inner {
        padding: 0 70px;
    }
}

.title-cmn .title-inner::after, .title-cmn .title-inner::before {
    width: 100px;
    height: 2px;
    background-color: #000;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

@media (max-width: 991px) {
    .title-cmn .title-inner::after, .title-cmn .title-inner::before {
        width: 50px;
    }
}

.title-cmn .title-inner::after {
    left: 0;
}

.title-cmn .title-inner::before {
    right: 0;
}

.videos-frame {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.videos-frame img {
    width: 100%;
}

.videos-frame .videos-cont {
    border-radius: 5px;
}

.videos-frame .frame-button {
    position: absolute;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 10, 95, 0.4);
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videos-frame .frame-button .btn-play {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #000;
    font-size: 3.5rem;
    border: none;
    position: relative;
}

.videos-frame .frame-button .btn-play::after {
    position: absolute;
    background-color: #fff;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 50%;
    left: 12px;
    top: 12px;
    z-index: -1;
}

.target-wrap {
    position: relative;
    height: 300px;
}

.target-wrap .target-list li {
    padding: 3rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
    .target-wrap .target-list li {
        padding: 1.5rem 0rem;
    }
}

.target-wrap .target-list li:first-child {
    padding-top: 0;
}

.target-wrap .target-list li:last-child {
    border-bottom: none;
}

.target-wrap .target-list li:hover .target-text {
    color: #191919;
}

.target-wrap .target-list li .target-thumb {
    width: 120px;
}

@media (max-width: 991px) {
    .target-wrap .target-list li .target-thumb {
        width: 70px;
    }
}

.target-wrap .target-list li .target-info {
    width: calc(100% - 120px);
    padding-left: 3rem;
}

@media (max-width: 991px) {
    .target-wrap .target-list li .target-info {
        width: 100%;
        padding-left: 1rem;
    }
}

.target-wrap .target-list li .target-info .target-name {
    font-weight: 700;
    font-size: 1.96rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .target-wrap .target-list li .target-info .target-name {
        font-size: 1.6rem;
    }
}

.target-wrap .target-list li .target-info .target-text {
    margin-bottom: 0;
}

.pagination-page {
    background-color: #fff;
    padding: 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    font-weight: 700;
    color: #646464;
}

@media (max-width: 991px) {
    .pagination-page {
        padding: 3rem 0;
    }
}

.pagination-page .pagination-list {
    margin-left: 15px;
}

.pagination-page .pagination-list li {
    display: inline-block;
    padding: 0 2px;
}

.pagination-page .pagination-list li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #efeafb;
    color: #b69eeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
}

@media (max-width: 991px) {
    .pagination-page .pagination-list li a {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
    }
}

.pagination-page .pagination-list li a.show-more {
    background-color: transparent;
}

.pagination-page .pagination-list li a.current {
    color: #fff;
    background-color: #612dd3;
}

.pagination-page .pagination-list li a.pag-prev, .pagination-page .pagination-list li a.pag-next {
    font-size: 2.5rem;
}

#footer {
    background-color: #0d0f1a;
}

#footer .f-navi .wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url("../img/common/footer-map.png") 98% 100% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    #footer .f-navi .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

#footer .f-navi .f-logo {
    width: 20%;
}

@media (max-width: 991px) {
    #footer .f-navi .f-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #footer .f-navi .f-logo img {
        width: 180px;
    }
}

#footer .f-navi .f-menu {
    width: 18%;
    font-family: IBM Plex Sans;
    font-weight: 400;
}

@media (max-width: 991px) {
    #footer .f-navi .f-menu {
        width: 45%;
        margin-bottom: 20px;
    }
}

#footer .f-navi .f-menu .f-menu-title {
    font-size: 1.8rem;
    color: #fafcff;
}

#footer .f-navi .f-menu .menu-items {
    color: #f9fbff;
    opacity: 0.6;
    display: block;
    padding: 3px 0;
}

#footer .f-navi .f-menu .menu-items:hover {
    opacity: 1;
}

#footer .f-navi .select-language {
    width: 20%;
    max-width: 250px;
}

@media (max-width: 991px) {
    #footer .f-navi .select-language {
        width: 100%;
    }
}

#footer .f-navi .select-language .dropdown-toggle {
    border: 1px solid #31333c;
    border-radius: 5px;
    padding: 5px 30px 5px 10px;
    height: 43px;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    background-color: #0d0f1a;
    text-align: left;
}

#footer .f-navi .select-language .dropdown-toggle::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f107";
    border: initial;
    margin-top: 4px;
    font-size: 2rem;
    line-height: 0;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    border-top: none;
}

#footer .f-navi .select-language .dropdown-toggle .language-icon {
    margin-right: 10px;
}

#footer .f-navi .select-language .dropdown-menu {
    width: 100%;
}

#footer .f-navi .select-language .dropdown-menu .dropdown-item {
    padding: 7px 10px;
    font-size: 1.6rem;
}

#footer .f-navi .select-language .dropdown-menu .dropdown-item:hover {
    background-color: #ccc;
}

#footer .f-navi .select-language .dropdown-menu .dropdown-item .language-icon {
    margin-right: 10px;
}

#footer .f-bottom {
    padding: 3rem 0;
    border-top: 1px solid #1b1d27;
}

#footer .f-bottom .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #f3f8ff;
    font-size: 1.5rem;
    font-family: IBM Plex Sans;
    font-weight: 300;
    opacity: 0.5;
}

#footer .f-bottom .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .f-bottom .social .social-items {
    margin: 0 4px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #22242e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #adafb5;
}

#footer .f-bottom .social .social-items:hover {
    background-color: #3b4467;
    color: #fff;
}
