/* @font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Black.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-ExtraBold.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Bold.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Medium.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-SemiBold.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Regular.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Thin.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src:
        url('../fonts/be-vietnam-pro/BeVietnamPro-Light.woff2') format('woff2'),
        url('../fonts/be-vietnam-pro/BeVietnamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */


@font-face {
    font-family: 'Bebas Neue';
    src:
        url('../fonts/bebas-neue/BebasNeue-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #27368b;
    --secondary-color: #be092f;
    --white-color: #fff;
    --black-color: #000;
}

body {
    /* font-family: 'Be Vietnam Pro' !important; */
    line-height: 1.5;
}

body p {
    line-height: 1.5;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Be Vietnam Pro' !important; */
}

.sub-title {
    background-color: #c41c1c;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 4px 40px;
    position: relative;
    margin-bottom: 24px;
}

.text-center .sub-title {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sub-title::before,
.sub-title::after {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    background-color: var(--dot-color);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: 0;
    transform: translateX(-50%);
}
.sub-title::after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.text-center {
    text-align: center;
}

.section-title {
    font-size: 36px !important;
    color: var(--primary-color) !important;
    line-height: 1.5 !important;
    letter-spacing: -2px;
    text-shadow:
        0 0 0 var(--primary-color),
        /* fix rang cua nh? */ 3px 0 0 #ffffff,
        -3px 0 0 #ffffff,
        0 3px 0 #ffffff,
        0 -3px 0 #ffffff,
        0px 6px 4px rgba(0, 0, 0, 0.5); /* b�ng du?i */
}
.dark .section-title {
    color: var(--white-color) !important;
    text-shadow:
        0 0 0 var(--primary-color),
        /* fix rang cua nh? */ 3px 0 0 var(--primary-color),
        -3px 0 0 var(--primary-color),
        0 3px 0 var(--primary-color),
        0 -3px 0 var(--primary-color),
        3px 3px 4px rgba(0, 0, 0, 0.25); /* b�ng du?i */
}

.section-title-normal {
    text-shadow: none;
}

.section-title strong {
	color: #c41c1c
}

.dark .section-title-normal {
    text-shadow: none;
}

.col-child-right > .col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.icon-box + .icon-box {
    margin-top: 30px;
}

.icon-box-left,
.icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
}

.icon-box-center .icon-box-img {
    margin: 0 auto 1em;
}

.text-center > div,
.text-center > div > div {
    margin-left: auto;
    margin-right: auto;
}

.icon-box-left .icon-box-img,
.icon-box-right .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}
.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 12px;
}

.icon-box-left .icon-box-text,
.icon-box-right .icon-box-text {
    flex: 1 1 0%;
}

.icon-box-img svg {
    fill: currentColor;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
}

img {
	width:100% 
}




a.button {
    font-weight: 600;
    line-height: 1.5;
    padding: 17px 50px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
}

a.button span i {
    margin-right: 25px;
    font-size: 15px;
}

a.button.uppercase {
    text-transform: uppercase;
}

button.primary,
a.button.primary {
    background-color: var(--primary-color);
    color: var(--white-color);
}

