@font-face {
    font-family: Arimo-Bold;
    src: url("/fonts/Arimo-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Arimo-Italic;
    src: url("/fonts/Arimo-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Arimo-Regular;
    src: url("/fonts/Arimo-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

input, select, textarea {
    max-width: none !important;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 1.5rem;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery__item__1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item__2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item__3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}

.gallery__item__4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
    /** Alternative Syntax **/
    /* grid-column: 1 / span 4;  */
    /* grid-row: 3 / span 3; */
}

.gallery__item__5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
    /** Alternative Syntax **/
    /* grid-column: 1 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item__6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}
.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.color1 {
    background: #F3F3F3;
}
.color2 {
    background: #FFFFFF;
}
.color3 {
    background: #F3F3F3;
}
.color4 {
    background: #FFFFFF;
}

label.error {
    color: red;
    padding-top: 10px;
    padding-left: 5px;
}

.loader {
    position: fixed;
    width: calc(100% - 0%);
    height: calc(100% - 0%);
    top: 0;
    left: 0;
    z-index: 99999;
    background: #000000;
    opacity: 0.7;
}

.spiner {
    border: 10px solid #EEEEEE;
    border-top: 10px solid #AA00DD;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position:absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
button, input[type=button], input[type=submit], a.button {
    border-radius: 15px;
}


/*.wow:first-child {
    visibility: hidden;
}*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: white;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        padding: 5px;
    }

.section-1, .section-7 {
    font-family: Arimo-Regular;
    color: black;
    background: #EEEEEE;
}

.section-2 {
    background-image: url(https://hoisinhhanhphuc.com/uploads/images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 260px;
    font-family: Arimo-Italic;
    font-size: 18px;
    color: white;
    text-shadow: 0px 0px 2px;
}

    .section-2 p {
        padding-top: 6%;
    }

.section-3, .section-5 {
    font-family: Arimo-Regular;
    font-size: 20px;
    color: black;
}

.section-4 {
    background: #EEEEEE;
}

.section-6 {
    background: url(/images/bgbig.png) center no-repeat;
    width: 100%;
    height: auto;
    font-family: Arimo-Regular;
    color: black;
    font-size: 18px;
    text-shadow: 0px 0px 1px;
}

.section-6-left {
    background: url(/images/bgbig.png) center no-repeat;
    height: 350px;
    font-family: Arimo-Italic;
    color: black;
    text-shadow: 0px 0px 2px;
    display: inline-grid;
    padding: 0 15px;
}

.section-6-right {
    font-family: Arimo-Regular;
    color: black;
    font-size: 18px;
}


.section-8 {
    font-family: Arimo-Regular;
    font-size: 20px;
    color: black;
}

    .section-8 .button {
        text-shadow: none;
    }

.section-9 {
    background: #eeeeee;
}

.section-4, .section-9, .section-10 {
    font-family: Arimo-Regular;
    color: black;
    font-size: 18px;
}

.img-feedback {
    max-height: 100%;
}

.slidebar {
    display: block !important;
}

.blink {
    color: red;
}

.slidebar .boxcontent .box h5 {
    height: 35px;
    line-height: 25px;
}

.PopupMessage {
    position: relative;
}

.PopupContent {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 260px;
    padding: 15px;
    border: 1px solid #AA00DD;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #DD00FF;
    font-family: Arimo-Regular;
    color: black;
    font-size: 16px;
    background: #FFFFFF;
    z-index: 1;
}

    .PopupContent a.button {
        font-size: 15px;
    }

.PopupIcon {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.PopupMinus {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    border: 1px solid #AA00DD;
    box-shadow: 0px 0px 8px #dd00ff;
    text-align: center;
    padding: 10px 10px 5px 10px;
    background: #FFFFFF;
    z-index: 1;
    cursor: pointer;
}

    .PopupIcon span, .PopupMinus span {
        color: #AA00DD;
        font-size: 18px;
    }

a.button {
    display: unset;
    border-radius: 15px;
}

.page-seo, .page-seo h1 {
    font-family: Arimo-Regular;
}

.tag-item, .cat-item {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}

.tag-item:before {
    content: "#";
    margin-right: 3px;
}

.cat-item:after {
    content: ",";
}

.cat-item:last-child::after {
    content: "";
}

.card-text img {
    float: left;
    margin-right: 15px;
    width: 50%;
}

.img-responsive{
    max-width:100%;
}

button, input[type=button], input[type=submit], a.button{
    box-shadow:none;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0px 15px !important;
}

.question-detail {
    line-height: 30px;
    font-size: 1.25rem;
}

.list-lession li:nth-child(2n+0) {
    text-align: right;
}

.list-lession li:nth-child(2n+1) {
    text-align: left;
}

.commitment p{
    font-size: 17px;
}

@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 0px 5px !important;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .card-text img {
        width: 100%;
    }

    .list-lession li:nth-child(2n+0) {
        text-align: left;
    }
}
@media only screen and (max-width: 480px){

}