:root{
    --color1: #ee483a;
    --color2: #1a1a1a;
}
.text-left-main-slider {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    justify-content: left;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.inner-left-main h2 {
    text-align: left;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
     font-family: 'Roboto Condensed';
}

.inner-left-main h5 {
    font-size: 36px;
    font-family: VNIFuturMed;
    line-height: 1.2;
    margin-bottom: 30px;
}


.main-slider {
    background-size: cover;
    background-position: center;
}
.custom-nav-slick>div {
    display: inline-block;
}

.slick-slider-dots ul li {
    display: inline-block;
    position: relative;
    position: relative;
    width: 22px;
    height: 18px;
    opacity: 1;
    background: none;
    transition: all 0.3s;
    margin-bottom: 0;
    margin-left: 3px;
    cursor: pointer;
    margin-right: 3px
}

.slick-slider-dots ul li button {
    display: none;
}

.slick-slider-dots ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 2px #dfe0e2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    margin-top: 1px;
}

.custom-nav-slick .slick-arrow i {
    color: #dfe0e2;
    font-size: 22px;
    font-weight: 700;
}

.custom-nav-slick .slick-arrow {
    cursor: pointer;
}

.slick-slider-dots ul li:hover:before, .slick-slider-dots ul li.slick-active:before {border-color: #ee483a;}

.custom-nav-slick .slick-arrow:hover i {
    color: #ee483a;
}
.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.image-cover img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.image-item-slider .image-cover {
    padding-top: 67%;
    border-radius: 25px;
    box-shadow: #edecf2 4px 4px 10px;
}
.slick-slider-dots ul li.slick-active {
    width: 56px;
}

.slick-slider-dots ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    content: "";
    width: 38px;
    height: 2px;
    background: #ee483a;
    transform: scaleX(0);
    transform-origin: left;
}

.slick-slider-dots ul li.slick-active:after {
    transform: scaleX(1);
    transition: transform 0.5s;
}
.custom-nav-slick .slick-arrow.slick-disabled:hover i {
    color: #dfe0e2;
}
.custom-nav-slick {
    margin-bottom: 30px;
}
.wrapper-about-home {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

h2.headding {
    font-size: 40px;
    line-height: 1.2;
    font-family: "Roboto Condensed";
    margin-bottom: 20px;
}

h2.headding span {
    color: #ee483a;
}

/*.wrapper-about-section {
    padding-top: 70px;
    padding-bottom: 60px;
}*/

.image-about-home img {
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 23%) 4px 4px 10px;
}
.btn1 a {
    background-color: #fff;
    color: #b2b6c1;
    border: solid 2px #b2b6c1;
    min-width: 164px;
    display: inline-block;
    border-radius: 99px;
    padding: 7px 20px;
    font-size: 18px;
    font-family: "Roboto Condensed";
    position: relative;
}

.btn1 a i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}

.btn1 a:hover {
    background-color: #b2b6c1;
    color: #fff;
}
.btn1 {
    margin-top: 35px;
}
.section-certificate {
    background-color: #ebebeb;
}

.box-image-certificate {
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.box-certificate {
    background-color: #EE483A;
    border-radius: 30px;
    height: 100%;
}

.box-certificate .box-text-container {
    text-align: center;
    padding:30px  15px 59px;
}

.box-certificate .box-text-container h5 a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.text-certificate-home {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    align-items: center;
}
a.btn-more {
    color: #fff;
    border-bottom: dotted 1px #fff;
    margin-top: 11px;
    display: inline-block;
}
.box-btn-ab {
    position: absolute;
    bottom: 27px;
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
}

.box-certificate {
    position: relative;
}
a.btn-more:hover {
    border-color: transparent;
}
.wrapper-bg-faq {padding-bottom: 95px;overflow: hidden;}

.wrapper-bg-faq .container {
    background-color: #fff;
    padding-top: 60px;
    position: relative;
    border-bottom-left-radius: 50px;
}

.wrapper-bg-faq .container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    background-color: #fff;
    top: 0;
}
.item-faq {
    border: solid 2px #E1E7ED;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    padding-bottom: 54px;
}

span.date-faq {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 30px;
}

span.label-faq {
    background-color: #96A5C4;
    display: inline-block;
    padding: 2px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 12px;
}

.title-faq a {
    color: #000;
}

.title-faq a:hover {
    color: #ee463b;
}


.image-parter img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.image-parter {
    padding-bottom: 30px;
}*/

.image-parter .image-cover {
    padding-top: 100px;
    border: solid 1px #ddd;
    border-radius: 6px;
}
.pd-section {
    padding-top: 70px;
    padding-bottom: 40px;
}
.image-parter:hover img {
    transform: scale(1.1);
}

.image-parter img {
    transition: all 0.3s;
}
.col-30 {
    padding-bottom: 30px;
}
.row-contact-page input[type='email'], .row-contact-page input[type='date'], .row-contact-page input[type='search'], .row-contact-page input[type='number'], .row-contact-page input[type='text'], .row-contact-page input[type='tel'], .row-contact-page input[type='url'], .row-contact-page input[type='password'], .row-contact-page textarea, .row-contact-page select {
       width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    border-color: #D9D9D9;
    box-shadow: none;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    font-size: 14px;
    height: 40px;
}
.row-contact-page .col-30 {
    padding-bottom: 10px;
}
.row-contact-page textarea {
    min-height: 100px;
}
.btn-submit {
    background-color: var(--color1);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: var(--color2);
}
.row-contact-page label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
    color: #767676;
}
span.label-contact-left {
    text-transform: uppercase;
    color: var(--color1);
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}

.wrapper-contact-info {
    margin-bottom: 15px;
}

.text-information, .text-information a {
    font-size: 23px;
    color: var(--color2);
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.4;
}

.box-image-certificate img {
    max-height: 63px;
}