button.secondary,
a.button.secondary {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.button.rounded {
    border-radius: 100px;
}

a.button.primary.texture {
    overflow: hidden;
    padding: 20px 50px 20px 30px;
}

a.button.primary.texture::before {
    content: '';
    inset: 4px;
    border: 1px dashed;
    display: block;
    position: absolute;
    border-radius: 40px;
    z-index: 10;
}

a.button.primary.texture span {
    position: relative;
    z-index: 1;
}

a.button.primary.texture::after {
    content: '';
    position: absolute;
    background: url(../images/button-texture.png) no-repeat center / cover;
    opacity: 1;
    pointer-events: none;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.traveltour-header-wrap {
    border: none;
    z-index: 10;
    background: transparent;
    border-color: rgb(218 218 218 / 20%);
}

.traveltour-header-wrap .traveltour-header-background {
    background: transparent;
}

.traveltour-header-wrap .sf-menu > li > a {
    color: #fff;
}

.traveltour-header-wrap.traveltour-animate-fixed-navigation .sf-menu > li > a {
    color: #000;
}

.traveltour-body .traveltour-main-menu-right-wrap .traveltour-main-menu-right-button {
    border-color: #fff;
    background-color: #fff;
}

.traveltour-header-wrap.traveltour-animate-fixed-navigation
    .traveltour-main-menu-right-wrap
    .traveltour-main-menu-right-button {
    border-color: #27368b;
    top: -6px;
}

header.traveltour-header-wrap.traveltour-header-style-plain {
    border-color: rgb(218 218 218 / 20%);
}

.traveltour-logo img {
        border-radius: 50%;
    border: 3px solid #fff;
}

.home-slider-section {
    margin-top: -103px;
	position:relative
}



.home-slider-section:before{
	content:'';
	position:absolute;
    top: 1px;
	left:1%;
	z-index:10;
    width: 8.5%;
	aspect-ratio:1 / 1.77;
    background: url(../images/hero-top-image.png) no-repeat center / cover;
}

.home-slider-section .carousel-cell {
	width:100%
}


.home-slider-section .flickity-enabled {
    padding-bottom: 0px;
}

.home-slider-section .flickity-enabled .flickity-page-dots {
    bottom: 50px;
}

.home-about-section {
    padding: 100px 0 130px;
}

.home-about-section .section-bg :is(img, picture, video) {
    object-position: 100% 80px;
    -o-object-position: 100% 80px;
    height: calc(100% - 90px);
    -o-object-fit: contain;
    object-fit: contain;
}

.home-about-section .title-col {
    margin-bottom: -217px;
}

.home-about-section .title-col > .col-inner {
    max-width: 71%;
}

.home-about-section .images-small {
    flex-basis: 29%;
    max-width: 29%;
}

.home-about-section .image-main {
    flex-basis: 29%;
    max-width: 29%;
    margin-top: 220px;
}

.home-about-section .content-col {
    flex-basis: 42%;
    max-width: 42%;
    margin-top: 220px;
    padding-left: 40px;
}

.home-about-section .content-col > .col-inner {
    max-width: 440px;
}

.home-about-section .content-col .icon-box .icon-box-img {
    width: 100px;

}

.home-about-section .content-col .icon-box .icon-box-img .icon-inner {
    padding: 25%;
    border-radius: 50%;
    height: 100px;
}

.traveltour-body .icon-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.traveltour-body .icon-box .icon-box-text {
    font-size: 18px;
    font-weight: 300;
}

.home-about-section .about-desc {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}

.home-about-section .image-wrapper + .image-wrapper {
    margin-top: 30px;
}

.home-about-section .image-wrapper .image-inner img {
    border-radius: 20px;
    box-shadow: 18px 20px 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.home-about-section .image-wrapper.image-hat {
    margin-top: -132px;
}

.home-about-section .image-wrapper.image-hat img {
    border-radius: 0;
    box-shadow: unset;
    width: 90%;
}

.home-about-section .button {
    margin-top: 38px;
}

.home-services-section {
    padding: 70px 0 20px;
}

.home-services-section .title-col > .col-inner {
	    max-width: 600px;
}

.home-services-section .image-main-col {
    margin-top: -120px;
    flex-basis: 47.5%;
    max-width: 47.5%;
}

.home-services-section .image-main-col img {
    min-height: 600px;
}

.home-services-section .image-main-col > .col-inner {
    position: relative;
}

.home-services-section .content-col {
    flex-basis: 52.5%;
    max-width: 52.5%;
}
.home-services-section .content-col > .col-inner {
    padding: 0 15px 30px 50px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

.home-services-section .service-list {
    list-style: none;
    margin:0
}

.image-wrapper img {
    width: 100%;
    margin-bottom: -8px;
}

.logo-wrapper img {
    margin-bottom: -8px;
}

.home-services-section .service-list .service-item {
    display: flex;
    align-items: stretch;
    justify-content: start;
    margin-bottom: 16px;
    cursor: pointer;
}

.home-services-section .service-list .service-item .num {
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 36px;
    width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0 12px;
	font-family:'Bebas Neue', sans-serif;
}

.home-services-section .service-list .service-item .text {
    background-color: var(--white-color);
    flex: 1;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 40px;
    position: relative;
}

.home-services-section .service-list .service-item .text:after {
    content: '\e901';
    font-family: 'icomoon' !important;
    opacity: 0.1;
}

.home-services-section .service-list .service-item.active .text:after {
    opacity: 1;
}

.home-services-section .service-list-content-container {
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

.home-services-section .service-content-item {
    display: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    max-width: 380px;
    padding: 0px 30px 50px 30px;
    border-radius: 0 120px 0 0;
    width: 100%;
}

.home-services-section .service-content-item.active {
    display: block;
}

.home-services-section .service-content-item .num {
    background: var(--white-color);
    color: var(--black-color);
    font-size: 36px;
    width: 100px;
    min-height: 100px;
    display: block;
    margin-left: -30px;
    border-radius: 0 0 100px 0;
    margin-bottom: 30px;
    position: relative;
		font-family:'Bebas Neue', sans-serif;
}

.home-services-section .service-content-item .num span {
    position: relative;
    top: 12px;
    left: 32px;
		font-family:'Bebas Neue', sans-serif;
}

.home-services-section .service-content-item .content {
    max-height: 360px;
    overflow: auto;
    scrollbar-width: thin;
}

.home-services-section .service-content-item ul {
    list-style: none;
    margin: 0;
}

.home-services-section .service-content-item ul li {
    position: relative;
    padding-left: 52px;
    font-size: 18px;
}

.home-services-section .service-content-item ul li + li {
    margin-top: 16px;
}

.home-services-section .service-content-item li::before {
    content: '\e900';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 0;
	    font-size: 34px;
    line-height: 1;
}

.home-why-section {
    padding: 50px 0 0;
}

.home-why-section .main-row > .col.large-5 {
    flex-basis: 43.5%;
    max-width: 43.5%;
}

.home-why-section .main-row > .col.large-7 {
    flex-basis: 56.5%;
    max-width: 56.5%;
}

.home-why-section .main-row > .col.large-7 > .col-inner {
    padding-top: 0 0 50px;
}

.home-why-section .desc-col {
    font-size: 18px;
    font-weight: 300;
}

.home-why-section .desc-col p {
    margin-bottom: 30px;
}

.home-why-section .stats-row > .col > .col-inner {
    padding: 50px 20px 30px;
    background-color: var(--primary-color);
    border-radius: 20px;
    color: var(--white-color);
}

.home-why-section .stats-row h4 {
    font-size: 60px;
    color: #ffc411;
    font-weight: 900;
    margin-bottom: 5px;
}

.home-why-section .stats-row p {
    margin-bottom: 0;
}

.home-why-section .experience-badge {
    background-color: var(--white-color);
    border-radius: 100px;
    padding: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 280px;
    margin-top: 60px;
}

.home-why-section .experience-badge .badge-inner {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px dashed #ffc411;
}

.home-why-section .experience-badge .experience-year {
    width: 66px;
    height: 66px;
    background-color: #ffc411;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--black-color);
}

.home-why-section .experience-badge .experience-text {
    text-align: center;
    color: var(--black-color);
    flex: 1;
}


.home-courses-section {
	padding: 60px 0 30px
}


.course-accordion .course-item  {
	cursor:pointer
}

.course-accordion .course-item + .course-item{
	margin-top:10px
}

.course-title {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 16px 24px;
    position: relative;
    border-radius: 12px;
}

.course-title::after{
	content:"+";
	float:right;
    font-size: 26px;
    top: -8px;
    position: relative;
}
.course-title.active::after{
	content:"−";
}

.course-content{
	display:none;
	width:100%;
	padding: 20px 15px;
}

.home-students-section {
    padding: 100px 0 70px;
}

.home-students-section .student-slider {
    margin-left: -16px;
    margin-right: -16px;
}


.home-students-section .student-slider .flickity-viewport{
    min-height: var(--minHeight) !important;
}

.home-students-section .student-slider .flickity-slider  > .student-item  {
    min-height:100%;
}



.home-students-section .student-slider .student-item {
    width: 33.34%;
    padding: 0 15px;
}

.home-students-section .student-slider .student-item .box {
    background-color: var(--white-color);
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    height: 100%;
	    display: flex;
    flex-direction: column;
}

.home-students-section .student-slider .student-item .box:hover {
	border-color:#C41C1C
}

.home-students-section .student-slider .student-item .box .box-text {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 0 10px 10px;
    flex: 1;
}

.home-students-section .student-slider .student-item .box .box-text h3 {
    color: var(--white-color);
    font-weight: 600;
}

.home-students-section .student-item .box-image img {
    background-color: #f5f5f5;
    border-radius: 10px 10px 0 0;
}

.home-consult-section {
    padding: 85px 0 50px;
}

.home-consult-section .form-title-list {
    margin: 0;
    list-style: none;
    margin-top: 75px;
}

.home-consult-section .form-title-list li {
    width: 100%;
    display: flex;
    border: 1px solid var(--white-color);
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.home-consult-section .form-title-list li:after {
    content: '\e902';
    font-family: 'icomoon';
    opacity: 0;
}

.home-consult-section .form-title-list li + li {
    margin-top: 20px;
}
.home-consult-section .form-title-list li.active {
    background-color: var(--white-color);
    color: var(--black-color);
}
.home-consult-section .form-title-list li.active:after {
    opacity: 1;
}

.home-consult-section .form-item {
    display: none;
}

.home-consult-section .form-item.active {
    display: block;
}

.home-consult-section .forms-col > .col-inner {
    padding: 30px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.home-consult-section .form-list {
    margin: 0;
}

.home-consult-section .wpcf7 label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.home-consult-section .wpcf7 select,
.home-consult-section .wpcf7 input[type='text'],
.home-consult-section .wpcf7 input[type='date'],
.home-consult-section .wpcf7 input[type='url'],
.home-consult-section .wpcf7 input[type='email'],
.home-consult-section .wpcf7 input[type='tel'] {
    border-radius: 30px;
    border: 1px solid #dadada;
    background: #f3f3f3;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.home-consult-section .wpcf7 select::placeholder,
.home-consult-section .wpcf7 input[type='text']::placeholder,
.home-consult-section .wpcf7 input[type='date']::placeholder,
.home-consult-section .wpcf7 input[type='url']::placeholder,
.home-consult-section .wpcf7 input[type='email']::placeholder,
.home-consult-section .wpcf7 input[type='tel']::placeholder,
.home-consult-section .wpcf7 textarea::placeholder {
    color: #7e7e7e;
}

.home-consult-section .wpcf7 textarea {
    border-radius: 10px;
    border: 1px solid #dadada;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
    height: 170px;
    resize: none;
}

.home-consult-section .wpcf7 small {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    display: inline-block;
}

.home-consult-section .wpcf7-form-control-wrap .wpcf7-form-indicator {
    display: none;
}

.home-consult-section .wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6.47 8.97a.75.75 0 0 1 1.06 0L12 13.44l4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 0 1 0-1.06z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.home-consult-section .wpcf7 .button {
    height: 50px;
    line-height: 50px;
    text-transform: initial;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    letter-spacing: 0;
    font-weight: 500;
}

.home-consult-section .wpcf7 span.wpcf7-not-valid-tip {
    color: red;
    margin-top: -12px;
}

.home-consult-section .wpcf7 .button i {
    font-size: 24px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 4px;
    line-height: 12px;
}

.wpcf7 select,
.wpcf7 input[type='text'],
.wpcf7 input[type='date'],
.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {
    height: 50px;
    width: 100%;
}

.home-partners-section {
    padding: 90px 0 60px;
}

.home-partners-section .partner-item{
    padding: 0 15px
}

.home-partners-section .partner-item .col > .col-inner {
    background-color: var(--white-color);
    box-shadow: 0 4px 25px 0 rgba(188, 85, 85, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.home-partners-section .partner-item img {
    height: 129px;
    width: auto;
        object-fit: contain;
}

.home-news-section {
    padding: 90px 0 0;
    margin-bottom: 226px;
}

.home-news-section .image-col {
    margin-bottom: -100px;
}

.home-news-section .image-col > .col-inner {
    padding-right: 70px;
}

.home-news-section .content-col > .col-inner {
    padding-left: 50px;
    max-width: 870px;
}

.home-news-section .image-col {
    position: relative;
}

.news-slider-controls {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: flex;
    gap: 0;
}

.news-slider-controls button {
    width: 76px;
    height: 76px;
    border-radius: 100px 0 0 0;
    border: none;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 27px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    background-color: var(--primary-color) !important;
    padding: 0;
}

.news-slider-controls button:hover {
    background-color: var(--secondary-color) !important;
}

.news-slider-controls button.news-prev i {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 8px;
    left: 8px;
}

.news-slider-controls button.news-next {
    border-radius: 0 0 100px 0;
    top: 76px;
    position: relative;
}

.news-slider-controls button.news-next i {
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    top: -8px;
    left: -8px;
}

.home-news-section .news-list.flickity-enabled .flickity-page-dots {
    bottom: -100px;
}

.home-news-section .flickity-button {
    display: none;
}

.open-video {
   padding: 0 !important;
    line-height: 1 !important;
}

.home-news-section  .video-button-wrapper {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.home-news-section .open-video {
    font-size: 124px;
}

.home-news-section .open-video:not(:hover) {
    color: var(--white-color) !important;
}





.traveltour-top-bar-left i:not(:first-child) {
    border-left: 1px solid #d9d9d9;
    margin-left: 20px !important;
    padding-left: 20px;
}


@media screen and (min-width: 1440px) { 
	.traveltour-mobile-header-wrap .traveltour-top-bar,
	.traveltour-body-wrapper .traveltour-top-bar {
		color: #000000;
	}
	.traveltour-top-bar .traveltour-top-bar-background {
		background-color: #ffffff;
	}
	
	.traveltour-body-wrapper .traveltour-top-bar-left i,
	.traveltour-mobile-header-wrap .traveltour-top-bar-left i {
		color: #c41c1c !important;
	}
}

@media screen and (max-width: 1439px) { 
    .home-news-section .image-col,
    .home-news-section .content-col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .home-news-section .content-col {
        order: -1;
    }

    .home-news-section .content-col > .col-inner {
        padding-left: 0;
        max-width: 870px;
    }

    .home-news-section .image-col {
        margin-bottom: 0;
    }

    .home-news-section .image-col > .col-inner {
        max-width: 840px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .home-news-section {
        padding: 90px 0 50px;
        margin-bottom: 0;
    }

    .news-slider-controls {
        display:none
    }

    .home-news-section .flickity-button {
        display: block;
    }

    .home-news-section  .flickity-enabled {
        padding-bottom: 0px;
    }
	
    .home-why-section .main-row > .col.large-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home-why-section .main-row > .col.large-7 {
        flex-basis: 100%;
        max-width: 100%;
		order:-1
    }

    .home-why-section .main-row > .col.large-7 > .col-inner {
        padding-top: 0;
    }
	
	    .home-why-section .main-row .image-wrapper img {
        width: 50%;
        margin-bottom: -8px;
        margin-right: 0;
        margin-left: auto;
        display: block;
    }

	
	.home-slider-section:before {
		content: unset;
	}
}


@media screen and (max-width: 1199px) { 
	

}


@media screen and (max-width: 999px) {
    .home-services-section .content-col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home-services-section .image-main-col {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .medium-col-first {
        order: -1;
    }

    .home-slider-section .flickity-enabled .flickity-page-dots {
        bottom: 20px;
    }

    .home-slider-section {
        margin-top: 0;
    }

    .home-about-section {
        padding: 60px 0 30px;
    }

    .home-about-section .title-col {
        margin-bottom: 0;
    }

    .home-about-section .title-col > .col-inner {
        max-width: 100%;
    }

    .home-about-section .images-small {
        flex-basis: 50%;
        max-width: 50%;
    }
    .home-about-section .image-main {
        flex-basis: 50%;
        max-width: 50%;
    }

    .home-about-section .content-col {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 0;
        padding-left: 15px;
    }
    .home-about-section .content-col > .col-inner {
        max-width: 100%;
    }

    .home-about-section .section-bg :is(img, picture, video) {
        object-position: 100% 80px;
        -o-object-position: 100% 80px;
        height: 100%;
    }

    .home-services-section {
        padding: 60px 0 0px;
    }

    .home-services-section .content-col > .col-inner {
        padding: 0 0px 30px 0px;
        max-width: 100%;
    }



    .home-why-section .desc-col p {
        margin-bottom: 20px;
    }

    .home-why-section .experience-badge {
        padding: 8px;
        width: 240px;
        margin-top: 30px;
    }

    .home-why-section .experience-badge .experience-year {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .home-why-section .stats-row h4 {
        font-size: 36px;
    }

    .traveltour-body .icon-box .icon-box-text {
        font-size: 16px;
    }

    .home-students-section {
        padding: 60px 0 30px;
    }
    .home-students-section .student-slider .student-item {
        width: 50%;
    }

    .home-consult-section {
        padding: 60px 0 30px;
    }

    .home-partners-section {
        padding: 60px 0 30px;
    }

    .home-news-section {
        padding: 60px 0 30px;
    }
}

@media screen and (max-width: 623px) {
    .small-col-first {
        order: -1;
    }

    .home-about-section .images-small {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home-about-section .image-main {
        flex-basis: 100%;
        max-width: 100%;
        margin-top:0;
    }

    .home-about-section .content-col .icon-box .icon-box-img {
        width: 80px;
    }

    .home-about-section .content-col .icon-box .icon-box-img .icon-inner {
        height: 80px;
    }
    .section-title {
        font-size: 28px !important;
    }
    .sub-title {
        font-size: 14px;
        padding: 2px 32px;
        margin-bottom: 16px;
    }

    .home-services-section .service-list .service-item .num {
        font-size: 28px;
        width: 80px;
        min-height: 80px;
    }

    .home-services-section .service-list .service-item .text {
        padding: 10px 30px 10px 20px;
    }

    .home-services-section .service-content-item .num {
        font-size: 28px;
        width: 80px;
        min-height: 80px;
        margin-bottom: 20px;
    }

    .home-services-section .service-content-item {
        border-radius: 0 80px 0 0;
            padding: 0px 20px 40px 20px;
    }
    .home-students-section .student-slider .student-item {
        width: 100%;
    }

    .home-partners-section .partner-item{
        padding: 0 5px
    }

    .home-partners-section .partner-item > .row  {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

     .home-partners-section .partner-item > .row > .col  {
        padding: 0 5px 10px
    }


    .home-partners-section .partner-item .col > .col-inner {
        padding: 8px;
            box-shadow: 0 0px 10px 0 rgba(188, 85, 85, 0.15);
    }
    .home-partners-section .partner-item img {
        height: 60px;
    }

    .home-consult-section .form-title-list {
        margin-top: 30px;
    }


    .home-news-section .open-video {
        font-size: 80px;
    }

}
