﻿.WTitleContentChooseGeci h5 {
    text-align: right;
    font-family: KodchasanB;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%; /* 53.68px */
    text-transform: uppercase;
    background: var(--2, linear-gradient(180deg, #a5702f 0%, #edcf70 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.WTitleContentChooseGeci span {
    color: #6F6F6F;
    display: block;
    text-align: justify;
    font-family: QuicksandM;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.5%; /* 21.36px */
}

.DecorImgChooseItemGeci img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(19%) saturate(947%) hue-rotate(8deg) brightness(92%) contrast(87%);
}

.WLeftChoosingGeci {
    float: left;
    width: 46%;
    padding-top: 19px;
}

    .WLeftChoosingGeci img {
        border-radius: 12px;
        width: 510px;
        height: 650px;
    }

.WRightChooseGeci {
    float: right;
    width: 50%;
}

.WDecorTitleChooseGeci {
    text-align: right;
    display: none;
}

.WTitleContentChooseGeci {
    margin-top: 28px;
    position: relative;
}

ul.ListChooseGeci {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 0px;
}

li.ItemChooseGeci:nth-child(4) .ItemChooseGeciContent h3 {
    padding-left: 60px;
}

.ItemChooseGeciContent h3 {
    color: #a5702f;
    text-align: right;
    font-family: 'QuicksandB';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 27px;
}

.ItemChooseGeciContent span {
    display: block;
    color: #6F6F6F;
    text-align: right;
    font-family: 'QuicksandM';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.5%; /* 20.025px */
    padding-top: 5px;
}

.DecorImgChooseItemGeci {
    text-align: right;
    margin-bottom: 10px;
}

.WListChooseGeci {
    padding-top: 4px;
}

.ItemChooseGeciContent {
    padding: 23px;
    padding-left: 10px;
    padding-left: 10px;
    transition: all .3s;
    background: transparent;
    border-radius: 20px;
    border: 1px solid transparent;
}

li.ItemChooseGeci:hover .ItemChooseGeciContent {
    border-radius: 20px;
    border: 1px solid #a5702f;
    background: #FFFBE8;
    box-shadow: 0px 4px 14px 0px #D2D2D2;
}

.WidgetChoosingGeci {
    padding-top: 48px;
    padding-bottom: 48px;
    background: rgb(238, 243, 255);
}

/*Form Contact*/
.WidgetContactResHome {
    position: relative;
    padding-top: 69px;
    padding-bottom: 52px;
    background-color: #fff;
    margin-bottom: -18px;
}

    .WidgetContactResHome:before {
        content: "";
        position: absolute;
        left: 0;
        top: -32px;
        background: url(/Design/GeciAcademy/LyDoChon/DecorBackGeci.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        filter: brightness(0) saturate(100%) invert(76%) sepia(19%) saturate(947%) hue-rotate(8deg) brightness(92%) contrast(87%);
    }

.WContentContactResHome h5 {
    color: #FFFBE8;
    text-align: center;
    font-family: 'KodchasanB';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%; /* 46.36px */
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

    .WContentContactResHome h5:after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 2px #a5702f;
        left: 0;
        z-index: 0;
    }

.WContentContactResHome a.LinkHotLineResHome {
    color: #FFDE59;
    text-align: center;
    font-family: 'KodchasanB';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%; /* 58.56px */
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.WContentContactResHome a:after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 2px #5b411c;
    left: 0;
    z-index: 0;
}

.WContentContactResHome {
    text-align: center;
    position: relative;
    top: -21px;
}

.WBtnResContactHome span a:hover {
    background: #5b411c;
}

.WBtnResContactHome span a {
    color: #FFF;
    font-family: 'QuicksandB';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 171px;
    height: 51px;
    border-radius: 5px;
    transition: all .3s;
}

.WBtnResContactHome span svg {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.WBtnResContactHome {
    width: 171px;
    height: 51px;
    flex-shrink: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #a5702f;
    margin-top: 13px;
}
/*end*/
@media (min-width: 1024px) and (max-width: 1239px) {
    .WTitleContentChooseGeci h5 {
        font-size: 36px;
    }

    .WLeftChoosingGeci img {
        width: 100%;
    }

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

    .WContentContactResHome h5 {
        font-size: 30px;
    }

    .WContentContactResHome a {
        font-size: 35px;
    }

    .WBtnResContactHome span {
        font-size: 20px;
    }
}
/* Mobile & tablet */
@media (max-width: 1023px) {
    .WLeftChoosingGeci img {
        width: 100%;
        height: auto;
    }

    .WTitleContentChooseGeci h5 {
        font-size: 33px;
    }

    .WTitleContentChooseGeci span {
        color: #6F6F6F;
        display: block;
        text-align: right;
        font-family: QuicksandM;
        font-size: 15px;
    }

    .WLeftChoosingGeci {
        float: none;
        width: 40%;
        margin: auto;
        padding-top: 15px;
    }

    .WRightChooseGeci {
        width: 100%;
        float: none;
    }

    .WidgetAboutLifeSkill {
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .WContentContactResHome h5 {
        color: #FFFBE8;
        text-align: center;
        font-family: 'KodchasanB';
        font-size: 29px;
    }

    .WBtnResContactHome span a {
        font-size: 34px;
    }
}
/* Mobile */
@media (max-width: 739px) {
    .WLeftChoosingGeci {
        float: none;
        width: 98%;
    }

    .WidgetContactResHome:before {
        content: "";
        position: absolute;
        left: 0;
        top: -19px;
        background: url(/Design/GeciAcademy/LyDoChon/DecorBackGeci.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        filter: brightness(0) saturate(100%) invert(76%) sepia(19%) saturate(947%) hue-rotate(8deg) brightness(92%) contrast(87%);
    }

    .WidgetChoosingGeci {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .WDecorImgRAboutLifeSkill:after {
        display: none;
    }

    .WTitleContentChooseGeci h5 {
        font-size: 22px;
    }

    .ItemChooseGeciContent {
        padding: 10px;
    }

        .ItemChooseGeciContent h3 {
            font-size: 13px;
            text-align: center;
            padding-left: 0;
        }

    li.ItemChooseGeci:nth-child(4) .ItemChooseGeciContent h3 {
        padding-left: 0;
    }

    .DecorImgChooseItemGeci {
        text-align: center;
    }

    .ItemChooseGeciContent span {
        text-align: justify;
        font-size: 12px;
    }

    .WidgetContactResHome {
        padding-top: 40px;
        padding-bottom: 35px;
        background: #fffbe8;
    }

    .WContentContactResHome h5 {
        color: #FFFBE8;
        text-align: center;
        font-family: 'KodchasanB';
        font-size: 15px;
    }

        .WContentContactResHome h5:after {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 1px #795548;
            left: 0;
            z-index: 0;
        }

    .WContentContactResHome a.LinkHotLineResHome {
        font-size: 24px;
        margin-top: 13px;
    }

    .WContentContactResHome a:after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 1px #a5702f;
        left: 0;
        z-index: 0;
    }

    .WBtnResContactHome span a {
        font-size: 15px;
    }

    .WBtnResContactHome {
        width: 145px;
        height: 45px;
    }
}